rust/src/liballoc
Patrick Walton 67deb2e65e libsyntax: Remove the use foo = bar syntax from the language in favor
of `use bar as foo`.

Change all uses of `use foo = bar` to `use bar as foo`.

Implements RFC #47.

Closes #16461.

[breaking-change]
2014-08-18 09:19:10 -07:00
..
arc.rs Rename Share to Sync 2014-08-07 08:54:38 -07:00
boxed.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
heap.rs rustc: Link entire archives of native libraries 2014-08-04 11:02:26 -07:00
lib.rs libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
libc_heap.rs alloc: Refactor OOM into a common routine 2014-06-16 18:15:48 -07:00
rc.rs Rename Share to Sync 2014-08-07 08:54:38 -07:00
util.rs libs: Fix miscellaneous fallout of librustrt 2014-06-06 23:00:01 -07:00