rust/src/libstd
Alex Crichton 32b07c6a40 Remove unbound pipes from io::pipe
This isn't necessary for creating processes (or at least not right now), and
it inherently attempts to expose implementation details.
2013-10-24 14:21:56 -07:00
..
fmt Removed unnecessary comments and white spaces as suggested 2013-10-23 01:10:50 +05:30
num Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
path Remove thread-blocking call to libc::stat in Path::stat 2013-10-22 18:25:07 -07:00
rand auto merge of #9810 : huonw/rust/rand3, r=alexcrichton 2013-10-23 08:31:21 -07:00
rt Remove unbound pipes from io::pipe 2013-10-24 14:21:56 -07:00
str Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
task Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
unstable mark some functions as returning ! 2013-10-23 22:23:28 -04:00
at_vec.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
bool.rs Cleaned, documented, wrote tests for up std::bool 2013-10-24 17:21:39 +02:00
borrow.rs std::borrow: Use raw pointer comparison for ref_eq 2013-09-18 06:05:06 +02:00
c_str.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
cast.rs std: Move size/align functions to std::mem. #2240 2013-10-17 17:31:35 -07:00
cell.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
char.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
cleanup.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
clone.rs remove the float type 2013-10-01 14:54:10 -04:00
cmp.rs Now inline default 'ne' methods 2013-08-30 22:02:24 -04:00
comm.rs Make fields in std::comm private 2013-10-19 00:18:17 +05:30
condition.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
container.rs container: inline contains_key default method 2013-08-20 22:05:03 -04:00
default.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
either.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
from_str.rs Add from_str docs 2013-09-05 00:58:12 -04:00
hash.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
hashmap.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
io.rs Removed unnecessary comments and white spaces as suggested 2013-10-23 01:10:50 +05:30
iter.rs Removed unnecessary comments and white spaces as suggested 2013-10-23 01:10:50 +05:30
kinds.rs
libc.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
local_data.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
logging.rs Document logging and remove old functions 2013-10-03 09:16:31 -07:00
managed.rs Fix an off-by-one in managed::refcount 2013-10-18 09:33:18 -07:00
mem.rs Cleaned, documented, wrote tests for up std::bool 2013-10-24 17:21:39 +02:00
ops.rs Fix a typo in std::ops documentation 2013-10-06 18:51:58 +11:00
option.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
os.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
owned.rs
prelude.rs Cleaned, documented, wrote tests for up std::bool 2013-10-24 17:21:39 +02:00
ptr.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
rc.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
reflect.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
repr.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
result.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
routine.rs libsyntax: Introduce routines and remove all @fns from libsyntax save the old visitor 2013-09-23 18:23:21 -07:00
run.rs Merge remote-tracking branch 'upstream/master' 2013-10-23 10:09:06 -07:00
select.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
send_str.rs Implemented IntoSendStr on SendStr to allow naming a 2013-10-05 21:28:04 +02:00
std.rs register snapshots 2013-10-23 18:06:12 -04:00
str.rs Removed the unnecesary comments 2013-10-23 01:10:50 +05:30
sys.rs std: Move sys::log_str to repr::repr_to_str. Further work on #2240. 2013-10-21 11:59:23 -07:00
to_bytes.rs remove the float type 2013-10-01 14:54:10 -04:00
to_str.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
trie.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
tuple.rs std: Replace CloneableTuple with Tuple, which takes self by-val. 2013-09-25 19:00:08 +10:00
unicode.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
unit.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
util.rs std: Move size/align functions to std::mem. #2240 2013-10-17 17:31:35 -07:00
vec.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30