summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
...
* Remove obsolete TODOGravatar Abseil Team2024-06-04
* Clarify function comment for `erase` by stating that this idiom only works fo...Gravatar Abseil Team2024-06-03
* Set ABSL_HAVE_THREAD_LOCAL to 1 on all platformsGravatar Derek Mauro2024-05-31
* Demangle constrained auto types (Dk <type-constraint>).Gravatar Chris Mihelich2024-05-30
* Parse <discriminator> more accurately.Gravatar Chris Mihelich2024-05-30
* Demangle lambdas in class member functions' default arguments.Gravatar Chris Mihelich2024-05-30
* Demangle unofficial <unresolved-qualifier-level> encodings like S0_IT_E.Gravatar Chris Mihelich2024-05-29
* Do not make std::filesystem::path hash available for macOS <10.15Gravatar Abseil Team2024-05-29
* Enable building monolithic shared library on macOS and Linux.Gravatar Abseil Team2024-05-29
* Demangle Clang's last-resort notation _SUBSTPACK_.Gravatar Chris Mihelich2024-05-29
* Demangle C++ requires-expressions with parameters (rQ ... E).Gravatar Chris Mihelich2024-05-29
* Demangle Clang's encoding of __attribute__((enable_if(condition, "message"))).Gravatar Chris Mihelich2024-05-29
* Demangle static_cast and friends.Gravatar Chris Mihelich2024-05-29
* Demangle decltype(expr)::nested_type (NDT...E).Gravatar Chris Mihelich2024-05-28
* Optimize GrowIntoSingleGroupShuffleControlBytes.Gravatar Connal de Souza2024-05-28
* Demangle C++17 fold-expressions.Gravatar Chris Mihelich2024-05-28
* Demangle thread_local helper functions.Gravatar Chris Mihelich2024-05-28
* Demangle lambdas with explicit template arguments (UlTy and similar forms).Gravatar Chris Mihelich2024-05-28
* Demangle &-qualified function types.Gravatar Chris Mihelich2024-05-28
* Demangle valueless literals LDnE (nullptr) and LA<number>_<type>E ("foo").Gravatar Chris Mihelich2024-05-28
* Correctly demangle the <unresolved-name> at the end of dt and pt (x.y, x->y).Gravatar Chris Mihelich2024-05-28
* Build abseil_test_dll with ABSL_BUILD_TESTINGGravatar Abseil Team2024-05-26
* Demangle C++ requires-expressions without parameters (rq ... E).Gravatar Chris Mihelich2024-05-24
* overload: make the constructor constexprGravatar Abseil Team2024-05-24
* Workaround symbol resolution bug in Clang 19Gravatar Derek Mauro2024-05-24
* Workaround bogus GCC14 -Wmaybe-uninitialized warningGravatar Derek Mauro2024-05-24
* Silence a bogus GCC14 -Warray-bounds warningGravatar Derek Mauro2024-05-24
* Forbid absl::Uniform<absl::int128>(gen)Gravatar Justin Bassett2024-05-24
* Recognize C++ vendor extended expressions (e.g., u9__is_same...E).Gravatar Chris Mihelich2024-05-24
* `overload_test`: Remove a few unnecessary trailing return typesGravatar Dino Radakovic2024-05-23
* Demangle the C++ this pointer (fpT).Gravatar Chris Mihelich2024-05-23
* Stop eating an extra E in ParseTemplateArg for some L<type><value>E literals.Gravatar Chris Mihelich2024-05-23
* Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...Gravatar Abseil Team2024-05-23
* Demangle C++ direct-list-initialization (T{1, 2, 3}, tl ... E).Gravatar Chris Mihelich2024-05-23
* Demangle the C++ spaceship operator (ss, operator<=>).Gravatar Chris Mihelich2024-05-23
* Demangle C++ sZ encodings (sizeof...(pack)).Gravatar Chris Mihelich2024-05-23
* Demangle C++ so ... E encodings (typically array-to-pointer decay).Gravatar Chris Mihelich2024-05-23
* Recognize dyn-trait-type in Rust demangling.Gravatar Chris Mihelich2024-05-23
* Rework casting in raw_hash_set's IsFull().Gravatar Paul Rigge2024-05-22
* Remove test references to absl::SharedBitGen, which was never part ofGravatar Derek Mauro2024-05-22
* Recognize fn-type and lifetimes in Rust demangling.Gravatar Chris Mihelich2024-05-22
* Support int128/uint128 in validated MockingBitGenGravatar Justin Bassett2024-05-21
* Recognize inherent-impl and trait-impl in Rust demangling.Gravatar Chris Mihelich2024-05-21
* Recognize const and array-type in Rust mangled names.Gravatar Chris Mihelich2024-05-21
* Remove Asylo from absl.Gravatar Abseil Team2024-05-21
* Recognize generic arguments containing only types in Rust mangled names.Gravatar Chris Mihelich2024-05-21
* Fix missing #include <random> for std::uniform_int_distributionGravatar Derek Mauro2024-05-21
* Move `prepare_insert` out of the line as type erased `PrepareInsertNonSoo`.Gravatar Vitaly Goldshteyn2024-05-20
* Revert: Add -Wdead-code-aggressive to ABSL_LLVM_FLAGSGravatar Peter Boström2024-05-20
* Add (unused) validation to absl::MockingBitGenGravatar Justin Bassett2024-05-20