aboutsummaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAgeFilesLines
* Add assertions to detect reentrance in `IterateOverFullSlots` and `absl::eras...Vitaly Goldshteyn2024-06-272-3/+132
* Decoder for Rust-style Punycode encodings of bounded length.Chris Mihelich2024-06-265-0/+951
* Add `c_contains()` and `c_contains_subrange()` to `absl/algorithm/container.h`.Abseil Team2024-06-262-0/+46
* Three-way comparison spaceship <=> operators for Cord.Abseil Team2024-06-264-0/+62
* internal-only changeAbseil Team2024-06-261-3/+3
* Remove erroneous preprocessor branch on SGX_SIM.Evan Brown2024-06-251-1/+1
* Add an internal API to get a poisoned pointer.Evan Brown2024-06-245-0/+217
* optimization.h: Add missing <utility> header for C++Abseil Team2024-06-241-0/+11
* Add a compile test for headers that require C compatibilityDerek Mauro2024-06-242-0/+42
* Fix comment typoAnthony Lai2024-06-241-1/+1
* Expand documentation for SetGlobalVLogLevel and SetVLogLevel.Tanvi Jagtap2024-06-241-15/+28
* Roll back 6f972e239f668fa29cab43d7968692cd285997a9Abseil Team2024-06-221-1/+0
* PR #1692: Add missing `<utility>` includePatrick O'Connell2024-06-221-0/+1
* Remove NOLINT for `#include <new>` for __cpp_lib_launderVitaly Goldshteyn2024-06-211-1/+1
* Remove not used after all kAllowRemoveReentrance parameter from IterateOverFu...Vitaly Goldshteyn2024-06-202-56/+13
* Create `absl::container_internal::c_for_each_fast` for SwissTable.Vitaly Goldshteyn2024-06-2012-4/+417
* Disable flaky test cases in kernel_timeout_internal_test.Evan Brown2024-06-201-3/+6
* Document that swisstable and b-tree containers are not exception-safe.Evan Brown2024-06-206-0/+13
* Add `ABSL_NULLABILITY_COMPATIBLE` attribute.Martin Brænne2024-06-171-3/+26
* LSC: Move expensive variables on their last use to avoid copies.Abseil Team2024-06-171-1/+2
* Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...Abseil Team2024-06-172-4/+4
* Drop std:: qualification from integer types like uint64_t.Chris Mihelich2024-06-145-34/+34
* Increase slop time on MSVC in PerThreadSemTest.Timeouts again due to continue...Evan Brown2024-06-141-1/+1
* Turn on validation for out of bounds MockUniform in MockingBitGenJustin Bassett2024-06-132-8/+8
* Use ABSL_UNREACHABLE() instead of equivalentDerek Mauro2024-06-131-14/+1
* If so configured, report which part of a C++ mangled name didn't parse.Chris Mihelich2024-06-121-3/+69
* Sequence of 1-to-4 values with prefix sum to support Punycode decoding.Chris Mihelich2024-06-124-0/+282
* Add the missing inline namespace to the nullability filesDerek Mauro2024-06-124-1/+8
* Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...Abseil Team2024-06-127-8/+14
* Disallow reentrance removal in `absl::erase_if`.Vitaly Goldshteyn2024-06-112-29/+4
* Fix implicit conversion of temporary bitgen to BitGenRefAbseil Team2024-06-101-7/+8
* Use `IterateOverFullSlots` in `absl::erase_if` for hash table.Vitaly Goldshteyn2024-06-104-106/+292
* UTF-8 encoding library to support Rust Punycode decoding.Chris Mihelich2024-06-105-0/+322
* Disable negative NaN float ostream format checking on RISC-VBenjamin Barenblat2024-06-101-0/+14
* PR #1689: Minor: Add missing quotes in CMake string view library definitionRobert Schulze2024-06-101-2/+2
* Demangle template parameter object names, TA <template-arg>.Chris Mihelich2024-06-102-0/+38
* Demangle sr St <simple-id> <simple-id>, a dubious encoding found in the wild.Chris Mihelich2024-06-072-0/+42
* Try not to lose easy type combinators in S::operator const int*() and the like.Chris Mihelich2024-06-072-6/+139
* Demangle fixed-width floating-point types, DF....Chris Mihelich2024-06-072-1/+54
* Demangle _BitInt types DB..., DU....Chris Mihelich2024-06-072-0/+55
* Demangle complex floating-point literals.Chris Mihelich2024-06-072-2/+28
* Demangle <extended-qualifier> in types, e.g., U5AS128 for address_space(128).Chris Mihelich2024-06-072-7/+51
* Demangle operator co_await (aw).Chris Mihelich2024-06-072-0/+10
* Demangle fully general vendor extended types (any <template-args>).Chris Mihelich2024-06-072-15/+7
* Demangle transaction-safety notations GTt and Dx.Chris Mihelich2024-06-072-1/+24
* Demangle C++11 user-defined literal operator functions.Chris Mihelich2024-06-062-2/+22
* Demangle C++20 constrained friend names, F (<source-name> | <operator-name>).Chris Mihelich2024-06-062-0/+42
* Demangle dependent GNU vector extension types, Dv <expression> _ <type>.Chris Mihelich2024-06-062-2/+71
* Demangle elaborated type names, (Ts | Tu | Te) <name>.Chris Mihelich2024-06-062-1/+38
* Add validation that hash/eq functors are consistent, meaning that `eq(k1, k2)...Evan Brown2024-06-065-0/+123