| Age | Commit message (Expand) | Author | Lines |
| 2021-12-13 | Provide object files to llvm-dwp instead of .dwo | Andy Wang | -6/+6 |
| 2021-12-13 | Revert "Produce .dwo file for Packed as well" | Andy Wang | -8/+11 |
| 2021-12-11 | Remap path in MCOptions | Andy Wang | -1/+4 |
| 2021-12-07 | Remove redundant path join | Andy Wang | -7/+4 |
| 2021-12-06 | Produce .dwo file for Packed as well | Andy Wang | -11/+8 |
| 2021-12-06 | Provide .dwo paths to llvm-dwp explicitly | Andy Wang | -5/+14 |
| 2021-12-05 | Apply path remapping to DW_AT_GNU_dwo_name | Andy Wang | -3/+6 |
| 2021-12-04 | Rollup merge of #90519 - estebank:issue-84003, r=petrochenkov | Matthias Krüger | -119/+122 |
| 2021-12-04 | Rollup merge of #89701 - tom7980:issue-89566-fix, r=petrochenkov | Matthias Krüger | -6/+30 |
| 2021-12-04 | Auto merge of #88439 - cynecx:unwind_asm, r=Amanieu | bors | -182/+444 |
| 2021-12-04 | Rollup merge of #91488 - compiler-errors:issue-91477, r=estebank | Matthias Krüger | -3/+23 |
| 2021-12-04 | Rollup merge of #91481 - est31:let_else, r=jackh726 | Matthias Krüger | -69/+52 |
| 2021-12-04 | Rollup merge of #91478 - estebank:fix-newline-in-cast-suggestion, r=camelid | Matthias Krüger | -1/+1 |
| 2021-12-04 | Rollup merge of #91385 - ecstatic-morse:pat-param-spec-suggest, r=estebank | Matthias Krüger | -0/+18 |
| 2021-12-04 | Rollup merge of #90538 - camelid:doc-recur-ty, r=estebank | Matthias Krüger | -1/+25 |
| 2021-12-03 | rustc_codegen_gcc: proper check for may_unwind | cynecx | -2/+2 |
| 2021-12-03 | add `unwind_asm` feature gate for `may_unwind` option | cynecx | -0/+14 |
| 2021-12-03 | rustc_codegen_gcc: error on unwinding inline asm | cynecx | -1/+8 |
| 2021-12-03 | cg_cranelift: check may_unwind flag instead of cleanup | cynecx | -2/+3 |
| 2021-12-03 | LLVM codgen support for unwinding inline assembly | cynecx | -18/+109 |
| 2021-12-03 | Adjust llvm wrapper for unwinding support for inlineasm | cynecx | -2/+6 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -163/+308 |
| 2021-12-03 | Document how recursion is handled for `ty::Ty` | Noah Lev | -1/+25 |
| 2021-12-03 | Auto merge of #90737 - eholk:intofuture, r=tmandry | bors | -4/+25 |
| 2021-12-03 | review comment | Esteban Kuber | -1/+0 |
| 2021-12-03 | Annotate `derive`d spans and move span suggestion code | Esteban Kuber | -88/+110 |
| 2021-12-03 | Remove some unnecessarily verbose code | Esteban Kuber | -20/+5 |
| 2021-12-03 | Modify `bounds_span` to ignore bounds coming from a `derive` macro | Esteban Kuber | -3/+12 |
| 2021-12-03 | Keep spans for generics in `#[derive(_)]` desugaring | Esteban Kuber | -37/+25 |
| 2021-12-03 | Update invalid crate attributes, add help message | Tom Farmer | -6/+30 |
| 2021-12-03 | Auto merge of #91491 - spastorino:revert-91354, r=oli-obk | bors | -367/+419 |
| 2021-12-03 | Auto merge of #91393 - Julian-Wollersberger:lexer_optimization, r=petrochenkov | bors | -25/+28 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -367/+419 |
| 2021-12-02 | Fix ICE when yielding in fn returning impl Trait | Michael Goulet | -3/+23 |
| 2021-12-03 | Rollup merge of #91462 - b-naber:use-try-normalize-erasing-regions, r=jackh726 | Matthias Krüger | -4/+10 |
| 2021-12-03 | Rollup merge of #91273 - Badel2:ice-index-str, r=estebank | Matthias Krüger | -9/+13 |
| 2021-12-03 | Rollup merge of #90854 - sanxiyn:unsized-and-uninhabited, r=estebank | Matthias Krüger | -1/+1 |
| 2021-12-03 | Rollup merge of #88906 - Kixunil:box-maybe-uninit-write, r=dtolnay | Matthias Krüger | -4/+2 |
| 2021-12-03 | Use let_else in some more places in rustc_lint | est31 | -69/+52 |
| 2021-12-03 | Remove incorrect newline from float cast suggestion | Esteban Kuber | -1/+1 |
| 2021-12-02 | use try_normalize_erasing_regions in needs_drop | b-naber | -4/+10 |
| 2021-12-02 | Auto merge of #91469 - matthiaskrgr:rollup-xom3j55, r=matthiaskrgr | bors | -75/+410 |
| 2021-12-02 | Rollup merge of #91466 - nnethercote:Symbol-interner-comments, r=Mark-Simulacrum | Matthias Krüger | -6/+13 |
| 2021-12-02 | Rollup merge of #91435 - FabianWolff:issue-91421-if-then, r=lcnr | Matthias Krüger | -10/+41 |
| 2021-12-02 | Rollup merge of #91410 - ecstatic-morse:const-precise-live-drops-take-2, r=ol... | Matthias Krüger | -24/+241 |
| 2021-12-02 | Rollup merge of #91387 - graydon:E0038-clarification, r=wesleywiser | Matthias Krüger | -32/+65 |
| 2021-12-02 | Rollup merge of #91364 - FabianWolff:issue-91210-ptr-field, r=oli-obk | Matthias Krüger | -1/+31 |
| 2021-12-02 | Rollup merge of #91329 - Aaron1011:modulo-regions-test, r=jackh726 | Matthias Krüger | -1/+5 |
| 2021-12-02 | Rollup merge of #91321 - matthewjasper:constaint-placeholders, r=jackh726 | Matthias Krüger | -1/+14 |
| 2021-12-03 | Improve the comments in `Symbol::interner`. | Nicholas Nethercote | -6/+13 |