about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-10-02Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obkbors-23/+9
2021-10-01Update to the final LLVM 13.0.0 releaseJosh Stone-0/+0
2021-10-02Consistently use 'supertrait'.Bruce Mitchener-77/+77
2021-10-01rustdoc: use slice::contains instead of open-coding itMichael Howell-2/+2
2021-10-02Add regression test for #89432Albin Hedman-0/+9
2021-10-01Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearthbors-28/+99
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 #89422 - GuillaumeGomez:doctest-whitespace-name, r=CraftSpiderManish Goregaokar-0/+1
2021-10-01Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obkManish Goregaokar-4/+34
2021-10-01Rollup merge of #88847 - oliverbr:master, r=steveklabnikManish Goregaokar-2/+2
2021-10-01Rollup merge of #85223 - simbleau:master, r=steveklabnikManish Goregaokar-0/+6
2021-10-01Don't use Default, since the impls are different on wasmjackh726-15/+9
2021-10-01Improve error message for missing angle brackets in `[_]::method`Fabian Wolff-0/+15
2021-10-01Auto merge of #88880 - cjgillot:no-krate, r=oli-obkbors-52/+58
2021-10-01Don't lose binders when printing trait bound suggestionjackh726-0/+32
2021-10-01Replace whitespaces in doctests' name with dashesGuillaume Gomez-0/+1
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/+115
2021-10-01Rollup merge of #87868 - Kixiron:packing-on-the-pounds, r=eddybManish Goregaokar-0/+1
2021-10-01Auto merge of #89417 - Manishearth:rollup-j2gdu95, r=Manishearthbors-95/+325
2021-09-30Rollup merge of #89412 - lqd:zvariant-repro, r=Aaron1011Manish Goregaokar-0/+71
2021-09-30Rollup merge of #89397 - wesleywiser:update_llvm_submodule, r=cuviperManish Goregaokar-0/+0
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-01Auto merge of #89395 - In-line:remove_visible_path_from_allowed_deprecated_li...bors-6/+3
2021-10-01Add `pie` as another `relocation-model` valueMarcel Hlopko-0/+115
2021-10-01Auto merge of #89414 - Manishearth:rollup-hs11bcq, r=Manishearthbors-18/+254
2021-09-30Rollup merge of #89392 - BGR360:master, r=jyn514Manish Goregaokar-2/+1
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-14/+34
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-30Avoid intermediate `collect()`Noah Lev-1/+1
2021-09-30Remove temporary `GetDefId` impl for `Path`Noah Lev-93/+63
2021-09-30Remove unused `Clean` implNoah Lev-7/+0
2021-09-30Remove unnecessary `Box` in `Type::QPath`Noah Lev-13/+12
2021-09-30Avoid unnecessary matches by changing `Clean` implNoah Lev-16/+7
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-306/+208
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-25/+73
2021-09-30Remove `Path.global`Noah Lev-12/+3