| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-02-05 | review comments | Esteban Küber | -2/+2 | |
| 2020-02-05 | Suggest `'r` instead of `'lifetime` | Esteban Küber | -4/+4 | |
| 2020-01-19 | review comments | Esteban Küber | -2/+2 | |
| 2020-01-19 | When encountering an expected named lifetime and none are present, suggest ↵ | Esteban Küber | -2/+12 | |
| adding one | ||||
| 2019-12-03 | Include a span in more `expected...found` notes | Aaron Hill | -6/+14 | |
| In most places, we use a span when emitting `expected...found` errors. However, there were a couple of places where we didn't use any span, resulting in hard-to-interpret error messages. This commit attaches the relevant span to these notes, and additionally switches over to using `note_expected_found` instead of manually formatting the message | ||||
| 2019-10-27 | update tests | Mark Mansi | -0/+2 | |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -1/+1 | |
| 2019-10-07 | update ui tests | Guillaume Gomez | -0/+1 | |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 | |
| 2019-05-12 | Change compare mode to use -Zborrowck=mir | Matthew Jasper | -0/+10 | |
| 2019-05-01 | Disallow non-explicit elided lifetimes in async fn | Taylor Cramer | -8/+6 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+0 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -95/+7 | |
| 2018-10-19 | Move an underscore-lifetime error test to an IHLE success test | Scott McMurray | -0/+19 | |
| 2018-10-19 | Stabilize impl_header_lifetime_elision in 2015 | Scott McMurray | -23/+7 | |
| It's already stable in 2018; this finishes the stabilization. | ||||
| 2018-10-17 | Update output for borrowck=migrate compare mode. | David Wood | -10/+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-09-22 | Allow both explicit and elided lifetimes in the same impl header | Scott McMurray | -0/+25 | |
| (While still prohibiting explicit and in-band in the same header.) | ||||
| 2018-09-01 | Update tests | Basile Desloges | -6/+0 | |
| 2018-08-03 | Extract impl_header_lifetime_elision out of in_band_lifetimes | Scott McMurray | -0/+328 | |
