about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-06-22Fix Redox build, broken in ecbb896b9eb2acadefde57be493e4298c1aa04a3Ian Douglas Scott-3/+2
2017-06-22Fix NaN handling in is_sign_negative/positiveSimonas Kazlauskas-34/+16
2017-06-22Ensure Guard types impl Display & DebugChris MacNaughton-0/+21
2017-06-22Auto merge of #42824 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-1/+1
2017-06-22Rollup merge of #42799 - leodasvacas:impl-clone-for-default-hasher, r=sfacklerMark Simulacrum-1/+1
2017-06-22Auto merge of #42798 - stepancheg:args-debug, r=sfacklerbors-2/+59
2017-06-21Rollup merge of #42620 - wesleywiser:compile_error, r=brsonCorey Farwell-0/+10
2017-06-21Rollup merge of #42397 - sfackler:syncsender-sync, r=alexcrichtonCorey Farwell-5/+0
2017-06-21Impl Clone for DefaultHasherLeonardo Yvens-1/+1
2017-06-21Better Debug for Args and ArgsOsStepan Koltsov-2/+59
2017-06-20Add `Read::initializer`.Steven Fackler-269/+215
2017-06-21Update version numbers for From implsOliver Middleton-3/+3
2017-06-21Convert Intos to Froms.Clar Charr-9/+9
2017-06-20Redox: Use create() instead of open() when setting env variableIan Douglas Scott-1/+1
2017-06-20Rollup merge of #42749 - frewsxcv:frewsxcxv/doc-examples, r=QuietMisdreavusCorey Farwell-0/+172
2017-06-20Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichtonCorey Farwell-0/+9
2017-06-20Add a couple doc additional examples for `env::join_paths`.Corey Farwell-0/+29
2017-06-20Add doc example for `CString::from_raw`.Corey Farwell-0/+21
2017-06-20Add doc example for `FromBytesWithNulError`.Corey Farwell-0/+8
2017-06-20Add doc example for `NulError`.Corey Farwell-0/+8
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