| Age | Commit message (Expand) | Author | Lines |
| 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-06-29 | get rid of `tcx` in deadlock handler when parallel compilation | SparrowLii | -14/+6 |
| 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 |
| 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 |
| 2022-03-24 | Don't include invalid paths in the depinfo for builtin backends | bjorn3 | -1/+5 |
| 2022-03-24 | Only add codegen backend to dep info if -Zbinary-dep-depinfo is used | bjorn3 | -4/+4 |
| 2022-03-18 | Auto merge of #88098 - Amanieu:oom_panic, r=nagisa | bors | -2/+3 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -17/+16 |
| 2022-03-04 | Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkov | Dylan DPC | -0/+3 |
| 2022-03-04 | Auto merge of #94096 - cjgillot:ensure-stability, r=lcnr | bors | -5/+6 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -5/+5 |
| 2022-03-03 | Remove the everybody loops pass | bjorn3 | -233/+8 |
| 2022-03-03 | Force ensure stability_index. | Camille GILLOT | -0/+1 |
| 2022-03-03 | Add -Z oom={panic,abort} command-line option | Amanieu d'Antras | -2/+3 |
| 2022-03-03 | Add support for values() with --check-cfg | Loïc BRANSTETT | -0/+3 |
| 2022-03-03 | Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov | Dylan DPC | -1/+2 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -11/+11 |