| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-02-15 | Rollup merge of #68129 - varkor:infer-binary-operand-behind-reference, ↵ | Yuki Okushi | -0/+30 | |
| r=nikomatsakis Correct inference of primitive operand type behind binary operation Fixes https://github.com/rust-lang/rust/issues/57447. r? @nikomatsakis | ||||
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -1/+1 | |
| 2020-02-09 | Add more tests | varkor | -0/+17 | |
| 2020-02-09 | Correct inference of primitive operand type behind binary operation | varkor | -0/+13 | |
| 2019-12-11 | Use structured suggestion for disambiguating method calls | Esteban Küber | -2/+8 | |
| Fix #65635. | ||||
| 2019-11-10 | Make error and warning annotations mandatory in UI tests | Tomasz Miąsko | -1/+3 | |
| This change makes error and warning annotations mandatory in UI tests. The only exception are tests that use error patterns to match compiler output and don't have any annotations. | ||||
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+1 | |
| Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages. | ||||
| 2019-08-20 | --bless post no async_await gates in tests. | Mazdak Farrokhzad | -3/+3 | |
| 2019-08-20 | Remove async_await gates from tests. | Mazdak Farrokhzad | -2/+0 | |
| 2019-08-13 | Suggest giving return type to closures on E0282 | Esteban Küber | -3/+5 | |
| 2019-08-13 | review comments | Esteban Küber | -1/+1 | |
| 2019-08-12 | Fix tidy | Esteban Küber | -4/+4 | |
| 2019-08-12 | Resolve types when suggesting boxed closure | Esteban Küber | -7/+7 | |
| 2019-08-12 | When needing type annotations in local bindings, account for impl Trait and ↵ | Esteban Küber | -0/+81 | |
| closures Do not suggest nonsensical types when the type inference is failing on `impl Trait` or anonymous closures. | ||||
| 2019-07-24 | Adjust tests for method disambiguation help | Ilija Tovilo | -0/+2 | |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -2/+2 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -1/+1 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-07-07 | normalize use of backticks in compiler messages for librustc_typecheck | Samy Kacimi | -1/+1 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 | |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -1/+1 | |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -1/+2 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -64/+4 | |
| 2018-09-27 | Updated stderr test files. | Alexander Regueiro | -1/+1 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+183 | |
