Santiago Pastorino
|
d71410757d
|
Add VecMap::get_value_matching and assert if > 1 element
Otherwise is a bug that we want to uncover.
|
2021-07-23 08:44:23 -03:00 |
|
Oli Scherer
|
6d76002baf
|
Make mir borrowck's use of opaque types independent of the typeck query's result
|
2021-07-22 11:20:29 +00:00 |
|
Oli Scherer
|
d693a98f4e
|
Fix VecMap::iter_mut
It used to allow you to mutate the key, even though that can invalidate the map by creating duplicate keys.
|
2021-07-22 11:20:29 +00:00 |
|
Oli Scherer
|
692f638036
|
Fix VecMap Extend impl
|
2021-07-13 15:05:29 +00:00 |
|
Santiago Pastorino
|
7b1e1c7333
|
add VecMap docs
|
2021-06-08 17:17:48 -03:00 |
|
Santiago Pastorino
|
cad762b1e2
|
Use impl FnMut directly as predicate type
|
2021-06-08 17:17:48 -03:00 |
|
Santiago Pastorino
|
ed94da14ed
|
Explicitly pass find arguments down the predicate so coercions can apply
|
2021-06-08 17:17:47 -03:00 |
|
Santiago Pastorino
|
dd56ec653c
|
Add VecMap::get_by(FnMut -> bool)
|
2021-06-08 09:40:58 -03:00 |
|
Santiago Pastorino
|
aa7024b0c7
|
Add VecMap to rustc_data_structures
|
2021-06-07 19:03:51 -03:00 |
|