summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Split demangle_internal into a tree of smaller libraries.Gravatar Chris Mihelich2024-06-27
* Decode Rust Punycode when it's not too long.Gravatar Chris Mihelich2024-06-27
* Add assertions to detect reentrance in `IterateOverFullSlots` and `absl::eras...Gravatar Vitaly Goldshteyn2024-06-27
* Decoder for Rust-style Punycode encodings of bounded length.Gravatar Chris Mihelich2024-06-26
* Add `c_contains()` and `c_contains_subrange()` to `absl/algorithm/container.h`.Gravatar Abseil Team2024-06-26
* Three-way comparison spaceship <=> operators for Cord.Gravatar Abseil Team2024-06-26
* internal-only changeGravatar Abseil Team2024-06-26
* Remove erroneous preprocessor branch on SGX_SIM.Gravatar Evan Brown2024-06-25
* Add an internal API to get a poisoned pointer.Gravatar Evan Brown2024-06-24
* optimization.h: Add missing <utility> header for C++Gravatar Abseil Team2024-06-24
* Add a compile test for headers that require C compatibilityGravatar Derek Mauro2024-06-24
* Fix comment typoGravatar Anthony Lai2024-06-24
* Expand documentation for SetGlobalVLogLevel and SetVLogLevel.Gravatar Tanvi Jagtap2024-06-24
* Roll back 6f972e239f668fa29cab43d7968692cd285997a9Gravatar Abseil Team2024-06-22
* PR #1692: Add missing `<utility>` includeGravatar Patrick O'Connell2024-06-22
* Remove NOLINT for `#include <new>` for __cpp_lib_launderGravatar Vitaly Goldshteyn2024-06-21
* Remove not used after all kAllowRemoveReentrance parameter from IterateOverFu...Gravatar Vitaly Goldshteyn2024-06-20
* Create `absl::container_internal::c_for_each_fast` for SwissTable.Gravatar Vitaly Goldshteyn2024-06-20
* Disable flaky test cases in kernel_timeout_internal_test.Gravatar Evan Brown2024-06-20
* Document that swisstable and b-tree containers are not exception-safe.Gravatar Evan Brown2024-06-20
* Add `ABSL_NULLABILITY_COMPATIBLE` attribute.Gravatar Martin Brænne2024-06-17
* LSC: Move expensive variables on their last use to avoid copies.Gravatar Abseil Team2024-06-17
* Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...Gravatar Abseil Team2024-06-17
* Drop std:: qualification from integer types like uint64_t.Gravatar Chris Mihelich2024-06-14
* Increase slop time on MSVC in PerThreadSemTest.Timeouts again due to continue...Gravatar Evan Brown2024-06-14
* Turn on validation for out of bounds MockUniform in MockingBitGenGravatar Justin Bassett2024-06-13
* Use ABSL_UNREACHABLE() instead of equivalentGravatar Derek Mauro2024-06-13
* If so configured, report which part of a C++ mangled name didn't parse.Gravatar Chris Mihelich2024-06-12
* Sequence of 1-to-4 values with prefix sum to support Punycode decoding.Gravatar Chris Mihelich2024-06-12
* Add the missing inline namespace to the nullability filesGravatar Derek Mauro2024-06-12
* Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...Gravatar Abseil Team2024-06-12
* Disallow reentrance removal in `absl::erase_if`.Gravatar Vitaly Goldshteyn2024-06-11
* Fix implicit conversion of temporary bitgen to BitGenRefGravatar Abseil Team2024-06-10
* Use `IterateOverFullSlots` in `absl::erase_if` for hash table.Gravatar Vitaly Goldshteyn2024-06-10
* UTF-8 encoding library to support Rust Punycode decoding.Gravatar Chris Mihelich2024-06-10
* Disable negative NaN float ostream format checking on RISC-VGravatar Benjamin Barenblat2024-06-10
* PR #1689: Minor: Add missing quotes in CMake string view library definitionGravatar Robert Schulze2024-06-10
* Demangle template parameter object names, TA <template-arg>.Gravatar Chris Mihelich2024-06-10
* Demangle sr St <simple-id> <simple-id>, a dubious encoding found in the wild.Gravatar Chris Mihelich2024-06-07
* Try not to lose easy type combinators in S::operator const int*() and the like.Gravatar Chris Mihelich2024-06-07
* Demangle fixed-width floating-point types, DF....Gravatar Chris Mihelich2024-06-07
* Demangle _BitInt types DB..., DU....Gravatar Chris Mihelich2024-06-07
* Demangle complex floating-point literals.Gravatar Chris Mihelich2024-06-07
* Demangle <extended-qualifier> in types, e.g., U5AS128 for address_space(128).Gravatar Chris Mihelich2024-06-07
* Demangle operator co_await (aw).Gravatar Chris Mihelich2024-06-07
* Demangle fully general vendor extended types (any <template-args>).Gravatar Chris Mihelich2024-06-07
* Demangle transaction-safety notations GTt and Dx.Gravatar Chris Mihelich2024-06-07
* Demangle C++11 user-defined literal operator functions.Gravatar Chris Mihelich2024-06-06
* Demangle C++20 constrained friend names, F (<source-name> | <operator-name>).Gravatar Chris Mihelich2024-06-06
* Demangle dependent GNU vector extension types, Dv <expression> _ <type>.Gravatar Chris Mihelich2024-06-06