about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-05-04Rollup merge of #111086 - nnethercote:rm-MemEncoder, r=cjgillotDylan DPC-111/+0
2023-05-04Rollup merge of #111062 - clubby789:invalid-repr-unchecked, r=petrochenkovDylan DPC-1/+24
2023-05-04Rollup merge of #110943 - RalfJung:interpret-unsized-arg-ice, r=oli-obkDylan DPC-0/+9
2023-05-04Rollup merge of #110874 - compiler-errors:index-op-specific, r=oli-obkDylan DPC-6/+12
2023-05-04Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obkDylan DPC-50/+241
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-05-02Make negative trait bounds work with the old trait solverMichael Goulet-14/+2
2023-05-02Disallow associated type constraints on negative boundsMichael Goulet-0/+54
2023-05-02Implement negative boundsMichael Goulet-50/+199
2023-05-02Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebankbors-716/+419
2023-05-02Auto merge of #111089 - Dylan-DPC:rollup-b8oj6du, r=Dylan-DPCbors-467/+773
2023-05-02Rollup merge of #111048 - compiler-errors:rpitit-not-incomplete, r=jackh726Dylan DPC-361/+57
2023-05-02Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errorsDylan DPC-7/+92
2023-05-02Rollup merge of #110512 - compiler-errors:fix-elaboration-with-associated-typ...Dylan DPC-73/+334
2023-05-02Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiserDylan DPC-23/+3
2023-05-02Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwUDylan DPC-3/+287
2023-05-02Mark RPITIT and AFIT as no longer incompleteMichael Goulet-361/+57
2023-05-02Auto merge of #109521 - tmiasko:const-prop-validation, r=wesleywiserbors-5/+236
2023-05-02Move some `Encodable`/`Decodable` tests.Nicholas Nethercote-111/+0
2023-05-02Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplettbors-230/+36
2023-05-01fix stderrsGibby Free-3/+3
2023-05-01remove bootstrap from testsGibby Free-5/+0
2023-05-01Auto merge of #111066 - matthiaskrgr:rollup-4k6rj23, r=matthiaskrgrbors-0/+48
2023-05-01Don't use implied trait predicates in gather_explicit_predicates_ofMichael Goulet-73/+308
2023-05-01Do not consider associated type bounds for super_predicates_that_define_assoc...Michael Goulet-0/+26
2023-05-01Rollup merge of #111042 - Zalathar:no-coverage, r=wesleywiserMatthias Krüger-0/+22
2023-05-01Rollup merge of #111038 - tmiasko:untainted-promoteds, r=compiler-errorsMatthias Krüger-0/+26
2023-05-01Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkinbors-44/+170
2023-05-01Don't bail out early when checking invalid `repr` attrclubby789-1/+24
2023-05-01soften the wording for removing type ascriptionyukang-9/+9
2023-05-01sync with masteryukang-24/+0
2023-05-01fix testsyukang-70/+37
2023-05-01fix test casesyukang-252/+121
2023-05-01Rip it outNilstrieb-703/+594
2023-04-30Codegen fewer instructions in `mem::replace`Scott McMurray-66/+94
2023-05-01Add `#[no_coverage]` to the test harness's `fn main`Zalathar-0/+22
2023-05-01Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errorsMatthias Krüger-0/+4
2023-05-01Rollup merge of #111023 - tmiasko:multi-variant-capture, r=compiler-errorsMatthias Krüger-0/+21
2023-05-01Rollup merge of #111015 - cjgillot:chained-let-and, r=compiler-errorsMatthias Krüger-0/+10
2023-05-01Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger-710/+459
2023-04-30Leave promoteds untainted by errors when borrowck failsTomasz Miąsko-0/+26
2023-04-30Close parentheses for `offset_of` in AST pretty printingNilstrieb-0/+4
2023-04-30MIR pre-codegen test for `mem::replace`Scott McMurray-0/+98
2023-04-30Test precise capture with a multi-variant enum and exhaustive patternsTomasz Miąsko-0/+21
2023-04-30Rollup merge of #110732 - cjgillot:unit-const-prop, r=tmiaskoMatthias Krüger-75/+79
2023-04-30Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomezMatthias Krüger-0/+71
2023-04-30Remove wrong assertion.Camille GILLOT-0/+10
2023-04-30Auto merge of #110942 - Zalathar:coverage-tests, r=Mark-Simulacrumbors-1/+1
2023-04-29rustdoc: catch and don't blow up on impl Trait cyclesMichael Howell-0/+71
2023-04-30Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errorsMatthias Krüger-0/+20