| Age | Commit message (Expand) | Author | Lines |
| 2025-02-08 | Rollup merge of #136700 - RalfJung:hurd, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2025-02-08 | Rollup merge of #136692 - Shourya742:2025-02-07-add-rust-docs-for-bootstrap-u... | Matthias Krüger | -0/+5 |
| 2025-02-08 | Auto merge of #136713 - matthiaskrgr:rollup-sy6py39, r=matthiaskrgr | bors | -1/+2 |
| 2025-02-07 | Fix import/attribute errors related to `SBTypeStaticField` | Walnut | -13/+43 |
| 2025-02-07 | fix autodiff perf by running the enzyme opt pass before autodiff | Manuel Drehwald | -0/+1 |
| 2025-02-07 | Update cargo | Weihang Lo | -0/+0 |
| 2025-02-07 | update enzyme core to provide c bindings | Manuel Drehwald | -0/+0 |
| 2025-02-07 | Rollup merge of #136589 - GuillaumeGomez:enable-jump-to-def-compiler, r=oli-obk | Matthias Krüger | -1/+2 |
| 2025-02-07 | Update minifier version to `0.3.4` | Guillaume Gomez | -1/+1 |
| 2025-02-07 | Organise chapters in mdbook sidebar | Wilfred Hughes | -3/+3 |
| 2025-02-07 | Update README.md links for mdbook manual | Wilfred Hughes | -3/+4 |
| 2025-02-07 | clippy: directly use rustc_abi instead of reexports | Jubilee Young | -41/+43 |
| 2025-02-07 | Update PRIVACY.md | Benjamin Brienen | -1/+1 |
| 2025-02-07 | i686-unknown-hurd-gnu: bump baseline CPU to Pentium 4 | Ralf Jung | -1/+1 |
| 2025-02-08 | simplify panic_context | Julian Eager | -22/+18 |
| 2025-02-08 | fix: Apply adjustments to proper expr when invoking `CoerceMany` | Shoyu Vanilla | -9/+89 |
| 2025-02-07 | Replace i686-unknown-redox target with i586-unknown-redox | Jeremy Soller | -4/+4 |
| 2025-02-07 | Rollup merge of #135945 - estebank:useless-parens, r=compiler-errors | Matthias Krüger | -15/+15 |
| 2025-02-07 | Rollup merge of #135940 - ehuss:toolstate-update, r=Mark-Simulacrum | Matthias Krüger | -8/+11 |
| 2025-02-07 | Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler... | Matthias Krüger | -35/+2 |
| 2025-02-07 | add tests for spurious failure and fix typo | Jana Dönszelmann | -21/+49 |
| 2025-02-07 | fix typo | Jana Dönszelmann | -1/+1 |
| 2025-02-07 | fix empty after lint on impl/trait items | Jonathan Dönszelmann | -38/+116 |
| 2025-02-07 | Update UI tests | Guillaume Gomez | -25/+27 |
| 2025-02-07 | Convert `EMPTY_LINE_AFTER_OUTER_ATTR` and `EMPTY_LINE_AFTER_OUTER_ATTR` lint ... | Guillaume Gomez | -427/+458 |
| 2025-02-07 | add module level doc for bootstrap:util:exec | bit-aloo | -0/+5 |
| 2025-02-07 | Auto merge of #136684 - matthiaskrgr:rollup-mlpzre5, r=matthiaskrgr | bors | -9/+9 |
| 2025-02-07 | Rollup merge of #136582 - asomers:revert-132232, r=tgross35 | Matthias Krüger | -9/+9 |
| 2025-02-07 | Auto merge of #136647 - marcoieni:ubuntu-22-free-runner-arm, r=Kobzol | bors | -1/+1 |
| 2025-02-07 | Merge pull request #19104 from jnyfah/some-branch | Lukas Wirth | -1/+58 |
| 2025-02-07 | minor changes | jnyfah | -1/+1 |
| 2025-02-07 | ci: Use largedisk for loongarch | Flakebi | -2/+2 |
| 2025-02-07 | Merge pull request #19106 from ShoyuVanilla/issue-18682 | Lukas Wirth | -0/+36 |
| 2025-02-07 | Remove reference to enum.Reveal | Martin Liska | -4/+2 |
| 2025-02-07 | get tests to work without -Z/-C flags | Manuel Drehwald | -3/+3 |
| 2025-02-07 | fmt | The Miri Cronjob Bot | -1/+1 |
| 2025-02-07 | Merge from rustc | The Miri Cronjob Bot | -691/+2818 |
| 2025-02-07 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-07 | fix: Resolve projection types before checking casts | Shoyu Vanilla | -0/+36 |
| 2025-02-06 | remove use of `feature(trait_upcasting)` from miri | Waffle Lapkin | -9/+2 |
| 2025-02-06 | remove unstable book entry for `feature(trait_upcasting)` | Waffle Lapkin | -26/+0 |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -15/+15 |
| 2025-02-06 | Rollup merge of #136645 - flip1995:clippy-subtree-update, r=Manishearth | Matthias Krüger | -565/+2680 |
| 2025-02-06 | Merge pull request #4181 from tiif/check_shim_variadic | Ralf Jung | -101/+129 |
| 2025-02-06 | fix: Don't emit empty scip occurrence for builtins | David Richey | -34/+31 |
| 2025-02-06 | some more argument checking cleanup | Ralf Jung | -70/+77 |
| 2025-02-06 | Auto merge of #136641 - matthiaskrgr:rollup-lajwje5, r=matthiaskrgr | bors | -21/+20 |
| 2025-02-06 | ci: use ubuntu 22 for free arm runners | MarcoIeni | -1/+1 |
| 2025-02-06 | inline a once-used function | Ralf Jung | -29/+16 |
| 2025-02-06 | Throw ub error when invoking non-vararg shim with vararg import | tiif | -2/+36 |