about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-11-22Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPCbors-0/+36
2022-11-22Rollup merge of #104669 - LeSeulArtichaut:88015-if-let-guard-bindings, r=cjgi...Dylan DPC-0/+7
2022-11-22Rollup merge of #104295 - compiler-errors:rpitit-generics-parity, r=eholkDylan DPC-0/+29
2022-11-22Auto merge of #103578 - petrochenkov:nofict, r=nagisabors-330/+158
2022-11-22Rollup merge of #104622 - nicholasbishop:bishop-uefi-clang, r=Mark-SimulacrumManish Goregaokar-1/+59
2022-11-22Delay bug to deduplicate diagnosticsMichael Goulet-11/+1
2022-11-22Check generics parity between impl and trait before collecting RPITITsMichael Goulet-0/+39
2022-11-22Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgrbors-69/+165
2022-11-22Rollup merge of #104666 - GuillaumeGomez:migrate-alias-search-result, r=notri...Matthias Krüger-41/+52
2022-11-22Rollup merge of #104663 - notriddle:notriddle/button-cursor, r=GuillaumeGomezMatthias Krüger-8/+28
2022-11-22Rollup merge of #104657 - hi-rustin:rustin-patch-check-transmute, r=compiler-...Matthias Krüger-0/+19
2022-11-22Rollup merge of #104656 - c410-f3r:moar-errors, r=petrochenkovMatthias Krüger-1/+1
2022-11-22Rollup merge of #104597 - compiler-errors:need_migrate_deref_output_trait_obj...Matthias Krüger-2/+2
2022-11-22Rollup merge of #104559 - nnethercote:split-MacArgs, r=petrochenkovMatthias Krüger-16/+20
2022-11-22Rollup merge of #104557 - eholk:dyn-star-in-traits, r=compiler-errorsMatthias Krüger-0/+36
2022-11-22Rollup merge of #104416 - clubby789:fix-104414, r=eholkMatthias Krüger-1/+7
2022-11-22Split `MacArgs` in two.Nicholas Nethercote-16/+20
2022-11-21Auto merge of #104533 - oli-obk:method_callee, r=lcnrbors-28/+56
2022-11-21Simplify testOli Scherer-3/+1
2022-11-21Use `as_closure` helper methodOli Scherer-1/+1
2022-11-21Stop passing the self-type as a separate argument.Oli Scherer-12/+8
2022-11-21Fix clippy's missing substsOli Scherer-13/+19
2022-11-21Fix an ICE that I just made worseOli Scherer-0/+28
2022-11-21Allow iterators instead of requiring slices that will get turned into iteratorsOli Scherer-4/+4
2022-11-21Assert that various types have the right amount of generic args and fix the s...Oli Scherer-1/+1
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-330/+158
2022-11-21Auto merge of #104120 - mejrs:diag, r=davidtwcobors-132/+167
2022-11-21Coercions work nowEric Holk-1/+1
2022-11-21Add a test case for async dyn* traitsEric Holk-0/+36
2022-11-21rustdoc: add test case for pointer cursorMichael Howell-0/+24
2022-11-21Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgrbors-100/+84
2022-11-21Fix make testmejrs-3/+3
2022-11-21Improve slug name errormejrs-0/+35
2022-11-21Fix testsmejrs-129/+129
2022-11-21Rollup merge of #104667 - WaffleLapkin:unfmttest, r=Dylan-DPCMatthias Krüger-5/+5
2022-11-21Rollup merge of #104662 - nnethercote:tweak-deriving-for-packed-non-copy, r=j...Matthias Krüger-17/+6
2022-11-21Rollup merge of #104628 - alex-pinkus:revert-android-ndk-upgrade, r=pietroalbiniMatthias Krüger-29/+42
2022-11-21Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnrMatthias Krüger-1/+1
2022-11-21Rollup merge of #104511 - dpaoliello:privateglobalworkaround, r=michaelwoeristerMatthias Krüger-0/+16
2022-11-21Rollup merge of #104499 - Enselic:no-method-in-rustdoc-json, r=GuillaumeGomezMatthias Krüger-48/+14
2022-11-21Auto merge of #103491 - cjgillot:self-rpit, r=oli-obkbors-79/+230
2022-11-21Only declare bindings for if-let guards once per armLéo Lanteri Thauvin-0/+7
2022-11-21Revert formatting changes of a testMaybe Waffle-5/+5
2022-11-21Extend GUI test for alias search resultGuillaume Gomez-17/+36
2022-11-21Migrate search result alias to CSS variablesGuillaume Gomez-24/+16
2022-11-20rustdoc: factor out common button CSSMichael Howell-8/+4
2022-11-21Auto merge of #103454 - camsteffen:remove-conservatively-uninhabited, r=oli-obkbors-3/+3
2022-11-21Streamline deriving on packed structs.Nicholas Nethercote-17/+6
2022-11-21Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisabors-0/+39
2022-11-20Factor out conservative_is_privately_uninhabitedCameron Steffen-2/+2