| Age | Commit message (Expand) | Author | Lines |
| 2023-11-08 | Rollup merge of #117650 - saethlin:inline-me-please, r=davidtwco | Matthias Krüger | -4/+18 |
| 2023-11-07 | Add -Zcross-crate-inline-threshold=yes | Ben Kimock | -4/+18 |
| 2023-11-08 | rustc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -1/+1 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -3/+2 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -3/+2 |
| 2023-11-02 | Remove support for alias `-Z symbol-mangling-version` | Zalathar | -21/+12 |
| 2023-10-30 | Make `Cfg` and `CheckCfg` non-generic. | Nicholas Nethercote | -21/+10 |
| 2023-10-30 | Change cfg parsers to produce symbols instead of strings. | Nicholas Nethercote | -31/+1 |
| 2023-10-28 | Change `Cfg<T>` to an `FxIndexSet`. | Nicholas Nethercote | -2/+5 |
| 2023-10-28 | Clean up config mess. | Nicholas Nethercote | -25/+22 |
| 2023-10-26 | The value of `-Cinstrument-coverage=` doesn't need to be `Option` | Zalathar | -7/+5 |
| 2023-10-25 | Remove support for alias `-Z instrument-coverage` | Zalathar | -22/+17 |
| 2023-10-24 | Introduce `-C instrument-coverage=branch` to gate branch coverage | Arpad Borsos | -1/+7 |
| 2023-10-23 | Rollup merge of #116960 - lqd:applied-member-constraints-scope, r=matthewjasper | Matthias Krüger | -7/+2 |
| 2023-10-20 | slight Default cleanup for option | Rémy Rakic | -7/+2 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes | Urgau | -3/+19 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Add unstable option and parsing | Urgau | -2/+29 |
| 2023-10-14 | Add `Config::hash_untracked_state` callback | Alex Macleod | -5/+6 |
| 2023-10-13 | Make `needs_analysis` true for `PpHirMode::Typed`. | Nicholas Nethercote | -1/+1 |
| 2023-10-13 | Remove PpAstTreeMode. | Nicholas Nethercote | -14/+9 |
| 2023-10-11 | Auto merge of #113218 - lqd:polonius-scopes, r=jackh726 | bors | -0/+34 |
| 2023-10-08 | consistency check for self-contained linking components CLI options | Rémy Rakic | -0/+24 |
| 2023-10-08 | implement opt out `-Clink-self-contained=-linker` | Rémy Rakic | -12/+30 |
| 2023-10-08 | move single component parsing to dedicated function | Rémy Rakic | -6/+6 |
| 2023-10-08 | move `LinkSelfContainedComponents` to `rustc_target` | Rémy Rakic | -35/+1 |
| 2023-10-08 | prepare stabilization of modern linker-flavors | Rémy Rakic | -3/+2 |
| 2023-10-08 | linker: Remove `-Zgcc-ld` option | Vadim Petrochenkov | -4/+3 |
| 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 | -0/+29 |
| 2023-09-22 | Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31 | bors | -0/+13 |
| 2023-09-20 | Validate crate name in CLI option --extern | León Orell Valerian Liehr | -0/+13 |
| 2023-09-17 | Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errors | bors | -1/+11 |
| 2023-09-13 | Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiser | bors | -1/+1 |
| 2023-09-11 | Auto merge of #115656 - cjgillot:default-relative-spans, r=davidtwco | bors | -6/+0 |
| 2023-09-10 | Show lib features in -Zls and allow configuring which things are shown | bjorn3 | -1/+1 |
| 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-08 | debuginfo: add compiler option to allow compressed debuginfo sections | Augie Fackler | -5/+35 |
| 2023-09-07 | Enable incremental-relative-spans by default. | Camille GILLOT | -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 | -1/+11 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -1/+11 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -5/+3 |
| 2023-07-27 | Rollup merge of #114139 - Urgau:make-print-with-path-unstable, r=jackh726 | Jubilee | -0/+6 |
| 2023-07-27 | Make `--print KIND=PATH` unstable | Urgau | -0/+6 |
| 2023-07-26 | replace atty crate with std's isTerminal | klensy | -1/+2 |
| 2023-07-23 | match on chars instead of &strs for .split() or .strip_prefix() | Matthias Krüger | -2/+2 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -2/+0 |
| 2023-07-21 | Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk | bors | -0/+2 |