rust/src/libstd
Guillaume Gomez adc70bdc90 Rollup merge of #34415 - ollie27:docs_float, r=steveklabnik
Use the correct types in float examples

r? @steveklabnik
2016-06-28 16:05:14 +02:00
..
collections Add short summaries to btree modules 2016-06-17 23:50:34 +01:00
ffi Document CStr::as_ptr dangers. 2016-06-19 15:14:51 +03:00
io Inline simple Cursor write calls 2016-05-27 19:34:20 -07:00
net Improve IP reserved address docs 2016-06-13 23:49:04 +01:00
num Use the correct types in float examples 2016-06-22 23:33:07 +01:00
os std: Fix up stabilization discrepancies 2016-06-23 14:08:11 -07:00
prelude
rand
sync std: sync: Implement recv_timeout() 2016-06-22 20:48:55 +02:00
sys Auto merge of #34441 - tbu-:pr_dont_ignore_errors, r=alexcrichton 2016-06-24 18:28:23 -07:00
thread Rollup merge of #34406 - frewsxcv:sleep-ex, r=alexcrichton 2016-06-28 16:05:14 +02:00
time std: Clean out old unstable + deprecated APIs 2016-05-30 20:46:32 -07:00
ascii.rs
build.rs Fix issue where rustbuild expected msvc to have ar 2016-06-16 08:38:06 -04:00
Cargo.toml
env.rs
error.rs Implement Error trait for fmt::Error type 2016-05-25 10:52:10 +02:00
fs.rs Fix a docs typo 2016-06-15 13:06:48 +03:00
lib.rs use the slice_pat hack in libstd too 2016-06-09 00:38:38 +03:00
macros.rs Mark concat_idents! unstable 2016-06-21 23:30:15 +01:00
memchr.rs
panic.rs std: Clean out old unstable + deprecated APIs 2016-05-30 20:46:32 -07:00
panicking.rs Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon 2016-05-25 20:36:09 -07:00
path.rs Auto merge of #34469 - frewsxcv:path-components, r=GuillaumeGomez 2016-06-25 22:06:35 -07:00
primitive_docs.rs Use the correct types in float examples 2016-06-22 23:33:07 +01:00
process.rs doc: fix mis-named binding & remove not needed mut 2016-06-16 23:20:58 +02:00
rt.rs Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton 2016-06-03 19:36:32 -07:00
rtdeps.rs