rust/src/libcore
Niko Matsakis d258d68db6 Remove proc types/expressions from the parser, compiler, and
language. Recommend `move||` instead.
2014-12-14 04:21:56 -05:00
..
fmt libcore: use unboxed closures in float_to_str_bytes_common 2014-12-13 17:03:46 -05:00
num librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
tuple libcore: allow deprecated valN methods on doc tests 2014-12-13 20:04:41 -05:00
any.rs Utilize fewer reexports 2014-12-05 18:13:04 -05:00
array.rs
atomic.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
bool.rs
borrow.rs
cell.rs Utilize fewer reexports 2014-12-05 18:13:04 -05:00
char.rs libcore: use unboxed closures in the char module 2014-12-13 17:03:46 -05:00
clone.rs
cmp.rs Test fixes and rebase conflicts from the rollup 2014-12-09 10:26:04 -08:00
default.rs
finally.rs libcore: fix fallout in doc tests 2014-12-13 17:03:46 -05:00
intrinsics.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
iter.rs libcore: use unboxed closures in ExactSizeIterator methods 2014-12-13 17:03:45 -05:00
kinds.rs Switch to using predicates to drive checking. Correct various tests -- 2014-12-12 20:25:21 -05:00
lib.rs rollup merge of #19587: huonw/closure-feature-gate 2014-12-09 09:24:44 -08:00
macros.rs
mem.rs
ops.rs auto merge of #19672 : alexcrichton/rust/snapshots, r=brson 2014-12-11 22:56:54 +00:00
option.rs libcore: use unboxed closures in Option methods 2014-12-13 17:03:44 -05:00
panicking.rs
prelude.rs
ptr.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
raw.rs Remove proc types/expressions from the parser, compiler, and 2014-12-14 04:21:56 -05:00
result.rs libcore: use unboxed closures in Result methods 2014-12-13 17:03:44 -05:00
simd.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
slice.rs libcore: use unboxed closures in slice::raw free functions 2014-12-13 17:03:46 -05:00
str.rs libcore: fix fallout in doctests 2014-12-13 17:03:45 -05:00
ty.rs