| Age | Commit message (Expand) | Author | Lines |
| 2024-02-07 | Fix whitespace issues that tidy caught | Venus Xeon-Blonde | -4/+4 |
| 2024-02-07 | Add documentation on `str::starts_with` | Venus Xeon-Blonde | -0/+14 |
| 2024-02-08 | Auto merge of #120521 - reitermarkus:generic-nonzero-constructors, r=dtolnay | bors | -87/+99 |
| 2024-02-08 | Auto merge of #120381 - fee1-dead-contrib:reconstify-add, r=compiler-errors | bors | -1/+3 |
| 2024-02-07 | Make `io::BorrowedCursor::advance` safe | Benoît du Garreau | -34/+38 |
| 2024-02-07 | Make cmath.rs a single file | Chris Denton | -140/+88 |
| 2024-02-07 | Replace `transmute_copy` with `ptr::read`. | Markus Reiter | -1/+2 |
| 2024-02-07 | Don't use `assert_unsafe_precondition` twice. | Markus Reiter | -12/+10 |
| 2024-02-07 | Auto merge of #120527 - GnomedDev:atomicu32-handle, r=petrochenkov | bors | -10/+10 |
| 2024-02-07 | Make `NonZero` constructors generic. | Markus Reiter | -71/+84 |
| 2024-02-07 | Simplify `impl_zeroable_primitive` macro. | Markus Reiter | -13/+13 |
| 2024-02-07 | Update tests | r0cky | -0/+3 |
| 2024-02-06 | Auto merge of #117905 - RalfJung:no-const-mut, r=lcnr | bors | -12/+17 |
| 2024-02-06 | Harmonize blanket implementations for AsyncFn* traits | Michael Goulet | -14/+67 |
| 2024-02-06 | Auto merge of #120361 - compiler-errors:async-closures, r=oli-obk | bors | -0/+25 |
| 2024-02-06 | Auto merge of #120326 - tmandry:abort-in-tests, r=cuviper | bors | -41/+32 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -2/+19 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -0/+8 |
| 2024-02-05 | revert stabilization of const_intrinsic_copy | Ralf Jung | -12/+17 |
| 2024-02-05 | Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrum | bors | -19/+30 |
| 2024-02-05 | Add support for custom JSON targets when using build-std. | Lawrence Tang | -38/+45 |
| 2024-02-05 | Remove some invalid cfg(doc) code | Oli Scherer | -36/+0 |
| 2024-02-05 | Rollup merge of #120657 - mu001999:clean, r=Nilstrieb | Matthias Krüger | -9/+0 |
| 2024-02-05 | Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-Simulacrum | Matthias Krüger | -36/+36 |
| 2024-02-05 | Rollup merge of #118960 - tvallotton:local_waker, r=Mark-Simulacrum | Matthias Krüger | -43/+535 |
| 2024-02-05 | Rollup merge of #115386 - RalfJung:partial-eq-chain, r=dtolnay | Matthias Krüger | -8/+52 |
| 2024-02-05 | Rollup merge of #113833 - WiktorPrzetacznik:master, r=dtolnay | Matthias Krüger | -8/+8 |
| 2024-02-05 | Rollup merge of #120607 - conradludgate:fix-120603, r=dtolnay | Matthias Krüger | -2/+36 |
| 2024-02-05 | Rollup merge of #120572 - pheki:update-libc, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-02-05 | Rollup merge of #120458 - rytheo:cstr-conversion-doc, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2024-02-05 | Rollup merge of #119481 - romanows:fix-doc-select-nth-unstable, r=Mark-Simula... | Matthias Krüger | -7/+7 |
| 2024-02-05 | Remove unused struct | r0cky | -9/+0 |
| 2024-02-04 | Auto merge of #120624 - matthiaskrgr:rollup-3gvcl20, r=matthiaskrgr | bors | -7/+10 |
| 2024-02-04 | Document various I/O handle conversions | Ryan Lowe | -0/+25 |
| 2024-02-04 | Reconstify `Add` | Deadbeef | -1/+3 |
| 2024-02-03 | Rollup merge of #120528 - GnomedDev:atomicu8-backtrace-style, r=cuviper | Matthias Krüger | -6/+6 |
| 2024-02-03 | Rollup merge of #120523 - a1phyr:improve_read_buf_exact, r=the8472 | Matthias Krüger | -1/+4 |
| 2024-02-03 | add another test to make sure it still works with full reads | Conrad Ludgate | -2/+15 |
| 2024-02-03 | fix #120603 by adding a check in default_read_buf | Conrad Ludgate | -1/+22 |
| 2024-02-03 | Docs for std::ptr::slice_from_raw_parts | Kornel | -2/+26 |
| 2024-02-02 | fix typo | Ralf Jung | -2/+2 |
| 2024-02-01 | Update libc to 0.2.153 | Aphek | -1/+1 |
| 2024-02-01 | Revert unsound libcore changes of #119911 | Oli Scherer | -385/+149 |
| 2024-01-31 | Make File::read_to_end less special | Kornel | -2/+2 |
| 2024-01-31 | Store SHOULD_CAPTURE as AtomicU8 | GnomedDev | -6/+6 |
| 2024-01-31 | Switch OwnedStore handle count to AtomicU32 | GnomedDev | -10/+10 |
| 2024-01-31 | Rollup merge of #120430 - devnexen:fix_tls_dtor_fbsd, r=cuviper | Nadrieril | -2/+2 |
| 2024-01-31 | Rollup merge of #120355 - the8472:doc-vec-fromiter, r=cuviper | Nadrieril | -0/+44 |
| 2024-01-31 | Improve `io::Read::read_buf_exact` error case | Benoît du Garreau | -1/+4 |
| 2024-01-30 | Actually abort in panic-abort-tests | Tyler Mandry | -41/+32 |