about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-02-07Rollup merge of #120470 - estebank:issue-54196, r=compiler-errorsGuillaume Boisseau-1/+1
2024-02-07Rollup merge of #120455 - JarlEvanson:sroa-miri-tests, r=cjgillotGuillaume Boisseau-9/+131
2024-02-07Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkovGuillaume Boisseau-0/+21
2024-02-07Rollup merge of #110482 - chrisnc:armv8r-target, r=wesleywiserGuillaume Boisseau-0/+3
2024-02-07Auto merge of #120060 - saethlin:mir-opt-bless-targets, r=wesleywiserbors-63/+25
2024-02-06Fixup async_closure_shims mir-opt testBen Kimock-1/+1
2024-02-06Tweak a few mir-opt tests instead of using -Clink-dead-codeBen Kimock-5/+7
2024-02-06Use a better set of targets for blessing mir-opt testsBen Kimock-57/+17
2024-02-07Update testsr0cky-185/+1029
2024-02-07Make traits / trait methods detected by the dead code lint!r0cky-0/+65
2024-02-07Auto merge of #120722 - matthiaskrgr:rollup-9o32280, r=matthiaskrgrbors-255/+872
2024-02-06Rollup merge of #120707 - compiler-errors:suitable-region, r=nnethercoteMatthias Krüger-0/+38
2024-02-06Rollup merge of #120513 - compiler-errors:normalize-regions-for-nll, r=lcnrMatthias Krüger-3/+41
2024-02-06Rollup merge of #120507 - estebank:issue-108428, r=davidtwcoMatthias Krüger-15/+41
2024-02-06Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errorsMatthias Krüger-66/+0
2024-02-06Rollup merge of #120435 - chenyukang:yukang-fix-120427-cfg-name, r=Urgau,Nils...Matthias Krüger-0/+98
2024-02-06Rollup merge of #120423 - RalfJung:indirect-structural-match, r=petrochenkovMatthias Krüger-168/+536
2024-02-06Rollup merge of #120396 - estebank:method-on-unbounded-type-param, r=nnethercoteMatthias Krüger-0/+89
2024-02-06Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errorsMatthias Krüger-9/+35
2024-02-06Auto merge of #117905 - RalfJung:no-const-mut, r=lcnrbors-1/+1
2024-02-06Rollup merge of #120713 - compiler-errors:async-bounds-on-tests, r=fmeaseMatthias Krüger-30/+20
2024-02-06Rollup merge of #120632 - trevyn:issue-109195, r=oli-obkMatthias Krüger-0/+89
2024-02-06Rollup merge of #120597 - fmease:sugg-on-js-style-spread-op-in-pat, r=estebankMatthias Krüger-6/+71
2024-02-06Rollup merge of #120520 - nnethercote:rename-good-path, r=oli-obkMatthias Krüger-2/+2
2024-02-06Make async closures test use async bound modifierMichael Goulet-30/+20
2024-02-06Mark "unused binding" suggestion as maybe incorrectEsteban Küber-1/+1
2024-02-06Don't expect early-bound region to be local in RPITIT well-formednessMichael Goulet-0/+38
2024-02-06Auto merge of #120361 - compiler-errors:async-closures, r=oli-obkbors-108/+923
2024-02-06Auto merge of #120326 - tmandry:abort-in-tests, r=cuviperbors-3/+5
2024-02-05Create helper `maybe_report_similar_assoc_fn`trevyn-14/+14
2024-02-06Fudge coroutine argument for CoroutineKindShim in fn_sig_for_fn_abiMichael Goulet-2/+0
2024-02-06Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closureMichael Goulet-6/+396
2024-02-06Add some testsMichael Goulet-4/+386
2024-02-06Bless tests, add commentsMichael Goulet-97/+94
2024-02-06Construct body for by-move coroutine closure outputMichael Goulet-0/+2
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-15/+22
2024-02-06Make sure that async closures (and fns) only capture their parent callable's ...Michael Goulet-32/+71
2024-02-06Auto merge of #120392 - compiler-errors:async-bound-modifier, r=davidtwco,fmeasebors-26/+300
2024-02-05revert stabilization of const_intrinsic_copyRalf Jung-1/+1
2024-02-05merge the accepted-structural-match tests into oneRalf Jung-34/+14
2024-02-05update the tracking issue for structural match violationsRalf Jung-70/+87
2024-02-05show indirect_structural_match and pointer_structural_match in future compat ...Ralf Jung-0/+466
2024-02-05get rid of nontrivial_structural_match lint and custom_eq const qualifRalf Jung-101/+6
2024-02-05Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrumbors-2/+2
2024-02-05Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-SimulacrumMatthias Krüger-6/+6
2024-02-05Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillotMatthias Krüger-371/+257
2024-02-05Rollup merge of #120569 - Zalathar:fn-sig, r=oli-obkMatthias Krüger-32/+218
2024-02-04Add an `armv8r-none-eabihf` target to support the Cortex-R52.Chris Copeland-0/+3
2024-02-05coverage: Make unexpansion of closure bodies more preciseZalathar-32/+48
2024-02-05coverage: Add a test for `#[coverage(..)]` on closuresZalathar-0/+119