rust/src/libcore
2016-03-19 11:44:38 +00:00
..
fmt std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
hash std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
num Add #[rustc_no_mir] to make tests pass with -Z orbit. 2016-03-17 22:48:07 +02:00
prelude Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
str core: Make a new tracking issue for prelude traits 2016-03-11 22:09:58 -08:00
sync Change compare_exchange to return a Result<T, T> 2016-03-19 11:44:38 +00:00
any.rs doc: Fix a bunch of broken links 2016-03-08 13:44:14 -08:00
array.rs Fix broken links for core primitives 2016-03-01 20:44:48 +08:00
borrow.rs Move the Borrow and BorrowMut traits to libcore. 2015-08-22 13:58:39 +02:00
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
cell.rs Fix some line lengths 2016-03-07 16:27:21 +01:00
char.rs core: Make a new tracking issue for prelude traits 2016-03-11 22:09:58 -08:00
clone.rs End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
cmp.rs Clarifying behavior of #[derive(Ord, PartialOrd)] in doc comments. 2016-02-09 08:01:28 -07:00
convert.rs Minor spelling fixes 2016-02-09 11:52:39 -05:00
default.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
intrinsics.rs Change compare_exchange to return a Result<T, T> 2016-03-19 11:44:38 +00:00
iter.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
lib.rs Add #[rustc_no_mir] to make tests pass with -Z orbit. 2016-03-17 22:48:07 +02:00
macros.rs doc: Fix a bunch of broken links 2016-03-08 13:44:14 -08:00
marker.rs Fix spacing style of T: Bound in docs 2016-01-17 23:44:33 +01:00
mem.rs End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
nonzero.rs Register new snapshots 2015-12-21 09:26:21 -08:00
ops.rs Auto merge of #32051 - steveklabnik:gh9447, r=bluss 2016-03-07 06:54:36 +00:00
option.rs End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
panicking.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
ptr.rs End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
raw.rs Correct spelling in docs 2015-10-13 09:44:11 -04:00
result.rs End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
slice.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
tuple.rs Properly document tuples 2016-02-09 16:00:50 -05:00