index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_data_structures
/
src
/
vec_map.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-17
Remove VecMap
Michael Goulet
-192
/
+0
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-04-06
Fix some fallout around type alias impl trait in associated types
Oli Scherer
-1
/
+1
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-1
/
+15
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-15
/
+1
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-1
/
+10
2022-02-02
Add roll back infrastructure for opaque type caches
Oli Scherer
-0
/
+5
2021-07-23
Add VecMap::get_value_matching and assert if > 1 element
Santiago Pastorino
-4
/
+23
2021-07-22
Make mir borrowck's use of opaque types independent of the typeck query's result
Oli Scherer
-0
/
+4
2021-07-22
Fix VecMap::iter_mut
Oli Scherer
-5
/
+5
2021-07-13
Fix VecMap Extend impl
Oli Scherer
-4
/
+6
2021-06-08
add VecMap docs
Santiago Pastorino
-0
/
+14
2021-06-08
Use impl FnMut directly as predicate type
Santiago Pastorino
-4
/
+1
2021-06-08
Explicitly pass find arguments down the predicate so coercions can apply
Santiago Pastorino
-2
/
+2
2021-06-08
Add VecMap::get_by(FnMut -> bool)
Santiago Pastorino
-0
/
+7
2021-06-07
Add VecMap to rustc_data_structures
Santiago Pastorino
-0
/
+137