about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-05-21rustdoc-json: Remove false docs and add test for inline attributeAlona Enraght-Moony-0/+11
2025-05-21Check for element being `const` before resolving repeat countBoxy-32/+18
2025-05-21GAI logic on stable tooBoxy-10/+139
2025-05-21Properly test whether repeat expr checks are pre/post integer fallbackBoxy-82/+74
2025-05-21Don't allow repeat expr count inference side effects to propagateBoxy-2/+77
2025-05-21Fix testsBoxy-92/+356
2025-05-21lower bodies' params to thir before the body's valuedianne-9/+9
2025-05-21fix better_any breakage by making the solver more unsoundlcnr-0/+33
2025-05-21Rollup merge of #141334 - lcnr:coerce-nested-obligations, r=compiler-errorsMatthias Krüger-0/+16
2025-05-21Rollup merge of #141333 - compiler-errors:param-env-candidate-unnorm, r=lcnrMatthias Krüger-0/+46
2025-05-21Rollup merge of #141332 - compiler-errors:no-fold-const, r=lcnrMatthias Krüger-0/+10
2025-05-21Rollup merge of #141328 - azhogin:azhogin/async-drop-ice-for-empty-impl-fix, ...Matthias Krüger-2/+16
2025-05-21Rollup merge of #141296 - azhogin:azhogin/async-drop-broken-mir-place-deref-f...Matthias Krüger-3/+7
2025-05-21Rollup merge of #141267 - dianne:fix-141265, r=oli-obkMatthias Krüger-0/+60
2025-05-21limit impls of `VaArgSafe` to just types that are actually safeFolkert de Vries-6/+6
2025-05-21Add some track_caller info to precondition panicsBen Kimock-150/+88
2025-05-21Async drop fix for 'broken mir in AsyncDropGlue, place has deref as a later p...Andrew Zhogin-3/+7
2025-05-21When AsyncDrop impl is empty, sync drop generated in elaborator (Fixes #140974)Andrew Zhogin-2/+16
2025-05-21eagerly check nested obligations when coercing fndefslcnr-0/+16
2025-05-21Use DeepRejectCtxt in assemble_inherent_candidates_from_paramMichael Goulet-0/+46
2025-05-21Rollup merge of #141318 - nnethercote:fix-140884, r=compiler-errorsMatthias Krüger-6/+18
2025-05-21Rollup merge of #141317 - dianne:continue-liveness-ice-fix, r=compiler-errorsMatthias Krüger-15/+80
2025-05-21Rollup merge of #141213 - xizheyin:issue-141136, r=nnethercoteMatthias Krüger-10/+65
2025-05-21Do not eagerly fold consts in normalize_param_env_or_error if new solverMichael Goulet-0/+10
2025-05-21Avoid creating an empty identifer in `Symbol::to_ident_string`.Nicholas Nethercote-6/+18
2025-05-21Update generic testsMarcelo Domínguez-3/+3
2025-05-21Update UI testsMarcelo Domínguez-128/+98
2025-05-21Update codegen and pretty testsMarcelo Domínguez-39/+39
2025-05-21Rollup merge of #141308 - spastorino:fix-rpitit-error-reporting-ice, r=nnethe...Matthias Krüger-1/+22
2025-05-21Rollup merge of #140981 - est31:guard_let_chains_tests, r=petrochenkovMatthias Krüger-48/+269
2025-05-21Auto merge of #127721 - bvanjoi:issue-124273, r=petrochenkovbors-0/+241
2025-05-20typeck: catch `continue`s pointing to blocksdianne-15/+80
2025-05-20Do not call name() on rpitit assoc_itemSantiago Pastorino-1/+22
2025-05-21collect doc alias as tips during resolutionbohan-0/+241
2025-05-20Rollup merge of #141275 - dianne:gather-guard-pat-locals-once, r=compiler-errorsMatthias Krüger-0/+15
2025-05-20Rollup merge of #141253 - azhogin:azhogin/async-drop-feature-inconsistency-wa...Matthias Krüger-2/+2
2025-05-20Rollup merge of #141236 - jagunter:issue-140823, r=compiler-errorsMatthias Krüger-9/+38
2025-05-20Just error on recursive opaque ty in HIR typeckMichael Goulet-180/+90
2025-05-19`gather_locals`: only visit guard pattern guards when checking the guarddianne-0/+15
2025-05-20Add println! test for sugg-field-in-format-string-issue-141136xizheyin-1/+10
2025-05-20make std::intrinsic functions actually be intrinsicsRalf Jung-34/+17
2025-05-19only resolve top-level guard patterns' guards oncedianne-0/+60
2025-05-20Warning when dependency crate has async drop types, and the feature is disabl...Andrew Zhogin-2/+2
2025-05-19Fixed possible ICE in annotate_mut_binding_to_immutable_bindingJosh Gunter-9/+38
2025-05-19Auto merge of #141255 - matthiaskrgr:rollup-ravsgen, r=matthiaskrgrbors-1/+15
2025-05-19add s390x z17 target featuresFolkert de Vries-0/+12
2025-05-19Warning added when dependency crate has async drop types, and the feature is ...Andrew Zhogin-1/+15
2025-05-19gvn: bail out unavoidable non-ssa locals in repeatdianqk-0/+84
2025-05-19Rollup merge of #141242 - folkertdev:aarch64-asm-parse-errors, r=AmanieuStuart Cook-470/+7
2025-05-19Rollup merge of #141225 - matthiaskrgr:crashes_may2015, r=compiler-errorsStuart Cook-0/+396