| Age | Commit message (Expand) | Author | Lines |
| 2020-04-23 | Disallow statics initializing themselves | Oliver Scherer | -2/+27 |
| 2020-04-14 | Auto merge of #70679 - tmandry:issue-68112, r=nikomatsakis | bors | -18/+234 |
| 2020-04-14 | Auto merge of #70643 - Rustin-Liu:rustin-patch-rename, r=eddyb | bors | -34/+34 |
| 2020-04-13 | Update test after rebase | Tyler Mandry | -5/+5 |
| 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 | 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 | -0/+1 |
| 2020-04-13 | Remove `FnCtxt::impl_self_ty` | Yuki Okushi | -4/+4 |
| 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 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 | -118/+454 |
| 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 | Rollup merge of #71020 - pyfisch:unicode-version, r=sfackler | Dylan DPC | -2/+2 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -118/+454 |
| 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 | 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 | --bless you | Mazdak Farrokhzad | -8/+8 |
| 2020-04-10 | Rollup merge of #70938 - tmiasko:thread-test-case, r=hanna-kruppe | Mazdak Farrokhzad | -0/+57 |
| 2020-04-10 | Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddyb | Mazdak Farrokhzad | -351/+442 |
| 2020-04-10 | copy test cases to `if let` as well. | Felix S. Klock II | -2/+59 |
| 2020-04-10 | Update src/test/ui/binding/issue-53114-safety-checks.rs | Felix S Klock II | -1/+1 |
| 2020-04-10 | Update src/test/ui/binding/issue-53114-borrow-checks.rs | Felix S Klock II | -1/+1 |
| 2020-04-10 | tests encoding current behavior for various cases of "binding" to _. | Felix S. Klock II | -0/+243 |
| 2020-04-10 | Add ThreadSanitizer test case | Tomasz Miąsko | -0/+57 |
| 2020-04-10 | Tidy fix | Donough Liu | -1/+1 |