about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-08-05Auto merge of #99867 - spastorino:refactor-remap-lifetimes, r=nikomatsakisbors-296/+588
2022-08-05Auto merge of #97085 - rylev:test-issue-33172, r=wesleywiserbors-0/+40
2022-08-04Auto merge of #95026 - cuviper:bump-linux-min, r=Mark-Simulacrumbors-1483/+1621
2022-08-04Link /rustroot/lib stuff for clang -m32 to seeJosh Stone-0/+5
2022-08-04Auto merge of #100151 - matthiaskrgr:rollup-irqwvj2, r=matthiaskrgrbors-121/+381
2022-08-04Rollup merge of #100148 - durin42:llvm-16-pointertype, r=nikicMatthias Krüger-1/+6
2022-08-04Rollup merge of #100138 - GuillaumeGomez:rm-clean-impls, r=notriddleMatthias Krüger-18/+11
2022-08-04Rollup merge of #100095 - jackh726:early-binder, r=lcnrMatthias Krüger-68/+94
2022-08-04Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro...Matthias Krüger-3/+58
2022-08-04Rollup merge of #100058 - TaKO8Ki:suggest-positional-formatting-argument-inst...Matthias Krüger-8/+182
2022-08-04Rollup merge of #99772 - ehuss:reenable-submodule-archive, r=Mark-SimulacrumMatthias Krüger-10/+7
2022-08-04Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebankMatthias Krüger-13/+23
2022-08-04Fix typoSantiago Pastorino-1/+1
2022-08-04Improve opt_local_def_id docsSantiago Pastorino-7/+9
2022-08-04Downgrade dist-powerpc-linux binutils to 2.30Josh Stone-20/+5
2022-08-04Improve record_def_id_remap docsSantiago Pastorino-1/+4
2022-08-04Do not collect lifetimes with Infer resolutionSantiago Pastorino-14/+21
2022-08-04RustWrapper: update for TypedPointerType in LLVMAugie Fackler-1/+6
2022-08-04Use span_bug instead of panicSantiago Pastorino-4/+8
2022-08-04Add docs to generics_def_id_mapSantiago Pastorino-1/+4
2022-08-04Add docs to record_elided_anchorSantiago Pastorino-0/+3
2022-08-04Extract record_elided_anchorSantiago Pastorino-18/+13
2022-08-04Move new_remapping inside with_hir_id_ownerSantiago Pastorino-1/+2
2022-08-04Add documentation for create_lifetime_defsSantiago Pastorino-0/+4
2022-08-04Add more debug callsSantiago Pastorino-4/+5
2022-08-04Add documentation about lifetime argsSantiago Pastorino-0/+2
2022-08-04Add documentation about lifetime_defsSantiago Pastorino-0/+3
2022-08-04Move hir_bounds after lifetime_defsSantiago Pastorino-5/+4
2022-08-04captures -> collected_lifetimesSantiago Pastorino-9/+10
2022-08-04Move lifetimes_in_bounds call to outside with_hir_id_owner block in lower_asy...Santiago Pastorino-5/+14
2022-08-04Move lifetimes_in_bounds call to outside with_hir_id_owner block in lower_opa...Santiago Pastorino-18/+23
2022-08-04Document what collected_lifetimes vec containtsSantiago Pastorino-0/+3
2022-08-04Document lower_opaque_impl_traitSantiago Pastorino-0/+29
2022-08-04with_lifetime_binder is now lower_lifetime_binder and doesn't need a closureSantiago Pastorino-55/+52
2022-08-04Add comments on with_remappingSantiago Pastorino-0/+10
2022-08-04Document opt_local_def_idSantiago Pastorino-0/+11
2022-08-04Document generics_def_id_map field and record/get methods on itSantiago Pastorino-1/+8
2022-08-04Add comments about lifetime collect and create lifetime defs for RPITsSantiago Pastorino-0/+8
2022-08-04Avoid explicitly handling res when is not neededSantiago Pastorino-31/+46
2022-08-04create_and_capture_lifetime_defs -> create_lifetime_defsSantiago Pastorino-3/+3
2022-08-04Remove captured_lifetimes and LifetimeCaptureContext and make create_lifetime...Santiago Pastorino-82/+43
2022-08-04Implement def_id based remappingSantiago Pastorino-107/+140
2022-08-04Remove local_def_id from captured_lifetimesSantiago Pastorino-22/+17
2022-08-04Capture things as Lifetime object to simplify thingsSantiago Pastorino-49/+59
2022-08-04Create new_mapping local structure and avoid checking def_ids on capturesSantiago Pastorino-34/+48
2022-08-04Remove binders_to_ignore from LifetimeCaptureContextSantiago Pastorino-16/+3
2022-08-04No need to store parent_def_id in LifetimeCaptureContextSantiago Pastorino-9/+9
2022-08-04No need to check binders to ignore on new_named_lifetime_with_res's LifetimeR...Santiago Pastorino-8/+3
2022-08-04No need to check binders to ignore on new_named_lifetime_with_res's LifetimeR...Santiago Pastorino-8/+3
2022-08-04new_named_lifetime_with_res's LifetimeRes::Fresh should have created def_id a...Santiago Pastorino-11/+2