rust/src/libcore
Marcin Fatyga 655effedf2 Merge branch 'master' of https://github.com/rust-lang/rust
Conflicts:
	src/libcoretest/lib.rs
2016-11-01 15:26:22 +01:00
..
fmt tidy/features: fix checking of lang features 2016-10-27 21:35:57 -04:00
hash Small improvement to SipHasher 2016-10-25 20:33:03 +02:00
iter Auto merge of #37315 - bluss:fold-more, r=alexcrichton 2016-10-26 11:43:32 -07:00
num run rustfmt on libcore/num folder 2016-10-12 23:57:46 +05:30
prelude Run rustfmt on libcore/prelude folder 2016-10-16 22:13:04 +05:30
str Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix 2016-09-22 11:25:01 -07:00
sync Run rustfmt on libcore/sync folder 2016-10-16 22:11:01 +05:30
any.rs Add stable example to TypeId 2016-10-17 17:49:07 -07:00
array.rs std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
borrow.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
Cargo.toml No build.rs for libcore 2016-06-04 15:10:26 -07:00
cell.rs std: Stabilize and deprecate APIs for 1.13 2016-10-03 10:34:34 -07:00
char.rs [breaking-change] std: change encode_utf{8,16}() to take a buffer and return a slice 2016-09-28 09:03:30 +02:00
char_private.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
clone.rs Remove stage0 hacks 2016-09-28 23:17:56 +00:00
cmp.rs Merge branch 'master' of https://github.com/rust-lang/rust 2016-11-01 15:26:22 +01:00
convert.rs Add example in AsMut trait documentation 2016-09-15 19:47:04 -06:00
default.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
intrinsics.rs Rollup merge of #36811 - brson:bootstrap, r=alexcrichton 2016-09-28 20:21:52 -07:00
iter_private.rs Expand .zip() specialization to .map() and .cloned() 2016-10-17 10:58:21 +02:00
lib.rs Actually fix doctests. 2016-10-22 20:43:28 +02:00
macros.rs tidy/features: fix checking of lang features 2016-10-27 21:35:57 -04:00
marker.rs Deprecate Reflect 2016-10-12 08:40:22 +13:00
mem.rs add wrapper for discriminant_value 2016-09-27 23:29:01 +00:00
nonzero.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
ops.rs Rollup merge of #37486 - msiglreith:pr_doc_bitandassign, r=apasel422 2016-10-31 12:27:24 +01:00
option.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
panicking.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
ptr.rs std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
raw.rs Clean up std::raw docs 2016-08-05 17:52:37 -04:00
result.rs Auto merge of #37299 - devonhollowood:result-unwrap-or-default, r=alexcrichton 2016-11-01 03:53:42 -07:00
slice.rs Expand .zip() specialization to .map() and .cloned() 2016-10-17 10:58:21 +02:00
tuple.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00