about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-01-27Rollup merge of #119957 - Young-Flash:fix, r=fmeaseMatthias Krüger-0/+118
2024-01-27Rollup merge of #118182 - estebank:issue-118164, r=davidtwcoMatthias Krüger-0/+36
2024-01-27Auto merge of #118636 - h1467792822:dev, r=michaelwoeristerbors-4/+84
2024-01-26Properly recover from trailing attr in bodyEsteban Küber-0/+36
2024-01-26Rollup merge of #120382 - fee1-dead-contrib:classify-closure-argument, r=Nadr...Matthias Krüger-2/+2
2024-01-26Rollup merge of #120378 - lcnr:normalize-ast, r=compiler-errorsMatthias Krüger-35/+51
2024-01-26Rollup merge of #120311 - mina86:h, r=cuviperMatthias Krüger-0/+2
2024-01-26Rollup merge of #120277 - compiler-errors:normalize-before-validating, r=oli-obkMatthias Krüger-0/+31
2024-01-26Rollup merge of #119562 - LegionMammal978:rename-pin-pointer, r=Amanieu,dtolnayMatthias Krüger-6/+6
2024-01-26Rollup merge of #119342 - sjwang05:issue-112254, r=wesleywiserMatthias Krüger-0/+89
2024-01-26Normalize field types before checking validityMichael Goulet-0/+31
2024-01-26Classify closure arguments in refutable pattern in argument errorDeadbeef-2/+2
2024-01-26Auto merge of #120375 - matthiaskrgr:rollup-ueakvms, r=matthiaskrgrbors-15/+44
2024-01-26remove unnecessary testlcnr-22/+0
2024-01-26move alias-relate testslcnr-1/+1
2024-01-26next-solver: normalize in `LoweredTy::from_raw`lcnr-12/+50
2024-01-26Rollup merge of #120360 - compiler-errors:afit-sized-lol, r=lcnrMatthias Krüger-0/+18
2024-01-26Rollup merge of #120329 - nnethercote:3349-precursors, r=fee1-deadMatthias Krüger-11/+12
2024-01-26Rollup merge of #117420 - Jules-Bertholet:internal-unstable-stmt-expr-attribu...Matthias Krüger-4/+14
2024-01-26Auto merge of #120367 - RalfJung:project_downcast_uninhabited, r=oli-obkbors-0/+102
2024-01-26add test for GVN issue; cleanup in dataflow_const_propRalf Jung-0/+92
2024-01-26interpret: project_downcast: do not ICE for uninhabited variantsRalf Jung-0/+10
2024-01-26Rollup merge of #120322 - compiler-errors:higher-ranked-async-closures, r=oli...Matthias Krüger-0/+29
2024-01-26Rollup merge of #120124 - nikic:fix-assembly-test, r=davidtwcoMatthias Krüger-64/+82
2024-01-26Rollup merge of #118803 - Nadrieril:min-exhaustive-patterns, r=compiler-errorsMatthias Krüger-139/+773
2024-01-26MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-op...h1467792822-4/+84
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-457/+226
2024-01-25Rollup merge of #120330 - compiler-errors:no-coroutine-info-in-coroutine-drop...Matthias Krüger-42/+0
2024-01-25Rollup merge of #120306 - safinaskar:clone3-clean-up, r=petrochenkovMatthias Krüger-56/+0
2024-01-25blessMichal Nazarewicz-0/+2
2024-01-25Split assembly tests for ELF and MachONikita Popov-64/+82
2024-01-25Rollup merge of #120315 - estebank:issue-102629-2, r=wesleywiserMatthias Krüger-0/+68
2024-01-25Rollup merge of #119895 - oli-obk:track_errors_3, r=matthewjasperMatthias Krüger-73/+333
2024-01-25Rollup merge of #119389 - estebank:issue-116925, r=TaKO8KiMatthias Krüger-0/+279
2024-01-25Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obkMatthias Krüger-1/+24
2024-01-25Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obkbors-0/+118
2024-01-25Don't fire OPAQUE_HIDDEN_INFERRED_BOUND on sized return of AFITMichael Goulet-0/+18
2024-01-25Remove coroutine info when building coroutine drop bodyMichael Goulet-42/+0
2024-01-25Auto merge of #119627 - oli-obk:const_prop_lint_n̵o̵n̵sense, r=cjgillotbors-3/+12
2024-01-25Avoid useless checking in `from_token_lit`.Nicholas Nethercote-11/+12
2024-01-25Implement feature gate logicNadrieril-139/+773
2024-01-24Don't manually resolve async closures in rustc_resolveMichael Goulet-0/+29
2024-01-24Account for expected `dyn Trait` found `impl Trait`Esteban Küber-0/+61
2024-01-24On E0308 involving `dyn Trait`, mention trait objectsEsteban Küber-0/+7
2024-01-24Rollup merge of #120285 - est31:remove_extra_pound, r=fmeaseLeón Orell Valerian Liehr-10/+10
2024-01-24Rollup merge of #120284 - petrochenkov:typrivisit2, r=oli-obkLeón Orell Valerian Liehr-3/+16
2024-01-24Rollup merge of #120265 - nikic:no-no-system-llvm, r=nagisaLeón Orell Valerian Liehr-21/+1
2024-01-24Rollup merge of #120185 - Zalathar:auto-derived, r=wesleywiserLeón Orell Valerian Liehr-97/+6
2024-01-24Rollup merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-seLeón Orell Valerian Liehr-2/+5
2024-01-24This commit is part of clone3 clean up. Merge tests from tests/ui/command/com...Askar Safin-46/+0