| Age | Commit message (Expand) | Author | Lines |
| 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/+2 |
| 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 |
| 2022-04-25 | fix formatting | Christian Poveda | -5/+1 |
| 2022-04-25 | use `ParseSess` instead of `Session` in `into_diagnostic` | Christian Poveda | -6/+26 |
| 2022-04-25 | Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisa | Matthias Krüger | -0/+19 |
| 2022-04-23 | Add support for `nounused` --extern flag | Jeremy Fitzhardinge | -1/+10 |
| 2022-04-20 | Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=com... | bors | -26/+19 |
| 2022-04-19 | Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwco | Dylan DPC | -117/+0 |
| 2022-04-19 | incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. | Michael Woerister | -26/+19 |
| 2022-04-16 | Address nits | Jakob Degen | -5/+2 |
| 2022-04-16 | Add support for MIR opt unit tests | Jakob Degen | -0/+22 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -0/+5 |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -1/+1 |
| 2022-04-15 | Remove `--extern-location` and all associated code | Jeremy Fitzhardinge | -117/+0 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -19/+9 |
| 2022-04-12 | sess: try sysroot candidates for fluent bundle | David Wood | -11/+13 |
| 2022-04-09 | expand: Remove `ParseSess::missing_fragment_specifiers` | Vadim Petrochenkov | -2/+0 |
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -1/+1 |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -4/+10 |
| 2022-04-05 | macros: translatable struct attrs and warnings | David Wood | -3/+13 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -9/+47 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -38/+105 |