about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-01-10Eagerly mono drop for structs with lifetimesMichael Goulet-0/+43
2025-01-09Make sure to walk into nested const blocks in RegionResolutionVisitorMichael Goulet-0/+16
2025-01-09Fix `proc_macro::quote!` for raw identAsuna-1/+21
2025-01-09Migrate check-fail tests for `proc_macro::quote!` from `quote` crateAsuna-0/+163
2025-01-09Migrate basic tests for `proc_macro::quote!` from `quote` crateAsuna-0/+368
2025-01-09Append `TokenTree` with `ToTokens` in `proc_macro::quote!`Asuna-19/+23
2025-01-09Add tests cases from review of #132289Frank Steffahn-0/+178
2025-01-09Make bare-fn test less dependent on path widthChris Denton-6/+8
2025-01-09Unify conditional and non const call error reportingMichael Goulet-20/+26
2025-01-09Add note back to conditionally-const error messageMichael Goulet-0/+8
2025-01-09Rollup merge of #135261 - compiler-errors:coverage-has-identity-substs, r=oli...Matthias Krüger-0/+53
2025-01-09Rollup merge of #135195 - oli-obk:push-toyoyrupruko, r=lcnrMatthias Krüger-70/+97
2025-01-09add comment to testlcnr-4/+6
2025-01-09Account for identity substituted items in symbol manglingMichael Goulet-0/+51
2025-01-09Auto merge of #135279 - matthiaskrgr:rollup-ek2qere, r=matthiaskrgrbors-0/+1
2025-01-09Use trait definition cycle detection for trait alias definitions, tooOli Scherer-5/+34
2025-01-09Always take the `Ok` path in `lit_to_const` and produce error constants insteadOli Scherer-70/+97
2025-01-09Rollup merge of #135225 - erickt:fix-test, r=jieyouxuMatthias Krüger-0/+1
2025-01-09Auto merge of #133324 - scottmcm:gvn-aggregate-transmute, r=cjgillotbors-618/+1703
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-08Make the aggregate-then-transmute handling more generalScott McMurray-295/+505
2025-01-08Refactor the cast-then-cast cases together, and support transmute-then-transmuteScott McMurray-23/+475
2025-01-08Use layout information to detect transparent transmutesScott McMurray-9/+77
2025-01-08[mir-opt] GVN some more transmute casesScott McMurray-624/+979
2025-01-08Remove special-casing for argument patterns in MIR typeckdianne-7/+9
2025-01-08Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgrbors-10/+71
2025-01-08add test from #114192Martin Zacho-0/+23
2025-01-08Implement const Destruct in old solverMichael Goulet-130/+113
2025-01-08Only test proc-macro invalid compile flags with panic=unwindErick Tryzelaar-0/+1
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-08Add test cases and test for `HELP`spore-7/+70
2025-01-08reorganize and comment some of the experimental pattern typing testsdianne-497/+529
2025-01-08move the experimental match ergonomics tests to be with the other rfc 3627 testsdianne-0/+0
2025-01-08Rename PatKind::Lit to ExprOli Scherer-6/+6
2025-01-08Exhaustively handle expressions in patternsOli Scherer-1/+1
2025-01-07make experimental pattern typing features mutually exclusivedianne-180/+11
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-08Don't allow DispatchFromDyn impls that transmute ZST to non-ZSTMichael Goulet-0/+41
2025-01-08Don't allow transmuting ZSTs in dispatch_from_dyn implMichael Goulet-2/+52
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