| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Add an internal API to get a poisoned pointer. | Evan Brown | 2024-06-24 | 6 | -0/+219 |
| * | optimization.h: Add missing <utility> header for C++ | Abseil Team | 2024-06-24 | 1 | -0/+11 |
| * | Add a compile test for headers that require C compatibility | Derek Mauro | 2024-06-24 | 3 | -1/+43 |
| * | Fix comment typo | Anthony Lai | 2024-06-24 | 1 | -1/+1 |
| * | Expand documentation for SetGlobalVLogLevel and SetVLogLevel. | Tanvi Jagtap | 2024-06-24 | 1 | -15/+28 |
| * | Roll back 6f972e239f668fa29cab43d7968692cd285997a9 | Abseil Team | 2024-06-22 | 1 | -1/+0 |
| * | PR #1692: Add missing `<utility>` include | Patrick O'Connell | 2024-06-22 | 1 | -0/+1 |
| * | Remove NOLINT for `#include <new>` for __cpp_lib_launder | Vitaly Goldshteyn | 2024-06-21 | 1 | -1/+1 |
| * | Remove not used after all kAllowRemoveReentrance parameter from IterateOverFu... | Vitaly Goldshteyn | 2024-06-20 | 2 | -56/+13 |
| * | Create `absl::container_internal::c_for_each_fast` for SwissTable. | Vitaly Goldshteyn | 2024-06-20 | 12 | -4/+417 |
| * | Disable flaky test cases in kernel_timeout_internal_test. | Evan Brown | 2024-06-20 | 1 | -3/+6 |
| * | Document that swisstable and b-tree containers are not exception-safe. | Evan Brown | 2024-06-20 | 6 | -0/+13 |
| * | Add `ABSL_NULLABILITY_COMPATIBLE` attribute. | Martin Brænne | 2024-06-17 | 1 | -3/+26 |
| * | LSC: Move expensive variables on their last use to avoid copies. | Abseil Team | 2024-06-17 | 1 | -1/+2 |
| * | Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes... | Abseil Team | 2024-06-17 | 2 | -4/+4 |
| * | Drop std:: qualification from integer types like uint64_t. | Chris Mihelich | 2024-06-14 | 5 | -34/+34 |
| * | Increase slop time on MSVC in PerThreadSemTest.Timeouts again due to continue... | Evan Brown | 2024-06-14 | 1 | -1/+1 |
| * | Turn on validation for out of bounds MockUniform in MockingBitGen | Justin Bassett | 2024-06-13 | 2 | -8/+8 |
| * | Use ABSL_UNREACHABLE() instead of equivalent | Derek Mauro | 2024-06-13 | 1 | -14/+1 |
| * | If so configured, report which part of a C++ mangled name didn't parse. | Chris Mihelich | 2024-06-12 | 1 | -3/+69 |
| * | Sequence of 1-to-4 values with prefix sum to support Punycode decoding. | Chris Mihelich | 2024-06-12 | 5 | -0/+283 |
| * | Add the missing inline namespace to the nullability files | Derek Mauro | 2024-06-12 | 4 | -1/+8 |
| * | Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes... | Abseil Team | 2024-06-12 | 7 | -8/+14 |
| * | Disallow reentrance removal in `absl::erase_if`. | Vitaly Goldshteyn | 2024-06-11 | 2 | -29/+4 |
| * | Fix implicit conversion of temporary bitgen to BitGenRef | Abseil Team | 2024-06-10 | 1 | -7/+8 |
| * | Use `IterateOverFullSlots` in `absl::erase_if` for hash table. | Vitaly Goldshteyn | 2024-06-10 | 4 | -106/+292 |
| * | UTF-8 encoding library to support Rust Punycode decoding. | Chris Mihelich | 2024-06-10 | 6 | -0/+324 |
| * | Disable negative NaN float ostream format checking on RISC-V | Benjamin Barenblat | 2024-06-10 | 1 | -0/+14 |
| * | PR #1689: Minor: Add missing quotes in CMake string view library definition | Robert Schulze | 2024-06-10 | 1 | -2/+2 |
| * | Demangle template parameter object names, TA <template-arg>. | Chris Mihelich | 2024-06-10 | 2 | -0/+38 |
| * | Demangle sr St <simple-id> <simple-id>, a dubious encoding found in the wild. | Chris Mihelich | 2024-06-07 | 2 | -0/+42 |
| * | Try not to lose easy type combinators in S::operator const int*() and the like. | Chris Mihelich | 2024-06-07 | 2 | -6/+139 |
| * | Demangle fixed-width floating-point types, DF.... | Chris Mihelich | 2024-06-07 | 2 | -1/+54 |
| * | Demangle _BitInt types DB..., DU.... | Chris Mihelich | 2024-06-07 | 2 | -0/+55 |
| * | Demangle complex floating-point literals. | Chris Mihelich | 2024-06-07 | 2 | -2/+28 |
| * | Demangle <extended-qualifier> in types, e.g., U5AS128 for address_space(128). | Chris Mihelich | 2024-06-07 | 2 | -7/+51 |
| * | Demangle operator co_await (aw). | Chris Mihelich | 2024-06-07 | 2 | -0/+10 |
| * | Demangle fully general vendor extended types (any <template-args>). | Chris Mihelich | 2024-06-07 | 2 | -15/+7 |
| * | Demangle transaction-safety notations GTt and Dx. | Chris Mihelich | 2024-06-07 | 2 | -1/+24 |
| * | Demangle C++11 user-defined literal operator functions. | Chris Mihelich | 2024-06-06 | 2 | -2/+22 |
| * | Demangle C++20 constrained friend names, F (<source-name> | <operator-name>). | Chris Mihelich | 2024-06-06 | 2 | -0/+42 |
| * | Demangle dependent GNU vector extension types, Dv <expression> _ <type>. | Chris Mihelich | 2024-06-06 | 2 | -2/+71 |
| * | Demangle elaborated type names, (Ts | Tu | Te) <name>. | Chris Mihelich | 2024-06-06 | 2 | -1/+38 |
| * | Add validation that hash/eq functors are consistent, meaning that `eq(k1, k2)... | Evan Brown | 2024-06-06 | 5 | -0/+123 |
| * | Demangle delete-expressions with the global-scope operator, gs (dl | da) .... | Chris Mihelich | 2024-06-06 | 2 | -2/+73 |
| * | Demangle new-expressions with braced-init-lists. | Chris Mihelich | 2024-06-06 | 2 | -0/+58 |
| * | Demangle array new-expressions, [gs] na .... | Chris Mihelich | 2024-06-06 | 2 | -1/+69 |
| * | Demangle object new-expressions, [gs] nw .... | Chris Mihelich | 2024-06-05 | 2 | -0/+108 |
| * | Demangle preincrement and predecrement, pp_... and mm_.... | Chris Mihelich | 2024-06-05 | 2 | -0/+71 |
| * | Demangle throw and rethrow (tw... and tr). | Chris Mihelich | 2024-06-05 | 2 | -0/+41 |