| Age | Commit message (Expand) | Author | Lines |
| 2022-08-22 | Support #[fatal(..)] | finalchild | -0/+25 |
| 2022-08-21 | Add Handler::struct_diagnostic() | Xiretza | -1/+9 |
| 2022-08-18 | session: stabilize split debuginfo on linux | David Wood | -9/+12 |
| 2022-08-17 | Reenable early feature-gates as future-compat warnings | Christopher Durham | -3/+52 |
| 2022-08-15 | Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and... | The 8472 | -2/+1 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -43/+42 |
| 2022-08-07 | add -Zextra-const-ub-checks to enable more UB checking in const-eval | Ralf Jung | -0/+2 |
| 2022-07-31 | Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwco | Matthias Krüger | -4/+7 |
| 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/+27 |
| 2022-07-29 | proc_macro: use crossbeam channels for the proc_macro cross-thread bridge | Nika Layzell | -0/+27 |
| 2022-07-29 | Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov | bors | -3/+19 |
| 2022-07-28 | location-detail: disable all location details when passed `none` | Hudson Ayers | -4/+7 |
| 2022-07-28 | Use line numbers relative to function in mir opt tests | Nilstrieb | -0/+2 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -296/+354 |
| 2022-07-27 | session: disable internal lints for rustdoc | David Wood | -0/+8 |
| 2022-07-26 | Lib kind -l link-arg: | Daniil Belov | -3/+19 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -0/+2 |
| 2022-07-23 | Auto merge of #98208 - ivanloz:master, r=nagisa | bors | -1/+2 |
| 2022-07-21 | Rollup merge of #99528 - matthiaskrgr:2022_07_perf, r=estebank | Matthias Krüger | -1/+1 |
| 2022-07-21 | Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco | bors | -0/+2 |
| 2022-07-20 | Remove implicit names and values from --cfg in --check-cfg | Urgau | -14/+0 |
| 2022-07-20 | Add ShadowCallStack Support | Ivan Lozano | -1/+2 |
| 2022-07-20 | clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-07-19 | Add flag to configure `noalias` on `Box<T>` | nils | -0/+2 |
| 2022-07-18 | Rollup merge of #99360 - compiler-errors:issue-99331, r=fee1-dead | Yuki Okushi | -0/+8 |
| 2022-07-16 | Do not ICE when we have -Zunpretty=expand with invalid ABI | Michael Goulet | -0/+8 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-07-16 | Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil... | Matthias Krüger | -3/+4 |
| 2022-07-17 | avoid some `Symbol` to `String` conversions | Takayuki Maeda | -3/+4 |
| 2022-07-14 | rustc: add ability to output regular LTO bitcode modules | Ziv Dunkelman | -0/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -101/+104 |
| 2022-07-13 | Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco | Dylan DPC | -0/+4 |
| 2022-07-11 | Keep unstable target features for asm feature checking | Amanieu d'Antras | -0/+4 |
| 2022-07-08 | Implement support for DWARF version 5. | Patrick Walton | -0/+8 |
| 2022-07-08 | Rollup merge of #98657 - compiler-errors:rustc-const-eval-session-diagnostic-... | Dylan DPC | -1/+10 |
| 2022-07-08 | Rollup merge of #98533 - jyn514:drop-tracking-debugging, r=eholk | Dylan DPC | -0/+2 |
| 2022-07-08 | Migrate MutDeref, TransientMutBorrow diagnostics | Michael Goulet | -1/+10 |
| 2022-07-06 | session: `output-width` -> `diagnostic-width` | David Wood | -12/+12 |
| 2022-07-06 | session: `terminal-width` -> `output-width` | David Wood | -12/+12 |
| 2022-07-06 | sess: stabilize `--terminal-width` | David Wood | -3/+16 |
| 2022-07-04 | incr.comp.: Make split-dwarf commandline options [TRACKED]. | Michael Woerister | -4/+5 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -69/+26 |
| 2022-06-27 | various: add `rustc_lint_diagnostics` to diag fns | David Wood | -0/+23 |
| 2022-06-26 | Add a `-Zdump-drop-tracking-cfg` debugging flag | Joshua Nelson | -0/+2 |
| 2022-06-21 | Auto merge of #97657 - Urgau:check-cfg-many-mut, r=oli-obk | bors | -34/+90 |
| 2022-06-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -1/+16 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -1/+16 |
| 2022-06-15 | Use get_many_mut to reduce the cost of setup ping check cfg values | Urgau | -34/+90 |
| 2022-06-14 | Auto merge of #96285 - flip1995:pk-vfe, r=nagisa | bors | -6/+9 |