about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-06-13Rollup merge of #126366 - celinval:issue-0080-def-ty, r=oli-obkLeón Orell Valerian Liehr-0/+114
2024-06-13Auto merge of #126374 - workingjubilee:rollup-tz0utfr, r=workingjubileebors-113/+267
2024-06-12Rollup merge of #126358 - jswrenn:fix-125811, r=compiler-errorsJubilee-34/+26
2024-06-12Rollup merge of #126337 - oli-obk:nested_gat_opaque, r=lcnrJubilee-0/+48
2024-06-12Rollup merge of #126142 - compiler-errors:trait-ref-split, r=jackh726Jubilee-13/+59
2024-06-12Rollup merge of #125688 - compiler-errors:alias-reporting, r=lcnrJubilee-33/+81
2024-06-12Rollup merge of #125674 - Oneirical:another-day-another-test, r=jieyouxuJubilee-33/+53
2024-06-13Auto merge of #125165 - Oneirical:pgo-branch-weights, r=jieyouxubors-35/+45
2024-06-13safe transmute: support `Variants::Single` enumsJack Wrenn-34/+26
2024-06-12Rebase falloutMichael Goulet-2/+2
2024-06-12Stop passing traitref/traitpredicate by refMichael Goulet-1/+1
2024-06-12Bless and add ICE regression testMichael Goulet-0/+36
2024-06-12Harmonize use of leaf and root obligation in trait error reportingMichael Goulet-11/+21
2024-06-12Add a new trait to retrieve StableMir definition TyCelina G. Val-0/+114
2024-06-12Also passthrough for projection clausesMichael Goulet-17/+12
2024-06-12better error message for normalizes-to ambiguitiesMichael Goulet-10/+10
2024-06-12Walk into alias-eq nested goals even if normalization failsMichael Goulet-15/+68
2024-06-12Rollup merge of #126276 - mu001999-contrib:dead/enhance, r=fee1-deadMichael Goulet-0/+78
2024-06-12Rollup merge of #126036 - Oneirical:the-intelligent-intestor, r=jieyouxuMichael Goulet-46/+42
2024-06-12Rollup merge of #126019 - tbu-:pr_unsafe_env_fixme, r=fee1-deadMichael Goulet-4/+8
2024-06-12Rollup merge of #125869 - alexcrichton:add-p1-to-wasi-targets, r=wesleywiserMichael Goulet-1/+1
2024-06-12Auto merge of #126332 - GuillaumeGomez:rollup-bu1q4pz, r=GuillaumeGomezbors-31/+204
2024-06-12Add TODO comment to unsafe env modificationTobias Bucher-4/+8
2024-06-12Add test for walking order dependent opaque type behaviourOli Scherer-0/+48
2024-06-12Detect pub structs never constructed even though they impl pub trait with ass...r0cky-0/+78
2024-06-12Rollup merge of #126295 - linyihai:uninitalized-in-match-arm, r=pnkfelixGuillaume Gomez-0/+37
2024-06-12Rollup merge of #126294 - Zalathar:spans-refiner, r=oli-obkGuillaume Gomez-1/+100
2024-06-12Rollup merge of #126228 - BoxyUwU:nested_repeat_expr_generics, r=compiler-errorsGuillaume Gomez-0/+31
2024-06-12Rollup merge of #126075 - compiler-errors:remove-debugwithinfcx, r=lcnrGuillaume Gomez-30/+36
2024-06-12port symlinked-libraries to rmakeOneirical-25/+25
2024-06-12port symlinked-rlib to rmakeOneirical-22/+17
2024-06-12port symlinked-extern to rmakeOneirical-0/+25
2024-06-12Auto merge of #125141 - SergioGasquez:feat/no_std-xtensa, r=davidtwcobors-2/+13
2024-06-12rewrite pgo-branch-weights to rmakeOneirical-35/+45
2024-06-12coverage: Replace the old span refiner with a single functionZalathar-5/+5
2024-06-12coverage: Add `tests/coverage/loop-break.rs`Zalathar-0/+41
2024-06-12coverage: Add `tests/coverage/assert-ne.rs`Zalathar-0/+58
2024-06-12Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubileebors-37/+246
2024-06-12Rollup merge of #126310 - GuillaumeGomez:migrate-run-make-prefer-rlib, r=KobzolJubilee-13/+17
2024-06-12Rollup merge of #126286 - nnethercote:fix-test-LL-CC, r=lqdJubilee-3/+4
2024-06-12Rollup merge of #126263 - nikic:s390x-codegen-test-fix, r=jieyouxuJubilee-9/+12
2024-06-12Rollup merge of #126187 - surechen:fix_125997, r=oli-obkJubilee-0/+172
2024-06-12Rollup merge of #125980 - kjetilkjeka:nvptx_remove_direct_passmode, r=davidtwcoJubilee-8/+34
2024-06-12Rollup merge of #125978 - fmease:cleanup-hir-ty-lowering-consolidate-assoc-it...Jubilee-4/+7
2024-06-12Use `fs_wrapper` in `run-make/prefer-dylib`Guillaume Gomez-3/+2
2024-06-12Remove unused import in `run-make/prefer-dylib/rmake.rs`Guillaume Gomez-5/+3
2024-06-12Migrate `run-make/prefer-rlib` to `rmake.rs`Guillaume Gomez-9/+16
2024-06-12Require any function with a tait in its signature to actually constrain a hid...Oli Scherer-577/+1344
2024-06-12For E0277 suggest adding `Result` return type for function which using Quesio...surechen-0/+172
2024-06-12No uninitalized report in a pre-returned match armLin Yihai-0/+37