rust/src/libextra
bors 7ce3386511 auto merge of #11112 : alexcrichton/rust/issue-11087, r=brson
This should allow callers to know whether the channel was empty or disconnected
without having to block.

Closes #11087
2014-01-15 12:37:00 -08:00
..
num auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichton 2014-01-09 06:26:27 -08:00
terminfo libextra: Remove unnecessary @muts 2014-01-03 14:02:00 -08:00
arc.rs std: Introduce std::sync 2013-12-24 14:42:00 -08:00
arena.rs libextra: Introduce typed arenas. 2014-01-07 16:44:41 -08:00
base64.rs Make base64::config fields public again 2013-12-11 19:27:20 -08:00
bitv.rs Remove some unnecessary type casts 2014-01-06 21:28:54 +01:00
btree.rs Added in Clone/TotalEq/TotalOrd/ToStr traits to all parts of btree. 2014-01-06 21:19:36 -05:00
c_vec.rs c_vec: Modernize 2013-12-02 21:53:23 +01:00
comm.rs Allow more "error" values in try_recv() 2014-01-15 11:21:56 -08:00
container.rs test: Remove all remaining non-procedure uses of do. 2013-11-26 08:25:27 -08:00
dlist.rs extratest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
ebml.rs Remove the io::Decorator trait 2014-01-08 23:42:28 -08: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 'borrowed pointer' -> 'reference' 2014-01-07 18:49:13 -08:00
getopts.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
glob.rs Renamed Option::map_default and mutate_default to map_or and mutate_or_set 2014-01-08 00:53:40 +01:00
hex.rs extra: Fix all code examples 2013-12-23 09:10:36 -08:00
json.rs Remove the io::Decorator trait 2014-01-08 23:42:28 -08:00
lib.rs Add a configure to disable libstd version injection 2014-01-15 08:22:16 -08:00
list.rs libextra: Remove MutList, as it's inexorably tied to @mut 2014-01-03 14:02:00 -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 extratest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
semver.rs extra: Remove condition from semver 2014-01-03 18:59:47 -08:00
serialize.rs rename Strong -> Rc, replacing rc with weak 2014-01-09 16:02:17 -05:00
smallintmap.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
stats.rs auto merge of #11402 : bjz/rust/remove-approx, r=alexcrichton 2014-01-09 05:06:33 -08:00
sync.rs Allow more "error" values in try_recv() 2014-01-15 11:21:56 -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 Remove the io::Decorator trait 2014-01-08 23:42:28 -08:00
test.rs Clean up std::num::cmath and remove stale comments 2014-01-13 10:33:54 +11:00
time.rs extra: Ignore time tests on android correctly 2014-01-14 19:57:59 -08:00
treemap.rs Add Clone to TreeSet 2014-01-13 02:21:19 -08:00
unicode.rs Register new snapshots 2013-12-03 14:31:54 -08:00
url.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
uuid.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
workcache.rs extra::workcache: Remove unused Logger 2014-01-11 15:10:28 +09:00