summary refs log tree commit diff
path: root/src/test/ui/self
AgeCommit message (Expand)AuthorLines
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-8/+8
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+3
2019-10-23Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakisbors-2/+45
2019-10-22RFC 2027: "first draft" of implementationMathias Blikstad-2/+45
2019-10-21Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJungMazdak Farrokhzad-1/+10
2019-10-11Remove most uses of `allow(unions_with_drop_fields)` in testsSimon Sapin-1/+10
2019-10-11Print lifetimes with backticksYuki Okushi-2/+2
2019-10-03Rollup merge of #65057 - mathstuf:fix-warning-typo, r=CentrilTyler Mandry-1/+1
2019-10-03typo: fix typo in E0392Ben Boeckel-1/+1
2019-10-03Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cra...bors-447/+443
2019-10-03./x.py test --bless --compare-mode=nllNiko Matsakis-288/+258
2019-10-02review commentEsteban Küber-1/+1
2019-10-02WIP fix testsNiko Matsakis-159/+185
2019-09-30Reword E0392 slightlyEsteban Küber-1/+1
2019-09-28Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centrilbors-2/+4
2019-09-25update ui testsGuillaume Gomez-2/+4
2019-09-15resolve: Remove `!` from "cannot find" diagnostics for macrosVadim Petrochenkov-2/+2
2019-09-08Give method not found a primary span labelEsteban Küber-2/+2
2019-09-05Rollup merge of #64110 - estebank:receiver-type, r=CentrilMazdak Farrokhzad-3/+6
2019-09-03review commentsEsteban Küber-2/+2
2019-09-02On object safety violation, point at source when possibleEsteban Küber-3/+6
2019-09-01Account for arbitrary self types in E0599Esteban Küber-0/+52
2019-08-27Improve 'mut ' diagnostic.Mazdak Farrokhzad-3/+5
2019-08-27recover on 'mut ' and improve recovery for keywords.Mazdak Farrokhzad-11/+22
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-100/+100
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-41/+0
2019-08-16bless you nllEduard-Mihai Burtescu-31/+31
2019-08-13bless tests with compare-mode=nllNiko Matsakis-136/+503
2019-08-12bless testsNiko Matsakis-146/+27
2019-08-12fix README.mdNiko Matsakis-5/+5
2019-08-12revamp how we handle elision in async fnNiko Matsakis-1512/+215
2019-08-08Add async versions of arbitrary_self_types_pin_lifetime tests.Mazdak Farrokhzad-0/+230
2019-08-08Add async version of self_lifetime.rs test.Mazdak Farrokhzad-0/+70
2019-08-08lifetime elision: document conformance of 'async fn' to 'fn'.Mazdak Farrokhzad-0/+31
2019-08-08lifetime elision: add non-conforming-to-fn tests.Mazdak Farrokhzad-0/+2195
2019-08-08lifetime elision: add conforming-to-fn tests.Mazdak Farrokhzad-0/+341
2019-07-27arbitrary_self_types lifetime elision: --bless --compare-mode=nllTaiki Endo-0/+342
2019-07-27Fix typoTaiki Endo-1/+1
2019-07-27Add tests for `self: (&)AssocType`Taiki Endo-0/+124
2019-07-27Add test for multiple ref-selfTaiki Endo-7/+73
2019-07-27Minor clean upTaiki Endo-36/+27
2019-07-27Add main functions and check-pass annotationsTaiki Endo-22/+16
2019-07-27Update src/test/ui/self/elision/README.mdTaiki Endo-1/+1
2019-07-27add a bevy of new test casesNiko Matsakis-0/+831
2019-07-27Remove query for `.pin_type()`Taiki Endo-2/+15
2019-07-27Allow lifetime elision in `Pin<&(mut) Self>`Taiki Endo-0/+137
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-3/+3
2019-05-31fix tidyEsteban Küber-13/+11
2019-05-30Remove unecessary `-Z continue-parse-after-error` from testsEsteban Küber-1/+1
2019-05-29Update ui test suite to use dynmemoryruins-13/+13