rust/src/libstd
bors e147a090a5 auto merge of #10685 : ebiggers/rust/ascii_fixes, r=alexcrichton
is_digit() incorrectly returned false for '0'.
is_control() incorrectly returned true for ' ' (space).
2013-11-27 11:52:09 -08:00
..
fmt libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
io libstd: Fix Win32 and other bustage. 2013-11-26 08:25:27 -08:00
num libstd: Fix Win32 and other bustage. 2013-11-26 08:25:27 -08:00
path test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
rand libstd: Fix Win32 and other bustage. 2013-11-26 08:25:27 -08:00
rt Improve the rt::thread module 2013-11-27 09:53:48 -08:00
task Improve the rt::thread module 2013-11-27 09:53:48 -08:00
unstable librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
any.rs Fix path parsing 2013-11-11 21:53:14 +09:00
ascii.rs std::ascii: Add tests for is_digit() and is_control() 2013-11-27 09:54:54 -06:00
at_vec.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
bool.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
borrow.rs
c_str.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
cast.rs remove cast::unsafe_copy 2013-11-14 22:20:12 -05:00
cell.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
char.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
cleanup.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
clone.rs make DeepClone inherit from Clone 2013-11-08 23:26:53 -05:00
cmp.rs
comm.rs Add an iterator for receiving messages from GenericPorts 2013-11-27 15:10:12 +10:00
condition.rs libstd: Fix Win32 and other bustage. 2013-11-26 08:25:27 -08:00
container.rs
default.rs
either.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
from_str.rs
gc.rs libstd: Fix Win32 and other bustage. 2013-11-26 08:25:27 -08:00
hash.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
hashmap.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
iter.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
kinds.rs
lib.rs Remove unused std::routine 2013-11-26 15:19:41 -08:00
libc.rs std::libc: Simplify win32/win64 type definitions 2013-11-24 19:08:41 +09:00
local_data.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
logging.rs Cache a task's stderr logger 2013-11-24 21:22:19 -08:00
managed.rs
mem.rs Cleaned, documented, wrote tests for up std::bool 2013-10-24 17:21:39 +02:00
ops.rs libstd: Fix Win32 and other bustage. 2013-11-26 08:25:27 -08:00
option.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
os.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
owned.rs
prelude.rs Introduce an io::Buffer trait 2013-11-13 11:36:13 -08:00
ptr.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
rc.rs librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
reflect.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
repr.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
result.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
run.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
select.rs librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
send_str.rs
str.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
to_bytes.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
to_str.rs
trie.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
tuple.rs
unicode.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
unit.rs Reordered the methods in std::Option and std::Result 2013-11-01 15:00:46 +01:00
util.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
vec.rs librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00