about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-05-30Test ui suggestion fn trait notationArthur Woimbée-0/+68
2020-05-30Rollup merge of #72607 - Amanieu:fix-72570, r=oli-obkRalf Jung-0/+18
2020-05-30Rollup merge of #72585 - Aaron1011:feature/opt-item-tokens, r=petrochenkovRalf Jung-2/+2
2020-05-30Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v...Ralf Jung-20/+69
2020-05-30Rollup merge of #72521 - Amanieu:fix-72484, r=petrochenkovRalf Jung-0/+38
2020-05-30Rollup merge of #72441 - doctorn:late-bound-lifetime-ice, r=nikomatsakisRalf Jung-0/+34
2020-05-30Rollup merge of #72724 - Aaron1011:revert-tokenstream-expand, r=petrochenkovYuki Okushi-30/+0
2020-05-30Rollup merge of #72710 - jsgf:unused-deps-test, r=jsgfYuki Okushi-0/+15
2020-05-30Rollup merge of #72677 - chrissimpkins:fix-72574, r=estebankYuki Okushi-0/+46
2020-05-30Rollup merge of #72621 - Aaron1011:fix/trait-select-error, r=nikomatsakisYuki Okushi-0/+50
2020-05-29Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJungbors-123/+894
2020-05-29fix diagnostics for `@ ..` binding pattern in tuples and tuple structsChris Simpkins-0/+46
2020-05-29Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat...Ralf Jung-0/+343
2020-05-29Rollup merge of #71500 - josephlr:offset, r=oli-obk,RalfJungRalf Jung-25/+315
2020-05-29Rollup merge of #71095 - pickfire:box-from-array, r=dtolnayRalf Jung-6/+25
2020-05-29Rollup merge of #67460 - estebank:named-lts, r=nikomatsakisRalf Jung-92/+211
2020-05-29Rollup merge of #72572 - JohnTitor:add-tests, r=matthewjasperDylan DPC-0/+79
2020-05-29Rollup merge of #72465 - tmiasko:liveness-upvars, r=nikomatsakisDylan DPC-10/+335
2020-05-29Rollup merge of #72383 - DarkEld3r:issue-72322, r=matthewjasperDylan DPC-4/+16
2020-05-29liveness: Warn about unused captured variablesTomasz Miąsko-10/+335
2020-05-29Auto merge of #72727 - JohnTitor:rollup-nni16m2, r=JohnTitorbors-2/+25
2020-05-29Rollup merge of #72534 - chrissimpkins:fix-72373, r=estebankYuki Okushi-0/+22
2020-05-29Rollup merge of #72495 - GuillaumeGomez:cleanup-e0601, r=Dylan-DPCYuki Okushi-2/+3
2020-05-29Revert "Add test for macro_rules! invoking a proc-macro with capture groups"Aaron Hill-30/+0
2020-05-29Auto merge of #72506 - Nadrieril:fix-72476, r=matthewjasperbors-0/+22
2020-05-29Rollup merge of #72702 - petrochenkov:unudeps, r=estebankDylan DPC-0/+9
2020-05-29Rollup merge of #72682 - JohnTitor:mir-tests, r=RalfJungDylan DPC-0/+11
2020-05-29Rollup merge of #72670 - rust-lang:jonas-schievink-patch-1, r=nikomatsakisDylan DPC-1/+1
2020-05-29Rollup merge of #72667 - RalfJung:unaligned-ref-test, r=nikomatsakisDylan DPC-11/+34
2020-05-28Add test to make sure -Wunused-crate-dependencies works with testsJeremy Fitzhardinge-0/+15
2020-05-28Fix ICE with explicit late-bound lifetimesNathan Corbyn-0/+34
2020-05-28Account for `Self` as a type paramEsteban Küber-0/+72
2020-05-28rustc_lint: Remove `unused_crate_dependencies` from the `unused` groupVadim Petrochenkov-0/+9
2020-05-28standardize limit comparisons with `Limit` typeDavid Wood-25/+30
2020-05-28mir: adjust conditional in recursion limit checkDavid Wood-4/+48
2020-05-28Add test for #66930Yuki Okushi-0/+11
2020-05-27review comments: change wording and visual outputEsteban Küber-12/+10
2020-05-27Fix rebaseEsteban Küber-8/+4
2020-05-27Add additional checks for isize overflowJoe Richey-2/+2
2020-05-27Modify wordingEsteban Küber-9/+12
2020-05-27fix rebaseEsteban Küber-6/+6
2020-05-27review commentsEsteban Küber-6/+6
2020-05-27Tweak output for mismatched impl itemEsteban Küber-43/+83
2020-05-27Name `RegionKind::ReVar` lifetimes in diagnosticsEsteban Küber-40/+50
2020-05-27Fix spacing of expected/found notes without a labelEsteban Küber-76/+76
2020-05-27Fix incorrect comment in generator testJonas Schievink-1/+1
2020-05-27Mark deduplicated errors as expected in gate testLeSeulArtichaut-0/+2
2020-05-27Add tests for packed borrows in unsafe fnsLeSeulArtichaut-82/+140
2020-05-27Fix and bless testsLeSeulArtichaut-21/+168
2020-05-27Add more cases to the testLeSeulArtichaut-2/+28