about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-11-22rustc_metadata: Switch module children decoding to an iteratorVadim Petrochenkov-61/+58
2022-11-22rustc_metadata: Do not encode empty reexport listsVadim Petrochenkov-7/+5
2022-11-22Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPCbors-69/+114
2022-11-22Rollup merge of #104710 - RalfJung:doc-strict-provenance, r=thomccDylan DPC-0/+12
2022-11-22Rollup merge of #104701 - compiler-errors:rpitit-remove-reempty-hack, r=TaKO8KiDylan DPC-11/+1
2022-11-22Rollup merge of #104669 - LeSeulArtichaut:88015-if-let-guard-bindings, r=cjgi...Dylan DPC-17/+27
2022-11-22Rollup merge of #104615 - spastorino:create-async-def-id-in-lowering, r=compi...Dylan DPC-8/+5
2022-11-22Rollup merge of #104464 - mati865:reduce-eh-overallocation-amd64, r=thomccDylan DPC-1/+4
2022-11-22Rollup merge of #104295 - compiler-errors:rpitit-generics-parity, r=eholkDylan DPC-32/+65
2022-11-22disable strict-provenance-violating doctests in MiriRalf Jung-0/+12
2022-11-22Auto merge of #103578 - petrochenkov:nofict, r=nagisabors-642/+364
2022-11-22Auto merge of #104702 - Manishearth:rollup-75hagzd, r=Manishearthbors-259/+597
2022-11-22Rollup merge of #104638 - Nilstrieb:macro-diagnostics, r=compiler-errorsManish Goregaokar-237/+268
2022-11-22Rollup merge of #104622 - nicholasbishop:bishop-uefi-clang, r=Mark-SimulacrumManish Goregaokar-3/+61
2022-11-22Rollup merge of #103193 - krasimirgg:sysonce, r=AmanieuManish Goregaokar-0/+1
2022-11-22Rollup merge of #102207 - CraftSpider:const-layout, r=scottmcmManish Goregaokar-18/+45
2022-11-22Rollup merge of #101655 - dns2utf8:box_docs, r=dtolnayManish Goregaokar-1/+1
2022-11-22Rollup merge of #95583 - scottmcm:deprecate-ptr-to-from-bits, r=dtolnayManish Goregaokar-0/+20
2022-11-22Rollup merge of #83608 - Kimundi:index_many, r=Mark-SimulacrumManish Goregaokar-0/+201
2022-11-22Remove a hack from compare_predicate_entailmentMichael Goulet-11/+1
2022-11-22Delay bug to deduplicate diagnosticsMichael Goulet-19/+11
2022-11-22drive-by: style nitsMichael Goulet-25/+19
2022-11-22Check generics parity between impl and trait before collecting RPITITsMichael Goulet-3/+50
2022-11-22Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgrbors-359/+496
2022-11-21Touch up Box<T> one-linerDavid Tolnay-2/+2
2022-11-21Rustc_deprecated attribute superseded by deprecatedDavid Tolnay-8/+8
2022-11-21Bump ptr_to_from_bits deprecation to Rust 1.67David Tolnay-4/+4
2022-11-22Rollup merge of #104692 - chbaker0:libtest-cfg-if, r=thomccMatthias Krüger-6/+2
2022-11-22Rollup merge of #104674 - spastorino:negative-impl-tcx, r=lcnrMatthias Krüger-16/+10
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-2/+24
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-34/+29
2022-11-22Rollup merge of #104559 - nnethercote:split-MacArgs, r=petrochenkovMatthias Krüger-247/+251
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-2/+8
2022-11-22Rollup merge of #103396 - RalfJung:pinning-closure-captures, r=dtolnayMatthias Krüger-2/+55
2022-11-22Split `MacArgs` in two.Nicholas Nethercote-247/+251
2022-11-21Auto merge of #104533 - oli-obk:method_callee, r=lcnrbors-350/+309
2022-11-21Update test's cfg-if dependency to 1.0Collin Baker-6/+2
2022-11-21merge self type and substs in `trait_method`Oli Scherer-5/+4
2022-11-21Simplify one more `TraitRef::new` siteOli Scherer-4/+3
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-164/+113
2022-11-21Fix clippy's missing substsOli Scherer-13/+19
2022-11-21Remove some unnecessary slicingOli Scherer-9/+9
2022-11-21Remove a redundant assertOli Scherer-6/+0
2022-11-21Fix an ICE that I just made worseOli Scherer-9/+29