about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-04-07Add test with current behaviour.David Wood-0/+46
2019-04-07Improvement for comparision against fnrchaser53-2/+39
2019-04-07Add more regression tests for accidental promotionOliver Scherer-0/+37
2019-04-07Function arguments should never get promotedOliver Scherer-0/+18
2019-04-07Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelixbors-156/+318
2019-04-05Auto merge of #59500 - crlf0710:boxed-closure-impls, r=cramertjbors-75/+43
2019-04-05Include trailing comma in multiline Debug representationDavid Tolnay-168/+168
2019-04-05Fix expectations on some ui test in nll compare mode.Charles Lew-5/+3
2019-04-04Mark variables captured by reference as mutable correctlyMatthew Jasper-8/+11
2019-04-05Remove FnBox specialization of impl FnOnce for Box<impl FnOnce>.Masaki Hara-24/+0
2019-04-05Fix failing tests.Masaki Hara-24/+9
2019-04-05Fix expectations on some ui tests involving FnOnce.Masaki Hara-72/+42
2019-04-05Add tests for boxed_closure_impls.Masaki Hara-0/+39
2019-04-04Adjust the mutable_borrow_reservation_conflict messageMatthew Jasper-8/+8
2019-04-04unit test for the lint itself, illustrating that it can be controlled by `#[a...Felix S. Klock II-0/+83
2019-04-04update unit test output to reflect change to lint-based diagnostic.Felix S. Klock II-10/+12
2019-04-04Update tests for restrictive two-phase borrowsMatthew Jasper-124/+1
2019-04-04Treat two-phase borrow reservations as mutable accessesMatthew Jasper-33/+233
2019-04-04tweak unresolved label suggestionAndy Russell-7/+19
2019-04-04Auto merge of #59517 - Zoxc:new-queries, r=oli-obkbors-109/+109
2019-04-03Improve wordingYuki OKUSHI-17/+17
2019-04-02Update ui tests to latest masterOliver Scherer-18/+18
2019-04-02Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexregMazdak Farrokhzad-0/+44
2019-04-02Rename `colorful-json` to `json-rendered` and make it a selection instead of ...Oliver Scherer-27/+27
2019-04-02Emit ansi color codes in the `rendered` field of json diagnosticsOliver Scherer-45/+45
2019-04-01Refactor async fn return type loweringTaylor Cramer-26/+81
2019-04-01resolve all in scope trait aliases, then elaborate their boundsSean McArthur-0/+44
2019-04-01Rollup merge of #59041 - saleemjaffer:trait_doc_comment_better_error_msg, r=p...Mazdak Farrokhzad-0/+17
2019-04-01Rollup merge of #58919 - estebank:impl-trait-return-lifetime, r=pnkfelixMazdak Farrokhzad-11/+21
2019-03-31Rollup merge of #58805 - fabric-and-ink:redundant_import, r=petrochenkovMazdak Farrokhzad-11/+90
2019-03-31Suggest using anonymous lifetime in `impl Trait` return without hacksEsteban Küber-14/+18
2019-03-31Rollup merge of #59574 - JohnTitor:distinguish-error-vs-warning, r=CentrilMazdak Farrokhzad-2/+2
2019-03-31Rollup merge of #59572 - davidtwco:issue-59508, r=varkorMazdak Farrokhzad-13/+85
2019-03-31Only mention const generics if enabled.David Wood-14/+46
2019-03-31Include bounds in generic reordering diagnostic.David Wood-0/+40
2019-03-31Distinguish depending on error levelYuki OKUSHI-2/+2
2019-03-30Handle glob import in redundancy checkFabian Drinck-9/+0
2019-03-30Change message to present tenseFabian Drinck-4/+4
2019-03-30Add glob import to redundancy testFabian Drinck-6/+36
2019-03-30Fix testsFabian Drinck-5/+13
2019-03-30Replace REDUNDANT_IMPORT with UNUSED_IMPORTSFabian Drinck-63/+14
2019-03-30Edit ui testsFabian Drinck-0/+2
2019-03-30Distinguish between imported and defined itemsFabian Drinck-1/+1
2019-03-30Bless testsFabian Drinck-0/+69
2019-03-30Improve warningFabian Drinck-7/+4
2019-03-30Add lint for redundant importsFabian Drinck-0/+31
2019-03-30Update testsJohn Kåre Alsaker-109/+109
2019-03-30Rollup merge of #59463 - pnkfelix:issue-56327-skip-dyn-keyword-lint-under-mac...Mazdak Farrokhzad-0/+454
2019-03-30Rollup merge of #59455 - estebank:borrow-sugg-shorthand-field, r=davidtwcoMazdak Farrokhzad-4/+70
2019-03-30Rollup merge of #59453 - estebank:recover-tuple-parse, r=petrochenkovMazdak Farrokhzad-8/+171