]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #99787 - aDotInTheVoid:rdj-dyn, r=camelid,notriddle,GuillaumeGomez
[rust.git] / compiler /
2022-08-04 Santiago PastorinoMove lifetimes_in_bounds call to outside with_hir_id_ow...
2022-08-04 Santiago PastorinoDocument what collected_lifetimes vec containts
2022-08-04 Santiago PastorinoDocument lower_opaque_impl_trait
2022-08-04 Santiago Pastorinowith_lifetime_binder is now lower_lifetime_binder and...
2022-08-04 Santiago PastorinoAdd comments on with_remapping
2022-08-04 Santiago PastorinoDocument opt_local_def_id
2022-08-04 Santiago PastorinoDocument generics_def_id_map field and record/get metho...
2022-08-04 Santiago PastorinoAdd comments about lifetime collect and create lifetime...
2022-08-04 Santiago PastorinoAvoid explicitly handling res when is not needed
2022-08-04 Santiago Pastorinocreate_and_capture_lifetime_defs -> create_lifetime_defs
2022-08-04 Santiago PastorinoRemove captured_lifetimes and LifetimeCaptureContext...
2022-08-04 Santiago PastorinoImplement def_id based remapping
2022-08-04 Santiago PastorinoRemove local_def_id from captured_lifetimes
2022-08-04 Santiago PastorinoCapture things as Lifetime object to simplify things
2022-08-04 Santiago PastorinoCreate new_mapping local structure and avoid checking...
2022-08-04 Santiago PastorinoRemove binders_to_ignore from LifetimeCaptureContext
2022-08-04 Santiago PastorinoNo need to store parent_def_id in LifetimeCaptureContext
2022-08-04 Santiago PastorinoNo need to check binders to ignore on new_named_lifetim...
2022-08-04 Santiago PastorinoNo need to check binders to ignore on new_named_lifetim...
2022-08-04 Santiago Pastorinonew_named_lifetime_with_res's LifetimeRes::Fresh should...
2022-08-04 Santiago Pastorinonew_named_lifetime_with_res's LifetimeRes::Param should...
2022-08-04 Santiago PastorinoFail if LifetimeRes is Infer when creating def ids...
2022-08-04 Santiago PastorinoRecord RPITs elided lifetimes in Rptr Tys
2022-08-04 Santiago PastorinoRecord RPITs elided lifetimes in path segments
2022-08-04 Santiago PastorinoRestructure visit_ty in a more clear way
2022-08-04 Santiago PastorinoSkip lifetimes in binders when visiting
2022-08-04 Santiago PastorinoMove LifetimeCollectVisitor to rustc_ast_lowering
2022-08-04 Santiago PastorinoCompletely remove captures flag
2022-08-04 Santiago PastorinoDo not execute captures code when lowering lifetimes...
2022-08-04 Santiago PastorinoDo not execute captures code for async fns
2022-08-04 Santiago PastorinoThere's no need to check binders_to_ignore using the...
2022-08-04 Santiago PastorinoExplicitly gather lifetimes and definitions for bare...
2022-08-04 Santiago PastorinoExtract create_and_capture_lifetime_defs function
2022-08-04 Santiago PastorinoRemove NEW_COLLECT_LIFETIMES env var
2022-08-04 Santiago PastorinoAdd debug! calls
2022-08-04 Santiago PastorinoExplicitly gather lifetimes and definitions in RPIT
2022-08-04 Santiago PastorinoUnroll while_capturing_lifetimes into lower_opaque_impl...
2022-08-04 Santiago PastorinoAdd captures flag to capture or not while lowering
2022-08-04 Santiago PastorinoMake lower_generic_bound_predicate receive AST bounds...
2022-08-04 Santiago PastorinoRemove old docs on lower_async_fn_ret_ty
2022-08-04 Michael GouletAddress nits
2022-08-04 Michael GouletAdd `traits::fully_solve_obligation` that acts like...
2022-08-04 Michael GouletUse ObligationCtxt in impossible_predicates
2022-08-04 Michael GouletRemove unnecessary FulfillmentContext from need_migrate...
2022-08-04 Michael GouletRemove FulfillmentContext param from fully_normalize
2022-08-04 Michael GouletUse ObligationCtxt in main fn return type check
2022-08-04 borsAuto merge of #100087 - JakobDegen:mir-patch, r=tmiasko
2022-08-04 Takayuki Maedaadd a comment about what we can parse now
2022-08-04 wcampbellEnable unused_parens for match arms
2022-08-04 borsAuto merge of #99953 - cjgillot:in-path-always, r=petro...
2022-08-04 borsAuto merge of #99843 - oli-obk:is_useful_perf, r=compil...
2022-08-04 Michael GouletUse (actually) dummy place for let-else divergence
2022-08-04 borsAuto merge of #100120 - matthiaskrgr:rollup-g6ycykq...
2022-08-04 Michael GouletResolve vars before emitting coerce error
2022-08-04 Michael GouletDon't point out return span on every E0308
2022-08-04 Takayuki Maedareturn when captured argument is not a struct field
2022-08-04 yukanglink_ordinal is available for foreign static
2022-08-04 borsAuto merge of #100123 - matthiaskrgr:rollup-aylwvyc...
2022-08-03 borsAuto merge of #100065 - ehuss:update-cargo, r=ehuss
2022-08-03 Matthias KrügerRollup merge of #100119 - ivmarkov:master, r=joshtriplett
2022-08-03 Matthias KrügerRollup merge of #100111 - estebank:missing-let, r=compi...
2022-08-03 Matthias KrügerRollup merge of #100107 - klensy:tr-w, r=compiler-errors
2022-08-03 Matthias KrügerRollup merge of #100105 - TaKO8Ki:add-regression-test...
2022-08-03 Matthias KrügerRollup merge of #100104 - GuillaumeGomez:rm-clean-impls...
2022-08-03 Matthias KrügerRollup merge of #100102 - b-naber:typo-higher-ranked...
2022-08-03 Matthias KrügerRollup merge of #100083 - notriddle:notriddle/source...
2022-08-03 Matthias KrügerRollup merge of #100068 - dcsommer:master, r=petrochenkov
2022-08-03 Matthias KrügerRollup merge of #98877 - topjohnwu:fix-lld, r=jyn514
2022-08-03 Matthias KrügerRollup merge of #100029 - hdelc:master, r=cjgillot
2022-08-03 Matthias KrügerRollup merge of #99795 - compiler-errors:delay-speciali...
2022-08-03 Matthias KrügerRollup merge of #99786 - obeis:issue-99625, r=compiler...
2022-08-03 Matthias KrügerRollup merge of #99746 - compiler-errors:more-trait...
2022-08-03 Matthias KrügerRollup merge of #98835 - aliemjay:relate_closure_substs...
2022-08-03 Matthias KrügerRollup merge of #98771 - Thog:rust-lld-apple-target...
2022-08-03 borsAuto merge of #100088 - RalfJung:anyhow, r=Mark-Simulacrum
2022-08-03 Camille GILLOTOnly fetch HIR for naked functions that have the attribute.
2022-08-03 Esteban KüberProvide suggestion on missing `let` in binding statement
2022-08-03 borsAuto merge of #100064 - RalfJung:disaligned, r=petrochenkov
2022-08-03 maryAdd support for link-flavor rust-lld for iOS, tvOS...
2022-08-03 Ralf Jungfix is_disaligned logic for nested packed structs
2022-08-03 borsAuto merge of #100023 - saethlin:send-sync-chunksmut...
2022-08-03 klensyfix trailing whitespace in error message
2022-08-03 Fabian WolffWarn about dead tuple struct fields
2022-08-03 Ali MJ Al-Nasrawycosmetic changes
2022-08-03 b-naberfix typo
2022-08-03 Dylan DPCRollup merge of #100079 - camelid:fix-doc-star-search...
2022-08-03 Dylan DPCRollup merge of #99800 - sandydoo:bugfix/wasm-futex...
2022-08-03 Dylan DPCRollup merge of #99738 - notriddle:notriddle/multiple...
2022-08-03 Dylan DPCRollup merge of #99614 - RalfJung:transmute-is-not...
2022-08-03 Dylan DPCRollup merge of #99371 - ChrisDenton:simplify-gen-rando...
2022-08-03 Jack HueyAdd bound_impl_subject and bound_return_ty
2022-08-03 borsAuto merge of #100082 - matthiaskrgr:rollup-ywu4iux...
2022-08-03 yukangfix tidy
2022-08-03 Jack HueyChange sized_constraints to return EarlyBinder
2022-08-03 yukangcheck link ordinal make sure target is foreign function
2022-08-03 hdelcAdd items to `DocAliasBadLocation` check error match arm
2022-08-03 Jack HueyAdd bound_predicates_of and bound_explicit_predicates_of
2022-08-03 Takayuki Maedasuggest a positional formatting argument instead of...
2022-08-03 Jakob DegenAvoid invalidating the CFG in MirPatch.
2022-08-03 borsAuto merge of #99509 - lcnr:commit_unconditionally...
next