about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-11-08Auto merge of #103965 - petrochenkov:effvisperf3, r=oli-obkbors-18/+79
2022-11-08ignore wasm in testlcnr-2/+4
2022-11-08selection failure: recompute applicable implslcnr-23/+67
2022-11-08Visit attributes of trait impl items during AST validationLeón Orell Valerian Liehr-0/+23
2022-11-08prevent uninitialized access in black_box for zero-sized-typesKrasimir Georgiev-0/+32
2022-11-08llvm: dwo only emitted when object code emittedDavid Wood-2/+55
2022-11-08run-make-fulldeps: fix split debuginfo testDavid Wood-15/+145
2022-11-08use subdiagnostic for sugesting add letyukang-0/+5
2022-11-08fix #103587, Recover from common if let syntax mistakes/typosyukang-0/+67
2022-11-08Rollup merge of #103651 - Alexendoo:parse-format-unicode-escapes, r=wesleywiserDylan DPC-0/+82
2022-11-07rustdoc: fix font color inheritance from body, and testMichael Howell-0/+73
2022-11-07rustdoc: use javascript to layout notable traits popupsMichael Howell-16/+35
2022-11-07Add a known that this is a known limitationJack Huey-0/+3
2022-11-07Get spans for a couple more region types, add some optimizations, and extend ...Jack Huey-3/+76
2022-11-07Add an optional Span to BrAnon and use it to print better error for HRTB erro...Jack Huey-0/+45
2022-11-07Reworked const fn ref testsonestacked-14/+59
2022-11-07Fix `const_fn_trait_ref_impl`, add test for itonestacked-0/+35
2022-11-07Add --print=split-debuginfoKamil Koczurek-1/+1
2022-11-07Auto merge of #104102 - Dylan-DPC:rollup-0eakshe, r=Dylan-DPCbors-1/+253
2022-11-07Rollup merge of #104090 - wanghaha-dev:master, r=Dylan-DPCDylan DPC-1/+1
2022-11-07Rollup merge of #104052 - TaKO8Ki:fix-103997, r=notriddleDylan DPC-0/+16
2022-11-07Rollup merge of #104038 - compiler-errors:super-norm-closure-sig, r=lcnrDylan DPC-0/+17
2022-11-07Rollup merge of #104003 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-0/+0
2022-11-07Rollup merge of #103986 - compiler-errors:oh-no-bad-block-should-not-have-lab...Dylan DPC-0/+219
2022-11-07Auto merge of #101395 - saethlin:strict-provenance-codegen, r=nikicbors-0/+37
2022-11-07Fix rebaseJannis Christopher Köhl-2/+1
2022-11-07Remove copy of current const prop tests and add a few new testsJannis Christopher Köhl-2500/+253
2022-11-07Prevent propagation of overflow if overflow occuredJannis Christopher Köhl-1/+1
2022-11-07Improve documentation, plus some small changesJannis Christopher Köhl-4/+2
2022-11-07Make overflow flag propagation conditionalJannis Christopher Köhl-0/+53
2022-11-07Update test resultsJannis Christopher Köhl-4/+4
2022-11-07Update issue-50814.rs test resultJannis Christopher Köhl-9/+23
2022-11-07Improve example used for SB testsJannis Christopher Köhl-19/+47
2022-11-07Add tests for Stacked Borrows behaviorJannis Christopher Köhl-0/+120
2022-11-07Only assume Stacked Borrows if -Zunsound-mir-opts is givenJannis Christopher Köhl-84/+86
2022-11-07Update test results after rebaseJannis Christopher Köhl-28/+29
2022-11-07Add some more unit-test directivesJannis Christopher Köhl-112/+137
2022-11-07Update test resultsJannis Christopher Köhl-200/+122
2022-11-07Add tests from current const propJannis Christopher Köhl-0/+2297
2022-11-07Remove leftover test filesJannis Christopher Köhl-234/+0
2022-11-07Rebase onto masterJannis Christopher Köhl-6/+1
2022-11-07Add tracking of unreachabilityJannis Christopher Köhl-3/+6
2022-11-07Update other test resultsJannis Christopher Köhl-4/+238
2022-11-07Reject registration of downcasts for nowJannis Christopher Köhl-85/+85
2022-11-07Change test from usize to i32 to prevent target issuesJannis Christopher Köhl-12/+12
2022-11-07Add additional flooding when assigning a value and corresponding testJannis Christopher Köhl-0/+63
2022-11-07Remove empty testJannis Christopher Köhl-18/+0
2022-11-07Update test resultsJannis Christopher Köhl-16/+56
2022-11-07Update test resultsJannis Christopher Köhl-12/+16
2022-11-07Add initial version of value analysis and dataflow constant propagationJannis Christopher Köhl-0/+769