| Age | Commit message (Expand) | Author | Lines |
| 2023-10-06 | Remove unused `FileName::CfgSpec`. | Nicholas Nethercote | -1/+0 |
| 2023-10-04 | extend Polonius options helpers | Rémy Rakic | -1/+6 |
| 2023-10-04 | introduce `Polonius` enum for `-Zpolonius` | Rémy Rakic | -1/+46 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -6/+0 |
| 2023-09-22 | Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31 | bors | -0/+31 |
| 2023-09-22 | Allow `-Z treat-err-as-bug=0` | Lieselotte | -7/+14 |
| 2023-09-20 | Validate crate name in CLI option --extern | León Orell Valerian Liehr | -0/+31 |
| 2023-09-20 | coverage: Remove debug code from the instrumentor | Zalathar | -5/+2 |
| 2023-09-19 | Rollup merge of #115869 - ferrocene:pa-fix-tests-cargo-remap, r=compiler-errors | Matthias Krüger | -2/+10 |
| 2023-09-17 | Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errors | bors | -18/+13 |
| 2023-09-15 | implement -Z ignore-directory-in-diagnostics-source-blocks | Pietro Albini | -2/+10 |
| 2023-09-13 | Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiser | bors | -3/+4 |
| 2023-09-12 | Fix two typos | bjorn3 | -1/+1 |
| 2023-09-11 | Auto merge of #115656 - cjgillot:default-relative-spans, r=davidtwco | bors | -9/+0 |
| 2023-09-10 | Show lib features in -Zls and allow configuring which things are shown | bjorn3 | -3/+4 |
| 2023-09-10 | Auto merge of #115711 - Zoxc:freeze-cstore, r=oli-obk | bors | -2/+2 |
| 2023-09-10 | Auto merge of #115713 - chenyukang:yukang-fix-115680-rustdoc-arg-check, r=com... | bors | -5/+13 |
| 2023-09-10 | Abort if check nightly options failed on stable | yukang | -5/+13 |
| 2023-09-09 | Use `FreezeLock` for `CStore` | John Kåre Alsaker | -2/+2 |
| 2023-09-08 | sort | Augie Fackler | -2/+2 |
| 2023-09-08 | options: fix indentation | Augie Fackler | -3/+3 |
| 2023-09-08 | debuginfo: add compiler option to allow compressed debuginfo sections | Augie Fackler | -6/+53 |
| 2023-09-08 | Auto merge of #113492 - nebulark:pr_96475, r=petrochenkov | bors | -0/+8 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+8 |
| 2023-09-07 | Enable incremental-relative-spans by default. | Camille GILLOT | -9/+0 |
| 2023-09-07 | Auto merge of #114183 - Urgau:stabilize-print-with-path, r=oli-obk | bors | -6/+0 |
| 2023-09-07 | Stabilize `PATH` option for `--print KIND=PATH` | Urgau | -6/+0 |
| 2023-09-03 | Make `.rmeta` file in `dep-info` have correct name (`lib` prefix) | Martin Nordholts | -18/+13 |
| 2023-09-02 | Rename `Freeze` to `FreezeLock` | John Kåre Alsaker | -2/+2 |
| 2023-09-02 | Add `Freeze` type and use it to store `Definitions` | John Kåre Alsaker | -2/+2 |
| 2023-08-30 | Use conditional synchronization for Lock | John Kåre Alsaker | -5/+5 |
| 2023-08-27 | Rollup merge of #114974 - nbdd0121:vtable, r=b-naber | Guillaume Gomez | -0/+2 |
| 2023-08-25 | Auto merge of #115158 - Enselic:break-rust-args, r=compiler-errors | bors | -0/+47 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -1/+1 |
| 2023-08-24 | Move extra_compiler_flags() to rustc_session | Martin Nordholts | -0/+47 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-22 | unknown unstable lint command line | mojave2 | -5/+18 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -1/+11 |
| 2023-08-18 | Add an (perma-)unstable option to disable vtable vptr | Gary Guo | -0/+2 |
| 2023-08-13 | Remove reached_eof from ParseSess | bjorn3 | -4/+1 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -19/+1 |
| 2023-08-09 | rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -12/+0 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -42/+0 |
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -3/+13 |
| 2023-08-07 | CFI: Fix error compiling core with LLVM CFI enabled | Ramon de C Valle | -3/+13 |
| 2023-08-04 | Auto merge of #114104 - oli-obk:syn2, r=compiler-errors | bors | -24/+10 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-07-31 | Replace the many arguments of `EmitterWriter::stderr` with builder methods | Oli Scherer | -24/+10 |
| 2023-07-31 | Fix a comment. | Nicholas Nethercote | -0/+1 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -7/+4 |