about summary refs log tree commit diff
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-350/+1445
2022-11-15Auto merge of #104418 - matthiaskrgr:rollup-y4i6xjc, r=matthiaskrgrbors-419/+647
2022-11-15Rollup merge of #104426 - aDotInTheVoid:test-102154, r=compiler-errorsMatthias Krüger-0/+13
2022-11-15Rollup merge of #104422 - compiler-errors:fix-suggest_associated_call_syntax,...Matthias Krüger-145/+239
2022-11-15Rollup merge of #104415 - notriddle:notriddle/search-keyboard-commands, r=Gui...Matthias Krüger-0/+29
2022-11-15Rollup merge of #104413 - krasimirgg:llvm-16-mref, r=nikicMatthias Krüger-1/+1
2022-11-15Rollup merge of #104404 - GuillaumeGomez:fix-missing-minification, r=notriddleMatthias Krüger-2/+6
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-79/+7
2022-11-15Rollup merge of #104381 - mejrs:none_error, r=compiler-errorsMatthias Krüger-36/+8
2022-11-15Rollup merge of #104380 - rust-lang:notriddle/code-opacity, r=GuillaumeGomezMatthias Krüger-4/+0
2022-11-15Rollup merge of #104372 - Ayush1325:compiler-builtins, r=JohnTitorMatthias Krüger-1/+1
2022-11-15Rollup merge of #104354 - lukas-code:blank-lines-2, r=JohnTitorMatthias Krüger-20/+6
2022-11-15Rollup merge of #103842 - andrewpollack:add-fuchsia-test-script, r=tmandryMatthias Krüger-2/+1095
2022-11-15Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkovbors-19/+51
2022-11-14Add test for #102154Nixon Enraght-Moony-0/+13
2022-11-14rustdoc: fix corner case in search keyboard commandsMichael Howell-0/+29
2022-11-14Add regression testMichael Goulet-0/+19
2022-11-14Do autoderef to match impl against rcvrMichael Goulet-46/+95
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-125/+32
2022-11-14Rollup merge of #104364 - petrochenkov:docice2, r=GuillaumeGomezMatthias Krüger-1/+27
2022-11-14Rollup merge of #104356 - RalfJung:interpret-check-mplace, r=oli-obkMatthias Krüger-9/+9
2022-11-14Rollup merge of #104350 - SparkyPotato:fix-x-wrapper, r=jyn514Matthias Krüger-4/+5
2022-11-14Rollup merge of #104349 - rustaceanclub:master, r=oli-obkMatthias Krüger-15/+15
2022-11-14Rollup merge of #104332 - Elarcis:maybe_uninit_doc_fix, r=m-ou-seMatthias Krüger-2/+2
2022-11-14Rollup merge of #104294 - compiler-errors:inline-ct-err-in-mir-build, r=david...Matthias Krüger-0/+24
2022-11-14Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwcoMatthias Krüger-156/+157
2022-11-14Rollup merge of #104223 - fmease:recover-fn-ptr-with-generics, r=estebankMatthias Krüger-3/+228
2022-11-14Rollup merge of #102470 - est31:stabilize_const_char_convert, r=joshtriplettMatthias Krüger-9/+8
2022-11-14Rollup merge of #101967 - jmillikin:linux-abstract-socket-addr, r=joshtriplettMatthias Krüger-95/+140
2022-11-14[llvm-wrapper] adapt for LLVM API changeKrasimir Georgiev-1/+1
2022-11-14Fix missing minification for static filesGuillaume Gomez-2/+6
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-56/+681
2022-11-14Remove TraitDef::generics.Nicholas Nethercote-47/+33
2022-11-14Auto merge of #104188 - jyn514:download-config-only, r=Mark-Simulacrumbors-637/+663
2022-11-14Remove `addr_of` argument from `create_struct_pattern_fields`.Nicholas Nethercote-9/+3
2022-11-13Make all download functions need only Config, not BuilderJoshua Nelson-637/+663
2022-11-13Rollup merge of #104362 - WaffleLapkin:span_bug_won't_come_on_time_today, r=A...Manish Goregaokar-13/+26