about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-08-26Various trivial formatting fixes in `run-coverage` testsZalathar-92/+48
2023-08-26Tidy up some awkwardly-placed comments in testsZalathar-10/+30
2023-08-26Resolve all warnings in `run-coverage` testsZalathar-20/+22
2023-08-25Handle Self in paths tooMichael Goulet-20/+20
2023-08-25Walk through full path in point_at_path_if_possibleMichael Goulet-10/+29
2023-08-25Auto merge of #115158 - Enselic:break-rust-args, r=compiler-errorsbors-0/+7
2023-08-25Auto merge of #115138 - cjgillot:dse-move-packed, r=compiler-errorsbors-0/+56
2023-08-25Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwcobors-91/+150
2023-08-25Rollup merge of #115169 - RalfJung:do-not-ignore-debug, r=cjgillotMatthias Krüger-17/+9
2023-08-25Rollup merge of #115151 - rcvalle:rust-cfi-fix-115150, r=compiler-errorsMatthias Krüger-6/+6
2023-08-25keep trying which flags we need for this test until it passes borsRalf Jung-5/+10
2023-08-24Fix CFI: f32 and f64 are encoded incorrectly for cRamon de C Valle-6/+6
2023-08-25Auto merge of #115193 - weihanglo:rollup-6s3mz06, r=weihanglobors-42/+308
2023-08-25Auto merge of #114397 - sebastiantoh:issue-85222, r=Nadrierilbors-0/+245
2023-08-25Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkinbors-7/+19
2023-08-24Rollup merge of #115172 - matthewjasper:if-let-guard-tests, r=cjgillotWeihang Lo-0/+298
2023-08-24Rollup merge of #115167 - uweigand:ubintarray-endian-fix, r=RalfJungWeihang Lo-42/+10
2023-08-24Rollup merge of #115154 - olanti-p:move-issues-24-08-2023, r=compiler-errorsWeihang Lo-0/+0
2023-08-24Move issue 29181, 2804, 17431, 66768Olanti-0/+0
2023-08-24Add more tests for if_let_guardMatthew Jasper-0/+298
2023-08-24Auto merge of #115147 - estebank:issue-114311, r=davidtwcobors-0/+76
2023-08-24Include compiler flags when you `break rust;`Martin Nordholts-0/+7
2023-08-24Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkovbors-0/+412
2023-08-24make MIR less verboseRalf Jung-86/+86
2023-08-24remove some unnecessary ignore-debug clausesRalf Jung-17/+9
2023-08-24bless more mir-opt tests by handRalf Jung-10/+10
2023-08-24add tests for both kinds of unwind-terminate messagesRalf Jung-5/+59
2023-08-24when terminating during unwinding, show the reason whyRalf Jung-76/+76
2023-08-24Fix ub-int-array test for big-endian platformsUlrich Weigand-42/+10
2023-08-24Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomezbors-107/+106
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-0/+412
2023-08-23Suggest mutable borrow on read only for-loop that should be mutableEsteban Küber-0/+76
2023-08-23Fix rustdoc-json testsNoah Lev-97/+97
2023-08-23Do not convert copies of packed projections to moves.Camille GILLOT-0/+56
2023-08-23Rollup merge of #115135 - GuillaumeGomez:no-html-source-flag, r=notriddleGuillaume Gomez-0/+32
2023-08-23Rollup merge of #115102 - Urgau:invalid_ref_casting-book-note, r=est31Guillaume Gomez-0/+58
2023-08-23Update run-make/issue-88756-default-output testGuillaume Gomez-0/+2
2023-08-23Add test for `--no-html-source` flagGuillaume Gomez-0/+30
2023-08-23Auto merge of #114790 - taiki-e:asm-maybe-uninit, r=Amanieubors-0/+27
2023-08-23Allow MaybeUninit in input and output of inline assemblyTaiki Endo-0/+27
2023-08-23Improve note for the invalid_reference_casting lintUrgau-0/+58
2023-08-23Rollup merge of #115114 - tmiasko:115052, r=compiler-errorsDylan DPC-0/+7
2023-08-23Rollup merge of #115100 - Urgau:invalid_ref_casting-ptr-writes, r=est31Dylan DPC-5/+53
2023-08-23Rollup merge of #115096 - kadiwa4:no_memcpy_padding, r=cjgillotDylan DPC-0/+14
2023-08-23Auto merge of #115070 - notriddle:notriddle/utf8-redundant-explicit-links, r=...bors-0/+18
2023-08-22Auto merge of #115005 - compiler-errors:passes, r=cjgillotbors-0/+31
2023-08-22Auto merge of #114643 - dpaoliello:inlinedebuginfo, r=wesleywiserbors-0/+26
2023-08-22Rollup merge of #115077 - estebank:issue-115019, r=compiler-errorsMichael Goulet-0/+36
2023-08-22Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillotMichael Goulet-1/+69
2023-08-22Do not emit invalid suggestion in E0191 when spans overlapEsteban Küber-5/+0