| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 | |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -152/+41 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -3/+2 | |
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -6/+6 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -52/+52 | |
| 2019-03-06 | Regression test for issue #58158. | Felix S. Klock II | -0/+40 | |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -2/+2 | |
| Fixes https://github.com/rust-lang/rust/issues/57104. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -485/+125 | |
| 2018-12-04 | Update tests | Oliver Scherer | -6/+6 | |
| 2018-11-07 | remove `#[rustc_error]` from ui/ tests that remain compile-fail tests. | Felix S. Klock II | -46/+46 | |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -90/+33 | |
| 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-19 | Auto merge of #55004 - oli-obk:sized_static, r=cramertj | bors | -4/+4 | |
| Check the type of statics and constants for `Sized`ness fixes #54410 | ||||
| 2018-10-17 | Update output for borrowck=migrate compare mode. | David Wood | -55/+0 | |
| This commit updates the test output for the updated NLL compare mode that uses `-Z borrowck=migrate` rather than `-Z borrowck=mir`. The previous commit changes `compiletest` and this commit only updates `.nll.stderr` files. | ||||
| 2018-10-16 | Check the type of statics and constants for `Sized`ness | Oliver Scherer | -4/+4 | |
| 2018-10-10 | Use the span of the user type for `AscribeUserType` | Matthew Jasper | -1/+32 | |
| Also change the order of the fake read for let and the AscribeUserType, so that we use the better span and message from the fake read in errors. | ||||
| 2018-09-25 | Update E0714 to E0716 in tests output | Mikhail Modin | -5/+5 | |
| 2018-09-25 | add "temporary value dropped while borrowed" error | Mikhail Modin | -13/+14 | |
| Issue #54131 | ||||
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -27/+28 | |
| Co-authored-by: nikomatsakis | ||||
| 2018-09-06 | Auto merge of #53707 - eddyb:phantom-waffles, r=oli-obk | bors | -5/+27 | |
| rustc_typeck: turn `where Type:,` into a WF(Type) predicate, instead of ignoring it. Fixes #53696, assuming crater doesn't catch anyone using this syntax already. Allowing an empty list of bounds in the grammar was done for the benefit of macro authors, most of which would *probably* be using it for bounds on type parameters, which are always WF. r? @nikomatsakis cc @petrochenkov | ||||
| 2018-09-01 | Update tests | Basile Desloges | -30/+0 | |
| 2018-08-31 | rustc_typeck: turn `where Type:,` into a WF(Type) predicate, instead of ↵ | Eduard-Mihai Burtescu | -5/+27 | |
| ignoring it. | ||||
| 2018-08-14 | Update former compile-fail tests | Matthew Jasper | -2/+2 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+2017 | |
