| Age | Commit message (Expand) | Author | Lines |
| 2024-11-06 | Add `pub fn all_supertraits(…)` HIR-level method to `hir::Trait` type | Vincent Esche | -0/+5 |
| 2024-11-06 | Auto merge of #132500 - RalfJung:char-is-whitespace-const, r=jhpratt | bors | -1/+1 |
| 2024-11-06 | Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgr | bors | -5/+0 |
| 2024-11-05 | Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxu | Matthias Krüger | -5/+0 |
| 2024-11-05 | fix missing use decl | Henry Jiang | -1/+1 |
| 2024-11-05 | Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995 | Matthias Krüger | -19/+6 |
| 2024-11-05 | Rollup merge of #132524 - ismailarilik:chore/style/sync-submodule-exclusion-l... | Matthias Krüger | -1/+0 |
| 2024-11-05 | add run-make support for aix | Henry Jiang | -1/+11 |
| 2024-11-05 | Properly use final tabstop when adding missing match arms | Giga Bowser | -57/+66 |
| 2024-11-05 | Do not filter empty passes & Make CTFE Clippy into lintless pass | blyxyas | -19/+6 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -15/+15 |
| 2024-11-04 | Rollup merge of #132598 - jdonszelmann:move-lints-to-early, r=xFrednet | Jubilee | -112/+122 |
| 2024-11-04 | Move two attribute lints to be early pass (post expansion) | Jonathan Dönszelmann | -112/+122 |
| 2024-11-04 | Auto merge of #132594 - lnicola:sync-from-ra, r=lnicola | bors | -849/+1907 |
| 2024-11-04 | Enable triagebot transfer feature | Laurențiu Nicola | -0/+2 |
| 2024-11-04 | Don't try to auto-publish text-edit | Laurențiu Nicola | -1/+0 |
| 2024-11-04 | Merge pull request #18475 from Veykril/push-zkvkpxttozup | Lukas Wirth | -174/+143 |
| 2024-11-04 | Support new #[rustc_intrinsic] attribute and fallback bodies | Lukas Wirth | -174/+143 |
| 2024-11-04 | Merge pull request #18473 from Veykril/push-xnlzukoqttvz | Lukas Wirth | -15/+45 |
| 2024-11-04 | Render extern blocks in file_structure | Lukas Wirth | -15/+45 |
| 2024-11-04 | Fix feature name casing | Laurențiu Nicola | -1/+1 |
| 2024-11-04 | miri: update ABI compat checks to accept Option-like types | Ralf Jung | -0/+24 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -10/+10 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -5/+5 |
| 2024-11-03 | Rollup merge of #132560 - Urgau:tidy-license-deps, r=onur-ozkan | Jubilee | -14/+0 |
| 2024-11-03 | Remove outdated tidy license fixmes | Urgau | -14/+0 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -6/+6 |
| 2024-11-03 | Remove the `wasm32-wasi` target from rustc | Alex Crichton | -5/+0 |
| 2024-11-03 | Allow interpreting consts and statics with interpret function command | Lukas Wirth | -86/+114 |
| 2024-11-03 | Merge pull request #18469 from Veykril/push-zwnywqmvtuts | Lukas Wirth | -28/+87 |
| 2024-11-03 | Rollup merge of #132540 - compiler-errors:gc, r=calebcartwright | Matthias Krüger | -6/+46 |
| 2024-11-03 | Rollup merge of #132499 - RalfJung:unicode_data.rs, r=tgross35 | Matthias Krüger | -1/+1 |
| 2024-11-03 | Merge from rustc | The Miri Cronjob Bot | -23/+17 |
| 2024-11-03 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-11-03 | Auto merge of #132526 - bjorn3:sync_cg_clif-2024-11-02, r=bjorn3 | bors | -5/+2 |
| 2024-11-03 | Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieu | bors | -6/+0 |
| 2024-11-02 | Auto merge of #125579 - Noratrieb:print-host, r=davidtwco | bors | -17/+17 |
| 2024-11-02 | teach clippy about IeeeFloat, and make all 'allow' into 'expect' | Ralf Jung | -39/+28 |
| 2024-11-02 | Merge from rustc | Ralf Jung | -554/+665 |
| 2024-11-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -17/+17 |
| 2024-11-02 | Do not format generic consts | Michael Goulet | -6/+46 |
| 2024-11-02 | Auto merge of #132512 - workingjubilee:update-miri-for-rustc-abi, r=RalfJung | bors | -485/+526 |
| 2024-11-02 | Update tidy license exceptions and allowed dependencies | bjorn3 | -5/+2 |
| 2024-11-02 | Improve error message for too new proc-macro server | benluiwj | -2/+2 |
| 2024-11-02 | chore(style): sync submodule exclusion list between tidy and rustfmt | ismailarilik | -1/+0 |
| 2024-11-02 | Allow static initializers to be const evaluated | Lukas Wirth | -28/+87 |
| 2024-11-02 | miri: Directly use rustc_abi | Jubilee Young | -485/+526 |
| 2024-11-02 | make char::is_whitespace unstably const | Ralf Jung | -1/+1 |
| 2024-11-02 | unicode_data.rs: show command for generating file | Ralf Jung | -1/+1 |