rust/src/libstd
2013-12-10 15:13:12 -08:00
..
fmt std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. 2013-12-04 22:35:53 +11:00
io libextra: Another round of de-Cell-ing. 2013-12-10 15:13:12 -08:00
num Remove dead codes 2013-12-08 02:55:28 -05:00
path Remove dead codes 2013-12-08 02:55:28 -05:00
rand auto merge of #10859 : huonw/rust/helper-dists, r=cmr 2013-12-09 03:41:27 -08:00
rt librustuv: RAII-ify Local::borrow, and remove some 12 Cells. 2013-12-10 15:13:12 -08:00
task librustuv: RAII-ify Local::borrow, and remove some 12 Cells. 2013-12-10 15:13:12 -08:00
unstable libextra: Another round of de-Cell-ing. 2013-12-10 15:13:12 -08:00
any.rs auto merge of #10840 : cmr/rust/any_docs2, r=huonw 2013-12-09 05:51:29 -08:00
ascii.rs std::ascii: Add tests for is_digit() and is_control() 2013-11-27 09:54:54 -06:00
at_vec.rs librustuv: RAII-ify Local::borrow, and remove some 12 Cells. 2013-12-10 15:13:12 -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 std::borrow: Use raw pointer comparison for ref_eq 2013-09-18 06:05:06 +02:00
c_str.rs std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. 2013-12-04 22:35:53 +11:00
cast.rs remove useless transmute_immut function 2013-12-01 10:18:47 -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 Fix handling of upper/lowercase, and whitespace 2013-11-27 23:36:20 +01: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 Now inline default 'ne' methods 2013-08-30 22:02:24 -04:00
comm.rs auto merge of #10562 : ongardie/rust/master, r=brson 2013-12-05 15:16:27 -08:00
condition.rs libstd: Fix Win32 and other bustage. 2013-11-26 08:25:27 -08:00
container.rs
default.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
either.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
from_str.rs Add from_str docs 2013-09-05 00:58:12 -04:00
gc.rs libstd: Fix Win32 and other bustage. 2013-11-26 08:25:27 -08:00
hash.rs Remove dead codes 2013-12-08 02:55:28 -05:00
hashmap.rs Register new snapshots 2013-11-28 20:27:56 -08:00
iter.rs Remove dead codes 2013-12-08 02:55:28 -05:00
kinds.rs
lib.rs Register new snapshots 2013-12-03 14:31:54 -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 Add a macro to check if logging at a given label is enabled 2013-12-02 21:47:57 +01: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 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 Remove dead codes 2013-12-08 02:55:28 -05:00
owned.rs
prelude.rs Move std::util::ignore to std::prelude::drop 2013-12-03 20:40:38 -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 Register new snapshots 2013-11-28 20:27:56 -08:00
result.rs Made Results API more composable 2013-12-06 22:29:02 +01:00
rtdeps.rs Register new snapshots 2013-12-03 14:31:54 -08:00
run.rs Remove dead codes 2013-12-08 02:55:28 -05:00
select.rs librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
send_str.rs Implemented IntoSendStr on SendStr to allow naming a 2013-10-05 21:28:04 +02:00
str.rs std::str: Add examples to the StrSlice trait. 2013-12-07 13:59:36 +11: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 std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
trie.rs Register new snapshots 2013-11-28 20:27:56 -08:00
tuple.rs Removed a few macro-expanding-to-module workarounds 2013-11-29 17:33:36 +01:00
unicode.rs Remove dead codes 2013-12-08 02:55:28 -05:00
unit.rs Reordered the methods in std::Option and std::Result 2013-11-01 15:00:46 +01:00
util.rs Move std::util::ignore to std::prelude::drop 2013-12-03 20:40:38 -08:00
vec.rs add MutableVector::mut_split(self, pred) -> DoubleEndedIterator<&mut [T]> 2013-12-03 17:31:15 +01:00