about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-02-07Fix whitespace issues that tidy caughtVenus Xeon-Blonde-4/+4
2024-02-07Add documentation on `str::starts_with`Venus Xeon-Blonde-0/+14
2024-02-08Auto merge of #120521 - reitermarkus:generic-nonzero-constructors, r=dtolnaybors-87/+99
2024-02-08Auto merge of #120381 - fee1-dead-contrib:reconstify-add, r=compiler-errorsbors-1/+3
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-34/+38
2024-02-07Make cmath.rs a single fileChris Denton-140/+88
2024-02-07Replace `transmute_copy` with `ptr::read`.Markus Reiter-1/+2
2024-02-07Don't use `assert_unsafe_precondition` twice.Markus Reiter-12/+10
2024-02-07Auto merge of #120527 - GnomedDev:atomicu32-handle, r=petrochenkovbors-10/+10
2024-02-07Make `NonZero` constructors generic.Markus Reiter-71/+84
2024-02-07Simplify `impl_zeroable_primitive` macro.Markus Reiter-13/+13
2024-02-07Update testsr0cky-0/+3
2024-02-06Auto merge of #117905 - RalfJung:no-const-mut, r=lcnrbors-12/+17
2024-02-06Harmonize blanket implementations for AsyncFn* traitsMichael Goulet-14/+67
2024-02-06Auto merge of #120361 - compiler-errors:async-closures, r=oli-obkbors-0/+25
2024-02-06Auto merge of #120326 - tmandry:abort-in-tests, r=cuviperbors-41/+32
2024-02-06Bless tests, add commentsMichael Goulet-2/+19
2024-02-06Teach typeck/borrowck/solvers how to deal with async closuresMichael Goulet-0/+8
2024-02-05revert stabilization of const_intrinsic_copyRalf Jung-12/+17
2024-02-05Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrumbors-19/+30
2024-02-05Add support for custom JSON targets when using build-std.Lawrence Tang-38/+45
2024-02-05Remove some invalid cfg(doc) codeOli Scherer-36/+0
2024-02-05Rollup merge of #120657 - mu001999:clean, r=NilstriebMatthias Krüger-9/+0
2024-02-05Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-SimulacrumMatthias Krüger-36/+36
2024-02-05Rollup merge of #118960 - tvallotton:local_waker, r=Mark-SimulacrumMatthias Krüger-43/+535
2024-02-05Rollup merge of #115386 - RalfJung:partial-eq-chain, r=dtolnayMatthias Krüger-8/+52
2024-02-05Rollup merge of #113833 - WiktorPrzetacznik:master, r=dtolnayMatthias Krüger-8/+8
2024-02-05Rollup merge of #120607 - conradludgate:fix-120603, r=dtolnayMatthias Krüger-2/+36
2024-02-05Rollup merge of #120572 - pheki:update-libc, r=Mark-SimulacrumMatthias Krüger-1/+1
2024-02-05Rollup merge of #120458 - rytheo:cstr-conversion-doc, r=Mark-SimulacrumMatthias Krüger-0/+2
2024-02-05Rollup merge of #119481 - romanows:fix-doc-select-nth-unstable, r=Mark-Simula...Matthias Krüger-7/+7
2024-02-05Remove unused structr0cky-9/+0
2024-02-04Auto merge of #120624 - matthiaskrgr:rollup-3gvcl20, r=matthiaskrgrbors-7/+10
2024-02-04Document various I/O handle conversionsRyan Lowe-0/+25
2024-02-04Reconstify `Add`Deadbeef-1/+3
2024-02-03Rollup merge of #120528 - GnomedDev:atomicu8-backtrace-style, r=cuviperMatthias Krüger-6/+6
2024-02-03Rollup merge of #120523 - a1phyr:improve_read_buf_exact, r=the8472Matthias Krüger-1/+4
2024-02-03add another test to make sure it still works with full readsConrad Ludgate-2/+15
2024-02-03fix #120603 by adding a check in default_read_bufConrad Ludgate-1/+22
2024-02-03Docs for std::ptr::slice_from_raw_partsKornel-2/+26
2024-02-02fix typoRalf Jung-2/+2
2024-02-01Update libc to 0.2.153Aphek-1/+1
2024-02-01Revert unsound libcore changes of #119911Oli Scherer-385/+149
2024-01-31Make File::read_to_end less specialKornel-2/+2
2024-01-31Store SHOULD_CAPTURE as AtomicU8GnomedDev-6/+6
2024-01-31Switch OwnedStore handle count to AtomicU32GnomedDev-10/+10
2024-01-31Rollup merge of #120430 - devnexen:fix_tls_dtor_fbsd, r=cuviperNadrieril-2/+2
2024-01-31Rollup merge of #120355 - the8472:doc-vec-fromiter, r=cuviperNadrieril-0/+44
2024-01-31Improve `io::Read::read_buf_exact` error caseBenoît du Garreau-1/+4
2024-01-30Actually abort in panic-abort-testsTyler Mandry-41/+32