| Age | Commit message (Expand) | Author | Lines |
| 2024-12-14 | Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgr | bors | -3/+89 |
| 2024-12-14 | Rollup merge of #133942 - BD103:black-box-docs, r=saethlin | Matthias Krüger | -3/+89 |
| 2024-12-14 | Rollup merge of #134255 - bjoernager:master, r=Noratrieb | Matthias Krüger | -2/+2 |
| 2024-12-14 | Rollup merge of #134254 - hermit-os:hermit-c_char, r=workingjubilee | Matthias Krüger | -6/+6 |
| 2024-12-14 | Rollup merge of #134252 - hermit-os:hermit-is_absolute, r=tgross35 | Matthias Krüger | -1/+3 |
| 2024-12-13 | Rollup merge of #134229 - purplesyringa:provenance-docs, r=saethlin | Matthias Krüger | -4/+5 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -0/+29 |
| 2024-12-13 | Auto merge of #134047 - saethlin:inline-fmt-rt, r=m-ou-se | bors | -17/+17 |
| 2024-12-13 | Update includes in '/library/core/src/error.rs'; | Gabriel Bjørnager Jensen | -2/+2 |
| 2024-12-13 | Fix building `std` for Hermit after `c_char` change | Martin Kröning | -6/+6 |
| 2024-12-13 | Fix `Path::is_absolute` on Hermit | Martin Kröning | -1/+3 |
| 2024-12-13 | Reword prelude for AsyncFn stabilization | Michael Goulet | -2/+3 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -13/+25 |
| 2024-12-12 | Fix typos in docs on provenance | Alisa Sireneva | -4/+5 |
| 2024-12-12 | feat: clarify how to use `black_box()` | BD103 | -3/+89 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -0/+29 |
| 2024-12-12 | Rollup merge of #134179 - zachs18:align_offset_mut_ptr_doc, r=workingjubilee | Matthias Krüger | -9/+0 |
| 2024-12-12 | Rollup merge of #134178 - ehuss:stabilize-2024-prelude, r=amanieu,traviscross... | Matthias Krüger | -6/+15 |
| 2024-12-12 | Rollup merge of #134155 - sthibaul:unsafe_op_in_unsafe_fn, r=tgross35 | Matthias Krüger | -0/+1 |
| 2024-12-12 | Rollup merge of #133859 - bjorn3:move_tests_to_alloctests, r=tgross35 | Matthias Krüger | -27/+123 |
| 2024-12-12 | Rollup merge of #122003 - mati865:gnullvm-build-libunwind, r=petrochenkov | Matthias Krüger | -6/+8 |
| 2024-12-11 | Stabilize the Rust 2024 prelude | Eric Huss | -6/+15 |
| 2024-12-11 | Auto merge of #134177 - matthiaskrgr:rollup-hgp8q60, r=matthiaskrgr | bors | -81/+114 |
| 2024-12-11 | Rollup merge of #133598 - ChayimFriedman2:get-many-mut-detailed-err, r=scottmcm | Matthias Krüger | -28/+34 |
| 2024-12-11 | Rollup merge of #132975 - arichardson:ffi-c-char, r=tgross35 | Matthias Krüger | -53/+80 |
| 2024-12-11 | Remove consteval note from <*mut T>::align_offset docs. | Zachary S | -9/+0 |
| 2024-12-11 | Rollup merge of #134079 - tbu-:pr_doc_x8_to_from_xe_bytes, r=jhpratt | Jacob Pratt | -4/+29 |
| 2024-12-11 | Add a note saying that `{u8,i8}::from_{be,le,ne}_bytes` is meaningless | Tobias Bucher | -4/+29 |
| 2024-12-11 | Forbid unsafe_op_in_unsafe_fn in hurd-specific os and sys files | Samuel Thibault | -0/+1 |
| 2024-12-10 | Rollup merge of #134116 - RalfJung:const_nonnull_new, r=jhpratt | León Orell Valerian Liehr | -4/+1 |
| 2024-12-10 | Rollup merge of #134100 - eholk:noop-rustc-const-stable, r=dtolnay | León Orell Valerian Liehr | -1/+0 |
| 2024-12-10 | Add references to the specific ABI documents | Alex Richardson | -7/+63 |
| 2024-12-10 | Remove l4re from the unsigned char operating system list | Alex Richardson | -2/+2 |
| 2024-12-10 | De-duplicate and improve definition of core::ffi::c_char | Alex Richardson | -53/+24 |
| 2024-12-10 | stabilize const_nonnull_new | Ralf Jung | -4/+1 |
| 2024-12-10 | Rollup merge of #133472 - rust-wasi-web:master, r=joboet | León Orell Valerian Liehr | -1/+24 |
| 2024-12-10 | Rollup merge of #133456 - clubby789:cargo-update, r=ChrisDenton | León Orell Valerian Liehr | -4/+4 |
| 2024-12-10 | Rollup merge of #133184 - osiewicz:wasm-fix-infinite-loop-in-remove-dir-all, ... | León Orell Valerian Liehr | -70/+105 |
| 2024-12-09 | Remove rustc_const_stable attribute on const NOOP | Eric Holk | -1/+0 |
| 2024-12-09 | Rollup merge of #134032 - snprajwal:fix-docs, r=joboet | León Orell Valerian Liehr | -8/+8 |
| 2024-12-09 | Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgr | bors | -0/+8 |
| 2024-12-09 | Rollup merge of #133880 - ChrisDenton:homedir, r=Mark-Simulacrum | Matthias Krüger | -0/+7 |
| 2024-12-09 | Rollup merge of #133789 - rossmacarthur:then-with-doc-alias, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2024-12-08 | Switch inline(always) in core/src/fmt/rt.rs to plain inline | Ben Kimock | -17/+17 |
| 2024-12-08 | Downgrade cc | clubby789 | -2/+2 |
| 2024-12-08 | Rollup merge of #134013 - BLANKatGITHUB:intrinsic, r=saethlin | Matthias Krüger | -28/+38 |
| 2024-12-08 | Adds new intrinsic declaration | aaishwarymishra@gmail.com | -28/+38 |
| 2024-12-08 | Rollup merge of #133987 - Will-Low:DefineTlsAcronym, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-12-08 | docs: better examples for `std::ops::ControlFlow` | Prajwal S N | -8/+8 |
| 2024-12-07 | Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgr | bors | -124/+156 |