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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add braces for conditional statements in raw_hash_map functions.
Evan Brown
2024-02-23
1
-3
/
+5
*
Optimize `prepare_insert`, when resize happens. It removes single unnecessary...
Vitaly Goldshteyn
2024-02-22
1
-11
/
+13
*
Add noexcept to move assignment operator and swap function
Abseil Team
2024-02-22
1
-4
/
+4
*
Import of CCTZ from GitHub.
Abseil Team
2024-02-22
1
-29
/
+0
*
Minor documentation updates.
Abseil Team
2024-02-21
1
-1
/
+1
*
Change find_or_prepare_insert to return std::pair<iterator, bool> to match re...
Evan Brown
2024-02-21
2
-22
/
+21
*
PR #1618: inlined_vector: Use trivial relocation for `SwapInlinedElements`
Arthur O'Dwyer
2024-02-21
2
-17
/
+47
*
Improve raw_hash_set tests.
Abseil Team
2024-02-21
1
-14
/
+29
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-02-20
1
-8
/
+63
*
Use const_cast to avoid duplicating the implementation of raw_hash_set::find(...
Evan Brown
2024-02-20
1
-2
/
+1
*
Import of CCTZ from GitHub.
Derek Mauro
2024-02-20
15
-5
/
+7
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-02-20
1
-63
/
+8
*
Annotate that SpinLock should warn when unused.
Chris Kennelly
2024-02-20
1
-1
/
+1
*
PR #1625: absl::is_trivially_relocatable now respects assignment operators
Arthur O'Dwyer
2024-02-17
2
-39
/
+70
*
Introduce `Group::MaskNonFull` without usage.
Abseil Team
2024-02-15
3
-0
/
+68
*
`demangle`: Parse template template and C++20 lambda template param substitut...
Dino Radakovic
2024-02-15
2
-2
/
+48
*
PR #1617: fix MSVC 32-bit build with -arch:AVX
Stanislaw Halik
2024-02-15
1
-3
/
+4
*
Minor documentation fix for `absl::StrSplit()`
Abseil Team
2024-02-14
1
-1
/
+1
*
Prevent overflow in `absl::CEscape()`
Derek Mauro
2024-02-14
1
-4
/
+22
*
`demangle`: Parse optional single template argument for built-in types
Dino Radakovic
2024-02-13
2
-6
/
+45
*
`demangle`: Add complexity guard to `ParseQRequiresExpr`
Dino Radakovic
2024-02-13
1
-0
/
+2
*
Remove deprecated symbol absl::kuint128max
Derek Mauro
2024-02-12
5
-14
/
+4
*
Add ABSL_ATTRIBUTE_WARN_UNUSED.
Chris Kennelly
2024-02-12
1
-0
/
+28
*
`demangle`: Parse `requires` clauses on template params, before function retu...
Dino Radakovic
2024-02-09
2
-17
/
+59
*
On Apple, implement absl::is_trivially_relocatable with the fallback.
Abseil Team
2024-02-09
2
-4
/
+15
*
`demangle`: Parse `requires` clauses on functions
Dino Radakovic
2024-02-09
2
-8
/
+53
*
Make `begin()` to return `end()` on empty tables.
Abseil Team
2024-02-08
1
-5
/
+6
*
`demangle`: Parse C++20-compatible template param declarations, except those ...
Dino Radakovic
2024-02-08
2
-7
/
+97
*
Add the ABSL_DEPRECATE_AND_INLINE() macro
Derek Mauro
2024-02-08
1
-0
/
+36
*
Span: Fixed comment referencing std::span as_writable_bytes() as as_mutable_b...
Abseil Team
2024-02-08
1
-1
/
+1
*
Switch rank structs to be consistent with written guidance in go/ranked-overl...
Matt Kulukundis
2024-02-07
3
-15
/
+17
*
Avoid hash computation and `Group::Match` in small tables copy and use `Itera...
Abseil Team
2024-02-07
2
-22
/
+102
*
Optimize `absl::Hash` by making `LowLevelHash` faster.
Shahriar Rouf
2024-02-07
4
-116
/
+154
*
Add -Wdead-code-aggressive to ABSL_LLVM_FLAGS
Abseil Team
2024-02-07
3
-0
/
+5
*
Stop using `std::basic_string<uint8_t>` which relies on a non-standard generic
Bogdan Graur
2024-02-07
1
-6
/
+5
*
Add absl_container_hash-based HashEq specialization
Dennis Kormalev
2024-02-07
8
-6
/
+270
*
`demangle`: Implement parsing for simplest constrained template arguments
Dino Radakovic
2024-02-07
2
-0
/
+42
*
Roll forward 9d8588bfc4566531c4053b5001e2952308255f44 (which was rolled back ...
Abseil Team
2024-02-05
3
-0
/
+6
*
Add a version of absl::HexStringToBytes() that returns a bool
Derek Mauro
2024-02-05
3
-1
/
+84
*
Enable StringLikeTest in hash_function_defaults_test
Dennis Kormalev
2024-02-05
1
-6
/
+4
*
Fix a typo.
Abseil Team
2024-02-04
1
-1
/
+1
*
Minor changes to the BUILD file for absl/synchronization
Abseil Team
2024-02-02
1
-1
/
+3
*
Avoid static initializers in case of ABSL_FLAGS_STRIP_NAMES=1
Gennadiy Rozental
2024-02-02
9
-27
/
+77
*
Rollback 9d8588bfc4566531c4053b5001e2952308255f44 for breaking the build
Derek Mauro
2024-02-02
3
-5
/
+0
*
No public description
Abseil Team
2024-02-01
3
-0
/
+5
*
Decrease the precision of absl::Now in x86-64 debug builds
Fangrui Song
2024-02-01
1
-1
/
+15
*
Optimize raw_hash_set destructor.
Abseil Team
2024-02-01
2
-18
/
+87
*
Add ABSL_ATTRIBUTE_UNINITIALIZED macros for use with clang and GCC's `uniniti...
Abseil Team
2024-02-01
1
-0
/
+19
*
Optimize `Cord::Swap()` for missed compiler optimization in clang.
Martijn Vels
2024-02-01
2
-1
/
+22
*
Type erased hash_slot_fn that depends only on key types (and hash function).
Abseil Team
2024-01-31
16
-16
/
+214
[next]