| Age | Commit message (Expand) | Author | Lines |
| 2020-07-14 | Rollup merge of #74228 - estebank:unsized-param, r=davidtwco | Manish Goregaokar | -5/+7 |
| 2020-07-14 | Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkov | Manish Goregaokar | -6/+9 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -1/+4 |
| 2020-07-14 | Remove `Sized` `on_unimplemented` note | Esteban Küber | -2/+1 |
| 2020-07-14 | Suggest boxing or borrowing unsized fields | Esteban Küber | -2/+2 |
| 2020-07-14 | Suggest struct pat on incorrect unit or tuple pat | Esteban Küber | -6/+9 |
| 2020-07-10 | Tweak wording | Yuki Okushi | -2/+2 |
| 2020-07-10 | Add a help to use `in_band_lifetimes` in nightly | Yuki Okushi | -0/+4 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -3/+27 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -0/+21 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -3/+27 |
| 2020-06-30 | Switch crate_extern_paths to a query, and tweak wording. | Eric Huss | -1/+1 |
| 2020-06-30 | Provide more information on duplicate lang item error. | Eric Huss | -1/+4 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -3/+3 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -7/+3 |
| 2020-06-20 | Refer just to the issue in the raw ptr cmp diagnostic instead of explaining e... | Oliver Scherer | -4/+2 |
| 2020-06-19 | Rollup merge of #72934 - christianpoveda:mut-borrows-in-consts, r=oli-obk | Manish Goregaokar | -45/+24 |
| 2020-06-19 | Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasper | Manish Goregaokar | -2/+12 |
| 2020-06-19 | add new error code | Christian Poveda | -16/+16 |
| 2020-06-19 | update diagnostics for &mut in constants | Christian Poveda | -44/+23 |
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -2/+3 |
| 2020-06-19 | Remove the const_raw_ptr_comparison feature gate. | Oliver Scherer | -8/+5 |
| 2020-06-16 | bless all | Ralf Jung | -2/+12 |
| 2020-06-15 | Tweak "non-primitive cast" error | Esteban Küber | -7/+3 |
| 2020-06-02 | Improve E0433, so that it suggests missing imports | Patryk Wychowaniec | -4/+4 |
| 2020-05-30 | Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v... | Ralf Jung | -3/+4 |
| 2020-05-29 | Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung | bors | -2/+2 |
| 2020-05-29 | Rollup merge of #72383 - DarkEld3r:issue-72322, r=matthewjasper | Dylan DPC | -1/+4 |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -3/+4 |
| 2020-05-27 | Fix rebase | Esteban Küber | -2/+2 |
| 2020-05-26 | Simplify suggestion | Stanislav Tkach | -4/+4 |
| 2020-05-23 | Merge spans for the suggestion | Stanislav Tkach | -4/+4 |
| 2020-05-22 | Update tests | Matthew Jasper | -40/+120 |
| 2020-05-21 | Suggest using std::mem::drop function instead of explicit destructor call | Stanislav Tkach | -1/+4 |
| 2020-05-19 | Alter wording for `use foo::self` help | mibac138 | -2/+2 |
| 2020-05-19 | Suggest fixes for `use foo::self` | mibac138 | -2/+11 |
| 2020-05-09 | adjust tests | Ralf Jung | -2/+3 |
| 2020-05-04 | Suggest to add missing feature when using gated const features | mibac138 | -0/+7 |
| 2020-04-28 | Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakis | Dylan DPC | -1/+1 |
| 2020-04-26 | Tweak some suggestions in `rustc_resolve` | Esteban Küber | -3/+6 |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -1/+1 |
| 2020-04-20 | Suggest `-> impl Trait` and `-> Box<dyn Trait>` on fn that doesn't return | Esteban Küber | -2/+2 |
| 2020-04-17 | Rollup merge of #70578 - PankajChaudhary5:master, r=GuillaumeGomez | Dylan DPC | -0/+1 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -2/+2 |
| 2020-04-13 | Add proper explanation of error code E0657 | PankajChaudhary5 | -0/+1 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+4 |
| 2020-04-10 | Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddyb | Mazdak Farrokhzad | -4/+4 |
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -3/+3 |
| 2020-04-08 | Use `PredicateObligation`s instead of `Predicate`s | Esteban Küber | -1/+1 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -7/+7 |