| Age | Commit message (Expand) | Author | Lines |
| 2020-02-07 | Merge branch 'master' of https://github.com/jwhite927/rust into E0637 | Josh White | -0/+3 |
| 2020-02-07 | performed --bless of 15 ui tests affected | Josh White | -0/+1 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -0/+3 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -1/+1 |
| 2020-01-24 | Normalise notes with the/is | varkor | -1/+1 |
| 2020-01-24 | Print constants in `type_name` for const generics | varkor | -0/+19 |
| 2020-01-21 | Make `TooGeneric` error in WF checking a proper error | varkor | -5/+22 |
| 2020-01-17 | Rollup merge of #68312 - varkor:issue-67753-regression, r=Centril | Tyler Mandry | -0/+26 |
| 2020-01-17 | Add regression test for integer literals in generic arguments in where clauses | varkor | -0/+26 |
| 2020-01-16 | review comments | Esteban Küber | -7/+7 |
| 2020-01-16 | When trait bounds are missing for return values, point at them | Esteban Küber | -0/+36 |
| 2020-01-12 | Update test benchmark file | Ben Lewis | -6/+6 |
| 2020-01-12 | Added comment about behaviour. | Ben Lewis | -0/+5 |
| 2020-01-12 | Forbid elided lifetimes within const generic parameter types. | Ben Lewis | -0/+59 |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -1/+1 |
| 2020-01-05 | Silence `TooGeneric` error | varkor | -0/+31 |
| 2019-12-26 | Relax bounds on HashSet to match hashbrown | Mark Rousskov | -15/+5 |
| 2019-12-24 | Rollup merge of #67543 - JohnTitor:regression-tests, r=Centril | Mazdak Farrokhzad | -0/+34 |
| 2019-12-24 | Apply suggestion from Centril | Yuki Okushi | -1/+1 |
| 2019-12-22 | Remove mem::uninitalized from tests | Mark Rousskov | -0/+12 |
| 2019-12-23 | Add test for issue-66205 | Yuki Okushi | -0/+10 |
| 2019-12-23 | Add test for issue-61747 | Yuki Okushi | -0/+24 |
| 2019-12-20 | Rollup merge of #67354 - VirrageS:blame-wrong-line, r=estebank | Mazdak Farrokhzad | -5/+15 |
| 2019-12-14 | Indicate origin of where type parameter for uninferred types | Ohad Ravid | -1/+1 |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -2/+2 |
| 2019-12-07 | Rename tests and add short test description | Janusz Marcinkiewicz | -5/+15 |
| 2019-11-25 | Auto merge of #66682 - estebank:fn-type-err, r=davidtwco | bors | -2/+2 |
| 2019-11-23 | Highlight parts of fn in type errors | Esteban Küber | -2/+2 |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -8/+24 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -26/+20 |
| 2019-11-18 | test: const-generics: Update tests removing unrequired braces | Gabriel Smith | -19/+19 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -2/+2 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -6/+0 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -22/+22 |
| 2019-11-06 | Remove "here" from "expected one of X here" | Esteban Küber | -1/+1 |
| 2019-11-03 | Auto merge of #65759 - tmiasko:ui, r=petrochenkov | bors | -3/+2 |
| 2019-11-02 | Update error annotations in tests that successfully compile | Tomasz Miąsko | -3/+2 |
| 2019-10-31 | Revert "pre-expansion gate const_generics" | Eduard-Mihai Burtescu | -6/+6 |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -1/+4 |
| 2019-10-25 | Rollup merge of #65742 - Centril:gate-pre-expansion-subset, r=davidtwco | Mazdak Farrokhzad | -6/+6 |
| 2019-10-25 | Rollup merge of #62959 - LukasKalbertodt:array-value-iter, r=scottmcm | Mazdak Farrokhzad | -0/+216 |
| 2019-10-24 | Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, r... | Mazdak Farrokhzad | -24/+44 |
| 2019-10-24 | Add UI tests for `array::IntoIter` impls | Lukas Kalbertodt | -0/+216 |
| 2019-10-24 | pre-expansion gate const_generics | Mazdak Farrokhzad | -6/+6 |
| 2019-10-23 | Add regression test for #62579 | varkor | -0/+23 |
| 2019-10-22 | Add regression test for #65675 | varkor | -0/+18 |
| 2019-10-22 | Use E0741 for structural match error | varkor | -6/+6 |
| 2019-10-22 | Remove "type parameter depends on const parameter" error from resolution | varkor | -24/+14 |
| 2019-10-22 | Search for generic parameters when finding non-`structural_match` types | varkor | -2/+2 |
| 2019-10-22 | Forbid non-`structural_match` types in const generics | varkor | -0/+30 |