about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/vec_map.rs
AgeCommit message (Expand)AuthorLines
2023-03-17Remove VecMapMichael Goulet-192/+0
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-2/+1
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-04-06Fix some fallout around type alias impl trait in associated typesOli Scherer-1/+1
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-1/+15
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-15/+1
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-1/+10
2022-02-02Add roll back infrastructure for opaque type cachesOli Scherer-0/+5
2021-07-23Add VecMap::get_value_matching and assert if > 1 elementSantiago Pastorino-4/+23
2021-07-22Make mir borrowck's use of opaque types independent of the typeck query's resultOli Scherer-0/+4
2021-07-22Fix VecMap::iter_mutOli Scherer-5/+5
2021-07-13Fix VecMap Extend implOli Scherer-4/+6
2021-06-08add VecMap docsSantiago Pastorino-0/+14
2021-06-08Use impl FnMut directly as predicate typeSantiago Pastorino-4/+1
2021-06-08Explicitly pass find arguments down the predicate so coercions can applySantiago Pastorino-2/+2
2021-06-08Add VecMap::get_by(FnMut -> bool)Santiago Pastorino-0/+7
2021-06-07Add VecMap to rustc_data_structuresSantiago Pastorino-0/+137