rust/src/libsyntax/ext
bors 7820fb5ca9 auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichton
Visit the free functions of std::vec and reimplement or remove some. Most prominently, remove `each_permutation` and replace with two iterators, ElementSwaps and Permutations.

Replace unzip, unzip_slice with an updated `unzip` that works with an iterator argument.

Replace each_permutation with a Permutation iterator. The new permutation iterator is more efficient since it uses an algorithm that produces permutations in an order where each is only one element swap apart, including swapping back to the original state with one swap at the end.

Unify the seldomly used functions `build`, `build_sized`, `build_sized_opt` into just one function `build`.

Remove `equal_sizes`
2013-09-09 21:31:03 -07:00
..
deriving std::at_vec and vec: Unify build_sized, build_sized_opt into build 2013-09-10 05:50:11 +02:00
tt WIP: adding mark-cancelling for macro_rules 2013-09-06 13:35:13 -07:00
asm.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
auto_encode.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
base.rs quote_* macros no longer need to be capturing 2013-09-06 13:35:14 -07:00
build.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
bytes.rs stop treating char as an integer type 2013-09-04 08:07:56 -04:00
cfg.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
concat_idents.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
env.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
expand.rs auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson 2013-09-09 10:41:05 -07:00
fmt.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
ifmt.rs stop treating char as an integer type 2013-09-04 08:07:56 -04:00
log_syntax.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
quote.rs quote_* macros no longer need to be capturing 2013-09-06 13:35:14 -07:00
source_util.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
trace_macros.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00