rust/compiler/rustc_expand
Nicholas Nethercote be60bcb28a Rename MapInPlace as FlatMapInPlace.
After removing the `map_in_place` method, which isn't much use because
modifying every element in a collection such as a `Vec` can be done
trivially with iteration.
2023-03-08 15:53:56 +11:00
..
locales rustc_expand: make proc-macro derive error translatable 2023-03-04 07:54:29 +02:00
src Rename MapInPlace as FlatMapInPlace. 2023-03-08 15:53:56 +11:00
Cargo.toml Upgrade thin-vec from 0.2.9 to 0.2.12. 2023-02-21 11:51:55 +11:00