aboutsummaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAgeFilesLines
...
* Demangle constrained auto types (Dk <type-constraint>).Chris Mihelich2024-05-302-3/+23
* Parse <discriminator> more accurately.Chris Mihelich2024-05-302-2/+59
* Demangle lambdas in class member functions' default arguments.Chris Mihelich2024-05-302-5/+59
* Demangle unofficial <unresolved-qualifier-level> encodings like S0_IT_E.Chris Mihelich2024-05-292-2/+41
* Do not make std::filesystem::path hash available for macOS <10.15Abseil Team2024-05-291-1/+3
* Enable building monolithic shared library on macOS and Linux.Abseil Team2024-05-291-1/+1
* Demangle Clang's last-resort notation _SUBSTPACK_.Chris Mihelich2024-05-292-1/+39
* Demangle C++ requires-expressions with parameters (rQ ... E).Chris Mihelich2024-05-292-0/+19
* Demangle Clang's encoding of __attribute__((enable_if(condition, "message"))).Chris Mihelich2024-05-292-2/+62
* Demangle static_cast and friends.Chris Mihelich2024-05-292-0/+83
* Demangle decltype(expr)::nested_type (NDT...E).Chris Mihelich2024-05-282-1/+18
* Optimize GrowIntoSingleGroupShuffleControlBytes.Connal de Souza2024-05-281-50/+100
* Demangle C++17 fold-expressions.Chris Mihelich2024-05-282-0/+84
* Demangle thread_local helper functions.Chris Mihelich2024-05-282-4/+33
* Demangle lambdas with explicit template arguments (UlTy and similar forms).Chris Mihelich2024-05-282-1/+48
* Demangle &-qualified function types.Chris Mihelich2024-05-282-8/+39
* Demangle valueless literals LDnE (nullptr) and LA<number>_<type>E ("foo").Chris Mihelich2024-05-282-4/+49
* Correctly demangle the <unresolved-name> at the end of dt and pt (x.y, x->y).Chris Mihelich2024-05-282-1/+11
* Build abseil_test_dll with ABSL_BUILD_TESTINGAbseil Team2024-05-261-2/+2
* Demangle C++ requires-expressions without parameters (rq ... E).Chris Mihelich2024-05-242-0/+135
* overload: make the constructor constexprAbseil Team2024-05-242-1/+15
* Workaround symbol resolution bug in Clang 19Derek Mauro2024-05-242-1/+12
* Workaround bogus GCC14 -Wmaybe-uninitialized warningDerek Mauro2024-05-241-8/+8
* Silence a bogus GCC14 -Warray-bounds warningDerek Mauro2024-05-241-0/+10
* Forbid absl::Uniform<absl::int128>(gen)Justin Bassett2024-05-244-16/+64
* Recognize C++ vendor extended expressions (e.g., u9__is_same...E).Chris Mihelich2024-05-242-0/+20
* `overload_test`: Remove a few unnecessary trailing return typesDino Radakovic2024-05-231-6/+4
* Demangle the C++ this pointer (fpT).Chris Mihelich2024-05-232-3/+27
* Stop eating an extra E in ParseTemplateArg for some L<type><value>E literals.Chris Mihelich2024-05-232-4/+12
* Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...Abseil Team2024-05-231-0/+26
* Demangle C++ direct-list-initialization (T{1, 2, 3}, tl ... E).Chris Mihelich2024-05-232-0/+93
* Demangle the C++ spaceship operator (ss, operator<=>).Chris Mihelich2024-05-232-0/+23
* Demangle C++ sZ encodings (sizeof...(pack)).Chris Mihelich2024-05-232-17/+64
* Demangle C++ so ... E encodings (typically array-to-pointer decay).Chris Mihelich2024-05-232-0/+50
* Recognize dyn-trait-type in Rust demangling.Chris Mihelich2024-05-232-1/+104
* Rework casting in raw_hash_set's IsFull().Paul Rigge2024-05-221-1/+6
* Remove test references to absl::SharedBitGen, which was never part ofDerek Mauro2024-05-222-2/+2
* Recognize fn-type and lifetimes in Rust demangling.Chris Mihelich2024-05-222-4/+124
* Support int128/uint128 in validated MockingBitGenJustin Bassett2024-05-214-5/+16
* Recognize inherent-impl and trait-impl in Rust demangling.Chris Mihelich2024-05-212-2/+62
* Recognize const and array-type in Rust mangled names.Chris Mihelich2024-05-212-2/+119
* Remove Asylo from absl.Abseil Team2024-05-211-6/+5
* Recognize generic arguments containing only types in Rust mangled names.Chris Mihelich2024-05-212-1/+62
* Fix missing #include <random> for std::uniform_int_distributionDerek Mauro2024-05-211-0/+1
* Move `prepare_insert` out of the line as type erased `PrepareInsertNonSoo`.Vitaly Goldshteyn2024-05-204-161/+295
* Revert: Add -Wdead-code-aggressive to ABSL_LLVM_FLAGSPeter Boström2024-05-203-5/+0
* Add (unused) validation to absl::MockingBitGenJustin Bassett2024-05-2010-144/+553
* Support `AbslStringify` with `DCHECK_EQ`.Abseil Team2024-05-165-14/+240
* PR #1672: Optimize StrJoin with tuple without user defined formatterValery Mironov2024-05-153-1/+22
* Give ReturnAddresses and N<uppercase> namespaces separate stacks for clarity.Chris Mihelich2024-05-151-26/+35