about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-10-19Correct drain implementations in libcollectionstestMichael Layzell-4/+4
2015-10-08Add unsafe Send and Sync impls to VecDeque's Drain<T>Michael Layzell-1/+5
2015-09-22Implement drain over a range for VecDequeMichael Layzell-14/+271
2015-08-29Auto merge of #28078 - apasel422:patch-1, r=alexcrichtonbors-1/+0
2015-08-29Auto merge of #28070 - mdchoate:patch-1, r=alexcrichtonbors-1/+1
2015-08-28Remove superfluous line from NomiconAndrew Paseltiner-1/+0
2015-08-29Auto merge of #28043 - apasel422:rfc-1194, r=alexcrichtonbors-13/+283
2015-08-28Auto merge of #27900 - SimonSapin:Chars_as_str, r=alexcrichtonbors-0/+24
2015-08-28Auto merge of #28068 - apasel422:debug-builders, r=sfacklerbors-0/+1
2015-08-28Add .as_str() to str::Chars and str::CharIndices. See #27775.Simon Sapin-0/+24
2015-08-28Auto merge of #28067 - apasel422:issue-20803, r=alexcrichtonbors-0/+19
2015-08-28Fix typo in loops.mdMichael Choate-1/+1
2015-08-28re-export debug builders in `std::fmt`Andrew Paseltiner-0/+1
2015-08-28Auto merge of #28063 - steveklabnik:gh28053, r=alexcrichtonbors-3/+5
2015-08-28add test for #20803Andrew Paseltiner-0/+19
2015-08-28implement RFC 1194Andrew Paseltiner-13/+283
2015-08-28Be explicit about using crates.io's libc crateSteve Klabnik-3/+5
2015-08-28Auto merge of #28047 - steveklabnik:doc_print, r=alexcrichtonbors-0/+20
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-5/+8
2015-08-28Auto merge of #27956 - withoutboats:extend_string, r=alexcrichtonbors-6/+24
2015-08-27std: Fix backtrace imports for ios targetsMichael Macias-4/+1
2015-08-27Auto merge of #28052 - Manishearth:rollup, r=Manishearthbors-145/+430
2015-08-27Add some examples for the print! macroSteve Klabnik-0/+20
2015-08-28Rollup merge of #28048 - steveklabnik:doc_unimplemented, r=alexcrichtonManish Goregaokar-0/+45
2015-08-28Rollup merge of #28045 - apasel422:iter, r=sfacklerManish Goregaokar-27/+26
2015-08-28Rollup merge of #28039 - birkenfeld:option_result_ref_intoiter, r=alexcrichtonManish Goregaokar-1/+81
2015-08-28Rollup merge of #28033 - Manishearth:compilerexpn, r=eddybManish Goregaokar-70/+84
2015-08-28Rollup merge of #28029 - tshepang:unusual, r=steveklabnikManish Goregaokar-2/+5
2015-08-28Rollup merge of #28022 - steveklabnik:gh27936, r=alexcrichtonManish Goregaokar-1/+14
2015-08-28Rollup merge of #28013 - artemshitov:rustbook-scrolling, r=steveklabnikManish Goregaokar-3/+1
2015-08-28Rollup merge of #28010 - GuillaumeGomez:patch-2, r=ManishearthManish Goregaokar-41/+174
2015-08-28Move ExpnInfo to NameManish Goregaokar-38/+37
2015-08-27Auto merge of #27930 - barosl:path_max, r=alexcrichtonbors-23/+59
2015-08-27Auto merge of #27999 - dotdash:lt, r=eddybbors-68/+72
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-16/+35
2015-08-27Auto merge of #28031 - durka:patch-6, r=alexcrichtonbors-1/+1
2015-08-28libc: Fix constants used by `libc::pathconf`Barosl Lee-2/+17
2015-08-27Some extra examples for the unimplemented! macroSteve Klabnik-0/+45
2015-08-27Add Windows-specific comments to testing guideSteve Klabnik-1/+14
2015-08-27remove calls to deprecated `iter::order` functionsAndrew Paseltiner-27/+26
2015-08-27Comment out unused error codes in librustc_typeck/diagnostics.rsGuillaume Gomez-27/+28
2015-08-27Auto merge of #28030 - tshepang:improve-example, r=alexcrichtonbors-2/+4
2015-08-27core: Implement IntoIterator for Option and Result referencesGeorg Brandl-1/+81
2015-08-27fix some more unstable issue annotationsAlex Burka-5/+8
2015-08-27Implemented Extend<String> and FromIterator<String> for String.Without Boats-6/+24
2015-08-27Auto merge of #28016 - ranma42:mini-rem-in-core, r=alexcrichtonbors-2/+24
2015-08-27Auto merge of #28028 - tshepang:add-size_hint-example, r=alexcrichtonbors-0/+7
2015-08-27Auto merge of #28027 - tshepang:improve-sentence, r=alexcrichtonbors-1/+1