| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | also skip abi_required_features check in rustdoc | Ralf Jung | -6/+11 |
| 2025-03-14 | also fix potential issues with mixed stable/unstable target features in rustdoc | Ralf Jung | -12/+33 |
| 2025-03-14 | rustdoc: disable forbidden #[target_feature] check | Ralf Jung | -3/+9 |
| 2025-03-07 | Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin" | Michael Goulet | -62/+24 |
| 2025-02-14 | Auto merge of #136575 - scottmcm:nsuw-math, r=nikic | bors | -14/+32 |
| 2025-02-14 | Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obk | bors | -9/+26 |
| 2025-02-13 | Set both `nuw` and `nsw` in slice size calculation | Scott McMurray | -14/+32 |
| 2025-02-13 | Make `-O` mean `-C opt-level=3` | clubby789 | -13/+13 |
| 2025-02-12 | `transmute` should also assume non-null pointers | Scott McMurray | -9/+26 |
| 2025-02-13 | Auto merge of #136954 - jhpratt:rollup-koefsot, r=jhpratt | bors | -19/+8 |
| 2025-02-12 | Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk | Jacob Pratt | -19/+8 |
| 2025-02-12 | Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obk | bors | -7/+7 |
| 2025-02-11 | compiler: replace ExternAbi::name calls with formatters | Jubilee Young | -3/+1 |
| 2025-02-11 | Rollup merge of #136603 - workingjubilee:move-abi-versioning-into-ast, r=comp... | Matthias Krüger | -2/+3 |
| 2025-02-10 | Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxu | Matthias Krüger | -2/+0 |
| 2025-02-10 | Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr | Bastian Kersting | -7/+7 |
| 2025-02-10 | Rollup merge of #136707 - clubby789:cmake-bisect, r=jieyouxu | Jubilee | -1/+1 |
| 2025-02-10 | Bump `cc` to v1.2.13 for the compiler workspace | clubby789 | -1/+1 |
| 2025-02-10 | remove outdated *First autodiff variants for higher-order ad | Manuel Drehwald | -2/+0 |
| 2025-02-09 | compiler: remove rustc_target::spec::abi reexports | Jubilee Young | -2/+3 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -92/+128 |
| 2025-02-08 | Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi... | Jubilee | -6/+6 |
| 2025-02-08 | Rustfmt | bjorn3 | -92/+128 |
| 2025-02-08 | Rollup merge of #136200 - purplesyringa:wasm-eh-fixes, r=bjorn3 | Matthias Krüger | -6/+23 |
| 2025-02-07 | compiler: remove reexports from rustc_target::callconv | Jubilee Young | -5/+5 |
| 2025-02-07 | compiler: remove rustc_target::abi entirely | Jubilee Young | -1/+1 |
| 2025-02-07 | Remove Linkage::Appending | bjorn3 | -2/+0 |
| 2025-02-07 | Remove Linkage::Private | bjorn3 | -2/+1 |
| 2025-02-06 | Generate correct terminate block under Wasm EH | Alisa Sireneva | -6/+23 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -6/+7 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -0/+4 |
| 2025-02-04 | Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkin | bors | -0/+10 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+4 |
| 2025-02-03 | Auto merge of #136413 - EnzymeAD:fix-autodiff-comptime-regression, r=oli-obk | bors | -1/+1 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -6/+7 |
| 2025-02-02 | Rollup merge of #136279 - Zalathar:ensure-ok, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-02-01 | test compile time fixes | Manuel Drehwald | -1/+1 |
| 2025-02-01 | Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obk | Matthias Krüger | -1/+11 |
| 2025-01-31 | Override `disjoint_or` in the LLVM backend | Scott McMurray | -0/+10 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -1/+1 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -1/+11 |
| 2025-01-31 | Auto merge of #134424 - 1c3t3a:null-checks, r=saethlin | bors | -0/+5 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -0/+5 |
| 2025-01-31 | Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt | bors | -8/+164 |
| 2025-01-31 | Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obk | Jacob Pratt | -8/+164 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -20/+26 |
| 2025-01-30 | Auto merge of #136318 - matthiaskrgr:rollup-a159mzo, r=matthiaskrgr | bors | -11/+7 |
| 2025-01-30 | Auto merge of #135030 - Flakebi:require-cpu, r=workingjubilee | bors | -0/+11 |
| 2025-01-30 | More assertions, tests, and miri coverage | Michael Goulet | -0/+2 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -11/+7 |