rust/src/libcore
Corey Farwell c4b6c98f35 Rollup merge of #40126 - GuillaumeGomez:fmt-write-docs, r=frewsxcv
Add missing docs and examples for fmt::Write

r? @frewsxcv
2017-02-28 08:33:09 -05:00
..
benches Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
fmt Add missing docs and examples for fmt::Write 2017-02-28 11:14:32 +01:00
hash Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
iter Docs: Better explanation of return values for min, max functions 2017-02-19 11:01:02 +01:00
num Auto merge of #39408 - ollie27:i128_try_from, r=alexcrichton 2017-02-05 16:57:29 +00:00
prelude Run rustfmt on libcore/prelude folder 2016-10-16 22:13:04 +05:30
str Additional docs for Vec, String, and slice trait impls 2017-02-16 12:12:17 -08: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 Rollup merge of #39793 - RalfJung:cell, r=alexcrichton 2017-02-15 23:48:13 -05:00
char.rs Fix a few impl stability attributes 2017-01-29 13:31:47 +00:00
char_private.rs Fix fmt::Debug for strings, e.g. for Chinese characters 2016-11-18 14:45:59 +01:00
clone.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
cmp.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
convert.rs Add a name for the parameter to TryFrom::try_from. 2017-02-02 17:40:44 -08: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 Get linkchecker clean 2017-02-21 14:02:12 -05:00
iter_private.rs Expand .zip() specialization to .map() and .cloned() 2016-10-17 10:58:21 +02:00
lib.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
macros.rs improve error message when two-arg assert_eq! receives a trailing comma 2017-02-06 22:33:09 -08:00
marker.rs Get linkchecker clean 2017-02-21 14:02:12 -05:00
mem.rs Get linkchecker clean 2017-02-21 14:02:12 -05:00
nonzero.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
ops.rs name anonymous fn parameters in libcore traits 2017-02-09 22:31:21 +01:00
option.rs Rollup merge of #39289 - shahn:option_entry, r=alexcrichton 2017-02-05 09:14:42 -05:00
panicking.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
ptr.rs std: Stabilize APIs for the 1.16.0 release 2017-01-25 16:43:01 -08:00
raw.rs Revert "Fix up links" 2017-02-20 09:09:12 -05:00
result.rs Sustitutes try! for ? in the Result documentation 2017-02-12 11:02:55 +09:00
slice.rs Additional docs for Vec, String, and slice trait impls 2017-02-16 12:12:17 -08:00
tuple.rs Remove macro work-around. 2016-11-12 12:47:13 -07:00