| Age | Commit message (Expand) | Author | Lines |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -3/+3 |
| 2022-07-31 | Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkov | Matthias Krüger | -1/+0 |
| 2022-07-29 | proc_macro: use crossbeam channels for the proc_macro cross-thread bridge | Nika Layzell | -1/+2 |
| 2022-07-28 | Use line numbers relative to function in mir opt tests | Nilstrieb | -0/+1 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -0/+5 |
| 2022-07-27 | session: disable internal lints for rustdoc | David Wood | -1/+1 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -0/+1 |
| 2022-07-21 | Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco | bors | -0/+1 |
| 2022-07-20 | Remove implicit names and values from --cfg in --check-cfg | Urgau | -1/+0 |
| 2022-07-19 | Add flag to configure `noalias` on `Box<T>` | nils | -0/+1 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -88/+4 |
| 2022-07-14 | rustc: add ability to output regular LTO bitcode modules | Ziv Dunkelman | -0/+1 |
| 2022-07-14 | Rollup merge of #98580 - PrestonFrom:issue_98466, r=estebank | Dylan DPC | -2/+5 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -27/+27 |
| 2022-07-13 | Emit warning when named arguments are used positionally in format | Preston From | -2/+5 |
| 2022-07-13 | Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco | Dylan DPC | -1/+4 |
| 2022-07-11 | Keep unstable target features for asm feature checking | Amanieu d'Antras | -1/+4 |
| 2022-07-08 | Implement support for DWARF version 5. | Patrick Walton | -0/+1 |
| 2022-07-08 | Rollup merge of #98533 - jyn514:drop-tracking-debugging, r=eholk | Dylan DPC | -0/+1 |
| 2022-07-08 | Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obk | Matthias Krüger | -1/+0 |
| 2022-07-06 | Make AST lowering a query. | Camille GILLOT | -52/+11 |
| 2022-07-06 | sess: stabilize `--terminal-width` | David Wood | -1/+0 |
| 2022-07-03 | Auto merge of #98570 - SparrowLii:deadlock, r=cjgillot | bors | -14/+6 |
| 2022-07-02 | Auto merge of #97235 - nbdd0121:unwind, r=Amanieu | bors | -0/+1 |
| 2022-07-02 | remove non_durable_rename in rustc_interface::util | Yoshiki Matsuda | -18/+0 |
| 2022-07-02 | move encode_and_write_metadata to rustc_metadata::fs | Yoshiki Matsuda | -70/+4 |
| 2022-07-02 | move emit_metadata to rustc_metadata::fs | Yoshiki Matsuda | -1/+1 |
| 2022-06-29 | get rid of `tcx` in deadlock handler when parallel compilation | SparrowLii | -14/+6 |
| 2022-06-26 | Add a `-Zdump-drop-tracking-cfg` debugging flag | Joshua Nelson | -0/+1 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -6/+6 |
| 2022-06-17 | Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister | bors | -10/+38 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -6/+6 |
| 2022-06-15 | Consume resolutions for lowering separately. | Camille GILLOT | -8/+24 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -6/+13 |
| 2022-06-14 | Separate Definitions and CrateStore from ResolverOutputs. | Camille GILLOT | -3/+8 |
| 2022-06-14 | Add -Zvirtual-function-elimination flag | flip1995 | -0/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -1/+1 |
| 2022-06-11 | Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillot | Dylan DPC | -0/+1 |
| 2022-06-08 | Fix FFI-unwind unsoundness with mixed panic mode | Gary Guo | -0/+1 |
| 2022-06-06 | fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no` | Pietro Albini | -0/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -2/+0 |
| 2022-06-03 | Remove support for -Zast-json and -Zast-json-noexpand | bjorn3 | -11/+0 |
| 2022-05-24 | Remove the check_mod_intrinsics query | Oli Scherer | -1/+0 |
| 2022-05-23 | typo | Tshepang Lekhonkhobe | -1/+1 |
| 2022-05-22 | rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast` | Vadim Petrochenkov | -7/+1 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -4/+1 |
| 2022-05-08 | Move lint expectation checking into a separate query (RFC 2383) | xFrednet | -0/+4 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-04-25 | Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisa | Matthias Krüger | -0/+1 |
| 2022-04-23 | Add support for `nounused` --extern flag | Jeremy Fitzhardinge | -0/+1 |