| Age | Commit message (Expand) | Author | Lines |
| 2024-11-30 | Rollup merge of #133585 - estebank:issue-133563, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-11-30 | Rollup merge of #132750 - daltenty:daltenty/libs, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -10/+0 |
| 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 | -480/+475 |
| 2024-11-29 | Cargo patch | Boxy | -2/+9 |
| 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 | Rollup merge of #133577 - uweigand:s390x-doc-cloudaccess, r=jieyouxu | Matthias Krüger | -0/+16 |
| 2024-11-29 | Rollup merge of #133565 - longxiangqiao:master, r=ehuss | Matthias Krüger | -1/+1 |
| 2024-11-29 | Rollup merge of #131718 - GuillaumeGomez:impl-items-indent, r=rustdoc | Matthias Krüger | -15/+35 |
| 2024-11-29 | Auto merge of #133619 - matthiaskrgr:rollup-7ywaheb, r=matthiaskrgr | bors | -60/+31 |
| 2024-11-29 | Rollup merge of #133501 - lcnr:post-borrowck-analysis, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2024-11-29 | Rollup merge of #133492 - MarcoIeni:bootstrap-path-check, r=onur-ozkan | Matthias Krüger | -5/+5 |
| 2024-11-29 | Rollup merge of #132782 - onur-ozkan:cleanup, r=jieyouxu | Matthias Krüger | -54/+24 |
| 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 | Document s390x machine access via community cloud | Ulrich Weigand | -0/+16 |
| 2024-11-28 | Auto merge of #133568 - GuillaumeGomez:rollup-js22ovb, r=GuillaumeGomez | bors | -0/+2 |
| 2024-11-28 | Rollup merge of #133452 - taiki-e:hexagon-asm-pred, r=Amanieu | Guillaume Gomez | -0/+2 |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -1/+2 |
| 2024-11-28 | bootstrap: allow skipping steps with start of path | MarcoIeni | -5/+5 |
| 2024-11-28 | chore: fix 404 status URL | longxiangqiao | -1/+1 |
| 2024-11-28 | Fix proc macro test | Laurențiu Nicola | -0/+1 |
| 2024-11-28 | Bump rustc crates | Laurențiu Nicola | -17/+17 |
| 2024-11-28 | Merge from rust-lang/rust | Laurențiu Nicola | -5949/+14975 |
| 2024-11-28 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-11-28 | Auto merge of #133561 - GuillaumeGomez:rollup-g4upmv4, r=GuillaumeGomez | bors | -341/+330 |
| 2024-11-28 | Rollup merge of #133550 - onur-ozkan:doc-log, r=jieyouxu | Guillaume Gomez | -1/+5 |
| 2024-11-28 | Fix new clippy lints | Guillaume Gomez | -340/+325 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -44/+38 |
| 2024-11-27 | Stabilize `extended_varargs_abi_support` | Soveu | -10/+0 |
| 2024-11-27 | print generated doc paths | onur-ozkan | -1/+5 |
| 2024-11-27 | clippy lints | Boxy | -23/+16 |
| 2024-11-27 | update cfgs | Boxy | -5/+0 |
| 2024-11-27 | Compiletest: Add proc-macro header | Eric Huss | -23/+66 |
| 2024-11-27 | bump stage0 | Boxy | -450/+450 |
| 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 | -16/+75 |
| 2024-11-27 | Rollup merge of #133248 - MarcoIeni:x86_64-msvc-ext-free, r=Kobzol | Matthias Krüger | -6/+14 |
| 2024-11-27 | Rollup merge of #132979 - onur-ozkan:skip-exact, r=jieyouxu,tgross35 | Matthias Krüger | -8/+3 |
| 2024-11-26 | Rollup merge of #133458 - GuillaumeGomez:fix-prelude-tys-links, r=notriddle | Michael Goulet | -5/+8 |
| 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 | don't pass every test arg to test-float-parse | onur-ozkan | -6/+2 |