| Age | Commit message (Expand) | Author | Lines |
| 2024-05-30 | Fix copy-paste error in `Duration::from_weeks` panic message. | John Millikin | -1/+1 |
| 2024-05-30 | Rollup merge of #125733 - compiler-errors:async-fn-assoc-item, r=fmease | León Orell Valerian Liehr | -1/+5 |
| 2024-05-29 | Elaborate about modifying env vars in multi-threaded programs | Tobias Bucher | -18/+28 |
| 2024-05-29 | Add note about safety of `std::env::set_var` on Windows | Tobias Bucher | -5/+11 |
| 2024-05-29 | Make `std::env::{set_var, remove_var}` unsafe in edition 2024 | Tobias Bucher | -53/+63 |
| 2024-05-29 | drop_in_place: weaken the claim of equivalence with drop(ptr.read()) | Ralf Jung | -1/+1 |
| 2024-05-29 | Add lang item for AsyncFnKindHelper::Upvars | Michael Goulet | -0/+1 |
| 2024-05-29 | Add lang item for Future::Output | Michael Goulet | -1/+1 |
| 2024-05-29 | Add lang items for AsyncFn's associated types | Michael Goulet | -0/+3 |
| 2024-05-29 | [ACP 362] genericize `ptr::from_raw_parts` | Scott McMurray | -12/+12 |
| 2024-05-29 | Add FRAC_1_SQRT_2PI doc alias to FRAC_1_SQRT_TAU | Markus Mayer | -0/+4 |
| 2024-05-29 | make `ptr::rotate` smaller when using `optimize_for_size` | Folkert | -2/+6 |
| 2024-05-29 | Add safety comment to fix tidy | Daria Sukhonina | -0/+2 |
| 2024-05-29 | Optimize async drop glue for some old types | Daria Sukhonina | -0/+11 |
| 2024-05-29 | Add FRAC_1_SQRT_2PI constant to f16/f32/f64/f128 | Markus Mayer | -0/+19 |
| 2024-05-29 | Rollup merge of #125226 - madsmtm:fix-mac-catalyst-tests, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -1/+9 |
| 2024-05-29 | Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -4/+48 |
| 2024-05-28 | Add custom mir support for `PtrMetadata` | Scott McMurray | -0/+4 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -4/+44 |
| 2024-05-28 | Rollup merge of #125637 - nnethercote:rustfmt-fixes, r=GuillaumeGomez | Matthias Krüger | -6/+2 |
| 2024-05-28 | Make more of the test suite run on Mac Catalyst | Mads Marquart | -1/+1 |
| 2024-05-28 | Disable stack overflow handler tests on iOS-like platforms | Mads Marquart | -0/+8 |
| 2024-05-28 | Don't format `tests/run-make/*/rmake.rs`. | Nicholas Nethercote | -6/+2 |
| 2024-05-28 | Rollup merge of #125647 - tspiteri:track-lazy_cell_consume, r=workingjubilee | Jubilee | -2/+2 |
| 2024-05-28 | Rollup merge of #125551 - clarfonthey:ip-bits, r=jhpratt | Jubilee | -19/+10 |
| 2024-05-28 | update tracking issue for lazy_cell_consume | Trevor Spiteri | -2/+2 |
| 2024-05-28 | Auto merge of #125636 - workingjubilee:bump-backtrace-0.3.72, r=workingjubilee | bors | -2/+2 |
| 2024-05-27 | Sync libstd deps with backtrace | Jubilee Young | -2/+2 |
| 2024-05-27 | Bump backtrace to 0.3.72 | Jubilee Young | -0/+0 |
| 2024-05-28 | Auto merge of #125609 - diondokter:opt-size-char-count, r=thomcc | bors | -1/+1 |
| 2024-05-27 | Rollup merge of #124870 - Lokathor:update-result-docs, r=dtolnay | Guillaume Gomez | -0/+24 |
| 2024-05-27 | Always use the general case char count | Dion Dokter | -1/+1 |
| 2024-05-27 | Size optimize int formatting | Dion Dokter | -0/+33 |
| 2024-05-26 | Rollup merge of #125559 - scottmcm:simplify-shift-ubcheck, r=workingjubilee | Jubilee | -8/+4 |
| 2024-05-26 | Auto merge of #122079 - tbu-:pr_copy_file_range_probe, r=the8472 | bors | -19/+48 |
| 2024-05-26 | std::pal::unix::thread fetching min stack size on netbsd. | David Carlier | -1/+10 |
| 2024-05-26 | Auto merge of #125574 - matthiaskrgr:rollup-1oljoup, r=matthiaskrgr | bors | -15/+8 |
| 2024-05-26 | Rollup merge of #125571 - tesuji:dummy-pi, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2024-05-26 | Rollup merge of #125561 - Cyborus04:stabilize-slice-flatten, r=scottmcm | Matthias Krüger | -11/+4 |
| 2024-05-26 | Auto merge of #125570 - tesuji:stdout-handle, r=Nilstrieb | bors | -7/+5 |
| 2024-05-26 | f32: use constants instead of reassigning a dummy value as PI | Lzu Tao | -4/+4 |
| 2024-05-26 | use proper name instead of magic number | Lzu Tao | -8/+6 |
| 2024-05-26 | Stabilize `slice_flatten` | Cyborus | -11/+4 |
| 2024-05-26 | Auto merge of #125070 - tbu-:pr_set_extension_panic, r=jhpratt | bors | -0/+36 |
| 2024-05-26 | Auto merge of #125518 - saethlin:check-arguments-new-in-const, r=joboet | bors | -11/+7 |
| 2024-05-25 | It seems that anchor names are implicitly all lowercase | Lokathor | -1/+1 |
| 2024-05-25 | Simplify the `unchecked_sh[lr]` ub-checks a bit | Scott McMurray | -8/+4 |
| 2024-05-25 | Fix URL target, it's in the module not the type. | Lokathor | -1/+1 |
| 2024-05-25 | github showed that weird. | Lokathor | -1/+1 |
| 2024-05-25 | correct for copy paste errors when fixing wrapping. | Lokathor | -6/+6 |