about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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-07Update tests.Mara Bos-125/+177
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-07Make sure to use Receiver trait when extracting object method candidateMichael Goulet-0/+33
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
2025-01-06rustdoc: use stable paths as preferred canonical pathsMichael Howell-0/+40
2025-01-06Suggest to replace tuple constructor through projectionMichael Goulet-0/+58
2025-01-06Recurse on GAT where clauses in fulfillment error proof tree visitorMichael Goulet-18/+14
2025-01-06Normalize each signature input/output in typeck_with_fallback with its own spanMichael Goulet-75/+52
2025-01-06Don't ice on bad transmute in typeck in new solverMichael Goulet-0/+92
2025-01-06Add derived causes for host effect predicatesMichael Goulet-8/+33
2025-01-06add test from #125718Martin Zacho-0/+18
2025-01-06Add new `{x86_64,i686}-win7-windows-gnu` targetsTobias Bucher-0/+6
2025-01-06add deprecated and do nothing flag to options tableklensy-4/+28
2025-01-06Auto merge of #135112 - tgross35:combine-select-unpredictable-test, r=the8472bors-36/+38
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-0/+91
2025-01-06improve diagnostics for const eval query overflowMartin Zacho-4/+14
2025-01-06Auto merge of #135151 - matthiaskrgr:rollup-2vy1hwl, r=matthiaskrgrbors-9/+13
2025-01-06depth limit eval_to_const_value_rawMartin Zacho-1/+1
2025-01-06chore: remove redundant words in commentcrystalstall-1/+1
2025-01-06Rollup merge of #135147 - compiler-errors:borrowck-tweaks, r=chenyukangMatthias Krüger-9/+13