]> git.lizzy.rs Git - rust.git/history - compiler/rustc_middle
Rollup merge of #105692 - JohnTitor:issue-104678, r=compiler-errors
[rust.git] / compiler / rustc_middle /
2022-12-15 Matthias KrügerRollup merge of #105692 - JohnTitor:issue-104678, r...
2022-12-15 Matthias KrügerRollup merge of #105683 - JakobDegen:dest-prop-storage...
2022-12-15 Matthias KrügerRollup merge of #105633 - compiler-errors:term-agnostic...
2022-12-15 Matthias KrügerRollup merge of #105627 - compiler-errors:dyn-auto...
2022-12-15 Matthias KrügerRollup merge of #105623 - compiler-errors:generator...
2022-12-15 Matthias KrügerRollup merge of #104592 - ComputerDruid:async_check...
2022-12-15 borsAuto merge of #105713 - bjorn3:sync_cg_clif-2022-12...
2022-12-15 borsAuto merge of #105657 - oli-obk:mk_projection_ty, r...
2022-12-15 borsAuto merge of #104765 - chenyukang:yukang-fix-104639...
2022-12-14 Oli SchererFix rustdoc
2022-12-14 Michael GouletAuto traits in dyn are suggestable
2022-12-14 bjorn3Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602...
2022-12-14 Matthias KrügerRollup merge of #105697 - fee1-dead-contrib:rm-fee1...
2022-12-14 Matthias KrügerRollup merge of #105684 - GuillaumeGomez:improve-rustdo...
2022-12-14 Matthias KrügerRollup merge of #105624 - compiler-errors:cache-unsound...
2022-12-14 Matthias KrügerRollup merge of #105598 - RalfJung:more-comments, r...
2022-12-14 Matthias KrügerRollup merge of #105578 - erikdesjardins:addrspacecast...
2022-12-14 Matthias KrügerRollup merge of #105399 - mikebenfield:lfs, r=thomcc
2022-12-14 borsAuto merge of #105233 - mejrs:always_eager, r=estebank
2022-12-14 Oli SchererDebug assertions hate this trick
2022-12-14 Oli SchererFix some comments and only get the generics in debug...
2022-12-14 Oli SchererRemove TraitRef::new
2022-12-14 Oli SchererPrevent the creation of `TraitRef` without dedicated...
2022-12-14 Oli SchererEnsure no one constructs `AliasTy`s themselves
2022-12-14 Oli SchererRemove one more usage of `mk_substs_trait`
2022-12-14 Oli SchererRemove many more cases of `mk_substs_trait` that can...
2022-12-14 Oli SchererLet `mk_fn_def` take an iterator instead to simplify...
2022-12-14 Oli SchererRename to match similar methods
2022-12-14 Oli SchererGuard `AliasTy` creation against passing the wrong...
2022-12-14 Matthias KrügerRollup merge of #105676 - notriddle:notriddle/impl...
2022-12-14 Matthias KrügerRollup merge of #105665 - notriddle:notriddle/popover...
2022-12-14 Matthias KrügerRollup merge of #105664 - notriddle:notriddle/linkwrap...
2022-12-14 Matthias KrügerRollup merge of #105663 - andrewpollack:patch-1, r...
2022-12-14 Matthias KrügerRollup merge of #105658 - tronta:patch-2, r=Mark-Simulacrum
2022-12-14 Matthias KrügerRollup merge of #105642 - uberFoo:master, r=Dylan-DPC
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 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 #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 borsAuto merge of #102813 - Akida31:issue-64915/simpler_dia...
2022-12-13 Michael GouletAddress nits
2022-12-13 Michael Gouletnit: docs
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 borsAuto merge of #105612 - oli-obk:bind_rustdoc, r=Guillau...
2022-12-13 Santiago PastorinoMake InternalSubsts rust docs a bit clearer
2022-12-13 borsAuto merge of #105350 - compiler-errors:faster-binder...
2022-12-13 borsAuto merge of #105436 - nnethercote:inline-place_conten...
2022-12-13 Michael GouletFast path some binder relations
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 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 Oli SchererAvoid trying to normalize unnormalizable types
2022-12-12 Oli SchererRound 3: require binders for substs
2022-12-12 Oli SchererRound 1: add some binders (fails due to losing bound...
2022-12-12 borsAuto merge of #105252 - bjorn3:codegen_less_pair_values...
2022-12-12 borsAuto merge of #105592 - matthiaskrgr:rollup-1cazogq...
2022-12-12 Matthias KrügerRollup merge of #105569 - compiler-errors:resolve-bug...
2022-12-12 Jesse RudermanFix typo in comment: length_limit
2022-12-12 borsAuto merge of #105160 - nnethercote:rm-Lit-token_lit...
2022-12-11 Matthias KrügerRollup merge of #105555 - krasimirgg:llvm-int-opt-2...
2022-12-11 Matthias KrügerRollup merge of #105521 - tshepang:keep-heading-separat...
2022-12-11 Matthias KrügerRollup merge of #105472 - spastorino:make-encoder-use...
2022-12-11 Matthias KrügerRollup merge of #105369 - chenyukang:yukang/fix-105226...
2022-12-11 Matthias KrügerRollup merge of #105283 - compiler-errors:ty-var-in...
2022-12-11 Matthias KrügerRollup merge of #101648 - Timmmm:home_dir_docs, r=josht...
2022-12-11 borsAuto merge of #103647 - lqd:osx-x64-lto, r=Mark-Simulacrum
2022-12-11 Michael Gouletbug! with a better error message for failing Instance...
next