| Age | Commit message (Expand) | Author | Lines |
| 2024-10-07 | Rollup merge of #130899 - bjorn3:wasi_bootstrap_fixes, r=davidtwco | Jubilee | -4/+3 |
| 2024-10-06 | Update out-dated link | mu001999 | -1/+1 |
| 2024-10-04 | Avoid unused import warning for the Ctrl-C handler on wasm | bjorn3 | -4/+3 |
| 2024-09-27 | bump few deps | klensy | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -16/+14 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+2 |
| 2024-09-17 | Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwco | Matthias Krüger | -1/+1 |
| 2024-09-17 | Rollup merge of #128961 - GKFX:issue-128930-explain-missing-option, r=jieyouxu | Matthias Krüger | -2/+15 |
| 2024-09-13 | Disallow hidden references to mutable static | Obei Sideg | -0/+2 |
| 2024-09-13 | Remove unnecessary lifetime from `RunCompiler`. | Nicholas Nethercote | -4/+4 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -4/+2 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -1/+0 |
| 2024-09-07 | Auto merge of #129341 - madsmtm:refactor-deployment-target, r=petrochenkov | bors | -3/+3 |
| 2024-09-05 | update cfgs | Boxy | -1/+0 |
| 2024-09-05 | Use a `Vec` in `rustc_interface::Config::locale_resources` | arnaudgolfouse | -1/+1 |
| 2024-09-05 | Apple: Refactor deployment target version parsing | Mads Marquart | -3/+3 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -0/+5 |
| 2024-09-03 | rustc_driver_impl: remove some old dead logic | Ralf Jung | -11/+2 |
| 2024-08-31 | disable size asserts in the compiler when randomizing layouts | The 8472 | -0/+5 |
| 2024-08-28 | Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoerister | Matthias Krüger | -29/+36 |
| 2024-08-28 | clarify a few things | Orion Gonzalez | -4/+8 |
| 2024-08-28 | cleanup make_input | Orion Gonzalez | -19/+26 |
| 2024-08-28 | replace is_some() -> unwrap with if let | Orion Gonzalez | -6/+2 |
| 2024-08-27 | Rollup merge of #129648 - nnethercote:unreachable_pub-2, r=Urgau | Matthias Krüger | -0/+1 |
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_driver_impl`. | Nicholas Nethercote | -0/+1 |
| 2024-08-26 | Use unsafe extern blocks throughout the compiler | Michael Goulet | -1/+2 |
| 2024-08-11 | Fix #128930: Print documentation of CLI options missing their arg | George Bateman | -2/+15 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -30/+25 |
| 2024-08-07 | Add -Zerror-metrics=PATH to save diagnostic metadata to disk | Jane Losare-Lusby | -8/+29 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -30/+25 |
| 2024-07-30 | Make RUSTC_OVERRIDE_VERSION_STRING overwrite the rendered version output, too | Oli Scherer | -0/+9 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -23/+25 |
| 2024-07-01 | Move codegen_and_build_linker from Queries to Linker | bjorn3 | -2/+4 |
| 2024-06-30 | Move -Zprint-type-sizes and -Zprint-vtable-sizes into codegen_and_build_linker | bjorn3 | -16/+1 |
| 2024-06-25 | Auto merge of #126834 - bjorn3:interface_refactor, r=michaelwoerister | bors | -13/+16 |
| 2024-06-24 | Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelix | Michael Goulet | -1/+5 |
| 2024-06-22 | Avoid a couple of unnecessary EarlyDiagCtxt uses | bjorn3 | -10/+9 |
| 2024-06-22 | Inline write_dep_info query | bjorn3 | -3/+7 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -1/+2 |
| 2024-06-14 | Deprecate no-op codegen option `-Cinline-threshold=...` | Martin Nordholts | -0/+4 |
| 2024-06-14 | Fix typo in `-Cno-stack-check` deprecation warning | Martin Nordholts | -1/+1 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -2/+4 |
| 2024-06-11 | Rename std::panic::PanicInfo to PanicHookInfo. | Mara Bos | -5/+4 |
| 2024-06-10 | Remove some unused crate dependencies. | Nicholas Nethercote | -1/+0 |
| 2024-06-05 | Make top-level `rustc_parse` functions fallible. | Nicholas Nethercote | -3/+3 |
| 2024-06-05 | Inline and remove `parse_crate{,_attrs}_from_{file,source_str}`. | Nicholas Nethercote | -4/+6 |
| 2024-06-04 | Rollup merge of #125953 - nnethercote:streamline-nested-calls, r=lqd | Michael Goulet | -8/+2 |
| 2024-06-04 | Streamline `nested` calls. | Nicholas Nethercote | -8/+2 |
| 2024-06-02 | Handle no values cfg with --print=check-cfg | Urgau | -7/+11 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -1/+1 |