| Age | Commit message (Expand) | Author | Lines |
| 2024-06-06 | Do not use relative paths to Rust source root in run-make tests | Jakub Beránek | -2/+3 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -6/+19 |
| 2024-06-06 | Auto merge of #126056 - matthiaskrgr:rollup-ytwg62v, r=matthiaskrgr | bors | -18/+50 |
| 2024-06-06 | Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnr | bors | -69/+72 |
| 2024-06-06 | Rollup merge of #126048 - ehuss:cargo-specfics-fixes, r=ehuss | Matthias Krüger | -7/+7 |
| 2024-06-06 | Rollup merge of #124731 - dalance:add_translation_support, r=ehuss | Matthias Krüger | -11/+43 |
| 2024-06-05 | Misc fixes to cranelift/clippy/miri | Boxy | -7/+8 |
| 2024-06-05 | Remove `Type` from rustdoc `Const` | Boxy | -62/+64 |
| 2024-06-05 | Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgr | bors | -5/+31 |
| 2024-06-05 | Fix some wording in cargo-specifics.md | Eric Huss | -5/+5 |
| 2024-06-05 | Fix typos in cargo-specifics.md | Daniel Hofstetter | -3/+3 |
| 2024-06-05 | Auto merge of #126037 - matthiaskrgr:rollup-7pz1nhr, r=matthiaskrgr | bors | -1/+17 |
| 2024-06-05 | Rollup merge of #126008 - Zalathar:fulldeps-19371, r=jieyouxu | Matthias Krüger | -0/+10 |
| 2024-06-05 | Rollup merge of #125672 - Lokathor:update-miri-result-ffi, r=RalfJung | Matthias Krüger | -2/+14 |
| 2024-06-05 | Rollup merge of #125648 - lqd:rustsrc, r=pietroalbini | Matthias Krüger | -1/+6 |
| 2024-06-05 | Rollup merge of #125622 - oli-obk:define_opaque_types15, r=compiler-errors | Matthias Krüger | -2/+1 |
| 2024-06-05 | Rollup merge of #125911 - onur-ozkan:wipe-broken-cache, r=albertlarsan68 | Matthias Krüger | -1/+17 |
| 2024-06-05 | Auto merge of #126005 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-06-05 | Auto merge of #126016 - workingjubilee:rollup-nh6ehbz, r=workingjubilee | bors | -78/+88 |
| 2024-06-05 | Rollup merge of #126003 - Lokathor:new-co-maintainer, r=compiler-errors | Jubilee | -0/+1 |
| 2024-06-05 | Rollup merge of #125815 - nnethercote:rustc_parse-top-level-cleanups, r=spast... | Jubilee | -37/+31 |
| 2024-06-05 | Rollup merge of #125683 - Oneirical:patience-testing-test, r=jieyouxu | Jubilee | -3/+7 |
| 2024-06-05 | Rollup merge of #125273 - onur-ozkan:bootstrap-self-test, r=albertlarsan68 | Jubilee | -38/+49 |
| 2024-06-04 | Update nomicon | Eric Huss | -0/+0 |
| 2024-06-04 | Silence double-symlink errors while building solaris toolchain | Jubilee Young | -1/+1 |
| 2024-06-05 | Port `tests/run-make-fulldeps/issue-19371` to ui-fulldeps | Zalathar | -0/+10 |
| 2024-06-04 | Update cargo | Weihang Lo | -0/+0 |
| 2024-06-05 | rustfmt: Remove an unnecessary `catch_unwind` use. | Nicholas Nethercote | -15/+8 |
| 2024-06-05 | Make top-level `rustc_parse` functions fallible. | Nicholas Nethercote | -22/+28 |
| 2024-06-05 | Reorder `source_str_to_stream` arguments. | Nicholas Nethercote | -1/+1 |
| 2024-06-05 | Remove `stream_to_parser`. | Nicholas Nethercote | -2/+2 |
| 2024-06-05 | Don't use the word "parse" for lexing operations. | Nicholas Nethercote | -8/+3 |
| 2024-06-04 | Add a co-maintainer for the two ARMv4T targets | Lokathor | -0/+1 |
| 2024-06-04 | Rollup merge of #125946 - Sergi-Ferrez:master, r=notriddle,fmease | Guillaume Gomez | -8/+11 |
| 2024-06-04 | Rollup merge of #125944 - P1n3appl3:fuchsia, r=lqd | Guillaume Gomez | -2/+2 |
| 2024-06-04 | Rollup merge of #125933 - rustbot:docs-update, r=ehuss | Guillaume Gomez | -0/+0 |
| 2024-06-04 | Rollup merge of #125930 - weihanglo:opt-dist-respect-cargo-config, r=Kobzol | Guillaume Gomez | -2/+25 |
| 2024-06-04 | rewrite suspicious-library in rmake | Oneirical | -1/+1 |
| 2024-06-04 | Create `run-make` `env_var` and `env_var_os` helpers | Guillaume Gomez | -34/+44 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -3/+9 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -3/+10 |
| 2024-06-04 | Give test a more useful name | Oli Scherer | -1/+0 |
| 2024-06-04 | Move tests to a more appropriate directory | Oli Scherer | -1/+1 |
| 2024-06-04 | Show that it will pick up the entirely wrong function as a private candidate | Oli Scherer | -1/+1 |
| 2024-06-04 | Use checked_sub | Sergi-Ferrez | -6/+7 |
| 2024-06-04 | Update code format and tests | Sergi-Ferrez | -2/+2 |
| 2024-06-04 | Rollup merge of #125818 - Urgau:print-check-cfg-no-values, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-06-04 | Rollup merge of #125750 - compiler-errors:expect, r=lcnr | 许杰友 Jieyou Xu (Joe) | -8/+8 |
| 2024-06-04 | Rollup merge of #125690 - Lokathor:arm-maintainer-reorg, r=ehuss | 许杰友 Jieyou Xu (Joe) | -32/+35 |
| 2024-06-04 | Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss | 许杰友 Jieyou Xu (Joe) | -0/+19 |