about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-03-23Rollup merge of #109414 - spastorino:new-rpitit-16, r=compiler-errorsDylan DPC-3/+27
2023-03-23Rollup merge of #109405 - compiler-errors:rpitit-as-opaques, r=spastorinoDylan DPC-0/+2
2023-03-23Rollup merge of #109312 - petrochenkov:docice5, r=GuillaumeGomezDylan DPC-0/+11
2023-03-23Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholkDylan DPC-0/+63
2023-03-22Drive-by: Add -Ztrait-solver=next to canonical int var testMichael Goulet-0/+1
2023-03-22Implement non-const Destruct trait in new solverMichael Goulet-0/+13
2023-03-22Subst gat normalize pred correctlyMichael Goulet-0/+17
2023-03-22Do not feed param_env for RPITITs impl sideSantiago Pastorino-0/+2
2023-03-22Update anonymous-reexport UI testGuillaume Gomez-39/+26
2023-03-22Move useless_anynous_reexport lint into unused_importsGuillaume Gomez-4/+4
2023-03-22stop special-casing `'static` in evaluatelcnr-4/+61
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-87/+5
2023-03-22Demonstration test for MIR building of checked shift operatorsScott McMurray-0/+314
2023-03-22Increase array size in array-map.rsNikita Popov-3/+3
2023-03-22Fixes #109436: add parentheses properlyMu42-0/+28
2023-03-22Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errorsbors-43/+31
2023-03-21Always encode RPITITsSantiago Pastorino-0/+2
2023-03-21iat selection: erase regions in self typeLeón Orell Valerian Liehr-0/+50
2023-03-21Do not consider synthesized RPITITs on missing items checksSantiago Pastorino-3/+27
2023-03-21Rollup merge of #109446 - spastorino:new-rpitit-17, r=compiler-errorsMatthias Krüger-4/+35
2023-03-21Rollup merge of #109441 - oli-obk:fn_trait_new_solver, r=compiler-errorsMatthias Krüger-1/+144
2023-03-21Rollup merge of #109403 - chenyukang:yukang/fix-109396, r=estebankMatthias Krüger-0/+46
2023-03-21Rollup merge of #109336 - compiler-errors:constrain-to-ct-err, r=BoxyUwUMatthias Krüger-8/+33
2023-03-21Rollup merge of #108729 - bvanjoi:fix-issue-97534, r=petrochenkovMatthias Krüger-0/+83
2023-03-21Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa...John Kåre Alsaker-0/+1
2023-03-21Do not suggest bounds restrictions for synthesized RPITITsSantiago Pastorino-4/+35
2023-03-21new solver cleanup + coherencelcnr-4/+95
2023-03-21rustdoc: Cleanup parent module tracking for doc linksVadim Petrochenkov-0/+11
2023-03-21Eagerly intern and check CrateNum/StableCrateId collisionsOli Scherer-1/+1
2023-03-21Rollup merge of #109390 - cbeuw:aggregate-lit, r=oli-obknils-0/+112
2023-03-21Rollup merge of #109240 - compiler-errors:dont-binder-twice, r=oli-obknils-0/+6
2023-03-21Rollup merge of #108842 - compiler-errors:non_lifetime_binders-object-safe, r...nils-0/+80
2023-03-21Also check function items' signatures for Fn* trait compatibilityOli Scherer-3/+67
2023-03-21Only implement Fn* traits for extern "Rust" safe function pointers.Oli Scherer-1/+80
2023-03-21Detect uninhabited types early in const eval.Oli Scherer-28/+26
2023-03-21evaluate: improve and fix recursion depth handlinglcnr-43/+31
2023-03-21Auto merge of #106967 - saethlin:remove-vec-as-ptr-assume, r=thomccbors-0/+19
2023-03-21Return equal for two identical projectionsyukang-0/+41
2023-03-20rustdoc: add support for type filters in arguments and genericsMichael Howell-95/+181
2023-03-21Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrumbors-2/+2
2023-03-21Add ntdll to run-make-fulldeps extraflagsChris Denton-2/+2
2023-03-20Enforce non-lifetime-binders in supertrait preds are not object safeMichael Goulet-0/+80
2023-03-20Add GUI test for "Auto-hide item contents for large items" settingGuillaume Gomez-0/+51
2023-03-21Avoid ICE of attempt to add with overflow in emitteryukang-0/+46
2023-03-20adapt tests/codegen/vec-shrink-panik for LLVM 17Krasimir Georgiev-9/+14
2023-03-20Add `known-bug` test for typeid unsoundness issueEvgenii Zheltonozhskii-0/+52
2023-03-20Support aggregate expressionsAndy Wang-0/+112
2023-03-20Allow optional RET type annotationAndy Wang-0/+32
2023-03-20Also move the auxiliary fileScott McMurray-0/+0
2023-03-20mv tests/codegen/issue-* tests/codegen/issues/Scott McMurray-0/+0