| Age | Commit message (Expand) | Author | Lines |
| 2024-12-01 | Remove `//@ compare-output-lines-by-subset` | jyn | -18/+4 |
| 2024-12-01 | Make metadata a FileDescription operation | Rune Tynan | -14/+14 |
| 2024-12-01 | Split unix-specific function into UnixFileDescription | Rune Tynan | -155/+190 |
| 2024-12-01 | compiletest: un-escape new-line in normalize replacement string | Urgau | -0/+2 |
| 2024-12-01 | Run `cargo update` and update licenses | clubby789 | -107/+342 |
| 2024-11-30 | Move FdTable to public location, fix up imports | Rune Tynan | -456/+467 |
| 2024-11-30 | Eliminate magic numbers from expression precedence | David Tolnay | -25/+24 |
| 2024-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -41/+21 |
| 2024-11-30 | improve TagEncoding::Niche docs and sanity check | Ralf Jung | -0/+42 |
| 2024-11-30 | Auto merge of #133658 - jieyouxu:rollup-rq7e0gk, r=jieyouxu | bors | -0/+6 |
| 2024-11-30 | Revert "Auto merge of #133654 - weihanglo:update-cargo, r=weihanglo" | Nikita Popov | -0/+0 |
| 2024-11-30 | Rollup merge of #133585 - estebank:issue-133563, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-11-30 | Remove redundant associated type bounds from dyn | Michael Goulet | -4/+4 |
| 2024-11-30 | Auto merge of #133654 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-11-29 | Update cargo | Weihang Lo | -0/+0 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -5/+0 |
| 2024-11-29 | Auto merge of #133588 - flip1995:clippy-subtree-update, r=Manishearth | bors | -647/+1958 |
| 2024-11-29 | Move the `crate-loading` test to use `diff` output | Esteban Küber | -0/+6 |
| 2024-11-29 | Rollup merge of #133592 - WaffleLapkin:misc-meowing, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-11-29 | Auto merge of #133431 - nnethercote:rm-HybridBitSet, r=Mark-Simulacrum | bors | -10/+10 |
| 2024-11-29 | Stop using `HybridBitSet` in clippy. | Nicholas Nethercote | -10/+10 |
| 2024-11-28 | add instructions for generating `flake.lock` to `envrc-flake` | Maybe Lapkin | -1/+1 |
| 2024-11-28 | Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxu | bors | -23/+66 |
| 2024-11-28 | Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u... | Philipp Krones | -647/+1958 |
| 2024-11-28 | Merge from rust-lang/rust | Laurențiu Nicola | -41/+22 |
| 2024-11-28 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-11-28 | remove ctrlc, unused | klensy | -30/+0 |
| 2024-11-28 | Fix proc macro test | Laurențiu Nicola | -0/+1 |
| 2024-11-28 | silence clippy | Ralf Jung | -0/+1 |
| 2024-11-28 | Bump rustc crates | Laurențiu Nicola | -17/+17 |
| 2024-11-28 | Merge from rust-lang/rust | Laurențiu Nicola | -4365/+10516 |
| 2024-11-28 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-11-28 | fmt | The Miri Cronjob Bot | -1/+2 |
| 2024-11-28 | Merge from rustc | The Miri Cronjob Bot | -185/+407 |
| 2024-11-28 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -44/+38 |
| 2024-11-27 | update cfgs | Boxy | -5/+0 |
| 2024-11-27 | Compiletest: Add proc-macro header | Eric Huss | -23/+66 |
| 2024-11-27 | Rollup merge of #133457 - joboet:miri-tlsfree, r=saethlin | Matthias Krüger | -0/+26 |
| 2024-11-27 | Rollup merge of #133453 - ferrocene:check-license-metadata, r=Kobzol | Matthias Krüger | -12/+39 |
| 2024-11-26 | Rollup merge of #115293 - cjgillot:no-fuel, r=wesleywiser,DianQK | Michael Goulet | -1/+0 |
| 2024-11-26 | Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errors | bors | -11/+11 |
| 2024-11-26 | Merge pull request #4031 from devnexen/solarish_stat | Ralf Jung | -34/+75 |
| 2024-11-26 | Remove target.is_some() to handle it later inside ra::flycheck | Ali Bektas | -3/+1 |
| 2024-11-26 | Revert #18197 | Ali Bektas | -1/+1 |
| 2024-11-26 | Rollup merge of #133140 - dtolnay:precedence, r=fmease | Michael Goulet | -11/+11 |
| 2024-11-26 | filesystem support for solarish. | David Carlier | -34/+75 |
| 2024-11-26 | Merge pull request #18511 from darichey/sysroot-query-metadata | Laurențiu Nicola | -51/+150 |
| 2024-11-26 | Rollup merge of #133470 - jieyouxu:ugly, r=compiler-errors | Guillaume Gomez | -22/+0 |
| 2024-11-26 | Pacify tidy. | Camille GILLOT | -1/+0 |