| Age | Commit message (Expand) | Author | Lines |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -4/+22 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2023-01-16 | Avoid an unnecessary allocation | Oli Scherer | -8/+8 |
| 2023-01-16 | check -Z query-dep-graph is enabled if -Z dump-dep-graph (#106736) | gftea | -0/+5 |
| 2023-01-16 | Remove redundant `input_path` field from `Config` | Oli Scherer | -0/+18 |
| 2023-01-14 | Removed various double spaces in compiler source comments. | André Vennberg | -1/+1 |
| 2023-01-06 | Update compiler/rustc_session/src/config.rs | Matthew E | -1/+1 |
| 2023-01-06 | Add default and latest stable edition to --edition in rustc | Matthew Esposito | -2/+8 |
| 2023-01-04 | Rename stock solver to classic | Michael Goulet | -2/+2 |
| 2023-01-04 | Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flag | Michael Goulet | -1/+12 |
| 2023-01-04 | Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqd | Matthias Krüger | -0/+18 |
| 2023-01-02 | Add json output to `-Zdump-mono-stats` | Joshua Nelson | -0/+18 |
| 2022-12-25 | Only enable relative span hashing on nightly. | Camille GILLOT | -0/+6 |
| 2022-12-15 | more clippy::complexity fixes | Matthias Krüger | -9/+3 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+1 |
| 2022-12-06 | Auto merge of #105175 - michaelwoerister:add-stable-ord-trait, r=nagisa | bors | -1/+4 |
| 2022-12-02 | Add StableOrd trait as proposed in MCP 533. | Michael Woerister | -1/+4 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -6/+6 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -4/+1 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -2/+2 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -2/+2 |
| 2022-11-07 | Add --print=split-debuginfo | Kamil Koczurek | -0/+2 |
| 2022-11-05 | Rollup merge of #103660 - ozkanonur:master, r=jyn514 | Dylan DPC | -1/+1 |
| 2022-11-04 | improve `filesearch::get_or_default_sysroot` r=ozkanonur | Onur Özkan | -1/+1 |
| 2022-11-02 | Rollup merge of #103610 - wesleywiser:thinlto_cgu1, r=michaelwoerister | Matthias Krüger | -7/+7 |
| 2022-11-01 | Rollup merge of #103839 - Nilstrieb:print-list, r=compiler-errors | Manish Goregaokar | -23/+38 |
| 2022-11-01 | Print valid `--print` requests if request is invalid | nils | -23/+38 |
| 2022-10-26 | Allow use of `-Clto=thin` with `-Ccodegen-units=1` in general | Wesley Wiser | -7/+7 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -0/+1 |
| 2022-10-12 | ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors | Jhonny Bill Mena | -2/+1 |
| 2022-09-22 | Improve the help message for an invalid calling convention | khyperia | -2/+4 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+2 |
| 2022-09-08 | translations(rustc_session): remove lint allow rule to the methods marked wit... | Luis Cardoso | -2/+1 |
| 2022-09-08 | translations(rustc_session): migrates session.rs and config.rs | Luis Cardoso | -1/+2 |
| 2022-09-03 | Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkov | bors | -1/+1 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -1/+11 |
| 2022-09-02 | Make CrateConfig make order depended for linting purpose | Urgau | -1/+1 |
| 2022-09-02 | Rollup merge of #100552 - petrochenkov:flavorcompat, r=lqd | Guillaume Gomez | -12/+2 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+1 |
| 2022-09-01 | rustc_target: Refactor internal linker flavors slightly | Vadim Petrochenkov | -12/+2 |
| 2022-09-01 | rustc_target: Add a compatibility layer to separate internal and user-facing ... | Vadim Petrochenkov | -2/+2 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -1/+11 |
| 2022-08-18 | session: stabilize split debuginfo on linux | David Wood | -7/+0 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -2/+2 |
| 2022-07-31 | Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkov | Matthias Krüger | -14/+0 |
| 2022-07-30 | Auto merge of #99123 - mystor:crossbeam_bridge, r=eddyb | bors | -0/+10 |
| 2022-07-29 | proc_macro: use crossbeam channels for the proc_macro cross-thread bridge | Nika Layzell | -0/+10 |
| 2022-07-29 | Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov | bors | -2/+15 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -0/+4 |