| Age | Commit message (Expand) | Author | Lines |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -2/+2 |
| 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 |
| 2019-10-20 | Fix resolve_type_vars_with_obligations not resolving const inference | ben | -8/+8 |
| 2019-10-16 | update ui tests | Guillaume Gomez | -0/+1 |
| 2019-10-14 | Rollup merge of #65398 - estebank:capitalization-only, r=varkor | Tyler Mandry | -1/+1 |
| 2019-10-15 | Include const generic arguments in metadata. | ben | -0/+52 |
| 2019-10-13 | Bring attention to suggestions when the only difference is capitalization | Esteban Küber | -1/+1 |
| 2019-10-11 | Rollup merge of #65191 - varkor:const-generics-test-cases, r=nikomatsakis | Tyler Mandry | -0/+32 |
| 2019-10-10 | Pretty print raw pointers in consts as '{pointer}'. | ben | -3/+3 |
| 2019-10-09 | Update ui tests | ben | -6/+6 |
| 2019-10-09 | Refactor pretty print const to use a big match statement | ben | -2/+2 |
| 2019-10-09 | Gate use of raw and function pointers in const generics behind | ben | -4/+60 |
| 2019-10-09 | Pretty print function pointer const values. | ben | -4/+4 |
| 2019-10-09 | Fix calling function pointer const parameters. Also fixes inference of | ben | -0/+99 |
| 2019-10-07 | Add a regression test for issue 62187 | varkor | -0/+32 |
| 2019-10-07 | Move const generic regression tests to their old folder | varkor | -0/+0 |
| 2019-10-07 | Test diagnostic output of type mismatches for types that have const | ben | -0/+48 |
| 2019-10-06 | Fix const arguments not displaying in types mismatch diagnostic. | ben | -6/+6 |
| 2019-10-03 | typo: fix typo in E0392 | Ben Boeckel | -1/+1 |
| 2019-10-03 | Rollup merge of #64931 - estebank:missing-param-ref, r=matthewjasper,Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-10-02 | review comment | Esteban Küber | -1/+1 |
| 2019-09-30 | Reword E0392 slightly | Esteban Küber | -1/+1 |
| 2019-09-29 | Add a couple more test cases, including non-ascii strings. | ben | -3/+16 |
| 2019-09-28 | Added test for mismatched slices, and byte slices. | ben | -1/+47 |
| 2019-09-28 | Add support for relating slices in `super_relate_consts`. | ben | -0/+20 |
| 2019-09-23 | Rollup merge of #64679 - skinny121:const-infer, r=varkor | Mazdak Farrokhzad | -0/+29 |
| 2019-09-22 | Infer consts consistently. Moved some logic into super_combined_consts, | ben | -0/+29 |