| Age | Commit message (Expand) | Author | Lines |
| 2025-02-09 | Fix mistake in x86_64-unknown-freebsd platform description | Eric Huss | -1/+1 |
| 2025-02-09 | Check if PatPtr resolves to ExprId | Ali Bektas | -48/+49 |
| 2025-02-09 | Fix clippy errors | Ali Bektas | -16/+10 |
| 2025-02-09 | Remove fixme and add a missing test attribute | Ali Bektas | -1/+1 |
| 2025-02-09 | Remove dbg lines | Ali Bektas | -5/+2 |
| 2025-02-09 | resolve_bind_pat_to_const does not early return if expr | Ali Bektas | -99/+28 |
| 2025-02-09 | make SourceAnalyzer::pat_id return ExprOrPatId | Ali Bektas | -19/+18 |
| 2025-02-09 | Lower ast::Ident to hir::Path when lowering RangePats | Ali Bektas | -58/+139 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -1043/+1254 |
| 2025-02-09 | Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgau | bors | -332/+3642 |
| 2025-02-09 | doc: error url | 阿豪 | -1/+1 |
| 2025-02-08 | Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi... | Jubilee | -41/+43 |
| 2025-02-09 | Rollup merge of #136530 - Kobzol:x-perf, r=onur-ozkan | Urgau | -332/+3642 |
| 2025-02-08 | Rustfmt | bjorn3 | -580/+791 |
| 2025-02-08 | Update bootstrap compiler and rustfmt | bjorn3 | -463/+463 |
| 2025-02-08 | Rollup merge of #136679 - Flakebi:loongarch64-diskspace, r=marcoieni | Matthias Krüger | -2/+2 |
| 2025-02-08 | Rollup merge of #136657 - jdonszelmann:empty-line-after, r=y21,flip1995,Waffl... | Matthias Krüger | -472/+611 |
| 2025-02-08 | Rollup merge of #136626 - onur-ozkan:initial-rustdoc, r=jieyouxu | Matthias Krüger | -1/+3 |
| 2025-02-08 | Auto merge of #136728 - matthiaskrgr:rollup-x2qh9yt, r=matthiaskrgr | bors | -1/+6 |
| 2025-02-08 | Merge pull request #19113 from BenjaminBrienen/patch-1 | Laurențiu Nicola | -1/+1 |
| 2025-02-08 | Merge pull request #19115 from Wilfred/sidebar_structure | Laurențiu Nicola | -3/+3 |
| 2025-02-08 | resolve `llvm-config` path properly on cross builds | onur-ozkan | -3/+8 |
| 2025-02-08 | Auto merge of #136725 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-02-08 | Merge from rustc | The Miri Cronjob Bot | -67/+37 |
| 2025-02-08 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 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 |