summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-05-31add testslcnr-0/+78
2023-05-30Add a test for misaligned pointer derefs inside addr_of!Ben Kimock-0/+15
2023-05-25add testlcnr-1/+72
2023-05-25Dont check `must_use` on nested `impl Future` from fnMichael Goulet-13/+29
2023-05-19Encode VariantIdx so we can decode variants in the right orderMichael Goulet-0/+18
2023-05-19debuginfo: split method declaration and definitionJosh Stone-0/+21
2023-05-06Remove wrong assertion.Camille GILLOT-0/+10
2023-04-29Temporarily disable the jobserver-error testEric Huss-0/+1
2023-04-27Encode lifetime param spans tooMichael Goulet-30/+48
2023-04-26Encode def span for ConstParamMichael Goulet-0/+30
2023-04-17update tests for the test harness's json formattingPietro Albini-0/+20
2023-04-15Remove obsolete test.Camille GILLOT-47/+0
2023-04-15Bless run-make.Camille GILLOT-1/+7
2023-04-15Bless codegen test.Camille GILLOT-3/+0
2023-04-15Only enable ConstProp at mir-opt-level >= 2.Camille GILLOT-48/+0
2023-04-15Auto merge of #109802 - notriddle:notriddle/rustdoc-search-generics-nested, r...bors-2/+174
2023-04-14rustdoc-search: add support for nested genericsMichael Howell-2/+174
2023-04-14Auto merge of #110197 - cjgillot:codegen-discr, r=pnkfelixbors-17/+21
2023-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-1/+1
2023-04-14Rollup merge of #108687 - compiler-errors:reformulate-point_at_expr_source_of...Matthias Krüger-21/+27
2023-04-14Update codegen test.Camille GILLOT-2/+5
2023-04-14Fortify tests againts mir-opts.Camille GILLOT-15/+16
2023-04-14Rollup merge of #110315 - oli-obk:mor_smir, r=WaffleLapkinYuki Okushi-0/+2
2023-04-14Rollup merge of #103682 - Swatinem:stable-run-directory, r=GuillaumeGomezYuki Okushi-2/+2
2023-04-14Add a stable MIR way to get the main functionOli Scherer-0/+2
2023-04-14Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddleMatthias Krüger-4/+23
2023-04-14Rollup merge of #110276 - nnethercote:rm-BrAnon-Span, r=jackh726Matthias Krüger-4/+4
2023-04-14Rollup merge of #110207 - compiler-errors:new-solver-unpin, r=lcnrMatthias Krüger-4/+28
2023-04-14Rollup merge of #110180 - lcnr:canonicalize, r=compiler-errorsMatthias Krüger-327/+12
2023-04-14Rollup merge of #109800 - bryangarza:safe-transmute-improved-errors, r=compil...Matthias Krüger-537/+358
2023-04-14Auto merge of #109875 - jyn514:no-fulldeps, r=compiler-errorsbors-11/+13
2023-04-14Add test for uniquifying regionsMichael Goulet-0/+12
2023-04-14Assemble Unpin candidates specially for generators in new solverMichael Goulet-4/+28
2023-04-13Fix tests on wasmJoshua Nelson-4/+6
2023-04-13Move most ui-fulldeps tests to uijyn-0/+0
2023-04-14Remove another use of `BrAnon(Some(_))`.Nicholas Nethercote-2/+2
2023-04-14Remove one use of `BrAnon(Some(_))`.Nicholas Nethercote-2/+2
2023-04-13Improve safe transmute error reportingBryan Garza-537/+358
2023-04-13Rollup merge of #110283 - saethlin:check-panics-before-alignment, r=bjorn3Matthias Krüger-0/+17
2023-04-13Rollup merge of #110277 - Ezrashaw:combine-assoc-fns-dlint, r=lcnrMatthias Krüger-58/+115
2023-04-13Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillotMatthias Krüger-6/+54
2023-04-13Rollup merge of #110233 - nbdd0121:intrinsic, r=tmiaskoMatthias Krüger-10/+50
2023-04-13Rollup merge of #110193 - compiler-errors:body-owner-issue, r=WaffleLapkinMatthias Krüger-0/+44
2023-04-13Rollup merge of #109036 - chenyukang:yukang/fix-testcase, r=jyn514Matthias Krüger-2/+2
2023-04-13Add test to ensure that compiler built-in proc-macro are considered as suchGuillaume Gomez-4/+23
2023-04-13Only emit alignment checks if we have a panic_implBen Kimock-0/+17
2023-04-14bless the single testEzra Shaw-0/+2
2023-04-13Auto merge of #109989 - ids1024:m68k-asm, r=Amanieubors-0/+83
2023-04-13impl reviewer feedbackEzra Shaw-6/+22
2023-04-13Add regression testGary Guo-0/+39