about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-08-16Auto merge of #87050 - jyn514:no-doc-primitive, r=manishearthbors-0/+20
2021-08-16Add more assert!() tests for non_fmt_panics.Mara Bos-4/+60
2021-08-16Add tests for non_fmt_panics in generic functions.Mara Bos-1/+105
2021-08-16Update non_fmt_panics test.Mara Bos-15/+68
2021-08-16Add ui testDeadbeef-0/+18
2021-08-16Don't mark `if_let_guard` as an incomplete featureLéo Lanteri Thauvin-18/+12
2021-08-16Update test output.Mara Bos-152/+44
2021-08-16Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiserbors-0/+1346
2021-08-16feature gate doc(primitive)Joshua Nelson-0/+20
2021-08-16Uplift the `invalid_atomic_ordering` lint from clippy to rustcThom Chiovoloni-0/+1346
2021-08-15add regression testErik Desjardins-0/+25
2021-08-15Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"Erik Desjardins-4/+11
2021-08-16Auto merge of #80357 - c410-f3r:new-hir-let, r=matthewjasperbors-657/+239
2021-08-15Auto merge of #87590 - Amanieu:deprecate_llvm_asm, r=nagisabors-132/+177
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-657/+239
2021-08-15Auto merge of #87982 - m-ou-se:non-fmt-panic-assert-str, r=cjgillotbors-27/+75
2021-08-15Add a dead code test for using anon const in patternGary Guo-0/+45
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-132/+177
2021-08-15Auto merge of #87975 - m-ou-se:unused-import-attributes, r=nagisabors-0/+33
2021-08-15Report nicer errors for HRTB NLL errors from queriesMatthew Jasper-82/+222
2021-08-15Report mismatched type errors for bound region errors in NLLMatthew Jasper-47/+119
2021-08-14Only compute place if upvars can be resolvedRoxane-0/+54
2021-08-14Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisabors-56/+225
2021-08-14Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obkbors-11/+4
2021-08-14Auto merge of #87324 - asquared31415:named-asm-labels, r=Amanieubors-0/+406
2021-08-14Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obkbors-34/+53
2021-08-14Auto merge of #87600 - JohnTitor:classify-ui-tests, r=petrochenkovbors-26/+0
2021-08-13Update comment and fix fmtRoxane-4/+4
2021-08-13Auto merge of #87478 - jackh726:issue-84931, r=estebankbors-4/+105
2021-08-13Point to where clause for GATsjackh726-4/+105
2021-08-13Auto merge of #86492 - hyd-dev:no-mangle-method, r=petrochenkovbors-202/+805
2021-08-13Auto merge of #87984 - m-ou-se:closure-lint-wording, r=Aaron1011bors-280/+280
2021-08-13Update tests for new closure migration lint wording.Mara Bos-280/+280
2021-08-13Rollup merge of #87966 - pietroalbini:fix-pidfd-test, r=m-ou-seGuillaume Gomez-1/+12
2021-08-13Rollup merge of #87795 - estebank:erase-lifetimes-in-suggestion, r=oli-obkGuillaume Gomez-1/+30
2021-08-13Fix Cargo.lock and ui testDeadbeef-1/+1
2021-08-13Update non-fmt-panic tests.Mara Bos-27/+75
2021-08-13Bless testDeadbeef-4/+4
2021-08-13Make assoc types work with `?const `opt=outDeadbeef-1/+11
2021-08-13Moved ui testDeadbeef-20/+0
2021-08-13Fix testsDeadbeef-2/+4
2021-08-13Fix call-generic-method-nonconst testDeadbeef-3/+15
2021-08-13Fix assoc-type testDeadbeef-5/+20
2021-08-13move Constness into TraitPredicateDeadbeef-1/+1
2021-08-13Auto merge of #87956 - m-ou-se:closure-migration-macro-body, r=Aaron1011bors-0/+56
2021-08-12Add missing multi variant casesRoxane-0/+63
2021-08-12Auto merge of #87916 - nbdd0121:black_box, r=nagisabors-1/+1
2021-08-12Forbid `!` from being used in `asm!` outputGary Guo-0/+27
2021-08-12Rollup merge of #87965 - m-ou-se:non-fmt-panic-external, r=estebankManish Goregaokar-12/+6
2021-08-12Rollup merge of #87953 - m-ou-se:closure-migration-multiline-formatting, r=pe...Manish Goregaokar-81/+108