rust/src/libextra
bors c8db9e2638 auto merge of #8905 : sstewartgallus/rust/cleanup_tests, r=bblum
In this commit I:
- removed unneeded heap allocations
- added extra whitespace to crowded expressions
- and removed unneeded syntax

Also, CC @bblum although this change is fairly unobjectionable.
2013-08-31 12:40:40 -07:00
..
crypto librustc: Fix merge fallout. 2013-08-27 18:47:57 -07:00
num partial revert of 31fa865 2013-08-29 17:52:22 -05:00
terminfo fix build with the new snapshot compiler 2013-08-12 17:37:46 -04:00
arc.rs Cleanup concurrency tests 2013-08-31 11:26:01 -07:00
arena.rs Enabled unit tests in std and extra. 2013-08-22 20:02:20 -07:00
base64.rs Removed convenience encoding trait impls 2013-08-06 09:58:36 -07:00
bitv.rs std: Rename Iterator.transform -> .map 2013-08-10 07:33:21 -07:00
c_vec.rs Enabled unit tests in std and extra. 2013-08-22 20:02:20 -07:00
comm.rs Remove old tests and code for select 2013-08-04 15:11:56 -07:00
container.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
dlist.rs extra::dlist: Fix bug in Eq::ne 2013-08-29 17:11:11 +02:00
ebml.rs implement pointer arithmetic with GEP 2013-07-30 02:50:31 -04:00
enum_set.rs doc: correct spelling in documentation. 2013-08-16 15:41:28 +10:00
extra.rs Deleted fun_treemap 2013-08-20 22:09:47 -04:00
fileinput.rs extra: change XXX to FIXME and elaborate on comments 2013-08-21 17:17:47 -07:00
flate.rs librustc: Remove &const and *const from the language. 2013-08-27 18:46:51 -07:00
flatpipes.rs Enabled unit tests in std and extra. 2013-08-22 20:02:20 -07:00
future.rs Enabled unit tests in std and extra. 2013-08-22 20:02:20 -07:00
getopts.rs char_len is more succinct than count_chars. 2013-08-25 13:16:12 +02:00
hex.rs Result::get -> Result::unwrap 2013-08-06 10:42:06 -07:00
io_util.rs extra: change XXX to FIXME and elaborate on comments 2013-08-21 17:17:47 -07:00
json.rs drop some redundant Ord method implementations 2013-08-29 14:24:24 -05:00
list.rs extra: Replace for with do { .. } expr where internal iterators are used 2013-08-01 16:54:22 +02:00
md4.rs rm obsolete integer to_str{,_radix} free functions 2013-08-20 22:05:03 -04:00
par.rs std: Rename Iterator.transform -> .map 2013-08-10 07:33:21 -07:00
priority_queue.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
rc.rs rc: from_{owned,const} -> from_{send,freeze} 2013-08-01 04:39:00 -04:00
ringbuf.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
rl.rs Adjust callbacks in the libraries for the new type of extern fns 2013-08-21 10:50:42 -04:00
semver.rs drop some redundant Ord method implementations 2013-08-29 14:24:24 -05:00
serialize.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
smallintmap.rs std: merge Iterator and IteratorUtil 2013-08-10 07:02:17 -07:00
sort.rs vec: rm obsolete zip and zip_slice 2013-08-15 21:12:34 -04:00
stats.rs librustc: Fix problem with cross-crate reexported static methods. 2013-08-27 18:47:59 -07:00
sync.rs Cleanup concurrency tests 2013-08-31 11:26:01 -07:00
task_pool.rs Remove the C++ runtime. Sayonara 2013-08-09 16:45:50 -07:00
tempfile.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
term.rs More spelling corrections. 2013-08-18 08:28:04 +10:00
test.rs extra: error message should reflact that RUST_TEST_TASKS should be strictly positive (zero is illegal). 2013-08-29 22:58:27 +10:00
time.rs rt: Remove last use of C++ exchange alloc 2013-08-23 14:46:23 -07:00
treemap.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
unicode.rs Fix building problems in extra::unicode. 2013-08-03 19:57:31 +09:00
url.rs Fix some parsing errors in extra::url 2013-08-19 02:27:57 -07:00
uuid.rs Fix two small warnings 2013-08-23 17:26:52 -04:00
workcache.rs Remove the C++ runtime. Sayonara 2013-08-09 16:45:50 -07:00