summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2020-05-27Apply suggestions from code reviewLeSeulArtichaut-22/+50
2020-05-27Add testsLeSeulArtichaut-0/+82
2020-05-27expand unaligned_references testRalf Jung-11/+34
2020-05-27improve diagnostics suggestion for missing `@` in slice id binding to rest p...Chris Simpkins-0/+22
2020-05-27Add -Z profile-emit=<path> for Gcov gcda output.Ivan Lozano-0/+3
2020-05-27Add test for {impl,declare}_lint_pass macrosflip1995-0/+26
2020-05-26expand `env!` with def-site contextAndy Russell-0/+8
2020-05-27Rollup merge of #72548 - rossmacarthur:add-mcve-for-50687, r=nikomatsakisDylan DPC-0/+57
2020-05-27Rollup merge of #72348 - chrissimpkins:fix-72253, r=estebankDylan DPC-0/+16
2020-05-26Auto merge of #72627 - Dylan-DPC:rollup-bavnoq5, r=Dylan-DPCbors-18/+252
2020-05-26improve error message for unexpected comma token in multiline blockChris Simpkins-0/+16
2020-05-26Rollup merge of #72581 - samrat:allow-desugared-break-in-labeled-block, r=dav...Dylan DPC-0/+12
2020-05-26Rollup merge of #72401 - ecstatic-morse:issue-72394, r=eddybDylan DPC-0/+24
2020-05-26Rollup merge of #72342 - jsgf:warn-unused-deps, r=petrochenkovDylan DPC-0/+151
2020-05-26Rollup merge of #72270 - RalfJung:lint-ref-to-packed, r=oli-obkDylan DPC-18/+65
2020-05-26Simplify suggestionStanislav Tkach-12/+12
2020-05-26Don't bail out of trait selection when predicate references an errorAaron Hill-0/+50
2020-05-27Add test for #71042Yuki Okushi-0/+17
2020-05-27Add test for #70121Yuki Okushi-0/+23
2020-05-27Add test for #68532Yuki Okushi-0/+13
2020-05-27Add test for #56445Yuki Okushi-0/+26
2020-05-26Export ZERO_AR_DATE for macos linker invocationsAlex Crichton-2/+1
2020-05-26Fix testAmanieu d'Antras-0/+11
2020-05-26Eagerly lower asm sub-expressions to HIR even if there is an errorAmanieu d'Antras-0/+7
2020-05-26Update UI testGuillaume Gomez-2/+3
2020-05-26Add checks and tests for computing abs(offset_bytes)Joe Richey-1/+19
2020-05-26Auto merge of #72093 - jonas-schievink:unmut, r=oli-obkbors-2/+2
2020-05-25Implement warning for unused dependencies.Jeremy Fitzhardinge-0/+151
2020-05-25Only capture tokens for items with outer attributesAaron Hill-2/+2
2020-05-26Auto merge of #71487 - rcoh:71471-shebang, r=petrochenkovbors-0/+73
2020-05-25Rollup merge of #72450 - csmoe:issue-72442, r=oli-obkDylan DPC-0/+40
2020-05-25Rollup merge of #72061 - lcnr:const-inference-test, r=eddybDylan DPC-0/+70
2020-05-25miri_unleached: We now allow offset in const fnJoe Richey-25/+6
2020-05-25test/ui/consts: Add tests for const ptr offsetsJoe Richey-0/+291