about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-09-05Rollup merge of #28253 - murarth:prelude-typo, r=steveklabnikManish Goregaokar-2/+2
2015-09-05Auto merge of #28242 - Diggsey:msvc-backtrace, r=alexcrichtonbors-4/+31
2015-09-04Fix typo in prelude docsMurarth-2/+2
2015-09-05Add line numbers to MSVC backtraceDiggory Blake-4/+31
2015-09-04Auto merge of #28069 - alexcrichton:rt-atexit, r=brsonbors-17/+9
2015-09-04Auto merge of #28034 - alexcrichton:new-lines, r=aturonbors-4/+7
2015-09-03std: Account for CRLF in {str, BufRead}::linesAlex Crichton-4/+7
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-77/+155
2015-09-04Add ptr import (fixup #28187)Manish Goregaokar-1/+1
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-37/+48
2015-09-02std: Run at_exit cleanup on process::exitAlex Crichton-17/+9
2015-09-02Fix compile on DragonFly: Replace unknown uint32_t/in64_t by u32/i64.Michael Neumann-4/+4
2015-09-01Auto merge of #28130 - alexcrichton:fix-msvc-static-tls-dtor, r=brsonbors-9/+29
2015-09-01std: Run TLS destructors in a statically linked binaryAlex Crichton-9/+29
2015-09-01Auto merge of #28094 - apasel422:extend-hashmap, r=alexcrichtonbors-0/+62
2015-08-31Implement RFC 839 for `{HashMap, HashSet}`Andrew Paseltiner-0/+62
2015-08-30Atomically set CLOEXEC on duplicated socketsTobias Bucher-5/+25
2015-08-30Auto merge of #27588 - cesarb:read_all, r=alexcrichtonbors-0/+140
2015-08-29Auto merge of #28043 - apasel422:rfc-1194, r=alexcrichtonbors-4/+105
2015-08-28implement RFC 1194Andrew Paseltiner-4/+105
2015-08-28Auto merge of #28047 - steveklabnik:doc_print, r=alexcrichtonbors-0/+20
2015-08-28Add issue number to read_exact unstable declarationsCesar Eduardo Barros-2/+2
2015-08-28Auto merge of #28054 - zaeleus:ios-imports, r=alexcrichtonbors-4/+1
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