1
Fork 0
rust/src/libsyntax/ext
Daniel Micay cbbc1fc843 vec: convert append and append_one to methods
These were only free functions on `~[T]` because taking self by-value
used to be broken.
2014-03-31 01:13:48 -04:00
..
deriving vec: convert append and append_one to methods 2014-03-31 01:13:48 -04:00
tt Removed deprecated functions map and flat_map for vectors and slices. 2014-03-30 03:47:04 +02:00
asm.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
base.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
build.rs Removed deprecated functions map and flat_map for vectors and slices. 2014-03-30 03:47:04 +02:00
bytes.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
cfg.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
concat.rs Expand string literals and exprs inside of macros 2014-03-02 14:12:02 -08:00
concat_idents.rs Migrate all users of opt_vec to owned_slice, delete opt_vec. 2014-03-22 09:54:18 +11:00
env.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
expand.rs Removed deprecated functions map and flat_map for vectors and slices. 2014-03-30 03:47:04 +02:00
fmt.rs libsyntax: Renamed types, traits and enum variants to CamelCase. 2014-01-09 22:25:28 +02:00
format.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
log_syntax.rs De-@ TokenTree. 2014-03-28 18:28:04 +02:00
mtwt.rs syntax: Fix fallout of removing get() 2014-03-22 08:48:20 -07:00
quote.rs Removed deprecated functions map and flat_map for vectors and slices. 2014-03-30 03:47:04 +02:00
registrar.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
source_util.rs Removed deprecated functions map and flat_map for vectors and slices. 2014-03-30 03:47:04 +02:00
trace_macros.rs syntax: allow trace_macros! and log_syntax! in item position. 2014-03-22 01:27:23 +11:00