rust/src/libextra
bors 08321f1c49 auto merge of #11149 : alexcrichton/rust/remove-either, r=brson
Had to change some stuff in typeck to bootstrap (getting methods in fmt off of Either), but other than that not so painful.

Closes #9157
2014-01-03 12:16:48 -08:00
..
num Implement Ratio:from_float() 2013-12-30 16:55:13 +01:00
terminfo Remove unnecessary semicolon 2013-12-21 17:31:24 +01:00
arc.rs std: Introduce std::sync 2013-12-24 14:42:00 -08:00
arena.rs std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut []. 2013-12-15 23:37:41 +11:00
base64.rs Make base64::config fields public again 2013-12-11 19:27:20 -08:00
bitv.rs Don't allow impls to force public types 2013-12-17 09:38:57 -08:00
btree.rs Don't allow impls to force public types 2013-12-17 09:38:57 -08:00
c_vec.rs c_vec: Modernize 2013-12-02 21:53:23 +01:00
comm.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
container.rs test: Remove all remaining non-procedure uses of do. 2013-11-26 08:25:27 -08:00
dlist.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
ebml.rs libextra: Use from_be32 instead of bswap32 in vuint_at() 2014-01-01 22:27:49 +01:00
enum_set.rs librustc: Implement coercion for traits. 2013-12-27 03:26:46 -05:00
flate.rs std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. 2013-12-19 09:26:13 +11:00
future.rs extra: Fix all code examples 2013-12-23 09:10:36 -08:00
getopts.rs Fix tests 2013-12-31 00:51:11 -06:00
glob.rs Fixing more doc tests 2013-12-23 09:10:37 -08:00
hex.rs extra: Fix all code examples 2013-12-23 09:10:36 -08:00
json.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
lib.rs Bump version to 0.9 2014-01-02 12:55:20 -08:00
list.rs librustuv: Remove all non-proc uses of do from libextra and 2013-11-26 08:24:18 -08:00
lru_cache.rs extra: Fix all code examples 2013-12-23 09:10:36 -08:00
priority_queue.rs std::vec: make the sorting closure use Ordering rather than just being 2013-12-22 18:16:50 +11:00
ringbuf.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
semver.rs librustuv: Remove all non-proc uses of do from libextra and 2013-11-26 08:24:18 -08:00
serialize.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
smallintmap.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
stats.rs std::vec: make the sorting closure use Ordering rather than just being 2013-12-22 18:16:50 +11:00
sync.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
task_pool.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
tempfile.rs extra: fix spelling in docs. 2013-12-15 16:34:14 +11:00
term.rs Support ANSI colors in msys terminals. See #2807 2013-12-20 22:32:27 +01:00
test.rs Remove std::either 2014-01-03 10:25:23 -08:00
time.rs Convert some C functions to rust functions 2013-12-30 14:35:55 -08:00
treemap.rs Don't allow impls to force public types 2013-12-17 09:38:57 -08:00
unicode.rs Register new snapshots 2013-12-03 14:31:54 -08:00
url.rs extra: Fix all code examples 2013-12-23 09:10:36 -08:00
uuid.rs extra: impl IterBytes for uuid::Uuid 2013-12-23 23:44:58 -08:00
workcache.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00