aboutsummaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAgeFilesLines
* Change find_or_prepare_insert to return std::pair<iterator, bool> to match re...Evan Brown2024-02-212-22/+21
* PR #1618: inlined_vector: Use trivial relocation for `SwapInlinedElements`Arthur O'Dwyer2024-02-212-17/+47
* Improve raw_hash_set tests.Abseil Team2024-02-211-14/+29
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team2024-02-201-8/+63
* Use const_cast to avoid duplicating the implementation of raw_hash_set::find(...Evan Brown2024-02-201-2/+1
* Import of CCTZ from GitHub.Derek Mauro2024-02-2015-5/+7
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team2024-02-201-63/+8
* Annotate that SpinLock should warn when unused.Chris Kennelly2024-02-201-1/+1
* PR #1625: absl::is_trivially_relocatable now respects assignment operatorsArthur O'Dwyer2024-02-172-39/+70
* Introduce `Group::MaskNonFull` without usage.Abseil Team2024-02-153-0/+68
* `demangle`: Parse template template and C++20 lambda template param substitut...Dino Radakovic2024-02-152-2/+48
* PR #1617: fix MSVC 32-bit build with -arch:AVXStanislaw Halik2024-02-151-3/+4
* Minor documentation fix for `absl::StrSplit()`Abseil Team2024-02-141-1/+1
* Prevent overflow in `absl::CEscape()`Derek Mauro2024-02-141-4/+22
* `demangle`: Parse optional single template argument for built-in typesDino Radakovic2024-02-132-6/+45
* `demangle`: Add complexity guard to `ParseQRequiresExpr`Dino Radakovic2024-02-131-0/+2
* Remove deprecated symbol absl::kuint128maxDerek Mauro2024-02-125-14/+4
* Add ABSL_ATTRIBUTE_WARN_UNUSED.Chris Kennelly2024-02-121-0/+28
* `demangle`: Parse `requires` clauses on template params, before function retu...Dino Radakovic2024-02-092-17/+59
* On Apple, implement absl::is_trivially_relocatable with the fallback.Abseil Team2024-02-092-4/+15
* `demangle`: Parse `requires` clauses on functionsDino Radakovic2024-02-092-8/+53
* Make `begin()` to return `end()` on empty tables.Abseil Team2024-02-081-5/+6
* `demangle`: Parse C++20-compatible template param declarations, except those ...Dino Radakovic2024-02-082-7/+97
* Add the ABSL_DEPRECATE_AND_INLINE() macroDerek Mauro2024-02-081-0/+36
* Span: Fixed comment referencing std::span as_writable_bytes() as as_mutable_b...Abseil Team2024-02-081-1/+1
* Switch rank structs to be consistent with written guidance in go/ranked-overl...Matt Kulukundis2024-02-073-15/+17
* Avoid hash computation and `Group::Match` in small tables copy and use `Itera...Abseil Team2024-02-072-22/+102
* Optimize `absl::Hash` by making `LowLevelHash` faster.Shahriar Rouf2024-02-074-116/+154
* Add -Wdead-code-aggressive to ABSL_LLVM_FLAGSAbseil Team2024-02-073-0/+5
* Stop using `std::basic_string<uint8_t>` which relies on a non-standard genericBogdan Graur2024-02-071-6/+5
* Add absl_container_hash-based HashEq specializationDennis Kormalev2024-02-078-6/+270
* `demangle`: Implement parsing for simplest constrained template argumentsDino Radakovic2024-02-072-0/+42
* Roll forward 9d8588bfc4566531c4053b5001e2952308255f44 (which was rolled back ...Abseil Team2024-02-053-0/+6
* Add a version of absl::HexStringToBytes() that returns a boolDerek Mauro2024-02-053-1/+84
* Enable StringLikeTest in hash_function_defaults_testDennis Kormalev2024-02-051-6/+4
* Fix a typo.Abseil Team2024-02-041-1/+1
* Minor changes to the BUILD file for absl/synchronizationAbseil Team2024-02-021-1/+3
* Avoid static initializers in case of ABSL_FLAGS_STRIP_NAMES=1Gennadiy Rozental2024-02-029-27/+77
* Rollback 9d8588bfc4566531c4053b5001e2952308255f44 for breaking the buildDerek Mauro2024-02-023-5/+0
* No public descriptionAbseil Team2024-02-013-0/+5
* Decrease the precision of absl::Now in x86-64 debug buildsFangrui Song2024-02-011-1/+15
* Optimize raw_hash_set destructor.Abseil Team2024-02-012-18/+87
* Add ABSL_ATTRIBUTE_UNINITIALIZED macros for use with clang and GCC's `uniniti...Abseil Team2024-02-011-0/+19
* Optimize `Cord::Swap()` for missed compiler optimization in clang.Martijn Vels2024-02-012-1/+22
* Type erased hash_slot_fn that depends only on key types (and hash function).Abseil Team2024-01-3116-16/+214
* Replace `testonly = 1` with `testonly = True` in abseil BUILD files.Shahriar Rouf2024-01-3113-54/+54
* Avoid extra `& msbs` on every iteration over the mask for GroupPortableImpl.Abseil Team2024-01-312-24/+79
* Missing parenthesis.Abseil Team2024-01-301-1/+1
* Early return from destroy_slots for trivially destructible types in flat_hash...Abseil Team2024-01-3011-27/+122
* Avoid export of testonly target absl::test_allocator in CMake buildsDerek Mauro2024-01-301-0/+1