| 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 | -415/+122 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -2/+2 | |
| 2019-03-27 | Better diagnostic for binary operation on BoxedValues | hgallagher1993 | -6/+12 | |
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -38/+38 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -38/+38 | |
| 2019-01-24 | Fix --compare-mode=nll tests | Esteban Küber | -4/+261 | |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -2/+2 | |
| Replace "integral variable" with "integer" and replace "floating-point variable" with "floating-point number" to make the message less confusing. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -113/+43 | |
| 2018-11-05 | Make `ui/binop-move-semantics.rs` robust w.r.t. NLL. | Felix S. Klock II | -4/+30 | |
| 2018-10-29 | Don't emit cannot move errors twice in migrate mode | Matthew Jasper | -13/+1 | |
| 2018-10-17 | Update output for borrowck=migrate compare mode. | David Wood | -1/+13 | |
| 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-03 | Clearer later use messages for calls | Matthew Jasper | -2/+2 | |
| Give a special message when the later use is from a call. Use the span of the callee instead of the whole expression. For conflicting borrow messages say that the later use is of the first borrow. | ||||
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+651 | |
