| Age | Commit message (Expand) | Author | Lines |
| 2019-12-04 | Forgot to update some test outputs | Nadrieril | -2/+2 |
| 2019-12-02 | Correct other tests related to const_mut_refs | Christian Poveda | -10/+75 |
| 2019-11-27 | Update test for mutably borrowed statics in a const | Dylan MacKenzie | -6/+21 |
| 2019-11-27 | Remove test for unused error code | Dylan MacKenzie | -37/+0 |
| 2019-11-21 | Change some tests to use the shorter comment style | Dylan MacKenzie | -8/+2 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -12/+6 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -4/+4 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -7/+1 |
| 2019-11-18 | review comments: tweak prefix strings | Esteban Küber | -2/+2 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -4/+4 |
| 2019-11-18 | Update ui tests | Guillaume Gomez | -0/+2 |
| 2019-11-15 | Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obk | Yuki Okushi | -18/+4 |
| 2019-11-14 | Fix ui tests with better error code usage | Guillaume Gomez | -1/+8 |
| 2019-11-14 | Rollup merge of #66351 - JohnTitor:tweak-range-err-msg, r=Centril | Yuki Okushi | -7/+8 |
| 2019-11-13 | Tweak non-char/numeric in range pattern diagnostic | Yuki Okushi | -7/+8 |
| 2019-11-12 | check-consts remove cannot mutate statics in initializer of another static error | Santiago Pastorino | -18/+4 |
| 2019-11-10 | Improve coherence errors for wrong type order | Ohad Ravid | -0/+1 |
| 2019-11-09 | Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats... | bors | -7/+10 |
| 2019-10-31 | Stabilize the `re_rebalance_coherence` feature | Ohad Ravid | -7/+10 |
| 2019-10-31 | Fix incorrect diagnostics for expected type in E0271 with an associated type | Ohad Ravid | -3/+3 |
| 2019-10-29 | Rollup merge of #65562 - Patryk27:master, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-10-29 | Rollup merge of #65318 - estebank:coherence, r=varkor | Mazdak Farrokhzad | -8/+12 |
| 2019-10-28 | Improve the "try using a variant of the expected type" hint. | Patryk Wychowaniec | -1/+1 |
| 2019-10-28 | Do not display ADT type arguments and fix rebase | Esteban Küber | -1/+1 |
| 2019-10-28 | Account for tuples in explanation | Esteban Küber | -1/+1 |
| 2019-10-28 | Talk about specific types and remove lifetimes from output | Esteban Küber | -1/+1 |
| 2019-10-28 | Use more targeted spans for orphan rule errors | Esteban Küber | -8/+12 |
| 2019-10-28 | Call out the types that are non local on E0117 | Esteban Küber | -2/+2 |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -13/+19 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+9 |
| 2019-10-17 | Point at enclosing function without `self` receiver | Esteban Küber | -4/+10 |
| 2019-10-17 | Refer to "associated functions" instead of "static methods" | Esteban Küber | -1/+1 |
| 2019-10-14 | Rollup merge of #65398 - estebank:capitalization-only, r=varkor | Tyler Mandry | -1/+1 |
| 2019-10-14 | Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-10-13 | Bring attention to suggestions when the only difference is capitalization | Esteban Küber | -1/+1 |
| 2019-10-13 | Rollup merge of #65248 - estebank:mention-if-let, r=cramertj | Mazdak Farrokhzad | -0/+7 |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -2/+2 |
| 2019-10-09 | Suggest `if let` on `let` refutable binding | Esteban Küber | -0/+7 |
| 2019-10-07 | update ui tests | Guillaume Gomez | -0/+1 |
| 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 | Rollup merge of #64691 - estebank:unexpected-variant, r=Centril | Mazdak Farrokhzad | -0/+3 |
| 2019-09-29 | Rollup merge of #63492 - eddyb:cvarargs, r=nagisa,matthewjasper | Mazdak Farrokhzad | -14/+12 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -14/+12 |
| 2019-09-27 | getting more context for duplicate lang items (fixes #60561) | Tomas Tauber | -1/+1 |
| 2019-09-25 | Rollup merge of #64746 - estebank:elide-impl-trait-obligations-on-err, r=cram... | Mazdak Farrokhzad | -6/+20 |
| 2019-09-24 | Fix #64744 -- handle zero sub-pats case. | Mazdak Farrokhzad | -2/+16 |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -6/+20 |