Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
cf9b4d1e7961214deabd99a9fc3b1d4c9e78a71f
/
libcxx
/
docs
25fc52e
[libc++] Re-introduce _LIBCPP_DISABLE_AVAILABILITY (#134158)
by Louis Dionne
· 12 days ago
4ed8f38
[libc++][pair] P2944R3: Constrain `std::pair`'s equality operator (#136672)
by Hristo Hristov
· 3 weeks ago
e9280a1
[libc++] Backport segmented iterator optimization for std::for_each to C++11 (#134960)
by Peng Liu
· 4 weeks ago
860e884
[libc++] Make __config_site modular (#134699)
by Louis Dionne
· 4 weeks ago
51b8c66
[libc++] Extend the scope of radix sorting inside std::stable_sort to floating-point types (#129452)
by Дмитрий Изволов
· 5 weeks ago
557e931
[libc++] Implement P2897R7 aligned_accessor: An mdspan accessor expressing pointer over-alignment (#122603)
by Damien L-G
· 5 weeks ago
1175f5b
[libc++] Removes the _LIBCPP_VERBOSE_ABORT_NOT_NOEXCEPT macro. (#135494)
by Mark de Wever
· 5 weeks ago
d39d24c
[libc++][doc] Updates the release notes.
by Mark de Wever
· 5 weeks ago
8fc2538
Reapply "[libc++] Optimize num_put integral functions" (#131613) (#133572)
by Nikolas Klauser
· 5 weeks ago
01a2922
[libc++][doc] Removes LLVM 19 Release Notes. (#134894)
by Mark de Wever
· 5 weeks ago
af9c04f
[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)
by Nikolas Klauser
· 5 weeks ago
ab95005
[libc++] P3247R2: Deprecate `is_trivial(_v)` (#130573)
by A. Jiang
· 6 weeks ago
16d1054
[libc++] Remove _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS (#111964)
by Nikolas Klauser
· 6 weeks ago
7013b51
[libc++] Implement `std::flat_multiset` (#128363)
by Hui
· 6 weeks ago
475cbf0
[libc++] Implement ranges::iota (#68494)
by James E T Smith
· 6 weeks ago
2cd8edd
[libc++] Add missing release note for LLVM 20 about zip_view (#134144)
by Louis Dionne
· 6 weeks ago
c59d3a2
[libc++] Add visibility annotations to the std namespace with GCC (#133233)
by Nikolas Klauser
· 6 weeks ago
82c078c
[libc++] Remove official Clang 18 support. (#130142)
by Mark de Wever
· 7 weeks ago
f9aa7a2
[libc++] Verify std::forward_like's mandates clause. (#127318)
by Mark de Wever
· 7 weeks ago
3fbd0ec
[libc++] Update the status for LWG3120 (#116772)
by Peng Xie
· 8 weeks ago
af26799
[libc++] Re-implement LWG2770 again * 2 (#132598)
by A. Jiang
· 8 weeks ago
3573065
[libcxx] Put `std::monostate` in `<utility>` (#128373)
by Amr Hesham
· 8 weeks ago
ef4f479
[libc++] Documentation for _LIBCPP_REMOVE_TRANSITIVE_INCLUDES (#130560)
by Martin Licht
· 8 weeks ago
fb44f00
[libc++] Add [[gnu::nodebug]] on type traits (#128502)
by Nikolas Klauser
· 8 weeks ago
2f1416b
[libc++] implement std::flat_set (#125241)
by Hui
· 8 weeks ago
6038077
[libc++] Bump `__cpp_lib_constexpr_algorithms` for P2562R1 in C++26 (#132075)
by A. Jiang
· 8 weeks ago
4474430
[libc++][docs] Minor update to the benchmark documentation
by Louis Dionne
· 8 weeks ago
b350bc2
[libc++] Verify forward_list self-merging is a no-op (#129985)
by Peng Liu
· 8 weeks ago
d1156fc
Revert "[libc++] Optimize num_put integral functions" (#131613)
by Alexander Kornienko
· 9 weeks ago
4baf1c0
[libc++] Optimize ranges::rotate for vector<bool>::iterator (#121168)
by Peng Liu
· 9 weeks ago
83936f5
[libc++][docs] Remove mis-added entry for P2513R4 (#130581)
by A. Jiang
· 10 weeks ago
262a775
[libc++][NFC] Fixed bad link in 21.rst (#130428)
by Hristo Hristov
· 2 months ago
6d9dfd7
[libc++][type_traits] Implements "A type trait to detect reference binding to temporary" (#128649)
by Hristo Hristov
· 2 months ago
94714fb
[libc++] Deprecate `is_pod(_v)` since C++20 (#129471)
by A. Jiang
· 2 months ago
27e686c
[libc++] Verify that LWG4140 is implemented (#128624)
by A. Jiang
· 2 months ago
15edf87
[libc++] Optimize num_put integral functions (#120859)
by Nikolas Klauser
· 2 months ago
a12744f
[libc++] Optimize ranges::swap_ranges for vector<bool>::iterator (#121150)
by Peng Liu
· 2 months ago
f5f5286
[libc++] Implement LWG3990 for Clang (#128834)
by A. Jiang
· 3 months ago
d2b09e2
[libc++] Prohibits initializer_list specializations. (#128042)
by Mark de Wever
· 3 months ago
65f105b
[libc++] Implements LWG3600 Making istream_iterator copy constructor trivial is an ABI break (#127343)
by Mark de Wever
· 3 months ago
2c36411
[libcxx] Add LWG4135: The helper lambda of std::erase for list should specify return type as bool (#128358)
by elhewaty
· 3 months ago
7717a54
[libc++] Optimize ranges::equal for vector<bool>::iterator (#121084)
by Peng Liu
· 3 months ago
26be07b
[libc++][format] Disables narrow string to wide string formatters. (#128355)
by Mark de Wever
· 3 months ago
d7b3606
[libc++] Updates ostream's println LWG status. (#128214)
by Mark de Wever
· 3 months ago
c0d1403
[libc++][docs][NFC] Update supported OpenXL version (#127072)
by Hristo Hristov
· 3 months ago
cf50936
[libc++][chrono] implements GPS clock. (#125921)
by Mark de Wever
· 3 months ago
5e26fb1
[libc++] Qualify calls to nullary functions like __throw_foo (#122465)
by Louis Dionne
· 3 months ago
ab3d793
[libc++] Optimize ranges::move{,_backward} for vector<bool>::iterator (#121109)
by Peng Liu
· 3 months ago
2207e3e3
[libc++] Set feature-test macro `__cpp_lib_atomic_float` (#127559)
by A. Jiang
· 3 months ago
3a00c42
[libc++] Add Hagenberg issues and papers to the Status pages (#127510)
by Louis Dionne
· 3 months ago
2775122
[libc++][NFC] Clarify libc++'s stance about implementing the Networking TS
by Louis Dionne
· 3 months ago
b22fc43
[libc++] Updates the compilers used post LLVM-20 branching. (#126564)
by Mark de Wever
· 3 months ago
3fa85c7
[libc++] Document that libc++ does not and will never implement the Networking TS (#127508)
by Louis Dionne
· 3 months ago
ec54403
[libc++] Synchronize a few remaining status page rows with Github issues
by Louis Dionne
· 3 months ago
fb29f19
[libc++] Synchronize status pages with Github issues list
by Louis Dionne
· 3 months ago
db2953d
[doc] Add Discord invite link alongside channel links (#126352)
by Alex Bradbury
· 3 months ago
dbfb29f
[libc++] Add a link to __builtin_verbose_trap from the hardening docs (#126930)
by Louis Dionne
· 3 months ago
cb1b51f
[libc++][doc] Updates format status.
by Mark de Wever
· 3 months ago
aca829d
[libc++][chrono] implements TAI clock. (#125550)
by Mark de Wever
· 3 months ago
5b98be4
[lib++][Format] Updates Unicode database. (#125712)
by Mark de Wever
· 3 months ago
fcc4ceb
[libc++] Implement N4258(Cleaning-up noexcept in the Library) (#120312)
by Nikolas Klauser
· 4 months ago
edc3dc6
[libc++] Optimize ranges::copy_backward for vector<bool>::iterator (#121026)
by Peng Liu
· 4 months ago
5b65896
[libc++] Optimize ranges::copy{, _n} for vector<bool>::iterator (#121013)
by Peng Liu
· 4 months ago
3bd3e06
Bump version to 21.0.0git (#124870)
by Tom Stellard
· 4 months ago
upstream/llvmorg-21-init
08a18ef
[libc++][doc] Update the release notes for LLVM 20. (#124403)
by Mark de Wever
· 4 months ago
def50f7
[libc++] implement `std::flat_multimap` (#113835)
by Hui
· 4 months ago
de5ff8a
[libc++][test] Improves C++ Standard filtering. (#89499)
by Mark de Wever
· 4 months ago
0cd794d
[libc++][chrono] implements UTC clock. (#90393)
by Mark de Wever
· 4 months ago
48b2ce9
[libc++] Document that internal aliases should be marked _LIBCPP_NODEBUG (#122175)
by Nikolas Klauser
· 4 months ago
ddfd89a
[libc++][Docs] Mark P1353R0 as complete (#123020)
by A. Jiang
· 4 months ago
df3ba91
[libc++] Clarify the release note for uncaught_exception removal and deprecation (#123118)
by Louis Dionne
· 4 months ago
0298e58
[libc++] Optimize input_iterator-pair `insert` for std::vector (#113768)
by Peng Liu
· 4 months ago
438e2cc
[libc++] Make std::stable_sort constexpr friendly (#110320)
by PaulXiCao
· 4 months ago
019a902
[libc++] Deprecate extension `packaged_task::result_type` (#122600)
by A. Jiang
· 4 months ago
c91d805
[libc++] Implement std::not_fn<NTTP> (#86133)
by Jakub Mazurkiewicz
· 4 months ago
85ca551
[libc++][chrono] Entirely remove relational operators for `std::chrono::weekday` (#122428)
by A. Jiang
· 4 months ago
2c6ed5f
[libc++][NFC] Remove trailing whitespace from release notes
by Louis Dionne
· 4 months ago
69b54c1
[libcxx][algorithm] Optimize std::stable_sort via radix sort algorithm (#104683)
by Дмитрий Изволов
· 4 months ago
06673a9
[libc++] Uglify non-standard member typedef const_reference in bitset (#121620)
by Peng Liu
· 4 months ago
2b26ee6
[libcxx] Handle windows system error code mapping in std::error_code. (#93101)
by James Y Knight
· 4 months ago
1855333
[libc++] Fix documentation for setting hardening ABI macros (#121946)
by Louis Dionne
· 4 months ago
9612175
[libc++][NFC] Remove stray backtick in documentation
by Louis Dionne
· 4 months ago
292c135
[libc++] Add new utilities to compare benchmark results between builds (#120743)
by Louis Dionne
· 4 months ago
bda7c9a
[libc++][hardening] Add checks to `forward_list` element access. (#120858)
by Konstantin Varlamov
· 4 months ago
ac1d560
[libc++][hardening] Add a bounds check for `valarray` and `bitset`. (#120685)
by Konstantin Varlamov
· 5 months ago
6261599
[libc++] Mark P0270R3 as Nothing To Do
by Nikolas Klauser
· 5 months ago
21e6f16
[libc++] Mark N4089 as complete
by Nikolas Klauser
· 5 months ago
037da01
[libc++] Mark P0175R1 as 'Nothing To Do'
by Nikolas Klauser
· 5 months ago
084309a
[libc++] Refactor the Windows and MinGW implementation of the locale base API (#115752)
by Louis Dionne
· 5 months ago
01512d2
[libc++] Document guidelines for symbols baked into the ABI (#118526)
by Louis Dionne
· 5 months ago
e84f79e
[libc++][docs] Use --show-all in the sample command-line to run benchmarks
by Louis Dionne
· 5 months ago
5827542
[libc++][NFC] Fix slightly incorrect row in the CSV files
by Louis Dionne
· 6 months ago
c295098
[libc++] Add Wroclaw straw polls (#118116)
by A. Jiang
· 6 months ago
ae9b91a
[libc++] Fix malformed CSV entry for C++26 LWG issue
by Louis Dionne
· 6 months ago
5971647
[libc++] Add coding guidelines to the docs (#117051)
by Nikolas Klauser
· 6 months ago
056153f
Optimize vector::assign for InputIterator-only pair inputs (#113852)
by Peng Liu
· 6 months ago
6cbc373
[libc++] Remove the pointer safety functions from the dylib (#117390)
by Nikolas Klauser
· 6 months ago
afae1a5
[libc++] Remove _LIBCPP_DISABLE_AVAILABILITY macro (#112952)
by Louis Dionne
· 6 months ago
99f44c8
[libc++] update comment for P0067R5 (#113239)
by h-vetinari
· 6 months ago
0a7e5e3
[libc++][docs] Document _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION (#115405)
by Alona Enraght-Moony
· 6 months ago
Next »