| Age | Commit message (Expand) | Author | Lines |
| 2021-04-12 | Compiler error messages: reduce assertiveness of message E0384 | James Addison | -1/+1 |
| 2021-04-09 | Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakis | bors | -3/+4 |
| 2021-04-08 | Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco | Dylan DPC | -1/+1 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 |
| 2021-04-07 | Rollup merge of #83945 - SkiFire13:fix-83924, r=estebank | Dylan DPC | -1/+18 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -76/+27 |
| 2021-04-06 | Add reborrow suggestion when mutable reference is moved in a for loop | Giacomo Stevanato | -1/+18 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -76/+27 |
| 2021-04-05 | Don't concatenate binders across types | Jack Huey | -3/+4 |
| 2021-04-04 | Rollup merge of #83521 - sexxi-goose:quick-diagnostic-fix, r=nikomatsakis | Dylan DPC | -10/+28 |
| 2021-04-04 | Rollup merge of #83787 - digama0:patch-1, r=bjorn3 | Yuki Okushi | -4/+8 |
| 2021-04-02 | Reduce size of statements | Roxane | -9/+9 |
| 2021-04-02 | Fix diagnostic issue when using FakeReads in closures | Roxane | -3/+21 |
| 2021-04-02 | Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obk | bors | -0/+10 |
| 2021-04-02 | fix | Mario Carneiro | -1/+2 |
| 2021-04-02 | clarify wording | Mario Carneiro | -3/+6 |
| 2021-04-02 | Monomorphization doc fix | Mario Carneiro | -2/+2 |
| 2021-04-02 | Auto merge of #83781 - JohnTitor:rollup-1vm3dxo, r=JohnTitor | bors | -0/+6 |
| 2021-04-02 | Rollup merge of #83535 - MidasLamb:mir-type-count-mismatch, r=nikomatsakis | Yuki Okushi | -0/+6 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -8/+61 |
| 2021-04-01 | Some more fine-grained forced inlining | Oli Scherer | -0/+1 |
| 2021-03-31 | Cleanups and comments | Jack Huey | -3/+1 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -15/+29 |
| 2021-03-31 | Track bound vars | Jack Huey | -3/+6 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -4/+4 |
| 2021-03-31 | Some rebinds and dummys | Jack Huey | -4/+6 |
| 2021-03-31 | Forward some layouts to prevent recomputation | Oli Scherer | -2/+2 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -2/+35 |
| 2021-03-31 | We should never see unevaluated type-level constants after monomorphization u... | Oli Scherer | -1/+7 |
| 2021-03-31 | Make unevaluated DefId rendering deterministic | Oli Scherer | -1/+15 |
| 2021-03-31 | Add allocation information to undefined behaviour errors. | Hameer Abbasi | -0/+10 |
| 2021-03-31 | Auto merge of #83666 - Amanieu:instrprof-order, r=tmandry | bors | -7/+1 |
| 2021-03-30 | Run LLVM coverage instrumentation passes before optimization passes | Amanieu d'Antras | -7/+1 |
| 2021-03-29 | Auto merge of #83185 - jyn514:remove-dead-code, r=oli-obk | bors | -43/+2 |
| 2021-03-29 | Only emit a discrimiant tag for enums | Oli Scherer | -1/+1 |
| 2021-03-29 | Don't build a ty::Const just to take it apart again | Oli Scherer | -2/+1 |
| 2021-03-28 | unaligned_references: align(N) fields in packed(N) structs are fine | Ralf Jung | -11/+24 |
| 2021-03-27 | Address more review comments | Joshua Nelson | -0/+5 |
| 2021-03-27 | Address review comments | Joshua Nelson | -6/+12 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -52/+0 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -29/+32 |
| 2021-03-27 | Rollup merge of #82525 - RalfJung:unaligned-ref-warn, r=petrochenkov | Dylan DPC | -143/+77 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -143/+77 |
| 2021-03-27 | lazily calls some fns | klensy | -1/+1 |
| 2021-03-26 | Break when there is a mismatch in the type count | Midas Lambrichts | -0/+6 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -29/+32 |
| 2021-03-25 | Auto merge of #83445 - erikdesjardins:rmunion, r=RalfJung | bors | -1/+33 |
| 2021-03-25 | Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry | bors | -28/+32 |
| 2021-03-24 | RemoveZsts: don't touch unions | Erik Desjardins | -1/+33 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -1/+2 |