rust/src/libsyntax/parse
Huon Wilson 689f19722f rand: deprecate rng.
This should be called far less than it is because it does expensive OS
interactions and seeding of the internal RNG, `task_rng` amortises this
cost. The main problem is the name is so short and suggestive.

The direct equivalent is `StdRng::new`, which does precisely the same
thing.

The deprecation will make migrating away from the function easier.
2014-03-12 11:31:43 +11:00
..
attr.rs libsyntax: Fix errors arising from the automated ~[T] conversion 2014-03-01 22:40:52 -08:00
classify.rs Removed the obsolete ast::CallSugar (previously used by do). 2014-02-14 07:48:13 -08:00
comments.rs libsyntax: Fix errors arising from the automated ~[T] conversion 2014-03-01 22:40:52 -08:00
common.rs Refactored ast_map and friends, mainly to have Paths without storing them. 2014-02-14 08:43:29 +02:00
lexer.rs libsyntax: Fix errors arising from the automated ~[T] conversion 2014-03-01 22:40:52 -08:00
mod.rs libsyntax: Fix errors arising from the automated ~[T] conversion 2014-03-01 22:40:52 -08:00
obsolete.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
parser.rs rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternMod to clean::ExternCrate 2014-03-07 15:57:45 +08:00
token.rs rand: deprecate rng. 2014-03-12 11:31:43 +11:00