]> git.lizzy.rs Git - rust.git/history - compiler/rustc_ast_lowering
Rollup merge of #99787 - aDotInTheVoid:rdj-dyn, r=camelid,notriddle,GuillaumeGomez
[rust.git] / compiler / rustc_ast_lowering /
2022-08-09 Dylan DPCRollup merge of #99787 - aDotInTheVoid:rdj-dyn, r=camel...
2022-08-09 Dylan DPCRollup merge of #96478 - WaffleLapkin:rustc_default_bod...
2022-08-09 Matthias KrügerRollup merge of #100238 - Bryysen:master, r=cjgillot
2022-08-09 Matthias KrügerRollup merge of #100212 - GuillaumeGomez:rm-clean-impls...
2022-08-09 Matthias KrügerRollup merge of #100163 - TaKO8Ki:remove-unnecessary...
2022-08-09 borsAuto merge of #100205 - cjgillot:noice-doc, r=camelid
2022-08-09 Laurențiu Nicola:arrow_up: rust-analyzer
2022-08-08 borsAuto merge of #98863 - compiler-errors:projection-msg...
2022-08-08 borsAuto merge of #98489 - cjgillot:naked-nohir, r=davidtwc...
2022-08-08 borsAuto merge of #100207 - notriddle:notriddle/skipped...
2022-08-07 borsAuto merge of #100245 - matthiaskrgr:rollup-tfoo650...
2022-08-07 Matthias KrügerRollup merge of #100244 - Lokathor:add-armv4t-none...
2022-08-07 Matthias KrügerRollup merge of #100230 - cjgillot:noice-multibyte...
2022-08-07 Matthias KrügerRollup merge of #100206 - RalfJung:miri-terminfo, r...
2022-08-07 borsAuto merge of #99833 - andrewpollack:fuchsia-rust-ci...
2022-08-07 borsAuto merge of #99983 - RalfJung:more-layout-checks...
2022-08-07 Camille GILLOTUse start_point instead of next_point to point to elide...
2022-08-07 borsAuto merge of #100091 - chenyukang:add-check-for-link...
2022-08-07 borsAuto merge of #100004 - jyn514:exclude-single-test...
2022-08-06 Matthias KrügerRollup merge of #100169 - WaffleLapkin:optimize_is_alig...
2022-08-06 Matthias KrügerRollup merge of #100130 - compiler-errors:erroneous...
2022-08-06 Matthias KrügerRollup merge of #100127 - ChrisDenton:remove-init,...
2022-08-06 Matthias KrügerRollup merge of #100071 - klensy:annotate-snippets...
2022-08-06 borsAuto merge of #100117 - nicholasbishop:bishop-update...
2022-08-06 borsAuto merge of #99524 - cuviper:relnotes-1.63.0, r=Mark...
2022-08-06 Matthias KrügerRollup merge of #100193 - GuillaumeGomez:rm-clean-impls...
2022-08-06 Matthias KrügerRollup merge of #100167 - chenyukang:require-suggestion...
2022-08-06 Matthias KrügerRollup merge of #100132 - compiler-errors:issue-100103...
2022-08-06 Matthias KrügerRollup merge of #100094 - lyming2007:issue-98982, r...
2022-08-06 borsAuto merge of #99743 - compiler-errors:fulfillment...
2022-08-05 borsAuto merge of #100035 - workingjubilee:merge-functions...
2022-08-05 Dylan DPCRollup merge of #100168 - WaffleLapkin:improve_diagnost...
2022-08-05 Dylan DPCRollup merge of #100166 - GuillaumeGomez:rm-clean-impls...
2022-08-05 Dylan DPCRollup merge of #100158 - solid-rs:patch/kmc-solid...
2022-08-05 Dylan DPCRollup merge of #100157 - rust-lang:notriddle/use-map...
2022-08-05 Dylan DPCRollup merge of #100155 - compiler-errors:issue-100154...
2022-08-05 Dylan DPCRollup merge of #99835 - TaKO8Ki:suggest-adding-or...
2022-08-05 borsAuto merge of #100073 - dpaoliello:externvar, r=michael...
2022-08-05 borsAuto merge of #95977 - FabianWolff:issue-92790-dead...
2022-08-05 borsAuto merge of #99867 - spastorino:refactor-remap-lifeti...
2022-08-04 Matthias KrügerRollup merge of #100093 - wcampbell0x2a:unused-parens...
2022-08-04 Matthias KrügerRollup merge of #99772 - ehuss:reenable-submodule-archi...
2022-08-04 Matthias KrügerRollup merge of #98796 - compiler-errors:no-semi-if...
2022-08-04 Santiago PastorinoFix typo
2022-08-04 Santiago PastorinoImprove opt_local_def_id docs
2022-08-04 Santiago PastorinoImprove record_def_id_remap docs
2022-08-04 Santiago PastorinoDo not collect lifetimes with Infer resolution
2022-08-04 Santiago PastorinoUse span_bug instead of panic
2022-08-04 Santiago PastorinoAdd docs to record_elided_anchor
2022-08-04 Santiago PastorinoExtract record_elided_anchor
2022-08-04 Santiago PastorinoMove new_remapping inside with_hir_id_owner
2022-08-04 Santiago PastorinoAdd documentation for create_lifetime_defs
2022-08-04 Santiago PastorinoAdd more debug calls
2022-08-04 Santiago PastorinoAdd documentation about lifetime args
2022-08-04 Santiago PastorinoAdd documentation about lifetime_defs
2022-08-04 Santiago PastorinoMove hir_bounds after lifetime_defs
2022-08-04 Santiago Pastorinocaptures -> collected_lifetimes
2022-08-04 Santiago PastorinoMove lifetimes_in_bounds call to outside with_hir_id_ow...
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 borsAuto merge of #99953 - cjgillot:in-path-always, r=petro...
2022-08-04 borsAuto merge of #99843 - oli-obk:is_useful_perf, r=compil...
next