about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-01-18Rollup merge of #81128 - RalfJung:validation-testing, r=oli-obkAshley Mannix-81/+59
2021-01-18Rollup merge of #81071 - osa1:fix_81006, r=estebankAshley Mannix-0/+24
2021-01-18Auto merge of #81015 - jyn514:feature-gate-ptr, r=camelidbors-9/+40
2021-01-18Only inherit const stability for methods of `impl const Trait` blocksoli-5/+11
2021-01-18Improve unknown external crate errorRyan Levick-4/+4
2021-01-17Fix structured suggestion for explicit `drop` callEsteban Küber-17/+96
2021-01-17Auto merge of #80537 - ehuss:macos-posix-spawn-chdir, r=dtolnaybors-0/+49
2021-01-17Fix test to work with remote-test-server.Eric Huss-1/+7
2021-01-17Fix formatting for removed lintsJoshua Nelson-22/+22
2021-01-17Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnrbors-1/+1
2021-01-17Feature-gate `pointer` and `reference` in intra-doc linksJoshua Nelson-9/+40
2021-01-17validation test: turn some const_err back into validation failuresRalf Jung-81/+59
2021-01-17Auto merge of #80524 - jyn514:unknown-tool-lints, r=flip1995,matthewjasperbors-2/+2
2021-01-17Add test for Command::current_dir behavior.Eric Huss-0/+43
2021-01-17Fix `unused_unsafe` label with `unsafe_block_in_unsafe_fnLeSeulArtichaut-16/+39
2021-01-17Skip linking if it is not requiredMiguel Ojeda-0/+7
2021-01-17rustc_parse_format: Fix character indices in find_skipsÖmer Sinan Ağacan-0/+24
2021-01-17Add regression testoli-0/+44
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-16don't suggest erroneous trailing comma after `..`Zack M. Davis-5/+44
2021-01-16fold_with not super_fold_with in TypeFoldable impl for PredicateJack Huey-1/+1
2021-01-16Remove PredicateKind::AtomJack Huey-1/+1
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-16Target stack-probe support configurable finelySimonas Kazlauskas-0/+1
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-16fix line numbersChris Pardy-25/+25
2021-01-16Add a testÖmer Sinan Ağacan-0/+17
2021-01-16Auto merge of #77885 - erikdesjardins:probeasm, r=cuviperbors-1/+44