| Age | Commit message (Expand) | Author | Lines |
| 2021-04-02 | Monomorphization doc fix | Mario Carneiro | -2/+2 |
| 2021-04-02 | Auto merge of #83468 - hi-rustin:rustin-patch-lint, r=nikomatsakis | bors | -3/+78 |
| 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 | Address review comments | mibac138 | -13/+5 |
| 2021-04-02 | Properly suggest deref in else block | mibac138 | -0/+22 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -30/+158 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -9/+29 |
| 2021-04-02 | Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank | bors | -18/+39 |
| 2021-04-01 | Fixed diagnostic and added test for issue 81508 | Kevin Jiang | -14/+57 |
| 2021-04-01 | Make the diagnostic message more readable | Aman Arora | -2/+2 |
| 2021-04-01 | Don't introduce a block if a block exists | Aman Arora | -4/+12 |
| 2021-04-02 | Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_... | bors | -29/+18 |
| 2021-04-02 | address comments | hi-rustin | -1/+1 |
| 2021-04-01 | Update lint message | Aman Arora | -12/+31 |
| 2021-04-01 | Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoerister | bors | -930/+647 |
| 2021-04-01 | Simplify logical operations CFG | AngelicosPhosphoros | -29/+18 |
| 2021-04-01 | add OR_PATTERNS_BACK_COMPAT lint | hi-rustin | -3/+78 |
| 2021-04-01 | Some more fine-grained forced inlining | Oli Scherer | -0/+2 |
| 2021-04-01 | Inline some functions that suddenly show up more in traces | Oli Scherer | -3/+3 |
| 2021-04-01 | Auto merge of #83736 - JohnTitor:fix-unsafe_block_in_unsafe_fn-stabilized-ver... | bors | -1/+1 |
| 2021-04-01 | Fix the `unsafe_block_in_unsafe_fn`s stabilized version | Yuki Okushi | -1/+1 |
| 2021-04-01 | Catch a bad placeholder type error for statics in `extern`s | Yuki Okushi | -2/+8 |
| 2021-04-01 | Rollup merge of #83711 - JohnTitor:more-friendly-unknown-target-error, r=davi... | Dylan DPC | -1/+1 |
| 2021-03-31 | prevent very long compilation runtimes in LateBoundRegionNameCollector | b-naber | -5/+31 |
| 2021-04-01 | Clarify `--print target-list` is a rustc's option | JohnTitor | -1/+1 |
| 2021-03-31 | Enable debugging the dep-graph without debug-assertions. | Camille GILLOT | -9/+5 |
| 2021-03-31 | Cleanups and comments | Jack Huey | -265/+214 |
| 2021-03-31 | Fix tests and AstConv -> dyn AstConv | Jack Huey | -1/+1 |
| 2021-03-31 | Fmt and test revert | Jack Huey | -6/+8 |
| 2021-03-31 | Fix new problem from rebase and a little cleanup | Jack Huey | -10/+14 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -347/+1163 |
| 2021-03-31 | Make late and late_anon regions track the bound var position | Jack Huey | -53/+98 |
| 2021-03-31 | Revert explicit lifetimes | Jack Huey | -2/+2 |
| 2021-03-31 | Track bound vars | Jack Huey | -164/+251 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -228/+274 |
| 2021-03-31 | count bound vars | Jack Huey | -6/+92 |
| 2021-03-31 | Add u32 for bound variables to Binder | Jack Huey | -13/+14 |
| 2021-03-31 | Some rebinds and dummys | Jack Huey | -20/+29 |
| 2021-03-31 | bail out early when substituting mir constants that don't need substituting | Oli Scherer | -0/+3 |
| 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 | -12/+114 |
| 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 | Handle the case of partially captured drop type | Aman Arora | -19/+23 |
| 2021-03-31 | Auto merge of #83684 - cjgillot:csp, r=petrochenkov | bors | -29/+17 |
| 2021-03-31 | Add allocation information to undefined behaviour errors. | Hameer Abbasi | -0/+10 |
| 2021-03-31 | Inline a few methods | bjorn3 | -0/+3 |
| 2021-03-31 | Auto merge of #83681 - jyn514:blanket-impls-tweaks, r=Aaron1011 | bors | -0/+6 |
| 2021-03-31 | Auto merge of #83666 - Amanieu:instrprof-order, r=tmandry | bors | -26/+12 |