rust/src/libcore
Simonas Kazlauskas 2f0dd63bbe Checked (and unchecked) slicing for strings?
What is this magic‽
2017-03-22 18:43:01 +02:00
..
benches Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
fmt Change how the 0 flag works in format! for floats 2017-03-15 07:50:44 -07:00
hash Rollup merge of #40505 - frewsxcv:hash-docs, r=alexcrichton 2017-03-17 08:49:03 -04:00
iter Fix up various links 2017-03-20 10:10:16 -04:00
num Auto merge of #40281 - jimmycuadra:try-from-from-str, r=aturon 2017-03-20 05:36:36 +00:00
prelude Run rustfmt on libcore/prelude folder 2016-10-16 22:13:04 +05:30
slice Checked (and unchecked) slicing for strings? 2017-03-22 18:43:01 +02:00
str Checked (and unchecked) slicing for strings? 2017-03-22 18:43:01 +02:00
sync Revert "Add 128-bit atomics" 2017-02-06 10:39:14 -08:00
any.rs Auto merge of #38981 - sdleffler:patch-1, r=alexcrichton 2017-02-14 04:29:26 +00: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 Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
cell.rs Stabilize move_cell feature, closes #39264 2017-03-17 13:28:37 -07:00
char.rs Fix up various links 2017-03-20 10:10:16 -04:00
char_private.rs Fix fmt::Debug for strings, e.g. for Chinese characters 2016-11-18 14:45:59 +01:00
clone.rs Remove function invokation parens from documentation links. 2017-03-13 21:43:18 -04:00
cmp.rs Stabilize ordering_chaining, closes #37053 2017-03-17 13:28:53 -07:00
convert.rs Auto merge of #40281 - jimmycuadra:try-from-from-str, r=aturon 2017-03-20 05:36:36 +00:00
default.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
internal_macros.rs Fix a few impl stability attributes 2017-01-29 13:31:47 +00:00
intrinsics.rs Auto merge of #39628 - arielb1:shimmir, r=eddyb 2017-03-20 15:58:10 +00:00
iter_private.rs Expand .zip() specialization to .map() and .cloned() 2016-10-17 10:58:21 +02:00
lib.rs Implement feature sort_unstable 2017-03-21 20:46:20 +01:00
macros.rs Remove function invokation parens from documentation links. 2017-03-13 21:43:18 -04:00
marker.rs Remove function invokation parens from documentation links. 2017-03-13 21:43:18 -04:00
mem.rs Fix up various links 2017-03-20 10:10:16 -04:00
nonzero.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
ops.rs Remove function invokation parens from documentation links. 2017-03-13 21:43:18 -04:00
option.rs Add missing urls in Option enum 2017-03-20 15:09:02 +01:00
panicking.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
ptr.rs Rollup merge of #40667 - DaseinPhaos:patch-4, r=GuillaumeGomez 2017-03-20 23:45:01 -04:00
raw.rs Fix up various links 2017-03-20 10:10:16 -04:00
result.rs Stabilize expect_err feature, closes #39041 2017-03-17 13:28:37 -07:00
tuple.rs Remove macro work-around. 2016-11-12 12:47:13 -07:00