| Commit message (Expand) | Author | Age |
* | Convert `raw_hash_set` comments from imperative to indicative mood. | Bradley C. Kuszmaul | 2023-05-31 |
* | Merge pull request #1462 from kuszmaul:fix-typo | Copybara-Service | 2023-05-31 |
|\ |
|
| * | Typo gardening | Bradley C. Kuszmaul | 2023-05-30 |
* | | Add support for stateful allocators to absl::FixedArray. | Abseil Team | 2023-05-26 |
* | | Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK. | Andy Getzendanner | 2023-05-23 |
|/ |
|
* | Add tests for btrees in which slot_type is overaligned and slot_type is equal... | Evan Brown | 2023-05-04 |
* | Add lifetimebound attribute to more Abseil container methods and remove them ... | Abseil Team | 2023-05-04 |
* | Add lifetimebound attribute to some Abseil containers | Abseil Team | 2023-05-03 |
* | Merge pull request #1441 from Vertexwahn:fix-spelling3 | Copybara-Service | 2023-05-03 |
|\ |
|
| * | Fix spelling mistakes | Vertexwahn | 2023-05-02 |
|/ |
|
* | Add pointer-stability validation in btree. | Evan Brown | 2023-05-02 |
* | Merge pull request #1434 from Vertexwahn:fix-spelling | Copybara-Service | 2023-04-25 |
|\ |
|
| * | Fix some spelling mistakes | Vertexwahn | 2023-04-24 |
|/ |
|
* | Minor optimization in btree: avoid redundant stores to node->position when co... | Evan Brown | 2023-04-20 |
* | In debug mode, detect cases of btree comparators that violate transitivity, i... | Evan Brown | 2023-04-12 |
* | Replace absl::type_traits_internal::is_trivially_copyable with | Derek Mauro | 2023-04-12 |
* | inlined_vector: fix incorrect restrictions on the copy constructor fast path. | Aaron Jacobs | 2023-04-11 |
* | inlined_vector: fix incorrect restrictions on the swap fast path. | Aaron Jacobs | 2023-04-11 |
* | inlined_vector: fix incorrect restrictions on the move-assignment fast path. | Aaron Jacobs | 2023-04-11 |
* | inlined_vector: relax the requirements on the move-construction fast path. | Aaron Jacobs | 2023-04-11 |
* | Add heterogeneous lookup support for wstring/u16string/u32string. | Abseil Team | 2023-04-03 |
* | inlined_vector: optimize the move-assignment fast path. | Aaron Jacobs | 2023-03-31 |
* | inlined_vector: stop sharing the memcpy-based move-assignment path. | Aaron Jacobs | 2023-03-31 |
* | inlined_vector: remove excess restrictions on copy constructor fast path. | Aaron Jacobs | 2023-03-31 |
* | inlined_vector: fix incorrect conditions for move constructor fast paths. | Aaron Jacobs | 2023-03-29 |
* | inlined_vector: destroy all types with trivial destructors efficiently. | Aaron Jacobs | 2023-03-27 |
* | inlined_vector: get rid of IsMemcpyOk. | Abseil Team | 2023-03-24 |
* | inlined_vector_test: add coverage of moving vectors of unique pointers. | Abseil Team | 2023-03-24 |
* | Use multiple empty generations so that we can detect when iterators from diff... | Evan Brown | 2023-03-02 |
* | Optimize ConvertSpecialToEmptyAndFullToDeleted on Arm | Connal de Souza | 2023-02-23 |
* | Merge pull request #1402 from AtariDreams:workaround | Copybara-Service | 2023-02-22 |
|\ |
|
* | | Resolve TODO: remove C++11 workarounds | Rose | 2023-02-22 |
* | | Refactor swisstable iterator debug messages code. The motivations are (a) dis... | Evan Brown | 2023-02-21 |
| * | Remove workaround for gcc 5.1 | Rose | 2023-02-21 |
|/ |
|
* | Make default-constructed swisstable iterators use EmptyGroup() for ctrl_ so t... | Evan Brown | 2023-02-14 |
* | Workaround MSan false positive. | Abseil Team | 2023-02-10 |
* | In sanitizer mode, detect when end iterators from different swisstables are c... | Evan Brown | 2023-02-09 |
* | Fix missing includes/dependencies | Derek Mauro | 2023-02-02 |
* | Rollforward: in sanitizer mode, detect when references become invalidated by ... | Evan Brown | 2023-02-01 |
* | Rollback in sanitizer mode, detect when references become invalidated by rand... | Abseil Team | 2023-01-31 |
* | In sanitizer mode, detect when references become invalidated by randomly reha... | Evan Brown | 2023-01-30 |
* | Replace absl::base_internal::Prefetch* calls with absl::Prefetch* calls | Martijn Vels | 2023-01-27 |
* | Sort CMakeList deps for raw_hash_set and raw_hash_set_test. | Evan Brown | 2023-01-23 |
* | Add CodegenAbslRawHashSetStringFindNeEnd function, which is useful because th... | Evan Brown | 2023-01-20 |
* | In sanitizer mode, detect when references become invalidated after reserved g... | Evan Brown | 2023-01-17 |
* | In sanitizer mode, detect when invalidated iterators are compared. | Evan Brown | 2023-01-05 |
* | Fix a bug in iterator validation code in which we don't update the table's re... | Evan Brown | 2022-12-22 |
* | Update `FixedArray` doc comments to match actual template param names | Lawrence Wolf-Sonkin | 2022-12-22 |
* | Restrict visibility of absl/container:hash_function_defaults. | Chris Kennelly | 2022-12-19 |
* | In sanitizer mode, add generations to swisstable iterators and backing arrays... | Evan Brown | 2022-12-19 |