| Age | Commit message (Expand) | Author | Lines |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -11/+12 |
| 2023-11-17 | Inline and remove `create_lint_store`. | Nicholas Nethercote | -13/+6 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -7/+21 |
| 2023-11-15 | Auto merge of #116555 - paulmenage:llvm-module-flag, r=wesleywiser | bors | -0/+1 |
| 2023-11-14 | Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiser | bors | -1/+0 |
| 2023-11-13 | Remove `-Zperf-stats`. | Nicholas Nethercote | -1/+0 |
| 2023-11-11 | Add -Z llvm_module_flag | Paul Menage | -0/+1 |
| 2023-11-10 | Remove `-Zkeep-hygiene-data`. | Nicholas Nethercote | -1/+0 |
| 2023-11-07 | Add -Zcross-crate-inline-threshold=yes | Ben Kimock | -6/+6 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -22/+4 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -1/+2 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -1/+2 |
| 2023-11-02 | Remove support for alias `-Z symbol-mangling-version` | Zalathar | -1/+0 |
| 2023-11-01 | Inline and remove `create_session`. | Nicholas Nethercote | -97/+54 |
| 2023-10-30 | Streamline some `use` items. | Nicholas Nethercote | -17/+7 |
| 2023-10-30 | Remove an unnecessary `drop`. | Nicholas Nethercote | -3/+1 |
| 2023-10-30 | Streamline `collect_crate_types`. | Nicholas Nethercote | -15/+7 |
| 2023-10-30 | Remove `check_output`. | Nicholas Nethercote | -21/+3 |
| 2023-10-30 | Wrap some overlong comments. | Nicholas Nethercote | -10/+12 |
| 2023-10-30 | Remove out-of-date comment. | Nicholas Nethercote | -2/+0 |
| 2023-10-30 | Improve readability of `parse_check_cfg`. | Nicholas Nethercote | -26/+13 |
| 2023-10-30 | Make `Cfg` and `CheckCfg` non-generic. | Nicholas Nethercote | -17/+8 |
| 2023-10-30 | Change cfg parsers to produce symbols instead of strings. | Nicholas Nethercote | -23/+15 |
| 2023-10-30 | Reduce exposure of cfg parsers. | Nicholas Nethercote | -2/+2 |
| 2023-10-30 | Delay parsing of `--cfg` and `--check-cfg` options. | Nicholas Nethercote | -253/+244 |
| 2023-10-28 | Rollup merge of #117268 - nnethercote:rustc_interface, r=oli-obk | Jubilee | -45/+41 |
| 2023-10-28 | Rollup merge of #117025 - Urgau:cleanup-improve-check-cfg-impl, r=petrochenkov | Jubilee | -200/+185 |
| 2023-10-28 | Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwco | Jubilee | -1/+0 |
| 2023-10-28 | Clean up config mess. | Nicholas Nethercote | -33/+35 |
| 2023-10-28 | Optimize `parse_cfgspecs`. | Nicholas Nethercote | -5/+7 |
| 2023-10-28 | Streamline `rustc_interface` tests. | Nicholas Nethercote | -11/+3 |
| 2023-10-28 | Fix a comment. | Nicholas Nethercote | -1/+1 |
| 2023-10-27 | Better guard against wrong input with check-cfg any() | Urgau | -3/+7 |
| 2023-10-26 | Remove most indentation in check-cfg impl | Urgau | -200/+181 |
| 2023-10-26 | Rollup merge of #117207 - Zalathar:no-option, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-10-26 | The value of `-Cinstrument-coverage=` doesn't need to be `Option` | Zalathar | -1/+1 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -4/+18 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -4/+18 |
| 2023-10-25 | Rollup merge of #117173 - oli-obk:gen_fn_split2, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2023-10-25 | Rollup merge of #117111 - Zalathar:zinstrument, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2023-10-25 | Make `Iterator` a lang item | Oli Scherer | -0/+5 |
| 2023-10-25 | Remove support for alias `-Z instrument-coverage` | Zalathar | -1/+0 |
| 2023-10-25 | Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber | bors | -2/+6 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -0/+1 |
| 2023-10-17 | Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkov | Matthias Krüger | -7/+133 |
| 2023-10-16 | Fix inline const pattern unsafety checking in THIR | Matthew Jasper | -2/+6 |
| 2023-10-14 | Add `Config::hash_untracked_state` callback | Alex Macleod | -2/+13 |
| 2023-10-13 | MCP636: Add simpler and more explicit syntax to check-cfg | Urgau | -7/+133 |