about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-10-01Don't lose binders when printing trait bound suggestionjackh726-0/+32
2021-10-01Normalize after substituting via `field.ty()`Nadrieril-22/+56
2021-10-01Rollup merge of #89340 - FabianWolff:issue-89173, r=petrochenkovManish Goregaokar-0/+32
2021-10-01Rollup merge of #89029 - notriddle:notriddle/issue-89013, r=estebankManish Goregaokar-0/+137
2021-10-01Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkovManish Goregaokar-0/+111
2021-09-30Rollup merge of #89412 - lqd:zvariant-repro, r=Aaron1011Manish Goregaokar-0/+71
2021-09-30Rollup merge of #89344 - jackh726:maybe-bound-eror, r=cjgillotManish Goregaokar-10/+10
2021-09-30Rollup merge of #89327 - oli-obk:nll_diag_infer_vars, r=wesleywiserManish Goregaokar-2/+10
2021-09-30Rollup merge of #89321 - tmiasko:rebase-resume-arg, r=estebankManish Goregaokar-3/+9
2021-09-30Rollup merge of #89251 - estebank:negative-index-literals, r=davidtwcoManish Goregaokar-0/+79
2021-09-30Rollup merge of #88838 - FabianWolff:issue-88472, r=estebankManish Goregaokar-80/+146
2021-10-01Add `pie` as another `relocation-model` valueMarcel Hlopko-0/+111
2021-10-01Auto merge of #89414 - Manishearth:rollup-hs11bcq, r=Manishearthbors-13/+249
2021-09-30Rollup merge of #89314 - notriddle:notriddle/lint-fix-enum-variant-match, r=d...Manish Goregaokar-0/+37
2021-09-30Rollup merge of #89303 - guswynn:std_suspend, r=dtolnayManish Goregaokar-0/+38
2021-09-30Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e...Manish Goregaokar-2/+130
2021-09-30Rollup merge of #89202 - estebank:infer-call-type, r=oli-obkManish Goregaokar-0/+14
2021-09-30Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillotManish Goregaokar-11/+30
2021-10-01Auto merge of #89183 - cjgillot:noenc, r=oli-obkbors-3/+4
2021-09-30[aarch64] add target feature outline-atomicsSebastian Pop-0/+16
2021-09-30add regression test for issue 89119Rémy Rakic-0/+71
2021-09-30Elaborate predicates in min_specialization checksMatthew Jasper-0/+42
2021-09-30Auto merge of #89282 - sexxi-goose:fix-88118, r=nikomatsakisbors-0/+36
2021-09-30Update run-make-fulldeps.Camille GILLOT-3/+4
2021-09-30Bless tests.Camille GILLOT-15/+25
2021-09-30Auto merge of #87998 - nneonneo:master, r=oli-obkbors-0/+132
2021-09-30Auto merge of #86853 - usbalbin:const_try, r=oli-obkbors-0/+23
2021-09-30Auto merge of #89250 - Aaron1011:keep-bound-region-names, r=estebankbors-21/+21
2021-09-30Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehussbors-27/+84
2021-09-29Rollup merge of #89311 - FabianWolff:issue-89305, r=oli-obkEric Huss-0/+29
2021-09-29Rollup merge of #89232 - rossmacarthur:fix-76424, r=wesleywiserEric Huss-27/+55
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-581/+426
2021-09-29Additional tests (from jackh726)Audun Halland-0/+23
2021-09-29Cleanup lower_generics_mut and make span be the bound itself, not the typejackh726-10/+10
2021-09-29fix(lint): don't suggest refutable patterns to "fix" irrefutable bindMichael Howell-0/+37
2021-09-29Don't ignore impls for primitive typesHirochika Matsumoto-0/+14
2021-09-29Auto merge of #89331 - GuillaumeGomez:rollup-b10unye, r=GuillaumeGomezbors-19/+60
2021-09-28ref/refmutGus Wynn-1/+1
2021-09-29Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obkbors-17/+99
2021-09-29Improve error message for `printf`-style format stringsFabian Wolff-0/+32
2021-09-28feat(rustc_typeck): avoid erroring with "wrong number of generics" if there's...Michael Howell-42/+6
2021-09-29Deriving: Include bound generic params for extracted type parameters in where...Audun Halland-0/+14
2021-09-28Improve help for recursion limit errorsRoss MacArthur-27/+55
2021-09-28Improve error messages for bad type constraintsMichael Howell-19/+14
2021-09-28Rollup merge of #89283 - camelid:issue-83564-test, r=davidtwcoGuillaume Gomez-0/+26
2021-09-28Rollup merge of #89276 - Urgau:fix-union-impls, r=GuillaumeGomezGuillaume Gomez-0/+15
2021-09-28Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillotGuillaume Gomez-19/+19
2021-09-28Use less verbose syntax for error annotationsMichael Howell-4/+4
2021-09-28Pick one possible lifetime in case there are multiple choicesOli Scherer-2/+10
2021-09-28review commentsEsteban Kuber-3/+3