| Age | Commit message (Expand) | Author | Lines |
| 2025-03-04 | Rollup merge of #137722 - yotamofek:pr/rustdoc/edition-2024, r=notriddle | Jubilee | -9/+0 |
| 2025-03-04 | Rollup merge of #137634 - tgross35:update-builtins, r=tgross35 | Jubilee | -2/+2 |
| 2025-03-04 | Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3 | bors | -200/+560 |
| 2025-03-04 | Adapt `librustdoc` to 2024 edition lifetieme capture rules | Yotam Ofek | -9/+0 |
| 2025-03-04 | Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr | bors | -600/+549 |
| 2025-03-03 | Auto merge of #137927 - matthiaskrgr:rollup-yj463ns, r=matthiaskrgr | bors | -112/+296 |
| 2025-03-03 | Rollup merge of #137922 - Zalathar:sharded, r=SparrowLii | Matthias Krüger | -70/+60 |
| 2025-03-03 | Rollup merge of #137902 - nnethercote:ast-lexer-TokenKind, r=compiler-errors | Matthias Krüger | -336/+366 |
| 2025-03-03 | Rollup merge of #137894 - compiler-errors:no-scalar-pair-opt, r=oli-obk | Matthias Krüger | -73/+25 |
| 2025-03-03 | Rollup merge of #137863 - compiler-errors:unsafe-binder-render, r=oli-obk | Matthias Krüger | -42/+78 |
| 2025-03-03 | Rollup merge of #137852 - moulins:layout-nonarray-simd-deadcode, r=workingjub... | Matthias Krüger | -78/+19 |
| 2025-03-03 | Auto merge of #137914 - matthiaskrgr:rollup-phaxe6f, r=matthiaskrgr | bors | -12/+44 |
| 2025-03-03 | Rollup merge of #137862 - mtoner23:print-help, r=nnethercote | Matthias Krüger | -30/+34 |
| 2025-03-03 | Rollup merge of #137741 - cuviper:const_str-raw_entry, r=Mark-Simulacrum | Matthias Krüger | -31/+25 |
| 2025-03-03 | Rollup merge of #134900 - dtolnay:unoprange, r=compiler-errors,davidtwco | Matthias Krüger | -1/+5 |
| 2025-03-03 | Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov | Matthias Krüger | -50/+232 |
| 2025-03-03 | Tidy imports in `rustc_data_structures::sync` | Zalathar | -27/+30 |
| 2025-03-03 | Remove some unnecessary aliases from `rustc_data_structures::sync` | Zalathar | -35/+22 |
| 2025-03-03 | After introducing the warning in 1.83, now also warn in deps | Tamme Dittrich | -1/+1 |
| 2025-03-03 | Remove leading underscores from parameter names in `Sharded` | Zalathar | -8/+8 |
| 2025-03-03 | Rollup merge of #137632 - RalfJung:rustdoc-target-features, r=workingjubilee | Matthias Krüger | -12/+44 |
| 2025-03-03 | Auto merge of #137900 - matthiaskrgr:rollup-rvan5ao, r=matthiaskrgr | bors | -18/+33 |
| 2025-03-03 | Rename a bit | Michael Goulet | -20/+10 |
| 2025-03-03 | Fix pretty printing of unsafe binders | Michael Goulet | -42/+88 |
| 2025-03-02 | Auto merge of #137704 - nnethercote:opt-empty-prov-range-checks, r=oli-obk | bors | -10/+60 |
| 2025-03-03 | Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`. | Nicholas Nethercote | -45/+45 |
| 2025-03-03 | Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`. | Nicholas Nethercote | -295/+325 |
| 2025-03-02 | Rollup merge of #137886 - NotLebedev:stable-mir-91, r=oli-obk | Matthias Krüger | -16/+27 |
| 2025-03-02 | Rollup merge of #137860 - taiki-e:powerpcspe-msync, r=workingjubilee | Matthias Krüger | -1/+3 |
| 2025-03-02 | Rollup merge of #137851 - folkertdev:simd-intrinsic-mask-signed, r=workingjub... | Matthias Krüger | -1/+3 |
| 2025-03-02 | Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin" | Michael Goulet | -73/+25 |
| 2025-03-02 | Remove layouting dead code for non-array SIMD types. | Moulins | -78/+19 |
| 2025-03-02 | Remove duplication in `name`/`trimmed_anem` docs | NotLebedev | -8/+3 |
| 2025-03-02 | Replace usages of `Context.def_name` | NotLebedev | -8/+3 |
| 2025-03-02 | Add name and trimmed_name methods to DefId | NotLebedev | -0/+21 |
| 2025-03-01 | Update `compiler-builtins` to 0.1.150 | Trevor Gross | -2/+2 |
| 2025-03-01 | ensure we always print all --print options in help | Michael Toner | -30/+34 |
| 2025-03-02 | rustc_target: Add msync target feature and enable it on powerpcspe targets | Taiki Endo | -1/+3 |
| 2025-03-01 | Rollup merge of #137837 - fee1-dead-contrib:push-pvqvwuvrnwsy, r=compiler-errors | Matthias Krüger | -7/+17 |
| 2025-03-01 | Rollup merge of #137830 - LuigiPiucco:incompatible-isa-fix, r=workingjubilee | Matthias Krüger | -1/+5 |
| 2025-03-01 | Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errors | Matthias Krüger | -32/+67 |
| 2025-03-01 | Rollup merge of #137822 - BoxyUwU:query_normalizer_docs, r=compiler-errors | Matthias Krüger | -12/+9 |
| 2025-03-01 | Rollup merge of #137804 - RalfJung:backend-repr-simd-vector, r=workingjubilee | Matthias Krüger | -82/+91 |
| 2025-03-01 | also skip abi_required_features check in rustdoc | Ralf Jung | -6/+11 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -50/+232 |
| 2025-03-01 | improve error message and testing of using an unsigned simd mask | Folkert de Vries | -1/+3 |
| 2025-03-01 | Auto merge of #137848 - matthiaskrgr:rollup-vxtrkis, r=matthiaskrgr | bors | -240/+251 |
| 2025-03-01 | Rollup merge of #137800 - BoxyUwU:param_env_docs, r=compiler-errors | Matthias Krüger | -7/+1 |
| 2025-03-01 | Rollup merge of #137776 - nnethercote:rustc_transmute-cleanups, r=jswrenn | Matthias Krüger | -83/+32 |
| 2025-03-01 | Rollup merge of #137763 - compiler-errors:ty-nits, r=BoxyUwU | Matthias Krüger | -37/+21 |