aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs
AgeCommit message (Expand)AuthorFilesLines
2022-02-07[libc++] Mention <ranges> in the release notesLouis Dionne1-0/+6
2022-02-04[libc++] Disable incomplete features for the LLVM 14 releaseLouis Dionne1-2/+3
2022-02-01[libc++][ranges][NFC] Fix an inconsistent patch link on the Ranges status page.Konstantin Varlamov1-1/+1
2022-02-01[libc++][ranges][NFC] In the Ranges status, list the changes to stream.iteratorsKonstantin Varlamov1-2/+7
2022-02-01[libc++][ranges][NFC] In the Ranges status, list the changes to predef.iteratorsKonstantin Varlamov1-1/+5
2022-02-01[libc++] Make _VSTD and alias for stdNikolas Klauser1-0/+4
2022-02-01[libc++] Fix LWG3589 "The const lvalue reference overload of get for subrange...Arthur O'Dwyer1-1/+1
2022-01-31[libc++][ranges][NFC] Fix formatting on newly-added links on the Ranges statu...Konstantin Varlamov1-6/+6
2022-01-31[libc++][NFC] Mark a few issues and papers as implementedLouis Dionne2-6/+6
2022-01-31[libc++][ranges][NFC] Add some missing links to the Ranges status page.Konstantin Varlamov1-11/+11
2022-01-31[libc++] [ranges] Implement std::ranges::distanceArthur O'Dwyer2-2/+2
2022-01-31[libc++] [NFC] Audit LWG issues for "Nothing To Do" and "Complete".Arthur O'Dwyer1-39/+39
2022-01-30[libc++][doc] Update the release notes.Mark de Wever1-10/+23
2022-01-28[libc++][ranges][NFC] Small cleanup to the Ranges status page.Konstantin Varlamov1-5/+5
2022-01-28[libc++][ranges][NFC] Update and slightly cleanup Ranges status page.Konstantin Varlamov1-56/+56
2022-01-27[libc++] [P1614] Implement the second half of [cmp.alg]: compare_{strong,weak...Arthur O'Dwyer3-2/+6
2022-01-27[libc++] Add documentation about the libc++ review groupLouis Dionne1-0/+16
2022-01-26[libc++] Fix LWG3390: move_iterator now handles move-only iterators.Arthur O'Dwyer1-1/+1
2022-01-26[libc++] Fix LWG3533 "Make `base() const&` consistent..."Arthur O'Dwyer1-1/+1
2022-01-26[libc++] Fix LWG3557 "static_cast expression in convertible_to has the wrong ...Arthur O'Dwyer1-1/+1
2022-01-26[libc++] [ranges] Fix LWG3470 "convertible-to-non-slicing seems to reject val...Arthur O'Dwyer1-1/+1
2022-01-25[libc++] [test] Fix LWG3146 "Excessive unwrapping in std::ref/cref"Arthur O'Dwyer1-1/+1
2022-01-25[libc++][doc] Update format implementation status.Mark de Wever2-7/+7
2022-01-24[libc++] Fix LWG3422 "Issues of seed_seq's constructors"Arthur O'Dwyer1-1/+1
2022-01-24[libc++] Make sure basic_string::reserve(n) never shrinks in all Standard modesLouis Dionne1-0/+12
2022-01-24[libc++][format] Finish P0645 Text Formatting.Mark de Wever4-6/+10
2022-01-24[libc++] Fix bugs in common_iterator; add test coverage.Arthur O'Dwyer1-2/+2
2022-01-24[libc++][format] Adds formatter pointer.Mark de Wever2-3/+3
2022-01-24[libc++][format] Adds formatter floating-point.Mark de Wever2-3/+3
2022-01-23[libc++] Fix LWG3437 "__cpp_lib_polymorphic_allocator is in the wrong header"Arthur O'Dwyer1-1/+1
2022-01-23[libc++] Mark LWG3541 as "Complete". NFC.Arthur O'Dwyer1-2/+2
2022-01-22[libc++] Implement LWG3549: view_interface need not inherit from view_baseJoe Loser1-1/+1
2022-01-21[libcxx][doc][nfc] Fixed typo in docVy Nguyen1-1/+1
2022-01-20[libcxx] chrono::month_weekday should not be default constructibleCasey Carter1-0/+3
2022-01-20[libc++] basic_string::resize_and_overwrite: Adopt LWG3645 (Not voted in yet)Nikolas Klauser1-0/+2
2022-01-17[libc++] [API BREAK] Change `fs::path::iterator::iterator_category` to `input...Arthur O'Dwyer1-0/+12
2022-01-17[libc++] [doc] Fix a Sphinx error in ReleaseNotes.rst (I hope)Arthur O'Dwyer1-2/+2
2022-01-17[libc++][P2321R2] Add specializations of basic_common_reference and common_ty...Nikolas Klauser1-1/+1
2022-01-17[libc++] [ABI BREAK] Conform lognormal_distribution::param_type.Arthur O'Dwyer1-0/+9
2022-01-15[libc++] Adds tests for LWG-3373.Mark de Wever1-1/+1
2022-01-13[libc++] LWG3171: implement operator<< for filesystem::directory_entry.Konstantin Varlamov1-1/+1
2022-01-13[libc++] [ranges] Implement P2415R2 owning_view.Arthur O'Dwyer2-2/+2
2022-01-12[libc++] [ranges] Implement ranges::cdata.Arthur O'Dwyer1-3/+3
2022-01-12[libc++][ranges] Implement `construct_at` and `destroy{,_at}`.Konstantin Varlamov2-8/+8
2022-01-12[libc++] Start using `arc4random()` to implement `std::random_device` on AppleLouis Dionne1-0/+5
2022-01-11[libc++] Add Status page for P2321R2 (Zip)Nikolas Klauser3-0/+57
2022-01-10[libc++][ranges] Implement `uninitialized_copy{,_n}` and `uninitialized_move{...Konstantin Varlamov2-8/+8
2022-01-10[libc++] Fix link to bug trackerLouis Dionne1-1/+1
2022-01-10[libc++] Fix the documentation and re-enable documentation CILouis Dionne1-2/+2
2022-01-07[libc++] Implement P1072R10 (std::basic_string::resize_and_overwrite)Nikolas Klauser2-1/+3