summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-06-20Add doc example for `CStr::to_str`.Corey Farwell-0/+9
2017-06-20Add doc example for `CString::as_c_str`.Corey Farwell-0/+12
2017-06-20Add doc example for `Box<CStr>::into_c_string`.Corey Farwell-0/+12
2017-06-20Add doc example for `CString::into_boxed_c_str`.Corey Farwell-0/+12
2017-06-20Add doc example for `CStr::to_string_lossy`.Corey Farwell-0/+25
2017-06-20Add error scenario doc examples for `CStr::from_bytes_with_nul`.Corey Farwell-0/+18
2017-06-20Add doc example for `CStr::to_bytes_with_nul`.Corey Farwell-0/+9
2017-06-20Add doc example for `CStr::to_bytes`.Corey Farwell-0/+9
2017-06-20Auto merge of #42716 - alexbool:cstr-inlines, r=BurntSushibors-0/+15
2017-06-20added `FromStr` Impl for `char`tinaun-0/+9
2017-06-20Mark smaller CStr and CString functions as #[inline]Alexander Bulaev-0/+15
2017-06-20Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichtonbors-0/+20
2017-06-19Add compile_error!Wesley Wiser-0/+10
2017-06-17Reintroduce deprecated `collections` crateMurarth-0/+1
2017-06-16Rollup merge of #42705 - est31:master, r=alexcrichtonCorey Farwell-2/+2
2017-06-17Auto merge of #42613 - stepancheg:lossy, r=alexcrichtonbors-35/+117
2017-06-17Auto merge of #42604 - stepancheg:timedwait, r=alexcrichtonbors-19/+81
2017-06-16Introduce tidy lint to check for inconsistent tracking issuesest31-2/+2
2017-06-16Auto merge of #42430 - nagisa:core-float, r=alexcrichtonbors-8/+4
2017-06-16Auto merge of #42631 - malbarbo:wasm32, r=alexcrichtonbors-0/+3
2017-06-16Rollup merge of #42685 - Havvy:doc-remove-sometimes, r=steveklabnikCorey Farwell-1/+1
2017-06-15implement Error trait for error structs added in allocator API.Felix S. Klock II-0/+20
2017-06-15Fix condvar.wait(distant future) return immediately on OSXStepan Koltsov-19/+81
2017-06-15Avoid allocations in Debug for os_strStepan Koltsov-35/+117
2017-06-15Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichtonbors-17/+13
2017-06-15Add hint about the return code of panic!Stefan Schindler-0/+2
2017-06-14Re-implement float min/max in rustSimonas Kazlauskas-8/+4
2017-06-15Update older URLs pointing to the first edition of the BookWonwoo Choi-6/+6
2017-06-14Auto merge of #42433 - marco-c:profiling, r=alexcrichtonbors-0/+2
2017-06-13Merge crate `collections` into `alloc`Murarth-17/+13
2017-06-13Remove sometimes in std::io::Read docHavvy-1/+1
2017-06-13Rollup merge of #42597 - mark-buer:park_timeout_example_fix, r=alexcrichtonCorey Farwell-5/+9
2017-06-13Ignore some failing test on wasm32-unknown-emscriptenMarco A L Barbosa-0/+3
2017-06-12Rollup merge of #42579 - maccoda:maccoda/env_docs, r=steveklabnikCorey Farwell-9/+11
2017-06-12Capture elapsed duration in Thread::park_timeout exampleMark Buer-5/+9
2017-06-10env docs completion.Dylan Maccora-9/+11
2017-06-09Auto merge of #42521 - alexcrichton:enosys, r=cuviperbors-6/+23
2017-06-08std: Handle ENOSYS when calling `pipe2`Alex Crichton-6/+23
2017-06-08Auto merge of #42522 - frewsxcv:rollup, r=frewsxcvbors-1/+61
2017-06-07Rollup merge of #42490 - gaurikholkar:master, r=eddybCorey Farwell-1/+1
2017-06-07Rollup merge of #42470 - frewsxcv:frewsxcv/ffi-cstr-doc-examples, r=QuietMisd...Corey Farwell-0/+60
2017-06-08Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichtonbors-1/+4
2017-06-06Add conversions from File and Child* handles to StdioJosh Stone-6/+71
2017-06-07Changing error message for interior mutability, adding ui testgaurikholkar-1/+1
2017-06-06Auto merge of #42436 - ollie27:win_spawn_name, r=alexcrichtonbors-8/+10
2017-06-05Add doc example for `CString::as_bytes`.Corey Farwell-0/+10
2017-06-05Add doc example for `CString::as_bytes_with_nul`.Corey Farwell-0/+10
2017-06-05Add doc example for `CString::into_bytes_with_nul`.Corey Farwell-0/+10
2017-06-05Add doc example for `CString::into_bytes`.Corey Farwell-0/+10
2017-06-05Add doc example for `CString::into_raw`.Corey Farwell-0/+20