| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-06-14 | Auto merge of #78781 - eddyb:measureme-rdpmc, r=oli-obk | bors | -1/+8 |
| 2022-06-14 | Add -Zvirtual-function-elimination flag | flip1995 | -6/+9 |
| 2022-06-14 | Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk | Dylan DPC | -0/+4 |
| 2022-06-13 | Integrate measureme's hardware performance counter support. | Eduard-Mihai Burtescu | -1/+8 |
| 2022-06-11 | Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillot | Dylan DPC | -0/+2 |
| 2022-06-10 | lint: add diagnostic translation migration lints | David Wood | -0/+4 |
| 2022-06-10 | Auto merge of #95818 - petrochenkov:stabundle, r=wesleywiser | bors | -19/+1 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -19/+1 |
| 2022-06-09 | Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s... | David Tolnay | -1/+1 |
| 2022-06-08 | bye `BorrowckMode` | lcnr | -17/+0 |
| 2022-06-06 | fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no` | Pietro Albini | -0/+2 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -17/+0 |
| 2022-06-03 | Remove support for -Zast-json and -Zast-json-noexpand | bjorn3 | -4/+0 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -1/+0 |
| 2022-05-24 | Add flag for stricter checks on uninit/zeroed | 5225225 | -0/+2 |
| 2022-05-22 | rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast` | Vadim Petrochenkov | -58/+0 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -52/+75 |
| 2022-05-18 | use `CursorRef` more, to not to clone `Tree`s | klensy | -1/+1 |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -59/+45 |
| 2022-05-06 | sess: add `create_{err,warning}` | David Wood | -2/+28 |
| 2022-04-28 | Rollup merge of #96433 - petrochenkov:delim, r=nnethercote | Dylan DPC | -2/+2 |
| 2022-04-28 | Rollup merge of #96405 - pvdrz:ambiguous-plus-diagnostic, r=davidtwco | Dylan DPC | -5/+25 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -2/+2 |
| 2022-04-28 | Auto merge of #96085 - jsgf:deny-unused-deps, r=compiler-errors | bors | -6/+34 |
| 2022-04-28 | Rollup merge of #96483 - Urgau:check-cfg-target_feature, r=petrochenkov | Dylan DPC | -0/+5 |
| 2022-04-27 | Add missing `target_feature` to the list of well known cfg names | Loïc BRANSTETT | -0/+5 |
| 2022-04-27 | Add --json unused-externs-silent with original behaviour | Jeremy Fitzhardinge | -6/+34 |
| 2022-04-25 | add `struct_warn` method | Christian Poveda | -0/+4 |