rust/src/libgreen
bors b35e8fbfcb auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger
lint: add lint for use of a `~[T]`.

This is useless at the moment (since pretty much every crate uses
`~[]`), but should help avoid regressions once completely removed from a
crate.
2014-03-13 22:26:35 -07:00
..
basic.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
context.rs green,native,rustuv: Replace many pointer transmute's with as or referencing. 2014-02-24 01:15:39 +11:00
coroutine.rs
lib.rs auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger 2014-03-13 22:26:35 -07:00
macros.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
message_queue.rs
sched.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
simple.rs Cleaned up std::any 2014-03-04 21:10:23 +01:00
sleeper_list.rs
stack.rs std: make .swap_remove return Option<T>. 2014-02-24 21:22:26 -08:00
task.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00