about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-01-21Auto merge of #81240 - JohnTitor:rollup-ieaz82a, r=JohnTitorbors-4/+140
2021-01-21Rollup merge of #81185 - osa1:fix_80742, r=oli-obkYuki Okushi-0/+75
2021-01-21Rollup merge of #81046 - rylev:unknown-external-crate, r=estebankYuki Okushi-4/+34
2021-01-21Rollup merge of #80429 - JulianKnodt:ob_forest, r=Mark-SimulacrumYuki Okushi-0/+31
2021-01-21Auto merge of #80958 - bstrie:deptbdnums, r=KodrAusbors-1/+1
2021-01-20Deprecate-in-future the constants superceded by RFC 2700bstrie-1/+1
2021-01-20Remove flaky testJoshua Nelson-6/+0
2021-01-20Auto merge of #81118 - ojeda:metadata-obj, r=nagisabors-0/+7
2021-01-19Address review v2Rune Tynan-46/+40
2021-01-19Add jsondocck tool, and use it for rustdoc JSONRune Tynan-988/+63
2021-01-19Fix ICE in mir when evaluating SizeOf on unsized typeÖmer Sinan Ağacan-0/+75
2021-01-19Auto merge of #81186 - GuillaumeGomez:rollup-y2d04g9, r=GuillaumeGomezbors-17/+96
2021-01-19Rollup merge of #81147 - estebank:drop-suggestion, r=varkorGuillaume Gomez-17/+96
2021-01-19Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJungbors-16/+39
2021-01-19Auto merge of #81103 - zackmdavis:comma_trail, r=davidtwcobors-5/+44
2021-01-19Auto merge of #81042 - sasurau4:fix/unclear-error-with-trait, r=estebankbors-2/+32
2021-01-18Auto merge of #80707 - oli-obk:stability_hole_const_intrinsics, r=RalfJungbors-0/+50
2021-01-18Auto merge of #81165 - KodrAus:rollup-s7llxis, r=KodrAusbors-81/+83
2021-01-18Add tests for resolution changesRyan Levick-0/+30
2021-01-18Add test case for suggestion E0283Daiki Ihara-2/+32
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-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