| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-04-05 | "cannot resolve" → "cannot satisfy" | Esteban Küber | -1/+1 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -18/+3 |
| 2020-03-30 | update tests, improve variable names | Bastian Kauschke | -8/+5 |
| 2020-03-30 | infer arr len from pattern | Bastian Kauschke | -4/+7 |
| 2020-03-27 | Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebank | Mazdak Farrokhzad | -0/+5 |
| 2020-03-27 | non-exhastive diagnostic: add note re. scrutinee type | Mazdak Farrokhzad | -0/+5 |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -37/+37 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -2/+2 |
| 2020-03-26 | permit negative impls for non-auto traits | Niko Matsakis | -23/+0 |
| 2020-03-24 | Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkov | Mazdak Farrokhzad | -3/+36 |
| 2020-03-23 | Auto merge of #69649 - estebank:negative-impl-span, r=Centril | bors | -3/+5 |
| 2020-03-23 | Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasper | Mazdak Farrokhzad | -11/+16 |
| 2020-03-23 | Ignore tests on some platforms due to #53081 | Aaron Hill | -3/+18 |
| 2020-03-22 | Tweak output for invalid negative impl errors | Esteban Küber | -3/+5 |
| 2020-03-22 | Store idents for `DefPathData` into crate metadata | Aaron Hill | -0/+18 |
| 2020-03-22 | Use more targetted span for error label | Esteban Küber | -2/+2 |
| 2020-03-22 | Normalize wording of privacy access labels | Esteban Küber | -4/+4 |
| 2020-03-22 | Add span label to primary error span | Esteban Küber | -5/+5 |
| 2020-03-22 | Increase verbosity when suggesting subtle code changes | Esteban Küber | -1/+6 |
| 2020-03-21 | Bless tests | LeSeulArtichaut | -12/+9 |
| 2020-03-18 | Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-03-18 | Rollup merge of #69838 - Centril:expand-module, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2020-03-18 | tweak outline module parsing spans | Mazdak Farrokhzad | -2/+2 |
| 2020-03-17 | Update tests for erasing regions in typeck | Matthew Jasper | -1/+1 |
| 2020-03-16 | Rollup merge of #69520 - kornelski:e69492, r=cramertj | Dylan DPC | -1/+1 |