about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-01-09Rollup merge of #134875 - compiler-errors:const-destruct-old-solver, r=lcnrMatthias Krüger-130/+113
2025-01-09Rollup merge of #134609 - tbu-:pr_win7_gnu, r=davidtwcoMatthias Krüger-0/+6
2025-01-09Rollup merge of #128110 - veera-sivarajan:bugfix-80173, r=cjgillotMatthias Krüger-0/+194
2025-01-08Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgrbors-10/+71
2025-01-08Implement const Destruct in old solverMichael Goulet-130/+113
2025-01-08Rollup merge of #135222 - estebank:issue-135209, r=compiler-errorsMatthias Krüger-3/+64
2025-01-08Rollup merge of #134228 - oli-obk:pat-lit-path, r=compiler-errorsMatthias Krüger-7/+7
2025-01-08Try to explain borrow for tail expr temporary drop order change in 2024Michael Goulet-19/+47
2025-01-08Don't do AccessDepth::Drop for types with no drop implMichael Goulet-0/+56
2025-01-08Don't create cycles by normalizing opaques defined in the body we're checkingMichael Goulet-18/+27
2025-01-08run borrowck tests on BIDs and emit tail-expr-drop-order lints forDing Xiang Fei-0/+77
2025-01-08Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnrbors-368/+501
2025-01-08Rename PatKind::Lit to ExprOli Scherer-6/+6
2025-01-08Exhaustively handle expressions in patternsOli Scherer-1/+1
2025-01-08Rollup merge of #135219 - matthiaskrgr:simd'nt, r=compiler-errorsJacob Pratt-8/+66
2025-01-08Rollup merge of #135203 - RalfJung:arm-soft-float, r=workingjubileeJacob Pratt-0/+1
2025-01-08modify test to side-step platform-dependent stderr outputEsteban Küber-18/+27
2025-01-08Add check for missing fields in enum variant patternEsteban Küber-3/+20
2025-01-07Ensure that we don't try to access fields on a non-struct pattern type in dia...Esteban Küber-0/+35
2025-01-07Rollup merge of #135171 - notriddle:notriddle/stable-path-is-better, r=Guilla...Matthias Krüger-0/+40
2025-01-07Rollup merge of #135149 - compiler-errors:mangle, r=oli-obkMatthias Krüger-0/+38
2025-01-07Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obkMatthias Krüger-29/+10
2025-01-07Rollup merge of #134745 - compiler-errors:better-arg-span-in-typeck, r=BoxyUwUMatthias Krüger-75/+52
2025-01-07warn about broken simd not only on structs but also enums and unions when we ...Matthias Krüger-8/+66
2025-01-07arm: add unstable soft-float target featureRalf Jung-0/+1
2025-01-07Rollup merge of #135182 - scottmcm:box-deref-via-transmute, r=oli-obkGuillaume Gomez-15/+15
2025-01-07Rollup merge of #135174 - xingxue-ibm:reproducible-build-aix, r=jieyouxuGuillaume Gomez-3/+44
2025-01-06Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhprattJacob Pratt-23/+3
2025-01-06Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxuJacob Pratt-4/+28
2025-01-06Rollup merge of #135116 - camelid:sidebar-case, r=fmeaseJacob Pratt-2/+2
2025-01-06Rollup merge of #135090 - compiler-errors:invalid-tuple-ctor-projection, r=lq...Jacob Pratt-0/+58
2025-01-06Rollup merge of #134744 - compiler-errors:transmute-non-wf, r=lcnrJacob Pratt-0/+92
2025-01-06Rollup merge of #132345 - compiler-errors:fx-diag, r=lcnrJacob Pratt-8/+29
2025-01-06Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubileeJacob Pratt-0/+91
2025-01-06Transmute from NonNull to pointer when elaborating a box deref (MCP807)Scott McMurray-15/+15
2025-01-06only avoid blaming assignments from argument patternsdianne-34/+27
2025-01-06point out unblamed constraints from `Copy`/`Sized` bounds in region errorsdianne-1/+7
2025-01-06make outlives constraints from pointer comparisons less boringdianne-15/+15
2025-01-06make outlives constraints from generic arguments less boringdianne-1/+1
2025-01-06`best_blame_constraint`: prioritize blaming interesting-seeming constraintsdianne-98/+121
2025-01-06`best_blame_constraint`: avoid blaming assignments without user-provided typesdianne-57/+63
2025-01-06`best_blame_constraint`: avoid blaming constraints from MIR generated by desu...dianne-32/+28
2025-01-06`best_blame_constraint`: add a special case to recover object lifetime defaul...dianne-37/+30
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-465/+581
2025-01-06rustdoc: Fix mismatched capitalization in sidebarNoah Lev-2/+2
2025-01-06Replace the random substring of a linker argument with a placeholder and null...Xing Xue-3/+44
2025-01-06Rollup merge of #135153 - crystalstall:master, r=workingjubileeMatthias Krüger-1/+1
2025-01-06Rollup merge of #134951 - compiler-errors:double-trait-err-msg, r=davidtwcoMatthias Krüger-0/+63
2025-01-06Rollup merge of #134771 - compiler-errors:const-arg-has-type-err, r=lcnrMatthias Krüger-2/+22
2025-01-06Rollup merge of #134742 - compiler-errors:post-borrowck-analysis, r=lcnrMatthias Krüger-0/+2