about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-11-15Compare picks via `Self` type and associated item idOli Scherer-2/+28
2022-11-15Expose the fallibilty of the unstable lint emission in the method nameOli Scherer-4/+9
2022-11-15Pull the unstable name collision hint emission out of method probingOli Scherer-60/+60
2022-11-15Remove the fishy need for a PartialEq implOli Scherer-3/+3
2022-11-15Remove some redundant span argumentsOli Scherer-57/+32
2022-11-15Remove an unnecessary `resolve_vars_if_possible`Oli Scherer-5/+2
2022-11-15Flip a boolean that was used wrongly (has no effect though)Oli Scherer-1/+1
2022-11-15Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgrbors-293/+221
2022-11-15Auto merge of #104418 - matthiaskrgr:rollup-y4i6xjc, r=matthiaskrgrbors-111/+203
2022-11-15Rollup merge of #104422 - compiler-errors:fix-suggest_associated_call_syntax,...Matthias Krüger-145/+171
2022-11-15Rollup merge of #104413 - krasimirgg:llvm-16-mref, r=nikicMatthias Krüger-1/+1
2022-11-15Rollup merge of #104403 - koka831:lint-doc, r=Dylan-DPCMatthias Krüger-1/+2
2022-11-15Rollup merge of #104391 - nnethercote:deriving-cleanups, r=jackh726Matthias Krüger-59/+38
2022-11-15Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er...Matthias Krüger-51/+1
2022-11-15Rollup merge of #104381 - mejrs:none_error, r=compiler-errorsMatthias Krüger-36/+8
2022-11-15Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkovbors-19/+51
2022-11-14Do autoderef to match impl against rcvrMichael Goulet-46/+46
2022-11-14Move logic into methodMichael Goulet-116/+140
2022-11-14Drive-by: actual -> rcvr_tyMichael Goulet-28/+30
2022-11-14Rollup merge of #104378 - compiler-errors:chalk-up, r=jackh726Matthias Krüger-7/+7
2022-11-14Rollup merge of #104364 - petrochenkov:docice2, r=GuillaumeGomezMatthias Krüger-0/+5
2022-11-14Rollup merge of #104356 - RalfJung:interpret-check-mplace, r=oli-obkMatthias Krüger-9/+9
2022-11-14Rollup merge of #104349 - rustaceanclub:master, r=oli-obkMatthias Krüger-11/+11
2022-11-14Rollup merge of #104294 - compiler-errors:inline-ct-err-in-mir-build, r=david...Matthias Krüger-0/+3
2022-11-14Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwcoMatthias Krüger-81/+82
2022-11-14Rollup merge of #104223 - fmease:recover-fn-ptr-with-generics, r=estebankMatthias Krüger-3/+86
2022-11-14[llvm-wrapper] adapt for LLVM API changeKrasimir Georgiev-1/+1
2022-11-14Specify language of code comment to generate documentkoka-1/+2
2022-11-14Wrap bundlen static libraries into object filesDaniil Belov-19/+51
2022-11-14Auto merge of #104387 - Manishearth:rollup-9e551p5, r=Manishearthbors-17/+40
2022-11-14Remove TraitDef::generics.Nicholas Nethercote-47/+33
2022-11-14Remove `addr_of` argument from `create_struct_pattern_fields`.Nicholas Nethercote-9/+3
2022-11-13Rollup merge of #104362 - WaffleLapkin:span_bug_won't_come_on_time_today, r=A...Manish Goregaokar-13/+26
2022-11-13Rollup merge of #104105 - davidtwco:split-dwarf-lto, r=michaelwoeristerManish Goregaokar-3/+13
2022-11-13Rollup merge of #103709 - cuviper:netbsd-9, r=pietroalbiniManish Goregaokar-1/+1
2022-11-14Clarify `expand_struct_method_body`.Nicholas Nethercote-4/+3
2022-11-14Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-11/+8
2022-11-13Fix clippy and rustdocMaybe Waffle-0/+2
2022-11-13Remove dead NoneError error handlingmejrs-36/+8
2022-11-13Remove unused symbolsMaybe Waffle-37/+0
2022-11-13Make rustc build with new chalkMichael Goulet-3/+3
2022-11-13Bump chalk to v0.87Michael Goulet-4/+4
2022-11-13Remove unused diagnostic itemsMaybe Waffle-15/+0
2022-11-13Rollup merge of #104357 - RalfJung:is-sized, r=cjgillotMatthias Krüger-28/+38
2022-11-13Rollup merge of #104320 - fee1-dead-contrib:use-derive-const-in-std, r=oli-obkMatthias Krüger-0/+8
2022-11-13Rollup merge of #104315 - SparkyPotato:fix-104276, r=cjgillotMatthias Krüger-1/+3
2022-11-13rustdoc: Resolve doc links in external traits having local implsVadim Petrochenkov-0/+5
2022-11-13Add `delay_span_bug` to `AttrWrapper::take_for_recovery`Maybe Waffle-13/+26
2022-11-13interpret: make check_mplace publicRalf Jung-9/+9
2022-11-13add is_sized method on Abi and Layout, and use itRalf Jung-28/+38