| Age | Commit message (Expand) | Author | Lines |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -556/+1127 |
| 2024-07-17 | Forbid `!Sized` types and references | Boxy | -39/+167 |
| 2024-07-17 | Auto merge of #127838 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-07-17 | Auto merge of #127840 - tgross35:rollup-jfkg1dq, r=tgross35 | bors | -98/+127 |
| 2024-07-16 | Rollup merge of #127836 - workingjubilee:forbid-unsafe-ops-in-xous-uefi, r=tg... | Trevor Gross | -1/+4 |
| 2024-07-16 | Rollup merge of #127833 - risc0:erik/zkvm-deny-unsafe, r=workingjubilee | Trevor Gross | -1/+2 |
| 2024-07-16 | Rollup merge of #127807 - ChrisDenton:win-parking, r=joboet | Trevor Gross | -26/+39 |
| 2024-07-16 | Rollup merge of #127792 - workingjubilee:read-unaligned-is-dwarfier, r=joboet | Trevor Gross | -14/+12 |
| 2024-07-16 | Rollup merge of #127512 - eggyal:newline-terminate-print-linkargs, r=compiler... | Trevor Gross | -1/+2 |
| 2024-07-16 | Rollup merge of #127444 - Sky9x:cstr-bytes-iter, r=dtolnay | Trevor Gross | -2/+15 |
| 2024-07-16 | Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviper | Trevor Gross | -41/+45 |
| 2024-07-16 | Rollup merge of #126271 - diondokter:dec2flt-skip-fast-path, r=tgross35 | Trevor Gross | -2/+4 |
| 2024-07-16 | Rollup merge of #125206 - mgeisler:simplify-std-env-vars, r=jhpratt,tgross35 | Trevor Gross | -10/+4 |
| 2024-07-17 | Auto merge of #126208 - Oneirical:one-flew-over-the-cuckoo's-test, r=jieyouxu | bors | -91/+206 |
| 2024-07-16 | Update cargo | Weihang Lo | -0/+0 |
| 2024-07-16 | uefi: Forbid unwrapped unsafe in platform modules | Jubilee Young | -0/+2 |
| 2024-07-17 | Cfg nit | Dion Dokter | -1/+1 |
| 2024-07-16 | xous: Forbid unwrapped unsafe in platform modules | Jubilee Young | -1/+2 |
| 2024-07-16 | zkvm: add `#[forbid(unsafe_op_in_unsafe_fn)]` in `stdlib` | Erik Kaneda | -1/+2 |
| 2024-07-17 | Adjust some comments on individual `use` declarations. | Nicholas Nethercote | -2/+1 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -35/+43 |
| 2024-07-17 | Merge some `core::iter` entries. | Nicholas Nethercote | -4/+1 |
| 2024-07-16 | Auto merge of #127831 - tgross35:rollup-c0j9n7b, r=tgross35 | bors | -338/+1429 |
| 2024-07-16 | Rollup merge of #127816 - oli-obk:misnomer, r=compiler-errors | Trevor Gross | -3/+3 |
| 2024-07-16 | Rollup merge of #127501 - compiler-errors:invert-infer-error-mod-struture, r=... | Trevor Gross | -87/+508 |
| 2024-07-16 | Rollup merge of #127390 - Oneirical:rough-testimation, r=jieyouxu | Trevor Gross | -44/+86 |
| 2024-07-16 | Rollup merge of #126967 - alexcrichton:wasm32-wasip2-tier-2, r=Mark-Simulacrum | Trevor Gross | -3/+264 |
| 2024-07-16 | Rollup merge of #126762 - compiler-errors:kw-lt, r=michaelwoerister | Trevor Gross | -70/+99 |
| 2024-07-16 | Rollup merge of #126699 - Bryanskiy:delegation-coercion, r=compiler-errors | Trevor Gross | -37/+264 |
| 2024-07-16 | Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwco | Trevor Gross | -94/+205 |
| 2024-07-16 | std: unwrapped unsafe is VERBOTEN! | Jubilee | -1/+1 |
| 2024-07-16 | build_native_static_lib with llvm_ar for run_make_support | Oneirical | -32/+55 |
| 2024-07-16 | rewrite prune-link-args to rmake format | Oneirical | -80/+99 |
| 2024-07-16 | rewrite dump-mono-stats to rmake format | Oneirical | -10/+17 |
| 2024-07-16 | rewrite compiler-lookup-paths to rmake | Oneirical | -45/+111 |
| 2024-07-16 | Auto merge of #126484 - Oneirical:test-in-peace, r=jieyouxu,kobzol | bors | -50/+83 |
| 2024-07-16 | Auto merge of #127819 - matthiaskrgr:rollup-djdffkl, r=matthiaskrgr | bors | -500/+643 |
| 2024-07-16 | Rollup merge of #127818 - oli-obk:ast_validation_simplifications, r=petrochenkov | Matthias Krüger | -71/+27 |
| 2024-07-16 | Rollup merge of #127817 - oli-obk:mut_visitor_fix, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2024-07-16 | Rollup merge of #127808 - oli-obk:tainting_visitors2, r=lcnr,nnethercote | Matthias Krüger | -32/+38 |
| 2024-07-16 | Rollup merge of #127805 - Mrmaxmeier:run-make-bump-gimli, r=jieyouxu | Matthias Krüger | -2/+13 |
| 2024-07-16 | Rollup merge of #127789 - Sword-Destiny:master, r=petrochenkov | Matthias Krüger | -27/+29 |
| 2024-07-16 | Rollup merge of #127730 - compiler-errors:ed-2024-unsafe, r=petrochenkov | Matthias Krüger | -350/+432 |
| 2024-07-16 | Rollup merge of #127707 - Zalathar:expand-until, r=Nadrieril | Matthias Krüger | -14/+19 |
| 2024-07-16 | Rollup merge of #127669 - chenyukang:yukang-fix-deref-127590, r=nnethercote | Matthias Krüger | -1/+82 |
| 2024-07-16 | Deny keyword lifetimes pre-expansion | Michael Goulet | -70/+99 |
| 2024-07-16 | Fix a bunch of sites that were walking instead of visiting, making it impossi... | Oli Scherer | -3/+3 |
| 2024-07-16 | Remove a boilerplaty abstraction | Oli Scherer | -61/+17 |
| 2024-07-16 | Remove a needless borrow | Oli Scherer | -7/+7 |
| 2024-07-16 | Just store a span instead of the whole item | Oli Scherer | -3/+3 |