rust/src/libstd
klutzy 1f7bfac9d2 rustc: Add lint for obsolete attributes
This also moves `#[auto_{en,de}code]` checker from syntax to lint.
2013-11-26 13:13:17 +09:00
..
fmt libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
io rustc: Add lint for obsolete attributes 2013-11-26 13:13:17 +09:00
num libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
path Remove linked failure from the runtime 2013-11-24 21:21:12 -08:00
rand auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson 2013-11-24 21:32:13 -08:00
rt auto merge of #10643 : jorendorff/rust/master, r=alexcrichton 2013-11-25 02:27:01 -08:00
task Remove linked failure from the runtime 2013-11-24 21:21:12 -08:00
unstable auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson 2013-11-24 21:32:13 -08:00
any.rs Fix path parsing 2013-11-11 21:53:14 +09:00
ascii.rs Add ctype-likes to Ascii 2013-11-23 02:01:10 -05:00
at_vec.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
bool.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
borrow.rs
c_str.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
cast.rs remove cast::unsafe_copy 2013-11-14 22:20:12 -05:00
cell.rs Move mutable::Mut to cell::RefCell 2013-11-23 13:45:05 -08:00
char.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
cleanup.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
clone.rs make DeepClone inherit from Clone 2013-11-08 23:26:53 -05:00
cmp.rs
comm.rs auto merge of #10168 : reedlepee123/rust/priv_fields, r=brson 2013-10-30 03:31:20 -07:00
condition.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
container.rs
default.rs
either.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
from_str.rs
gc.rs Move mutable::Mut to cell::RefCell 2013-11-23 13:45:05 -08:00
hash.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
hashmap.rs rm #[mutable_doc] 2013-11-25 07:44:47 -05:00
iter.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
kinds.rs
lib.rs Move mutable::Mut to cell::RefCell 2013-11-23 13:45:05 -08:00
libc.rs Implement more native file I/O 2013-11-19 09:59:21 -08:00
local_data.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
logging.rs Cache a task's stderr logger 2013-11-24 21:22:19 -08: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 libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
os.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
owned.rs
prelude.rs Introduce an io::Buffer trait 2013-11-13 11:36:13 -08:00
ptr.rs std::ptr::read_ptr now takes *T instead of *mut T 2013-11-21 11:31:58 -08:00
rc.rs Implement cmp traits for Rc<T> and add a ptr_eq method. 2013-11-24 17:29:44 +01:00
reflect.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
repr.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
result.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
routine.rs
run.rs Remove linked failure from the runtime 2013-11-24 21:21:12 -08:00
select.rs Remove linked failure from the runtime 2013-11-24 21:21:12 -08:00
send_str.rs Implemented IntoSendStr on SendStr to allow naming a 2013-10-05 21:28:04 +02:00
str.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
to_bytes.rs Implement IterBytes for Rc<T>. 2013-11-25 19:47:09 +01:00
to_str.rs
trie.rs std::trie: Fix find_mut for non-present keys 2013-11-25 00:09:40 +01:00
tuple.rs
unicode.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
unit.rs Reordered the methods in std::Option and std::Result 2013-11-01 15:00:46 +01:00
util.rs Remove NonCopyable::new 2013-11-19 20:27:48 -08:00
vec.rs Add more benchmark tests to vec.rs 2013-11-22 13:24:16 +02:00