index
:
abseil.git
hurd
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
container
/
internal
/
raw_hash_set.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add sanitizer mode checks that element constructors/destructors don't make re...
Evan Brown
2023-10-16
1
-12
/
+27
*
Add iterator invalidation checking for when the hashtable is moved.
Evan Brown
2023-10-16
1
-6
/
+16
*
The current implementation of control by checking on x86 has an unnecessary s...
Abseil Team
2023-10-12
1
-11
/
+15
*
Correct the grammar of an IWYU pragma.
Abseil Team
2023-10-06
1
-1
/
+1
*
Use ABSL_RAW_LOG and ABSL_PREDICT_* for all debug checks in swisstable includ...
Evan Brown
2023-10-03
1
-28
/
+27
*
Refactor swisstable copy/move assignment to fix issues with allocator propaga...
Evan Brown
2023-10-03
1
-47
/
+94
*
Export common.h from raw_hash_set.h to prevent IWYU from linting when using n...
Abseil Team
2023-09-27
1
-1
/
+1
*
Use ABSL_PREDICT_FALSE and ABSL_RAW_LOG for shared safety checks in raw_hash_...
Daniel Cheng
2023-09-20
1
-15
/
+24
*
Remove the unused LowerBoundAllocatedByteSize function.
Evan Brown
2023-09-05
1
-12
/
+0
*
Optimize Resize and Iteration on Arm
Connal de Souza
2023-08-30
1
-4
/
+16
*
Make raw_hash_set::destroy_slots no longer public. It was never meant to be a...
Evan Brown
2023-08-29
1
-11
/
+11
*
Remove the has_element function and use FindElement instead.
Evan Brown
2023-08-17
1
-20
/
+4
*
Update an old comment that refers to obsolete types.
Evan Brown
2023-08-15
1
-2
/
+2
*
Add missing includes in raw_hash_set.h.
Evan Brown
2023-08-11
1
-0
/
+4
*
Store infoz on the heap instead of inline and store it only when we are sampl...
Evan Brown
2023-08-04
1
-44
/
+88
*
Optimize Swissmap Match on Arm.
Connal de Souza
2023-08-04
1
-3
/
+6
*
Update the comment for capacity_ to mention recent experiments to compress th...
Evan Brown
2023-08-03
1
-2
/
+7
*
Refactor raw_hash_set deallocation to pass CommonFields instead of passing th...
Evan Brown
2023-07-27
1
-48
/
+52
*
Change the API constraints of erase(const_iterator, const_iterator) so that c...
Evan Brown
2023-07-26
1
-2
/
+25
*
Add a special case for erase(begin(), end()) to reset the control bytes. The ...
Evan Brown
2023-07-20
1
-4
/
+10
*
Rename CommonFields::slots_ptr to slot_array to match the name of the corresp...
Evan Brown
2023-07-19
1
-6
/
+6
*
Move growth_left to the backing array.
Evan Brown
2023-07-17
1
-40
/
+67
*
Clarify that lazy_emplace returns an iterator to the new element when lookup ...
Abseil Team
2023-07-05
1
-1
/
+2
*
roll forward: Make data members of CommonFields be private so that it's easie...
Evan Brown
2023-06-30
1
-46
/
+64
*
rollback: Make data members of CommonFields be private so that it's easier to...
Evan Brown
2023-06-30
1
-62
/
+46
*
Make data members of CommonFields be private so that it's easier to change ho...
Evan Brown
2023-06-30
1
-46
/
+62
*
Convert `raw_hash_set` comments from imperative to indicative mood.
Bradley C. Kuszmaul
2023-05-31
1
-3
/
+3
*
Merge pull request #1462 from kuszmaul:fix-typo
Copybara-Service
2023-05-31
1
-10
/
+10
|
\
|
*
Typo gardening
Bradley C. Kuszmaul
2023-05-30
1
-1
/
+1
|
/
*
Add lifetimebound attribute to some Abseil containers
Abseil Team
2023-05-03
1
-27
/
+47
*
Merge pull request #1434 from Vertexwahn:fix-spelling
Copybara-Service
2023-04-25
1
-3
/
+3
|
\
|
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
1
-2
/
+2
|
/
*
Use multiple empty generations so that we can detect when iterators from diff...
Evan Brown
2023-03-02
1
-13
/
+25
*
Optimize ConvertSpecialToEmptyAndFullToDeleted on Arm
Connal de Souza
2023-02-23
1
-3
/
+4
*
Merge pull request #1402 from AtariDreams:workaround
Copybara-Service
2023-02-22
1
-8
/
+2
|
\
|
*
Remove workaround for gcc 5.1
Rose
2023-02-21
1
-8
/
+2
*
|
Refactor swisstable iterator debug messages code. The motivations are (a) dis...
Evan Brown
2023-02-21
1
-44
/
+80
|
/
*
Make default-constructed swisstable iterators use EmptyGroup() for ctrl_ so t...
Evan Brown
2023-02-14
1
-20
/
+33
*
In sanitizer mode, detect when end iterators from different swisstables are c...
Evan Brown
2023-02-09
1
-5
/
+32
*
Rollforward: in sanitizer mode, detect when references become invalidated by ...
Evan Brown
2023-02-01
1
-9
/
+24
*
Rollback in sanitizer mode, detect when references become invalidated by rand...
Abseil Team
2023-01-31
1
-24
/
+9
*
In sanitizer mode, detect when references become invalidated by randomly reha...
Evan Brown
2023-01-30
1
-9
/
+24
*
Replace absl::base_internal::Prefetch* calls with absl::Prefetch* calls
Martijn Vels
2023-01-27
1
-9
/
+13
*
In sanitizer mode, detect when references become invalidated after reserved g...
Evan Brown
2023-01-17
1
-9
/
+35
*
In sanitizer mode, detect when invalidated iterators are compared.
Evan Brown
2023-01-05
1
-9
/
+17
*
Fix a bug in iterator validation code in which we don't update the table's re...
Evan Brown
2022-12-22
1
-1
/
+1
*
In sanitizer mode, add generations to swisstable iterators and backing arrays...
Evan Brown
2022-12-19
1
-37
/
+223
*
Optimize raw_hash_set CountLeadingEmptyOrDeleted() on Arm
Connal de Souza
2022-12-19
1
-6
/
+8
*
Fix some ClangTidy warnings in raw_hash_set code.
Evan Brown
2022-12-08
1
-2
/
+5
*
Change CommonFields from a private base class of raw_hash_set to be the first...
Evan Brown
2022-12-08
1
-39
/
+36
[prev]
[next]