about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-10-06Fix tests and bootstrapMatthew Jasper-53/+151
2020-10-06Ensure that associated types for trait objects satisfy their boundsMatthew Jasper-5/+115
2020-10-06Check associated type bounds for object safety violationsMatthew Jasper-0/+26
2020-10-06Check opaque types satisfy their boundsMatthew Jasper-33/+90
2020-10-06Check projections are well-formed when using projection candidatesMatthew Jasper-2/+229
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-978/+698
2020-10-06Rollup merge of #77591 - Aaron1011:fix/hygiene-def-scope, r=estebankYuki Okushi-0/+47
2020-10-06Rollup merge of #77587 - ehuss:unicode-escape-span, r=ecstatic-morseYuki Okushi-6/+4
2020-10-06Rollup merge of #77534 - Mark-Simulacrum:issue-70819-disallow-override-forbid...Yuki Okushi-6/+84
2020-10-05Record `expansion_that_defined` into crate metadataAaron Hill-0/+47
2020-10-05Fix span for unicode escape suggestion.Eric Huss-6/+4
2020-10-05Renamed tests to avoid exceeding Windows max path limitRich Kadel-585/+585
2020-10-05Updates to experimental coverage counter injectionRich Kadel-1511/+17701
2020-10-05Auto merge of #77549 - tmiasko:simplify-branch-same-fix, r=oli-obkbors-0/+21
2020-10-05Auto merge of #77557 - Dylan-DPC:rollup-aib9ptp, r=Dylan-DPCbors-442/+1154
2020-10-05Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasperbors-1979/+1710
2020-10-05Rollup merge of #77512 - ecstatic-morse:const-checking-allow-abort, r=RalfJungDylan DPC-0/+51
2020-10-05Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebankDylan DPC-62/+623
2020-10-05Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasperDylan DPC-380/+465
2020-10-05Rollup merge of #75928 - JulianKnodt:non_utf8, r=estebankDylan DPC-0/+15
2020-10-04Auto merge of #77023 - HeroicKatora:len-missed-optimization, r=Mark-Simulacrumbors-0/+24
2020-10-04But whateverecstatic-morse-0/+1
2020-10-04Bless more test outputAaron Hill-973/+639
2020-10-04Assume slice len is bounded by allocation sizeAndreas Molzer-0/+24
2020-10-04Prevent forbid from being ignored if overriden at the same level.Felix S. Klock II-0/+78
2020-10-04rewrite old test so that its attributes are consistent with what we want in t...Felix S. Klock II-6/+6
2020-10-04Rollup merge of #77504 - Amanieu:select_simd_bitmask, r=ecstatic-morseJonas Schievink-5/+30
2020-10-04Rollup merge of #77368 - est31:apfloat_fix, r=varkorJonas Schievink-0/+24
2020-10-04Apply suggestions from reviewAaron Hill-1/+1
2020-10-04Bless mir-opt testsAaron Hill-1003/+827
2020-10-04Add regression test for issue #72470Aaron Hill-0/+241
2020-10-04Defer creating drop trees in MIR lowering until leaving that scopeMatthew Jasper-3/+3
2020-10-04Enforce crate level attributes checksGuillaume Gomez-350/+319
2020-10-04Auto merge of #76448 - haraldh:default_alloc_error_handler_reduced, r=Amanieubors-2/+187
2020-10-04Rollup merge of #77469 - camelid:rustdoc-better-failed-res-error, r=jyn514Yuki Okushi-35/+35
2020-10-04Rollup merge of #77468 - camelid:fix-test-name, r=Dylan-DPCYuki Okushi-0/+0
2020-10-04Rollup merge of #77419 - GuillaumeGomez:create-e0777, r=jyn514Yuki Okushi-0/+28
2020-10-04Rollup merge of #77388 - JohnTitor:add-tests, r=Dylan-DPCYuki Okushi-0/+77
2020-10-04Rollup merge of #76768 - workingjubilee:reject-oob-shuffles, r=ralfjungYuki Okushi-0/+267
2020-10-04Rollup merge of #75699 - notriddle:drop-bounds-lint, r=petrochenkovYuki Okushi-0/+83
2020-10-04Add regression test for SimplifyBranchSame miscompilationTomasz Miąsko-0/+21
2020-10-03Ensure that the const-eval engine handles `#[unwind(aborts)]`Dylan MacKenzie-0/+33
2020-10-03Add check-pass test for `#[unwind(aborts)]` on a `const fn`Dylan MacKenzie-0/+17
2020-10-03Support vectors with fewer than 8 elements for simd_select_bitmaskAmanieu d'Antras-5/+30
2020-10-03Strenghten tests for crate-level attributes checkGuillaume Gomez-18/+107
2020-10-03Run attributes check at crate levelGuillaume Gomez-294/+295
2020-10-03Ensure that the error isn't displayed more than onceGuillaume Gomez-1/+3
2020-10-03Add test for #[doc(alias = "...")] at crate levelGuillaume Gomez-0/+24
2020-10-03Flatten arrows with further commentJubilee Young-5/+6
2020-10-03Add `const_generics` test for `impl-trait-with-const-arguments`varkor-2/+14