about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-10-02Auto merge of #89341 - audunhalland:derive-type-params-with-bound-generic-par...bors-0/+39
2021-10-02resolve: Cache module loading for all foreign modulesVadim Petrochenkov-6/+35
2021-10-02Expand one test (from jackh726)Audun Halland-2/+4
2021-10-02Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obkbors-23/+9
2021-10-02Add regression test for #89432Albin Hedman-0/+9
2021-10-01Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearthbors-22/+87
2021-10-02Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk"Albin Hedman-23/+0
2021-10-01Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandryManish Goregaokar-22/+56
2021-10-01Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obkManish Goregaokar-0/+31
2021-10-01Auto merge of #88880 - cjgillot:no-krate, r=oli-obkbors-15/+25
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-30add regression test for issue 89119Rémy Rakic-0/+71
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-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