| Age | Commit message (Expand) | Author | Lines |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -33/+22 |
| 2021-04-24 | Fix coverage ICE because fn_sig can have a span that crosses file boundaries | Rich Kadel | -1/+1 |
| 2021-04-25 | Rollup merge of #83519 - oli-obk:assign_shrink_your_normal_code, r=pnkfelix | Yuki Okushi | -15/+46 |
| 2021-04-22 | Fix ICE if original_span(fn_sig) returns a span not in body sourcefile | Rich Kadel | -8/+4 |
| 2021-04-20 | Auto merge of #84353 - estebank:as-ref-mir, r=davidtwco | bors | -3/+31 |
| 2021-04-20 | Tidy | Oli Scherer | -3/+3 |
| 2021-04-20 | Add an attribute to be able to configure the limit | Oli Scherer | -1/+6 |
| 2021-04-20 | Implement a lint that highlights all moves larger than 1000 bytes | Oli Scherer | -13/+39 |
| 2021-04-20 | Auto merge of #84323 - richkadel:uncovered-functions, r=tmandry | bors | -3/+8 |
| 2021-04-19 | Suggest `.as_ref()` on borrow error involving `Option`/`Result` | Esteban Küber | -3/+31 |
| 2021-04-19 | compute fn_sig span from body call_site, and use body ctxt, not root | Rich Kadel | -4/+9 |
| 2021-04-19 | remove E0723 error code | Ralf Jung | -8/+6 |
| 2021-04-19 | fix few typos | klensy | -9/+9 |
| 2021-04-19 | add gate tests and pacify tidy | Ralf Jung | -1/+1 |
| 2021-04-18 | Fixes the issue with uncovered source in async function bodies | Rich Kadel | -2/+2 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 |
| 2021-04-18 | separate feature flag for unsizing casts in const fn | Ralf Jung | -22/+9 |
| 2021-04-18 | move 'trait bounds on const fn' to separate feature gate | Ralf Jung | -3/+8 |
| 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 |