| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-07-26 | Lib kind -l link-arg: | Daniil Belov | -2/+15 |
| 2022-07-20 | Remove implicit names and values from --cfg in --check-cfg | Urgau | -14/+0 |
| 2022-07-16 | Do not ICE when we have -Zunpretty=expand with invalid ABI | Michael Goulet | -0/+8 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -46/+46 |
| 2022-07-06 | session: `output-width` -> `diagnostic-width` | David Wood | -6/+6 |
| 2022-07-06 | session: `terminal-width` -> `output-width` | David Wood | -6/+6 |
| 2022-07-06 | sess: stabilize `--terminal-width` | David Wood | -0/+12 |
| 2022-07-04 | incr.comp.: Make split-dwarf commandline options [TRACKED]. | Michael Woerister | -2/+3 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -43/+0 |
| 2022-06-21 | Auto merge of #97657 - Urgau:check-cfg-many-mut, r=oli-obk | bors | -34/+89 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -1/+1 |
| 2022-06-15 | Use get_many_mut to reduce the cost of setup ping check cfg values | Urgau | -34/+89 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -19/+1 |
| 2022-06-08 | bye `BorrowckMode` | lcnr | -17/+0 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -12/+0 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -3/+3 |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -59/+45 |