summaryrefslogtreecommitdiff
path: root/libcxx/docs
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Implement P2505R5(Monadic operations for std::expected).yronglin2023-05-184-4/+5
* Revert "[libc++] Implement P2505R5(Monadic operations for std::expected)."yronglin2023-05-184-5/+4
* [libc++] Implement P2505R5(Monadic operations for std::expected).yronglin2023-05-174-4/+5
* [libcxx] Add mdspan/extentsChristian Trott2023-05-162-1/+3
* [libc++] Add C++20 stringstream::view()Piotr Fusik2023-05-162-1/+2
* [libc++] Revert moving the pre-release checklistLouis Dionne2023-05-151-13/+12
* [libc++] Removes _LIBCPP_ABI_OLD_LOGNORMAL_DISTRIBUTIONMark de Wever2023-05-151-0/+2
* [libc++][docs] Move the pre-release check-listLouis Dionne2023-05-151-12/+13
* [libc++][NFC] Fix slightly incorrect instructions for testing with NinjaLouis Dionne2023-05-101-1/+1
* [libc++] Add assertions for potential OOB reads in std::sortLouis Dionne2023-05-091-0/+3
* [libc++][ranges] Implement the changes to vector from P1206 (`ranges::to`):varconst2023-05-081-1/+1
* [libc++][spaceship] Implement `operator<=>` for `array`Hristo Hristov2023-05-082-2/+3
* [libc++][ranges] Addresses LWG3759Mark de Wever2023-05-061-1/+1
* [libc++][format] Fixes vector<bool> requirements.Mark de Wever2023-05-061-0/+5
* [libc++][spaceship] Implement `operator<=>` for `optional`Hristo Hristov2023-05-052-3/+3
* [ASan][libcxx] A way to turn off annotations for containers with a specific a...Advenam Tacet2023-05-041-0/+29
* [libc++][PSTL] Add design docsNikolas Klauser2023-05-032-0/+23
* [libc++][chrono] Adds formatter local_time.Mark de Wever2023-05-031-1/+1
* [libc++][NFC] Fix typos in documentationLouis Dionne2023-05-011-3/+2
* Fix EBO on std::optional and std::variant when targeting the MSVC ABIEric Fiselier2023-04-272-1/+9
* [libc++][chrono] Adds formatter file_time.Mark de Wever2023-04-271-1/+1
* [libc++] Remove the chrono include from algorithmIan Anderson2023-04-221-0/+2
* [libc++][regex] Uses operator<=> in sub_match.Mark de Wever2023-04-221-1/+1
* [libc++][format] Improves width estimate.Mark de Wever2023-04-204-2/+9
* [libc++][doc] Update format status.Mark de Wever2023-04-202-5/+12
* Instructions to run libc++ test suiteAdityaK2023-04-201-1/+5
* [libc++] Remove symbols for a std::allocator_arg & friends from the dylibLouis Dionne2023-04-191-0/+8
* [libc++] Add helper script libcxx-lit for running testsLouis Dionne2023-04-191-8/+14
* [libc++] Removes Clang 14 support.Mark de Wever2023-04-151-1/+1
* [libc++][format] Mark range formaters as complete.Mark de Wever2023-04-115-3/+6
* [libc++] Granularize system_error.Mark de Wever2023-04-091-2/+2
* [libc++][format] Addresses LWG3720.Mark de Wever2023-04-091-1/+1
* [libc++][format] range-default-formatter for strings.Mark de Wever2023-04-091-2/+2
* [libc++][spaceship] Implement `operator<=>` for `time_point`Hristo Hristov2023-04-091-1/+1
* [libc++][format] Implements formatter thread::id.Mark de Wever2023-04-085-2/+8
* [libc++][chrono] Add sys_time formatter.Mark de Wever2023-04-081-1/+1
* [libc++][format] Implements LWG3892.Mark de Wever2023-04-081-0/+1
* [libc++][format][chrono] Addresses LWG3842.Mark de Wever2023-04-071-1/+1
* [libc++][spaceship[NFC] P1614R2 `operator<=>` moves misplaced tests to correc...Hristo Hristov2023-04-011-9/+9
* [libc++][ranges] P2711R1 Making multi-param constructors of views explicitHristo Hristov2023-03-232-1/+2
* [libc++] Granularize __mutex_baseNikolas Klauser2023-03-221-1/+2
* [libc++][spaceship] Implement `operator<=>` for `duration`Hristo Hristov2023-03-211-1/+1
* [libc++] Remove C++03 extensions for std::allocator_arg & friendsLouis Dionne2023-03-191-0/+9
* [libc++abi] Improve performance of __dynamic_castSirui Mu2023-03-191-0/+3
* [libcxx] Add status paper for Parallelism-TSZhangyin2023-03-173-0/+42
* [libc++][spaceship] Implement `operator<=>` for `map` and `multimap`Hristo Hristov2023-03-151-2/+2
* [libc++][format] Addresses LWG3825.Mark de Wever2023-03-141-1/+1
* [libc++] Clean up old macOS back-deployment workaroundsLouis Dionne2023-03-102-1/+5
* [libc++] Granularize <atomic> includesNikolas Klauser2023-03-101-1/+1
* [libc++][ranges] Implement LWG-3865 Sorting a range of pairsIgor Zhukov2023-03-101-1/+1