| Commit message (Expand) | Author | Age |
* | Enable ABSL_BTREE_ENABLE_GENERATIONS and ABSL_SWISSTABLE_ENABLE_GENERATIONS w... | Abseil Team | 2024-01-11 |
* | Refactor `EraseMetaOnly` to speed up single group tables. | Abseil Team | 2023-12-19 |
* | Unit-tests to verify ABSL raw_hash_set does not double-hash in prod | Abseil Team | 2023-12-12 |
* | Add `MaskFull` to `Group`. | Abseil Team | 2023-12-12 |
* | Small table growth optimization. | Abseil Team | 2023-12-07 |
* | Partial roll forward of reentrant validation with the validation itself disab... | Evan Brown | 2023-11-13 |
* | Roll back due to leak sanitizer reports. | Aaron Jacobs | 2023-11-08 |
* | Add sanitizer mode validation for use of references to swisstables elements t... | Evan Brown | 2023-11-01 |
* | Roll forward: Add sanitizer mode checks that element constructors/destructors... | Evan Brown | 2023-10-30 |
* | Rollback: Add sanitizer mode checks that element constructors/destructors don... | Evan Brown | 2023-10-17 |
* | Add sanitizer mode checks that element constructors/destructors don't make re... | Evan Brown | 2023-10-16 |
* | Add iterator invalidation checking for when the hashtable is moved. | Evan Brown | 2023-10-16 |
* | Refactor swisstable copy/move assignment to fix issues with allocator propaga... | Evan Brown | 2023-10-03 |
* | Replace BtreeAllocatorTest with individual test cases for copy/move/swap prop... | Evan Brown | 2023-09-21 |
* | Move CountingAllocator into test_allocator.h and add some other allocators th... | Evan Brown | 2023-09-15 |
* | Store infoz on the heap instead of inline and store it only when we are sampl... | Evan Brown | 2023-08-04 |
* | raw_hash_set_test: Expect tsan to catch heap-use-after-free on iterators inva... | Dino Radakovic | 2023-08-01 |
* | raw_hash_set_test: Match lowercase "invalid iterator" in death tests | Dino Radakovic | 2023-07-31 |
* | Change the API constraints of erase(const_iterator, const_iterator) so that c... | Evan Brown | 2023-07-26 |
* | Add a special case for erase(begin(), end()) to reset the control bytes. The ... | Evan Brown | 2023-07-20 |
* | Move growth_left to the backing array. | Evan Brown | 2023-07-17 |
* | Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK. | Andy Getzendanner | 2023-05-23 |
* | Use multiple empty generations so that we can detect when iterators from diff... | Evan Brown | 2023-03-02 |
* | Refactor swisstable iterator debug messages code. The motivations are (a) dis... | Evan Brown | 2023-02-21 |
* | Make default-constructed swisstable iterators use EmptyGroup() for ctrl_ so t... | Evan Brown | 2023-02-14 |
* | In sanitizer mode, detect when end iterators from different swisstables are c... | Evan Brown | 2023-02-09 |
* | 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 |
* | 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 |
* | In sanitizer mode, add generations to swisstable iterators and backing arrays... | Evan Brown | 2022-12-19 |
* | Fix some ClangTidy warnings in raw_hash_set code. | Evan Brown | 2022-12-08 |
* | Reduce flat_hash_{set,map} generated code size. | Abseil Team | 2022-11-28 |
* | Improve error messages when comparing swisstable iterators. | Evan Brown | 2022-11-09 |
* | Improve error messages when dereferencing invalid swisstable iterators. | Evan Brown | 2022-11-01 |
* | No changes in OSS. | Gennadiy Rozental | 2022-10-04 |
* | Optimize SwissMap iteration by another 5-10% for ARM | Abseil Team | 2022-06-09 |
* | Optimize SwissMap for ARM by 3-8% for all operations | Abseil Team | 2022-06-06 |
* | Optimize SwissMap iteration for aarch64 by 5-6% | Abseil Team | 2022-05-26 |
* | Replace direct uses of __builtin_prefetch from SwissTable with the wrapper fu... | Greg Falcon | 2022-05-18 |
* | Export of internal Abseil changes | Abseil Team | 2022-03-29 |
* | Export of internal Abseil changes | Abseil Team | 2022-01-27 |
* | Export of internal Abseil changes | Abseil Team | 2022-01-22 |
* | Export of internal Abseil changes | Abseil Team | 2021-12-03 |
* | Export of internal Abseil changes | Abseil Team | 2021-12-02 |
* | Export of internal Abseil changes | Abseil Team | 2021-10-28 |
* | Export of internal Abseil changes | Abseil Team | 2021-09-17 |