rust/src/libextra
bors 57d1ed819b auto merge of #10303 : niftynif/rust/master, r=catamorphism
r? @catamorphism
First contribution; contains struct definitions and some useful traits.  Can possibly be improved by removing the dependence on the Clone trait.  This is intended to be the beginning of a long-term project.
2013-11-08 00:11:07 -08:00
..
num extra: Add getter methods to extra::rational::Ratio 2013-10-24 23:05:03 +09:00
terminfo Move io::file to io::fs and fns out of File 2013-11-04 10:28:55 -08:00
arc.rs libextra: Make arc::get and arc::new inline too. 2013-10-24 13:50:21 -07:00
arena.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
base64.rs auto merge of #9810 : huonw/rust/rand3, r=alexcrichton 2013-10-23 08:31:21 -07:00
bitv.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
btree.rs Added proper //! documentation to the beginning of btree.rs. 2013-11-08 02:41:09 -05:00
c_vec.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
comm.rs Implement a basic event loop built on LittleLock 2013-10-24 23:49:11 -07:00
container.rs Fix existing privacy/visibility violations 2013-10-07 13:00:52 -07:00
dlist.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
ebml.rs Remove std::io once and for all! 2013-10-24 14:22:34 -07:00
enum_set.rs Assorted cleanups suggested by reviewers. 2013-10-29 09:09:20 -07:00
flate.rs std::rand: add distributions::Range for generating [lo, hi). 2013-10-23 10:40:06 +11:00
future.rs Register new snapshots 2013-10-28 16:56:24 -07:00
getopts.rs Removed unnecessary comments and white spaces as suggested 2013-10-23 01:10:50 +05:30
glob.rs Move io::file to io::fs and fns out of File 2013-11-04 10:28:55 -08:00
hex.rs Migrate users of 'loop' to 'continue' 2013-10-01 15:53:13 -07:00
json.rs Remove the extension traits for Readers/Writers 2013-10-28 10:16:45 -07:00
lib.rs Addressed style concerns in btree.rs and added it to the lib file. 2013-11-07 13:34:20 -05:00
list.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
priority_queue.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
ringbuf.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
semver.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
serialize.rs remove the float type 2013-10-01 14:54:10 -04:00
smallintmap.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
sort.rs std::ascii: Provide a copyless [Ascii] -> str method. 2013-11-08 10:20:06 +11:00
stats.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
sync.rs Allow fail messages to be caught, and introduce the Any trait 2013-10-28 08:50:32 +01:00
task_pool.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
tempfile.rs Move io::file to io::fs and fns out of File 2013-11-04 10:28:55 -08:00
term.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
test.rs Fill out the remaining functionality in io::file 2013-11-03 15:15:42 -08:00
time.rs extra::time: Fix test on Windows 2013-11-08 14:19:25 +09:00
treemap.rs Forbid type parameters in inner statics 2013-10-30 19:52:00 -07:00
unicode.rs Removing ccdecl 2013-10-14 14:33:05 +02:00
url.rs Add ~ to the list of allowable URL characters. 2013-11-07 17:21:33 -05:00
uuid.rs Remove all blocking std::os blocking functions 2013-11-03 15:15:42 -08:00
workcache.rs Move io::file to io::fs and fns out of File 2013-11-04 10:28:55 -08:00