rust/src/libcollections
Keegan McAllister 5bf385be6a Rename macro_escape to macro_use
In the future we want to support

    #[macro_use(foo, bar)]
    mod macros;

but it's not an essential part of macro reform.  Reserve the syntax for now.
2015-01-05 12:00:57 -08:00
..
btree [breaking change] Update entry API as part of RFC 509. 2015-01-04 15:55:54 -05:00
bench.rs [breaking change] Update entry API as part of RFC 509. 2015-01-04 15:55:54 -05:00
binary_heap.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
bit.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
dlist.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
enum_set.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
lib.rs Rename macro_escape to macro_use 2015-01-05 12:00:57 -08:00
macros.rs Stop using macro_escape as an inner attribute 2015-01-05 12:00:57 -08:00
ring_buf.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
slice.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
str.rs Rename core::char::Char to CharExt to match prelude guidelines. 2015-01-05 12:30:30 +11:00
string.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
vec.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
vec_map.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00