]> git.lizzy.rs Git - rust.git/history - compiler
Guard `AliasTy` creation against passing the wrong number of substs
[rust.git] / compiler /
2022-12-14 Oli SchererGuard `AliasTy` creation against passing the wrong...
2022-12-14 borsAuto merge of #105686 - matthiaskrgr:rollup-bedfk3j...
2022-12-14 Matthias KrügerRollup merge of #105611 - BoxyUwU:more_granular_placeho...
2022-12-14 Matthias KrügerRollup merge of #105595 - TaKO8Ki:suggest-dereferencing...
2022-12-14 Matthias KrügerRollup merge of #105523 - estebank:suggest-collect...
2022-12-14 Matthias KrügerRollup merge of #105502 - chenyukang:yukang/fix-105366...
2022-12-14 Matthias KrügerRollup merge of #105491 - sulami:master, r=compiler...
2022-12-14 Matthias KrügerRollup merge of #105161 - cassaundra:numeric-literal...
2022-12-14 Matthias KrügerRollup merge of #103644 - catlee:catlee/option-question...
2022-12-14 borsAuto merge of #105221 - alex:fat-archive-cleanup, r...
2022-12-14 borsAuto merge of #104875 - chenyukang:yukang/fix-104867...
2022-12-14 borsAuto merge of #104986 - compiler-errors:opaques, r...
2022-12-13 borsAuto merge of #105667 - matthiaskrgr:rollup-fexlc0b...
2022-12-13 Esteban Küberrename argument
2022-12-13 Esteban Küberreview comments
2022-12-13 Matthias KrügerRollup merge of #105659 - JakobDegen:storage-live-borro...
2022-12-13 Matthias KrügerRollup merge of #105628 - spastorino:small-doc-fixes...
2022-12-13 Matthias KrügerRollup merge of #105500 - oli-obk:unhide_unknown_spans...
2022-12-13 Matthias KrügerRollup merge of #105476 - estebank:moves-n-borrows...
2022-12-13 Matthias KrügerRollup merge of #105464 - nbdd0121:hir, r=compiler...
2022-12-13 Matthias KrügerRollup merge of #105438 - compiler-errors:move-methods...
2022-12-13 Matthias KrügerRollup merge of #105147 - nbdd0121:inline_const_unsafe...
2022-12-13 Takayuki Maedasuggest dereferencing receiver arguments properly
2022-12-13 borsAuto merge of #102813 - Akida31:issue-64915/simpler_dia...
2022-12-13 Esteban KüberSuggest `: Type` instead of `: _`
2022-12-13 Esteban KüberMention implementations that satisfy the trait
2022-12-13 Esteban KüberRemove unnecessary code and account for turbofish sugge...
2022-12-13 Esteban KüberSuggest `collect`ing into `Vec<_>`
2022-12-13 Esteban KüberAccount for dereference expressions
2022-12-13 Esteban KüberFix span for `&mut ` removal suggestion
2022-12-13 Esteban KüberSuggest `ref` for some patterns as a fallback
2022-12-13 Esteban KüberDo not suggest borrowing binding in pattern in let...
2022-12-13 Esteban KüberChange pattern borrowing suggestions to be verbose
2022-12-13 Michael GouletAddress a few more nits
2022-12-13 Michael GouletAddress nits
2022-12-13 Michael GouletRemove chalk lowering for AliasTy
2022-12-13 Michael Gouletnit: docs
2022-12-13 Michael GouletCombine OfOpaque and OfProjection
2022-12-13 Michael GouletCombine identical alias arms
2022-12-13 Michael GouletCombine projection and opaque into alias
2022-12-13 Michael Gouletsquash OpaqueTy and ProjectionTy into AliasTy
2022-12-13 Michael GouletProjectionTy.item_def_id -> ProjectionTy.def_id
2022-12-13 Michael GouletUse ty::OpaqueTy everywhere
2022-12-13 Michael Gouletmake Opaque have one field: OpaqueTy
2022-12-13 borsAuto merge of #105646 - lqd:revert-thinlto, r=Mark...
2022-12-13 akida31tidy: ignore filelength
2022-12-13 akida31reduce to single suggestion for all arguments
2022-12-13 akida31remove manual `fn_decl` extraction
2022-12-13 akida31change error message
2022-12-13 akida31move changes to an extra function
2022-12-13 akida31Remove `hint` from help message
2022-12-13 akida31Improve diagnostic when passing arg to closure and...
2022-12-13 borsAuto merge of #105612 - oli-obk:bind_rustdoc, r=Guillau...
2022-12-13 Santiago PastorinoClarify explicit_predicates_of is_assoc_item_ty comment
2022-12-13 Santiago PastorinoMake InternalSubsts rust docs a bit clearer
2022-12-13 Jakob DegenDon't require owned data in `MaybeStorageLive`
2022-12-13 Oli SchererUse a label instead of a note for the drop site to...
2022-12-13 Oli SchererStop pointing to operators if their libcore method...
2022-12-13 Oli SchererAvoid rendering empty annotations
2022-12-13 Oli SchererDon't emit empty notes
2022-12-13 Oli SchererClarify what "this" means
2022-12-13 Oli SchererInform the user which trait is meant in the diagnostic...
2022-12-13 Oli SchererMake some diagnostics not depend on the source of what...
2022-12-13 borsAuto merge of #105350 - compiler-errors:faster-binder...
2022-12-13 Michael GouletMove some codegen-y methods from rustc_hir_analysis...
2022-12-13 Cassaundra SmithRefine when invalid prefix case error arises
2022-12-13 borsAuto merge of #105436 - nnethercote:inline-place_conten...
2022-12-13 Michael GouletFast path some binder relations
2022-12-13 Gary GuoExtract shared logic into a new function
2022-12-13 Gary GuoRemove unnecessary recursive call to parent unsafeck
2022-12-13 Gary GuoEnsure valid local_data is set for custom mir building
2022-12-13 Gary GuoAllow unsafe through inline const for THIR unsafety...
2022-12-13 Gary GuoAllow unsafe through inline const
2022-12-13 borsAuto merge of #105644 - matthiaskrgr:rollup-qc6hlzq...
2022-12-13 Matthias KrügerRollup merge of #105640 - lukas-code:miri-beta, r=Mark...
2022-12-13 Matthias KrügerRollup merge of #105639 - notriddle:notriddle/text...
2022-12-13 Matthias KrügerRollup merge of #105636 - GuillaumeGomez:extend-gui...
2022-12-13 Matthias KrügerRollup merge of #105629 - notriddle:notriddle/method...
2022-12-13 Matthias KrügerRollup merge of #105625 - matthiaskrgr:clippy_dec12...
2022-12-13 Matthias KrügerRollup merge of #105620 - TaKO8Ki:remove-unnecessary...
2022-12-13 Matthias KrügerRollup merge of #105332 - estebank:iterator-chains...
2022-12-13 Matthias KrügerRollup merge of #104864 - chenyukang:yukang/fix-104700...
2022-12-12 borsAuto merge of #105622 - matthiaskrgr:rollup-a6i81q7...
2022-12-12 Esteban KüberDo not `skip_binder`s
2022-12-12 Santiago PastorinoJoin match arms since they do the same thing
2022-12-12 Santiago PastorinoFix typo
2022-12-12 Matthias Krügerminor code cleanups
2022-12-12 Matthias KrügerRollup merge of #105619 - notriddle:notriddle/source...
2022-12-12 Matthias KrügerRollup merge of #105616 - est31:add_the, r=Dylan-DPC
2022-12-12 Matthias KrügerRollup merge of #105615 - WaffleLapkin:remove_opt_scope...
2022-12-12 Matthias KrügerRollup merge of #105614 - lukas-code:ascription, r...
2022-12-12 Matthias KrügerRollup merge of #105597 - albertlarsan68:patch-1, r...
2022-12-12 Matthias KrügerRollup merge of #105593 - jruderman:patch-3, r=Dylan-DPC
2022-12-12 Matthias KrügerRollup merge of #105561 - TaKO8Ki:fix-105449, r=fee1...
2022-12-12 Matthias KrügerRollup merge of #104405 - Mark-Simulacrum:relnotes...
2022-12-12 Esteban KüberMove logic to their own methods
2022-12-12 Takayuki Maedaremove unnecessary uses of `clone`
2022-12-12 Lukas Markeffskydelete mentions of type ascription from lint descriptions
2022-12-12 Maybe WaffleFixup method doc that mentions removed param
2022-12-12 Oli SchererAvoid trying to normalize unnormalizable types
next