granite-rust/library/alloc/src
bors 1facd4a77b Auto merge of #75163 - canova:map_into_keys_values, r=dtolnay
Implement `into_keys` and `into_values` for associative maps

This PR implements `into_keys` and `into_values` for HashMap and BTreeMap types. They are implemented as unstable, under `map_into_keys_values` feature.
Fixes #55214.
r? @dtolnay
2020-08-08 18:15:50 +00:00
..
alloc Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
collections Auto merge of #75163 - canova:map_into_keys_values, r=dtolnay 2020-08-08 18:15:50 +00:00
prelude mv std libs to library/ 2020-07-27 19:51:13 -05:00
raw_vec Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
rc mv std libs to library/ 2020-07-27 19:51:13 -05:00
sync mv std libs to library/ 2020-07-27 19:51:13 -05:00
alloc.rs Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
borrow.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
boxed.rs Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
fmt.rs Link to syntax section when referencing it 2020-07-29 10:43:40 +02:00
lib.rs Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
macros.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
raw_vec.rs Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
rc.rs Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
slice.rs add tracking issue 2020-08-01 07:49:24 +02:00
str.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
string.rs Explain why inline default ToString impl 2020-07-29 07:38:06 +00:00
sync.rs Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
task.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
tests.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
vec.rs Auto merge of #75033 - Manishearth:rollup-d8afil1, r=Manishearth 2020-08-02 01:04:54 +00:00