| Age | Commit message (Expand) | Author | Lines |
| 2020-05-29 | liveness: Warn about unused captured variables | Tomasz Miąsko | -4/+4 |
| 2020-05-22 | Update tests | Matthew Jasper | -140/+121 |
| 2020-05-18 | Rollup merge of #71599 - ldm0:fnclo, r=nikomatsakis | Dylan DPC | -0/+424 |
| 2020-05-09 | Test for coercion between (FnDef | Closure) and (FnDef | Closure) | Donough Liu | -0/+424 |
| 2020-05-08 | Skip tests on emscripten | Yuki Okushi | -0/+1 |
| 2020-05-06 | Move tests from `test/run-fail` to UI | Yuki Okushi | -0/+9 |
| 2020-04-16 | ty: convert `ErrorHandled::Reported` to `ConstKind::Error`. | Eduard-Mihai Burtescu | -24/+3 |
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -2/+2 |
| 2020-04-08 | Use `PredicateObligation`s instead of `Predicate`s | Esteban Küber | -1/+1 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -8/+4 |
| 2020-03-30 | Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis | Dylan DPC | -3/+3 |
| 2020-03-30 | bless output of ui test closures/closure-expected-type/expect-region-supply-r... | Remy Rakic | -3/+3 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -13/+10 |
| 2020-03-23 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -2/+11 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -1/+1 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -1/+1 |
| 2020-02-09 | Improve reporting errors and suggestions for trait bounds | Patryk Wychowaniec | -8/+16 |
| 2020-02-04 | Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obk | bors | -11/+7 |
| 2020-02-02 | Point at arguments or output when fn obligations come from them, or ident whe... | Esteban Küber | -11/+7 |
| 2020-02-02 | Avoid exponential behaviour when relating types | Matthew Jasper | -0/+23 |
| 2020-01-24 | Update new tests | varkor | -2/+2 |
| 2020-01-20 | Fix ICE #68025 | Yuki Okushi | -0/+12 |
| 2020-01-08 | review comments | Esteban Küber | -1/+1 |
| 2020-01-08 | Point at opaque and closure type definitions in type errors | Esteban Küber | -0/+2 |
| 2019-12-28 | Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests | Esteban Küber | -5/+8 |
| 2019-12-22 | test fallout | Mark Rousskov | -4/+4 |
| 2019-12-13 | Bless unrelated tests with new help message | Dylan MacKenzie | -2/+5 |
| 2019-12-09 | Rollup merge of #67149 - JohnTitor:fix-ice-1, r=Dylan-DPC | Tyler Mandry | -0/+20 |
| 2019-12-09 | Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasper | bors | -0/+56 |
| 2019-12-09 | Do not ICE on closure | Yuki Okushi | -0/+20 |
| 2019-12-06 | bless polonius output due to lacking the 'static special-casing | Remy Rakic | -0/+56 |
| 2019-12-02 | Add long error for E0631 and update ui tests. | Reese Williams | -1/+2 |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -2/+6 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -14/+14 |
| 2019-11-19 | Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPC | Mazdak Farrokhzad | -0/+1 |
| 2019-11-18 | Auto merge of #58281 - mark-i-m:synthesis, r=estebank | bors | -0/+2 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -2/+2 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -12/+12 |
| 2019-11-18 | Update ui tests | Guillaume Gomez | -0/+1 |
| 2019-11-13 | Bless const tests with improved diagnostics | Dylan MacKenzie | -2/+10 |
| 2019-11-02 | consistent handling of missing sysroot spans | Ralf Jung | -6/+5 |
| 2019-10-27 | update tests | Mark Mansi | -0/+2 |
| 2019-10-22 | Add test for issue-52437 | Yuki Okushi | -0/+20 |
| 2019-10-22 | Add test for issue-41366 | Yuki Okushi | -0/+35 |
| 2019-10-15 | Handle more cases | Esteban Küber | -2/+4 |
| 2019-10-15 | Use structured suggestion for restricting bounds | Esteban Küber | -1/+3 |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -2/+2 |
| 2019-09-22 | ignore-x86 instead of ignore-musl | Esteban Küber | -1/+1 |
| 2019-09-22 | ignore musl target in tests to avoid issues with output differences | Esteban Küber | -4/+6 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -3/+11 |