| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-08-04 | arbitrary_self_types lifetime elision: --bless --compare-mode=nll | Taiki Endo | -0/+342 | |
| 2019-08-04 | Fix typo | Taiki Endo | -1/+1 | |
| 2019-08-04 | Add tests for `self: (&)AssocType` | Taiki Endo | -0/+124 | |
| 2019-08-04 | Add test for multiple ref-self | Taiki Endo | -7/+73 | |
| 2019-08-04 | Minor clean up | Taiki Endo | -36/+27 | |
| 2019-08-04 | Add main functions and check-pass annotations | Taiki Endo | -22/+16 | |
| 2019-08-04 | Update src/test/ui/self/elision/README.md | Taiki Endo | -1/+1 | |
| Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com> | ||||
| 2019-08-04 | add a bevy of new test cases | Niko Matsakis | -0/+831 | |
| 2019-08-04 | Remove query for `.pin_type()` | Taiki Endo | -2/+15 | |
| 2019-08-04 | Allow lifetime elision in `Pin<&(mut) Self>` | Taiki Endo | -0/+137 | |
| 2019-05-31 | fix tidy | Esteban Küber | -13/+11 | |
| 2019-05-30 | Remove unecessary `-Z continue-parse-after-error` from tests | Esteban Küber | -1/+1 | |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -13/+13 | |
| 2019-05-19 | Move run-pass/self/* to ui/self | Taiki Endo | -0/+696 | |
| 2019-05-19 | Move arbitrary_self_types's tests into ui/self | Taiki Endo | -0/+355 | |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 | |
| 2019-04-19 | Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebank | Mazdak Farrokhzad | -1/+1 | |
| Correct unused parameter diagnostic The message was incorrect for unused lifetime parameters. There's no need to be specific. | ||||
| 2019-04-18 | Update tests | varkor | -1/+1 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -2/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -4/+4 | |
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -9/+9 | |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -1/+11 | |
| Fix a number of uncovered deficiencies in diagnostics | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -82/+22 | |
| 2018-11-30 | Updated ui tests. | Alexander Regueiro | -1/+1 | |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -30/+3 | |
| 2018-10-11 | structured suggestion for E0223 ambiguous associated type | Zack M. Davis | -6/+2 | |
| 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-01 | mark fix as MaybeIncorrect | csmoe | -3/+3 | |
| 2018-10-01 | update ui test for suggest-self | csmoe | -1/+45 | |
| 2018-09-30 | add test for fake self | csmoe | -0/+38 | |
| 2018-09-13 | introduce SelfCtor | F001 | -4/+31 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+286 | |
