| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -3/+4 | |
| This gives at least some explanation for why a borrow is expected to last for a certain free region. Also: * Reports E0373: "closure may outlive the current function" with NLL. * Special cases the case of returning a reference to (or value referencing) a local variable or temporary (E0515). * Special case assigning a reference to a local variable in a closure to a captured variable. | ||||
| 2018-10-16 | Check the type of statics and constants for `Sized`ness | Oliver Scherer | -6/+3 | |
| 2018-10-11 | structured suggestion for E0223 ambiguous associated type | Zack M. Davis | -9/+3 | |
| It looks like we tend to use angle-brackets around the placeholder in the few other places we use `Applicability::HasPlaceholders`, but that would be confusing here, so ... | ||||
| 2018-10-04 | Convert conservative_impl_trait.rs to compile-pass | Jonas Schievink | -0/+18 | |
| 2018-08-24 | updates tests to use new error code | Matthew Russo | -5/+5 | |
| 2018-08-20 | Fix diagnostic regression | varkor | -6/+6 | |
| 2018-08-20 | Update new ui tests | varkor | -10/+10 | |
| 2018-08-19 | Fix some remaining tests | varkor | -2/+2 | |
| 2018-08-19 | Refactor generic argument count check in astconv | varkor | -1/+1 | |
| 2018-08-19 | Revert broken test | varkor | -0/+1 | |
| 2018-08-19 | "Fix" annoying test | varkor | -1/+0 | |
| 2018-08-19 | Lift some Sized checks. | Masaki Hara | -0/+1 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+2901 | |
