| Age | Commit message (Expand) | Author | Lines |
| 2022-02-21 | Soft-disable incremental compilation | Mark Rousskov | -1/+6 |
| 2022-02-11 | Take in account the unreachable! macro in the non_fmt_panic lint | Loïc BRANSTETT | -4/+22 |
| 2022-02-11 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -6/+34 |
| 2022-02-11 | resolve lifetimes for const generic defaults | Michael Goulet | -1/+4 |
| 2022-02-11 | Remove obsolete no-op #[main] attribute from compiler. | Jeremy Banks | -1/+0 |
| 2022-02-09 | Rollup merge of #93394 - m-ou-se:fix-93378, r=estebank | Mara Bos | -11/+24 |
| 2022-02-09 | Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-se | Matthias Krüger | -0/+8 |
| 2022-01-31 | Revert -Zbranch-protection | Simonas Kazlauskas | -95/+6 |
| 2022-01-25 | Auto merge of #93014 - Kobzol:revert-92103-stable-hash-skip-zero-bytes, r=the... | bors | -16/+2 |
| 2022-01-07 | Rollup merge of #92650 - pierwill:patch-2, r=michaelwoerister | Eric Huss | -2/+2 |
| 2022-01-07 | Rollup merge of #92375 - wesleywiser:consolidate_debuginfo_msvc_check, r=mich... | Eric Huss | -64/+65 |
| 2022-01-07 | Rollup merge of #92336 - dtolnay:printstateself, r=michaelwoerister | Eric Huss | -24/+24 |
| 2022-01-07 | Consolidate checking for msvc when generating debuginfo | Wesley Wiser | -64/+65 |
| 2022-01-07 | Fix typo in `StableCrateId` docs | pierwill | -2/+2 |
| 2022-01-06 | Rollup merge of #92607 - petrochenkov:doctrscope2, r=cjgillot | Matthias Krüger | -99/+97 |
| 2022-01-06 | Rollup merge of #92559 - durin42:llvm-14-attributemask, r=nikic | Matthias Krüger | -5/+3 |
| 2022-01-06 | Rollup merge of #92504 - dtolnay:wall, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-06 | Rollup merge of #92417 - dtolnay:printimpl, r=jackh726 | Matthias Krüger | -3/+6 |
| 2022-01-06 | Rollup merge of #92207 - tmiasko:delay-drop-elaboration-bug, r=jackh726 | Matthias Krüger | -8/+7 |
| 2022-01-06 | Rollup merge of #91055 - lcnr:type_of-closures, r=nikomatsakis | Matthias Krüger | -13/+9 |
| 2022-01-06 | Exit nonzero on rustc -Wall | David Tolnay | -1/+1 |
| 2022-01-06 | Auto merge of #92609 - matthiaskrgr:rollup-ldp47ot, r=matthiaskrgr | bors | -108/+123 |
| 2022-01-06 | Rollup merge of #92360 - jackh726:param-heuristics-1, r=davidtwco | Matthias Krüger | -108/+123 |
| 2022-01-06 | cg: use thorin instead of llvm-dwp | David Wood | -54/+113 |
| 2022-01-06 | sess/cg: re-introduce split dwarf kind | David Wood | -56/+165 |
| 2022-01-06 | rustc_metadata: Split `fn get_implementations_for_trait` into two functions | Vadim Petrochenkov | -29/+24 |
| 2022-01-06 | rustc_metadata: Make `opt_item_ident` in decoder faster and stricter | Vadim Petrochenkov | -36/+25 |
| 2022-01-06 | rustc_metadata: Make attribute decoding slightly faster and stricter | Vadim Petrochenkov | -22/+24 |
| 2022-01-06 | rustc_middle: Add a method for getting a `SimplifiedType` definition/ID | Vadim Petrochenkov | -12/+24 |
| 2022-01-05 | RustWrapper: simplify removing attributes | Augie Fackler | -7/+3 |
| 2022-01-05 | Auto merge of #92587 - matthiaskrgr:rollup-qnwa8qx, r=matthiaskrgr | bors | -24/+36 |
| 2022-01-05 | Rollup merge of #92575 - petrochenkov:cratenodeid, r=Aaron1011 | Matthias Krüger | -19/+25 |
| 2022-01-05 | Rollup merge of #92442 - pierwill:localdefid-doc-ord, r=Aaron1011 | Matthias Krüger | -5/+11 |
| 2022-01-05 | Auto merge of #92580 - matthiaskrgr:rollup-nzyn65y, r=matthiaskrgr | bors | -54/+140 |
| 2022-01-05 | Rollup merge of #92545 - dtolnay:rustlog, r=petrochenkov | Matthias Krüger | -54/+140 |
| 2022-01-05 | Auto merge of #92103 - Kobzol:stable-hash-skip-zero-bytes, r=the8472 | bors | -2/+16 |
| 2022-01-05 | ast: Always keep a `NodeId` in `ast::Crate` | Vadim Petrochenkov | -19/+25 |
| 2022-01-04 | Auto merge of #92560 - matthiaskrgr:rollup-jeli7ip, r=matthiaskrgr | bors | -54/+146 |
| 2022-01-04 | Rollup merge of #92551 - RalfJung:stack-pop-cleanup, r=oli-obk | Matthias Krüger | -8/+14 |
| 2022-01-04 | Rollup merge of #92515 - krasimirgg:rust-head-llvm-0301, r=nagisa | Matthias Krüger | -10/+10 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -36/+122 |
| 2022-01-04 | RustWrapper: adapt to new AttributeMask API | Augie Fackler | -2/+4 |
| 2022-01-04 | Do not hash zero bytes of i64 and u32 in Sip128 hasher | Jakub Beránek | -2/+16 |
| 2022-01-04 | Rollup merge of #92532 - krasimirgg:gsgdt-down, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-01-04 | Rollup merge of #92507 - chordtoll:suggest-single-quotes, r=petrochenkov | Matthias Krüger | -3/+38 |
| 2022-01-04 | Rollup merge of #92107 - nikic:rmeta-lnk-remove, r=nagisa | Matthias Krüger | -6/+5 |
| 2022-01-04 | rename StackPopClean::None to Root | Ralf Jung | -8/+14 |
| 2022-01-03 | Make rustc_log doc test runnable | David Tolnay | -4/+4 |
| 2022-01-03 | Suggest changing quotes when str/char type mismatch | chordtoll | -3/+38 |
| 2022-01-03 | Justify why rustc_log exists | David Tolnay | -0/+37 |