| Age | Commit message (Expand) | Author | Lines |
| 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 | -71/+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-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -1/+1 |
| 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-15 | Rollup merge of #98067 - klensy:compiler-deps2, r=Dylan-DPC | Yuki Okushi | -1/+3 |
| 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 currently unused deps | klensy | -1/+3 |
| 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-27 | Update to rebased rustc-rayon 0.4 | Josh Stone | -2/+2 |
| 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 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -19/+9 |
| 2022-04-16 | Add support for MIR opt unit tests | Jakob Degen | -0/+1 |
| 2022-04-16 | Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelix | Dylan DPC | -4/+8 |
| 2022-04-12 | sess: try sysroot candidates for fluent bundle | David Wood | -0/+15 |
| 2022-04-09 | update Finder to store LocalDefId | Miguel Guarniz | -3/+3 |
| 2022-04-09 | expand: Remove `ParseSess::missing_fragment_specifiers` | Vadim Petrochenkov | -16/+0 |
| 2022-04-08 | remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_m... | Miguel Guarniz | -19/+2 |
| 2022-04-08 | remove some uses of visit_all_item_likes in incremental, metadata and interfa... | Miguel Guarniz | -1/+8 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -2/+2 |
| 2022-04-02 | Address review comments and add a test | Jakub Beránek | -1/+1 |
| 2022-04-02 | Include a header in .rlink files to provide nicer error messages when a wrong... | Jakub Beránek | -3/+3 |
| 2022-03-31 | Stop emitting lints during lowering. | Camille GILLOT | -17/+15 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |