| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 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 |
