summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-08-28Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichtonbors-1/+1
2015-08-27std: Fix backtrace imports for ios targetsMichael Macias-4/+1
2015-08-27Auto merge of #28052 - Manishearth:rollup, r=Manishearthbors-2/+5
2015-08-27Add some examples for the print! macroSteve Klabnik-0/+20
2015-08-28Rollup merge of #28029 - tshepang:unusual, r=steveklabnikManish Goregaokar-2/+5
2015-08-27Auto merge of #27930 - barosl:path_max, r=alexcrichtonbors-20/+37
2015-08-28Use a different buffer doubling logic for `std::sys::os::getcwd`Barosl Lee-5/+7
2015-08-28Reduce the reliance on `PATH_MAX`Barosl Lee-15/+30
2015-08-27Auto merge of #28030 - tshepang:improve-example, r=alexcrichtonbors-2/+4
2015-08-27fix some more unstable issue annotationsAlex Burka-1/+1
2015-08-27Auto merge of #27975 - sfackler:iter-order-methods, r=aturonbors-8/+8
2015-08-26Make iter::order functions into methods on IteratorSteven Fackler-8/+8
2015-08-27Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichtonbors-6/+6
2015-08-26doc: improve as_path exampleTshepang Lekhonkhobe-2/+4
2015-08-26path: the if-else block looked unusualTshepang Lekhonkhobe-2/+5
2015-08-26Auto merge of #27998 - birkenfeld:patch-1, r=alexcrichtonbors-28/+6
2015-08-25Auto merge of #27995 - nagisa:windows-error-message, r=alexcrichtonbors-3/+2
2015-08-25collections doc: remove mention of BitVec, BitSet, VecMapGeorg Brandl-28/+6
2015-08-25Do not recalculate string length in error_stringSimonas Kazlauskas-3/+2
2015-08-25Auto merge of #27971 - tbu-:pr_cloexec, r=alexcrichtonbors-1/+4
2015-08-25Auto merge of #27966 - GuillaumeGomez:iterator, r=alexcrichtonbors-0/+3
2015-08-25Auto merge of #27957 - overminder:aug23-i686-android, r=alexcrichtonbors-1/+2
2015-08-24Implement read_exact for the Read traitCesar Eduardo Barros-0/+140
2015-08-24Atomically open files with O_CLOEXEC where possibleTobias Bucher-1/+4
2015-08-24Add stability markers for new implsSteven Fackler-0/+2
2015-08-23Implement Error for AddrParseErrorSteven Fackler-1/+15
2015-08-23Add Send/Sync traits on LookupHost structGuillaume Gomez-0/+3
2015-08-23Auto merge of #27948 - wthrowe:f64-sqrt, r=alexcrichtonbors-1/+5
2015-08-23New cross target: i686-linux-androidTim JIANG-1/+2
2015-08-23Auto merge of #27912 - DiamondLovesYou:backtrace-refactor, r=alexcrichtonbors-586/+688
2015-08-22Fix undefined behavior in f64::sqrtWilliam Throwe-1/+5
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-6/+6
2015-08-22Fix the Mac build, again.Richard Diamond-0/+1
2015-08-22Auto merge of #27896 - alexcrichton:into-raw-os-prelude, r=brsonbors-2/+2
2015-08-22Add missing imports to `dladdr.rs` for Mac.Richard Diamond-0/+6
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-304/+26
2015-08-22Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichtonbors-0/+1
2015-08-22Auto merge of #27826 - sfackler:wait-timeout-enum, r=alexcrichtonbors-21/+42
2015-08-20Refactor unix backtracing. NFC.Richard Diamond-586/+681
2015-08-19Add issue numbersSteven Fackler-1/+2
2015-08-19Turn TimedOut into a BarrierWaitResult style opaque typeSteven Fackler-38/+25
2015-08-19Add `TimedOut::timed_out`Steven Fackler-1/+8
2015-08-19Make Condvar::wait_timeout return an enum instead of a boolSteven Fackler-19/+45
2015-08-19Auto merge of #27885 - steveklabnik:gh27637, r=alexcrichtonbors-0/+3
2015-08-19Improve std::io::ErrorKindSteve Klabnik-0/+3
2015-08-18std: Add into_raw_os traits to the OS preludesAlex Crichton-2/+2
2015-08-18Auto merge of #27836 - alexcrichton:rename-cstring-raw, r=blussbors-5/+28
2015-08-18std: Rename `cstr_memory` feature to use "raw"Alex Crichton-5/+28
2015-08-18Remove repetition in Seek::seek() docRemi Rampin-3/+0
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-33/+132