aboutsummaryrefslogtreecommitdiff
path: root/absl/status
Commit message (Expand)AuthorAgeFilesLines
* Use GetStatus in IsOkAndHoldsMatcherLaramie Leavitt2024-07-101-2/+2
* Deprecate `ABSL_ATTRIBUTE_NORETURN` in favor of the `[[noreturn]]`Derek Mauro2024-07-011-2/+2
* Remove the forked absl::Status matchers implementation in statusor_testDerek Mauro2024-05-033-143/+26
* Add comment hack to fix copybara reversibilityDerek Mauro2024-05-023-3/+3
* Add GoogleTest matchers for absl::StatusZie Weaver2024-05-026-0/+623
* Add internal traits to absl::StatusOr for lifetimebound detectionAbseil Team2024-04-022-39/+104
* Remove deprecated errno constants from the absl::Status mappingDerek Mauro2024-03-271-4/+0
* Separate out absl::StatusOr constraints into statusor_internal.hAbseil Team2024-03-212-136/+96
* Fix the move to itselfAbseil Team2024-03-111-2/+2
* Add noexcept to move assignment operator and swap functionAbseil Team2024-02-221-4/+4
* Add `ostream<<` and `AbslStringify` to `absl::StatusOr`.Zie Weaver2023-12-135-0/+130
* Add nullability annotationsDmitri Gribenko2023-12-1110-26/+46
* Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, an...Andy Getzendanner2023-12-051-0/+1
* Use absl::NoDestructor to replace a bespoke optimized implementationDerek Mauro2023-11-083-7/+7
* Bazel: Enable the header_modules featureDerek Mauro2023-10-111-0/+1
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-101-1/+9
* Mark absl::Status as ABSL_ATTRIBUTE_TRIVIAL_ABIAbseil Team2023-10-052-3/+3
* Adds `AbslStringify` to `absl::Status` for completeness.Abseil Team2023-09-264-14/+62
* Rolling back cl/565792699Abseil Team2023-09-201-1/+0
* Change absl::Status implementation to be amenable to [[clang:trivial_abi]] an...Abseil Team2023-09-176-281/+376
* Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK f...Andy Getzendanner2023-09-151-0/+1
* Invert the "is inlined" bit of absl::StatusAbseil Team2023-09-052-10/+17
* Include what you spellDmitri Gribenko2023-08-097-7/+40
* Merge pull request #1458 from juergbi:aixCopybara-Service2023-06-071-0/+2
|\
| * absl/status: Fix build on AIXJürg Billeter2023-05-241-0/+2
* | `absl`: Replace `absl::remove_cv_t<absl::remove_reference_t<T>>` with `absl::...Dino Radakovic2023-06-022-29/+15
|/
* Add non-public API for internal usersEric Fiselier2023-05-164-0/+43
* Add semicolon at the end of the line on code exampleAbseil Team2023-05-081-1/+1
* Make `absl::StatusOr::AssignStatus` public. Recommend against using it outsid...Dino Radakovic2023-05-052-0/+48
* Breaks internal codeAbseil Team2023-05-042-48/+0
* Make `absl::StatusOr::AssignStatus` public. Recommend against using it outsid...Dino Radakovic2023-05-042-0/+48
* Fix spelling mistakesVertexwahn2023-04-271-2/+2
* trivial: format some files using clang-formatPatrick Xia2023-04-271-7/+4
* Add ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::StatusOr::emplace()Laramie Leavitt2023-02-031-2/+3
* Minor build/whitespace changesDerek Mauro2023-01-031-0/+1
* Minor include/whitespace changesDerek Mauro2022-12-282-0/+2
* Fix "unsafe narrowing" warnings in absl, 10/n.Abseil Team2022-09-081-3/+3
* remove unused includes and add missing std includes for absl/status/status.hAbseil Team2022-08-101-2/+2
* Fix "unsafe narrowing" warnings in absl, 3/n.Abseil Team2022-08-041-12/+18
* Add missing include for std::unique_ptrAbseil Team2022-07-221-0/+1
* Tweak the signature of status_internal::MakeCheckFailString as part of an upc...Andy Getzendanner2022-06-102-7/+6
* Fix C++17 constexpr storage deprecation warningsDerek Mauro2022-06-091-0/+2
* Obey ABSL_DEFAULT_LINKOPTS for all cc_library targetsJeremy Nimmer2022-06-061-0/+3
* Fix comment typo about absl::Status<T*>Derek Mauro2022-06-061-2/+2
* Add an internal helper for logging (upcoming).Greg Falcon2022-05-312-0/+21
* Fix a typo in a comment.Abseil Team2022-04-291-1/+1
* Export of internal Abseil changesAbseil Team2022-04-195-6/+196
* Export of internal Abseil changesAbseil Team2022-03-141-4/+0
* Export of internal Abseil changesAbseil Team2022-02-231-5/+5
* Export of internal Abseil changesAbseil Team2022-01-281-1/+1