| Age | Commit message (Expand) | Author | Lines |
| 2020-03-23 | Reword unused variable warning | Alex Tokarev | -1/+1 |
| 2020-03-23 | Rollup merge of #70249 - lcnr:issue70125, r=eddyb | Mazdak Farrokhzad | -0/+51 |
| 2020-03-22 | correctly handle const params in type_of | Bastian Kauschke | -0/+54 |
| 2020-03-22 | Add regression test for #70155. | CDirkx | -0/+12 |
| 2020-03-22 | Rollup merge of #70223 - lcnr:issue70167, r=eddyb | Dylan DPC | -0/+38 |
| 2020-03-22 | rename tests | Bastian Kauschke | -2/+2 |
| 2020-03-22 | handle unevaluated consts after monomophize | Bastian Kauschke | -0/+51 |
| 2020-03-21 | fix type of const params in associated types. | Bastian Kauschke | -0/+38 |
| 2020-03-21 | Rollup merge of #70032 - lcnr:issue69970, r=varkor | Dylan DPC | -0/+25 |
| 2020-03-19 | sort generic param order in generics_of | Bastian Kauschke | -0/+25 |
| 2020-03-16 | Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddyb | bors | -15/+15 |
| 2020-03-13 | Add test for issue-67739 | Yuki Okushi | -0/+26 |
| 2020-03-13 | Add test for issue-62504 | Yuki Okushi | -0/+33 |
| 2020-03-12 | Remove fn special casing in const printing | Oliver Scherer | -1/+1 |
| 2020-03-11 | Don't print literal type suffixes if `print_ty` is false | Oliver Scherer | -1/+1 |
| 2020-03-11 | Print function pointer type for function pointer const generics | Oliver Scherer | -6/+6 |
| 2020-03-11 | Reduce special casing in the const pretty printer | Oliver Scherer | -3/+3 |
| 2020-03-11 | Don't print leading zeros on hex dumps constants | Oliver Scherer | -11/+8 |
| 2020-03-11 | Deduplicate and clean up pretty printing logic | Oliver Scherer | -5/+8 |
| 2020-03-10 | bless UI tests | Joshua Nelson | -8/+17 |
| 2020-03-10 | add ui-tests | Joshua Nelson | -0/+9 |
| 2020-03-10 | fix #62456 | YI | -0/+25 |
| 2020-03-02 | Remove chalk integration | CAD97 | -18/+0 |
| 2020-03-01 | Fix use of `has_infer_types` | Matthew Jasper | -14/+14 |
| 2020-02-22 | Add note regarding argument ordering | varkor | -8/+2 |
| 2020-02-22 | Expand the documentation for E0747 | varkor | -10/+2 |
| 2020-02-22 | Move generic arg / param validation to `create_substs_for_generic_args` | varkor | -2/+56 |
| 2020-02-17 | Do not emit note suggesting to implement trait to foreign type | LeSeulArtichaut | -4/+0 |
| 2020-02-13 | ast_validation: tweak diagnostic output | Mazdak Farrokhzad | -3/+3 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -1/+5 |
| 2020-02-13 | Rollup merge of #67642 - Mark-Simulacrum:relax-bounds, r=Amanieu | Dylan DPC | -15/+5 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -3/+3 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -3/+3 |
| 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 |