| Age | Commit message (Expand) | Author | Lines |
| 2021-05-04 | Remove assert_matches feature attributes. | Mara Bos | -1/+0 |
| 2021-05-04 | Remove assert_matches users | Mark Rousskov | -11/+3 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -2/+2 |
| 2021-04-29 | Auto merge of #84556 - RalfJung:const-fn-trait-bound, r=oli-obk | bors | -11/+2 |
| 2021-04-29 | don't let const_fn feature flag affect impl-block-level trait bounds | Ralf Jung | -11/+2 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -2/+2 |
| 2021-04-28 | Remove extra word in `rustc_mir` docs | pierwill | -1/+1 |
| 2021-04-28 | Auto merge of #84562 - richkadel:issue-83601, r=tmandry | bors | -0/+6 |
| 2021-04-28 | Auto merge of #83401 - fee1-dead:master, r=davidtwco | bors | -7/+10 |
| 2021-04-28 | Rollup merge of #84529 - richkadel:issue-84180, r=tmandry | Yuki Okushi | -1/+11 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -0/+6 |
| 2021-04-27 | Auto merge of #84532 - richkadel:issue-83792, r=tmandry | bors | -1/+1 |
| 2021-04-25 | remove now-unused 'is_min_const_fn' | Ralf Jung | -49/+0 |
| 2021-04-25 | unsafety checking: no longer care about is_min_const_fn | Ralf Jung | -50/+17 |
| 2021-04-24 | Improve spans for chained function calls | Rich Kadel | -1/+11 |
| 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 |