| Age | Commit message (Expand) | Author | Lines |
| 2020-04-13 | Incorporate feedback into diagnostics | Tyler Mandry | -23/+23 |
| 2020-04-13 | Don't double-annotate the same Span | Tyler Mandry | -6/+31 |
| 2020-04-13 | Use clearer message when obligation is caused by await expr | Tyler Mandry | -6/+3 |
| 2020-04-13 | Use "generator" instead of "future" when appropriate | Tyler Mandry | -6/+6 |
| 2020-04-13 | Don't annotate type when type is opaque | Tyler Mandry | -4/+4 |
| 2020-04-13 | Improve span label | Tyler Mandry | -6/+6 |
| 2020-04-13 | Add test for #68112 (existing output) | Tyler Mandry | -0/+194 |
| 2020-04-14 | Rollup merge of #71109 - lcnr:generics_in_const_fn, r=eddyb | Dylan DPC | -17/+4 |
| 2020-04-14 | Rollup merge of #71103 - samrat:tait-sized, r=estebank | Dylan DPC | -0/+17 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -34/+34 |
| 2020-04-13 | bless mir opt tests | Bastian Kauschke | -157/+730 |
| 2020-04-13 | allow const generics in const fn | Bastian Kauschke | -17/+4 |
| 2020-04-13 | Auto merge of #71105 - Dylan-DPC:rollup-nezezxr, r=Dylan-DPC | bors | -69/+287 |
| 2020-04-13 | Rollup merge of #71087 - JohnTitor:impl-self-ty, r=eddyb | Dylan DPC | -4/+4 |
| 2020-04-13 | Rollup merge of #71051 - ryr3:fix_try_into, r=estebank | Dylan DPC | -65/+283 |
| 2020-04-13 | Add test case for type aliasing `impl Sized` | Samrat Man Singh | -0/+17 |
| 2020-04-13 | Auto merge of #70989 - eddyb:mir-opt-32-pr-ci, r=Mark-Simulacrum | bors | -1/+78 |
| 2020-04-13 | Add proper explanation of error code E0657 | PankajChaudhary5 | -0/+1 |
| 2020-04-13 | Remove `FnCtxt::impl_self_ty` | Yuki Okushi | -4/+4 |
| 2020-04-13 | Auto merge of #71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieu | bors | -0/+12 |
| 2020-04-12 | Rollup merge of #71064 - dwrensha:issue-69130, r=eddyb | Dylan DPC | -1/+29 |
| 2020-04-12 | Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasper | Dylan DPC | -26/+180 |
| 2020-04-12 | fix issue 69130 | David Renshaw | -1/+29 |
| 2020-04-12 | Add long error explanation for E0708 #61137 | bishtpawan | -0/+1 |
| 2020-04-12 | Add blessed tests after compiler message fix | Yashhwanth Ram | -65/+225 |
| 2020-04-12 | Fix order of comparison and remove incorrect case for ints in typeck/demand.rs | Yashhwanth Ram | -0/+58 |
| 2020-04-12 | Auto merge of #69707 - estebank:impl-trait-missing-bounds, r=Centril | bors | -3/+125 |
| 2020-04-12 | Auto merge of #69926 - RoccoDev:master, r=estebank,varkor | bors | -129/+491 |
| 2020-04-11 | fix rebase | Esteban Küber | -5/+5 |
| 2020-04-11 | Try to use the first char in the trait name as type param | Esteban Küber | -6/+6 |
| 2020-04-11 | Account for existing names when suggesting adding a type param | Esteban Küber | -8/+30 |
| 2020-04-11 | Account for type params with bounds | Esteban Küber | -1/+24 |
| 2020-04-11 | Handle `impl Trait` where `Trait` has an assoc type with missing bounds | Esteban Küber | -0/+77 |
| 2020-04-11 | Auto merge of #71031 - Dylan-DPC:rollup-zr8hh86, r=Dylan-DPC | bors | -27/+32 |
| 2020-04-11 | [windows] Add testcase to make sure executables are self-contained | Mateusz Mikuła | -0/+12 |
| 2020-04-11 | Rollup merge of #71021 - robojumper:71000-mir-assert-syntax, r=jonas-schievink | Dylan DPC | -24/+24 |
| 2020-04-11 | Rollup merge of #71020 - pyfisch:unicode-version, r=sfackler | Dylan DPC | -2/+2 |
| 2020-04-11 | Rollup merge of #70937 - mati865:mingw-staticlib-suffix, r=petrochenkov | Dylan DPC | -1/+6 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -2/+1 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -129/+491 |
| 2020-04-11 | Use write!-style syntax for MIR assert terminator | robojumper | -24/+24 |
| 2020-04-11 | Store UNICODE_VERSION as a tuple | Pyfisch | -2/+2 |
| 2020-04-11 | tests: add missing `// no-system-llvm` annotation to #69841 test. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-04-11 | tests: don't use only-64bit in mir-opt tests. | Eduard-Mihai Burtescu | -1/+77 |
| 2020-04-11 | Auto merge of #69573 - pnkfelix:issue-53114-add-tests, r=Centril | bors | -0/+300 |
| 2020-04-11 | Rollup merge of #70982 - ldm0:fncoerce, r=eddyb | Mazdak Farrokhzad | -0/+14 |
| 2020-04-11 | Rollup merge of #70957 - oli-obk:lazy_repeat_length_eval_ice, r=matthewjasper | Mazdak Farrokhzad | -0/+10 |
| 2020-04-11 | Rollup merge of #69573 - pnkfelix:issue-53114-add-tests, r=Centril | Mazdak Farrokhzad | -0/+300 |
| 2020-04-10 | Auto merge of #70994 - Centril:rollup-lftv0a3, r=Centril | bors | -351/+499 |
| 2020-04-10 | --bless you | Mazdak Farrokhzad | -8/+8 |