about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-01-17Auto merge of #80524 - jyn514:unknown-tool-lints, r=flip1995,matthewjasperbors-2/+2
2021-01-17Rollup merge of #81080 - bugadani:vec-diag, r=oli-obk,m-ou-seMara Bos-33/+21
2021-01-17Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasperMara Bos-32/+58
2021-01-17Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa...Mara Bos-0/+251
2021-01-17Rollup merge of #80031 - petrochenkov:builtina, r=estebankMara Bos-2/+20
2021-01-17Rollup merge of #79298 - lcnr:new-elysium, r=matthewjasperMara Bos-0/+34
2021-01-17Force vec! to expressions onlyDániel Buga-33/+21
2021-01-17Auto merge of #78818 - scottmcm:as_rchunks, r=KodrAusbors-0/+33
2021-01-17Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkovbors-66/+0
2021-01-16Try ignore-debug in the codegen testScott McMurray-0/+1
2021-01-17resolve: Reject ambiguity built-in attr vs different built-in attrVadim Petrochenkov-2/+20
2021-01-16Move some tests to more reasonable directories - 2Caio-66/+0
2021-01-16Auto merge of #81089 - m-ou-se:rollup-z7iac6i, r=m-ou-sebors-2/+163
2021-01-16correctly deal with late-bound lifetimes in anon constsBastian Kauschke-0/+34
2021-01-16Rollup merge of #81081 - bugadani:double-partialeq, r=Mark-SimulacrumMara Bos-0/+16
2021-01-16Rollup merge of #81060 - nagisa:nagisa/regression-50041, r=Mark-SimulacrumMara Bos-0/+34
2021-01-16Rollup merge of #81040 - osa1:fix_80992, r=jyn514Mara Bos-0/+17
2021-01-16Rollup merge of #81021 - CraftSpider:rustdoc-remove-import, r=jyn514Mara Bos-2/+5
2021-01-16Rollup merge of #80971 - camelid:feature-gate-testsuite-organization, r=Mark-...Mara Bos-0/+0
2021-01-16Rollup merge of #80941 - JohnTitor:ref-mut-pat-in-loops, r=varkorMara Bos-0/+25
2021-01-16Rollup merge of #80902 - JohnTitor:issue-76281, r=Mark-SimulacrumMara Bos-0/+12
2021-01-16Rollup merge of #80614 - 1000teslas:issue-78938-fix, r=tmandryMara Bos-0/+54
2021-01-16Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnrbors-312/+0
2021-01-16Add test for #34792Dániel Buga-0/+16
2021-01-16Add a regression test for #76281Yuki Okushi-0/+12
2021-01-15Add `as_rchunks` (and friends) to slicesScott McMurray-0/+32
2021-01-16Add a testÖmer Sinan Ağacan-0/+17
2021-01-16Auto merge of #77885 - erikdesjardins:probeasm, r=cuviperbors-1/+44
2021-01-16Add a regression test for #50041Simonas Kazlauskas-0/+34
2021-01-15Don't mark `ineffective_unstable_trait_impl` as an internal lintJoshua Nelson-2/+2
2021-01-15Add warning to compare.py about error messagesRune Tynan-0/+3
2021-01-15Fix JSON testRune Tynan-2/+2
2021-01-15Add test for #59352Dániel Buga-0/+139
2021-01-15Rollup merge of #81008 - tmiasko:generator-layout-err, r=tmandryYuki Okushi-0/+37
2021-01-15Rollup merge of #80834 - bugadani:vecdeque, r=oli-obkYuki Okushi-0/+19
2021-01-15Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebankYuki Okushi-0/+37
2021-01-14Use probe-stack=inline-asm in LLVM 11+Erik Desjardins-1/+44
2021-01-14Auto merge of #81018 - m-ou-se:rollup-7202dc7, r=m-ou-sebors-2/+239
2021-01-14Remove unreachable panics from VecDequeDániel Buga-0/+19
2021-01-14Rollup merge of #80017 - camelid:sugg-rest-pattern, r=estebankMara Bos-2/+239
2021-01-14Auto merge of #79689 - Vooblin:patch1, r=tmandrybors-54/+55
2021-01-14Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasperbors-2754/+2504
2021-01-14Don't ICE when computing a layout of a generator tainted by errorsTomasz Miąsko-0/+37
2021-01-14Fix error E0373 documentation1000teslas-1/+1
2021-01-14Encode optimized MIR of generators when emitting metadataTomasz Miąsko-0/+34
2021-01-13Auto merge of #80654 - Aaron1011:fix/dummy-span-ctxt, r=wesleywiserbors-0/+10
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-382/+1911
2021-01-13Properly handle `SyntaxContext` of dummy spans in incr compAaron Hill-0/+10
2021-01-14Bless test output1000teslas-1/+0
2021-01-13Update code to account for extern ABI requirementMark Rousskov-163/+152