Sign in
llvm
/
llvm-project
/
libcxx
/
HEAD
7f6cbcb
[libc++][ranges] Applied `[[nodiscard]]` to `filter_view` (#173460)
by Hristo Hristov
· 33 hours ago
main
master
3b38015
[libc++] Implement P1789R3: Library Support for Expansion Statements (#167184)
by Matthias Wippich
· 2 days ago
0ca16a0
[libc++] Implement LWG3476: Remove incorrect decay-copy in std::async and add QoI static_assert improvements (#173363)
by Marcell Leleszi
· 2 days ago
972527f
[libc++][NFC] Refactor `std::array`'s `verify.cpp` tests (#173455)
by Hristo Hristov
· 2 days ago
6335e08
[libc++][ios] Applied `[[nodiscard]]` (#173520)
by A. Jiang
· 3 days ago
14b6548
[libc++][NFC] Fixed formatting in Release Notes (#173526)
by Hristo Hristov
· 3 days ago
1b89ec6
[libc++] Implement P3836R2: Make `optional<T&>` trivially copyable (#171528)
by William Tran-Viet
· 4 days ago
7a5b125
[libc++][ranges] Applied `[[nodiscard]]` to `empty_view` (#173215)
by Hristo Hristov
· 4 days ago
54afa35
[libc++][ranges] Applied `[[nodiscard]]` to `drop_while_view` (#173211)
by Hristo Hristov
· 4 days ago
df21539
[libc++][ranges] Applied `[[nodiscard]]` to `chunk_by_view ` (#173178)
by Hristo Hristov
· 4 days ago
c9443e2
[libc++][ranges] Applied `[[nodiscard]]` to `common_view` (#173176)
by Hristo Hristov
· 4 days ago
3a1cb72
[libc++][ranges] Applied `[[nodiscard]]` to `as_rvalue_view` (#173145)
by Hristo Hristov
· 4 days ago
6e279aa
[libc++] Applied `[[nodiscard]]` to more Language Support classes (#171078)
by Hristo Hristov
· 4 days ago
193fed9
[libc++][regex] Applied `[[nodiscard]]` (#170974)
by Hristo Hristov
· 4 days ago
6178208
[libc++][docs] Mark P2786R13 and P3920R0 "Nothing To Do" (#173348)
by A. Jiang
· 4 days ago
74eb100
[libc++] Optimize rotate (#120890)
by Nikolas Klauser
· 5 days ago
ff3a2be
[libc++] Refactor std::equal to forward to the 3-leg overload if the size of the ranges is known (#171585)
by Nikolas Klauser
· 5 days ago
10a5e4e
[libc++] Update locale.cpp to use some newer C++ features (#173286)
by Nikolas Klauser
· 5 days ago
6878412
[libc++][NFC] Use __specialized_algorithm for std::copy __bit_iterator specialization (#172270)
by Nikolas Klauser
· 6 days ago
acca3ae
[libc++] Add an ABI flag to make __bit_iterator trivially copyable (#172271)
by Nikolas Klauser
· 6 days ago
b1b864a
[libc++] Refactor __libcpp_is_trivially_equality_comparable to be a variable template (#173151)
by Nikolas Klauser
· 6 days ago
de3a328
[libc++][variant] Applied `[[nodiscard]]` (#172058)
by Hristo Hristov
· 6 days ago
ae94cc4
[libcxx] Mark LWG4275 as complete and remove related TODO (#171665)
by Aiden Grossman
· 6 days ago
2e210d9
[libcxx] Remove comment about manually installing ninja
by Aiden Grossman
· 6 days ago
ca78669
[libc++] Mini-cleanup for `[[nodiscard]]` (#172275)
by A. Jiang
· 6 days ago
3f5bee9
[libc++] Implement `adjacent_transform` (#168208)
by Hui
· 7 days ago
94e934d
[libc++] Implement P3567R2 flat_meow fixes (#162022)
by Hui
· 7 days ago
a28d52a
[libc++] Optimize vector<bool>::resize() (#172853)
by Nikolas Klauser
· 8 days ago
412584d
Revert "[libc++] Don't try to be compatible with libstdc++ in __libcpp_refstring on iOS (#170816)" (#173099)
by Louis Dionne
· 8 days ago
b59ef3b
[libc++][concepts] P2404R3: Move-only types for equality_comparable_with, totally_ordered_with, and three_way_comparable_with (#99420)
by Janet Cobb
· 9 days ago
d7a6079
[libcxx] LWG4172 fix self-move-assignment in {unique|shared}_lock (#129542)
by Mohamed Atef
· 9 days ago
694072a
[libc++] Add missing %{flags} substitution to clang-tidy (#171689)
by Louis Dionne
· 9 days ago
c2ebb2a
[libc++][docs] Update paper and LWG issue lists after 2025-11 Kona (#172825)
by A. Jiang
· 9 days ago
65a51ee
[libc++][AIX] Move to new locale APIs (#172068)
by Xing Xue
· 9 days ago
7d9a683
[libc++] Make std::align an inline function (#167472)
by saipubw
· 10 days ago
9eceffb
[libc++] Fix the formatting for percents in compare-benchmarks
by Louis Dionne
· 10 days ago
c397d69
[libc++] Add the --ignore-under option to compare-benchmarks
by Louis Dionne
· 10 days ago
9b5152a
[libc++] Fix `ranges::for_each` taking whole associative containers (#172605)
by A. Jiang
· 10 days ago
14a6a15
[libc++][vis-historical] Don't create a git.Repo for each commit
by Louis Dionne
· 10 days ago
d2d6a6f
[libc++] Disable the generation of relative deltas in compare-benchmarks --kpis
by Louis Dionne
· 10 days ago
372a9a9
[libcxx][ci] Remove myself as a contact for Linaro bots (#172620)
by David Spickett
· 11 days ago
14e810e
[libc++] Rename the wg21 paper label to wg21-paper
by Louis Dionne
· 11 days ago
7daf35d
[libc++][tuple] Applied `[[nodiscard]]` (#172008)
by Hristo Hristov
· 11 days ago
7838e18
[libc++] Store the premerge runner images in the monorepo (#171443)
by Louis Dionne
· 11 days ago
0d766c5
[libc++] Remove [[nodiscard]] from map etc. operator[] (#172444)
by Hans Wennborg
· 11 days ago
27b5fb9
[libc++] Use the C++11 syntax for the no_thread_safety_analysis attribute (#171800)
by Nikolas Klauser
· 12 days ago
e503f1b
[libc++] Enable -Wmissing-prototypes (#116261)
by Nikolas Klauser
· 12 days ago
0527d25
[libcxx][docs] Fix boostrapping build configure command (#172015)
by David Spickett
· 12 days ago
de9dfdb
[libc++] Fix std::for_each(associative-container) not using std:invoke and projections (#171984)
by Nikolas Klauser
· 13 days ago
15d029f
[libc++] Remove unused __parent_pointer alias from __tree and map (#172185)
by Andrei Topala
· 13 days ago
53e3772
[libc++][char_traits] Applied `[[nodiscard]]` (#172244)
by A. Jiang
· 13 days ago
5252912
[libc++][unordered_set] Applied `[[nodiscard]]` (#170435)
by Hristo Hristov
· 13 days ago
236f7c4
[libc++][unordered_multiset] Applied `[[nodiscard]]` (#171664)
by Hristo Hristov
· 13 days ago
8554730
[libc++][unordered_multimap] Applied `[[nodiscard]]` (#171659)
by Hristo Hristov
· 13 days ago
5505254
[libc++][unordered_map] Applied `[[nodiscard]]` (#170423)
by Hristo Hristov
· 13 days ago
e2af5da
[libc++][pair] Applied `[[nodiscard]]` (#171999)
by Hristo Hristov
· 13 days ago
eff92e3
[libc++][multimap] Applied `[[nodiscard]]` (#171644)
by Hristo Hristov
· 13 days ago
6261141
[libc++][expected] Applied `[[nodiscard]]` (#170245)
by Hristo Hristov
· 13 days ago
e96ce1a
[libc++] Use native wait in std::barrier instead of sleep loop (#171041)
by Hui
· 14 days ago
7fb4187
[libc++][flat_multiset] Applied `[[nodiscard]]` (#169984)
by Hristo Hristov
· 14 days ago
a5f376a
[libc++][flat_multimap] Applied `[[nodiscard]]` (#169986)
by Hristo Hristov
· 14 days ago
e87fa2d
[libc++] Implement adjacent_view (#165089)
by Hui
· 2 weeks ago
05498d0
[libc++][ranges] implement `ranges::elements_of` (#91414)
by xiaoyang-sde
· 2 weeks ago
27cbdce
[libc++][complex] Applied `[[nodiscard]]` (#171027)
by Hristo Hristov
· 2 weeks ago
e764828
[libc++][map] Applied `[[nodiscard]]` (#169971)
by Hristo Hristov
· 2 weeks ago
52929b8
[libc++] Produce summary reports in compare-benchmarks
by Louis Dionne
· 3 months ago
3e57567
[runtimes] Remove dependencies on cxx_experimental for test-suite installs (#171678)
by Louis Dionne
· 2 weeks ago
69a5630
[libc++][valarray] Applied `[[nodiscard]]` (#170996)
by Hristo Hristov
· 2 weeks ago
07e197d
[libc++][multiset] Applied `[[nodiscard]]` (#171654)
by Hristo Hristov
· 2 weeks ago
069c66d
[libc++] Always return bool from bitset::operator[](size_t) const (#169894)
by Nikolas Klauser
· 2 weeks ago
d6a858e
[libc++] Optimize {std,ranges}::for_each for iterating over __trees (#164405)
by Nikolas Klauser
· 2 weeks ago
83a5c0e
[libc++][filesystem] Applied `[[nodiscard]]` (#171085)
by Hristo Hristov
· 2 weeks ago
e9b5d75
[libc++][optional] Applied `[[nodiscard]]` (#170045)
by Hristo Hristov
· 2 weeks ago
85a6652
[libc++][format] Applied `[[nodiscard]]` to more classes (#170808)
by Hristo Hristov
· 2 weeks ago
3261e35
[libc++][set] Applied `[[nodiscard]]` (#169982)
by Hristo Hristov
· 2 weeks ago
29f6f3e
[libc++] Simplify how we install test-suite dependencies (#171504)
by Louis Dionne
· 2 weeks ago
6d54c8d
[runtimes] Modernize installation targets (#171677)
by Louis Dionne
· 2 weeks ago
fc03c92
[libc++] Fix incorrect install component for the libc++ linker script (#171663)
by Louis Dionne
· 2 weeks ago
b6e8403
[libc++][NFC] Wrap line endings for clang-tidy tests (#171688)
by Louis Dionne
· 2 weeks ago
a4405d8
[libc++] Merge the segmented iterator code for {copy,move}_backward (#165160)
by Nikolas Klauser
· 2 weeks ago
6bf220c
[libc++] Remove initializer_list specific optimization in __tree (#169413)
by Nikolas Klauser
· 2 weeks ago
0de07d6
[libc++] Make std::allocator always trivially default constructible (#169914)
by Nikolas Klauser
· 2 weeks ago
79251fa
[libc++] Add `__find_end` optimizations back (#171374)
by Nikolas Klauser
· 2 weeks ago
3097a62
[libc++] Don't instantiate __split_buffer with an allocator reference (#171651)
by Louis Dionne
· 2 weeks ago
a751ee7
[libc++][Github] Bump Runner Version to v2.330.0 (#168753)
by Aiden Grossman
· 2 weeks ago
4d415a9
[libc++] Optimize vector<bool>::reserve (#170137)
by Nikolas Klauser
· 3 weeks ago
d12eb68
[libc++] Don't try to be compatible with libstdc++ in __libcpp_refstring on iOS (#170816)
by Nikolas Klauser
· 3 weeks ago
17e6d3d
[libc++] Applied `[[nodiscard]]` to `hash<shared_ptr>`, `hash<unique_ptr>`, etc. (#170674)
by Hristo Hristov
· 3 weeks ago
06f84de
[libcxx] Removal of narrowing conversions in `flat_[multi]{set, map}` tests for compatibility with MSVC (#170909)
by Vojtěch Michal
· 3 weeks ago
2b6a22d
[libc++] Allows any types of size 4 and 8 to use native platform ulock_wait (#161086)
by Hui
· 3 weeks ago
7b55dfd
[libc++] Applied `[[nodiscard]]` to `<exception>`, `<stdexcept>` and `<system_error>` (#170837)
by Hristo Hristov
· 3 weeks ago
764b7d8
[libc++][bitset] Applied `[[nodiscard]]` (#170623)
by Hristo Hristov
· 3 weeks ago
f420bf3
[libc++] Support using Newlib as libc with locale support. (#167962)
by Chenguang Wang
· 3 weeks ago
4620772
[libc++] Move the documentation for availability to our RST docs (#169371)
by Nikolas Klauser
· 3 weeks ago
cb1c2ea
[libc++] Fix module_std_compat.sh.cpp with new versions of clang-tidy (#170446)
by Nikolas Klauser
· 3 weeks ago
1a65a90
[libc++] Fix num_get base parsing (#170460)
by Nikolas Klauser
· 3 weeks ago
dade9f7
[libc++][NFC] Inline mersenne_twister_engine functions into the class body (#170454)
by Nikolas Klauser
· 3 weeks ago
3164971
Revert "[Clang] Add __builtin_common_reference (#121199)"
by Nico Weber
· 4 weeks ago
fe9817b
[libc++] Fix the rest of __gnu_cxx::hash_XXX copy construction (#160525)
by asmok-g
· 4 weeks ago
0df8b57
[libc++] Simplify a few places where we use __index_sequence (#167213)
by Nikolas Klauser
· 4 weeks ago
Next »