about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-08-31Auto merge of #28007 - Ms2ger:FnKind, r=nrcbors-86/+84
2015-08-30Auto merge of #27983 - barosl:respect-color, r=nrcbors-75/+82
2015-08-30Auto merge of #28106 - marcusklaas:continue, r=eddybbors-1/+23
2015-08-30Assign correct span to continue expressionMarcus Klaas-1/+23
2015-08-30Auto merge of #28102 - arielb1:fix-log-again, r=eddybbors-4/+30
2015-08-30fix compilation with RUST_LOG=rustc::middle::traitsAriel Ben-Yehuda-4/+30
2015-08-30Make a macro a const fn and remove outdated NBTobias Bucher-14/+9
2015-08-30Auto merge of #27588 - cesarb:read_all, r=alexcrichtonbors-0/+140
2015-08-30Auto merge of #28087 - AlisdairO:diagnostics122, r=arielb1bors-1/+20
2015-08-30Auto merge of #28086 - AlisdairO:diagnostics281, r=arielb1bors-1/+20
2015-08-29Auto merge of #28077 - jonas-schievink:attr-gateage, r=huonwbors-127/+149
2015-08-29Allow #[derive()] to generate unsafe trait implsMichael Layzell-1/+25
2015-08-29add long diagnostics for E0122Alisdair Owens-1/+20
2015-08-29add diagnostics for E0281Alisdair Owens-1/+20
2015-08-29Handle gateage of built-in attributes seperatelyJonas Schievink-127/+149
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-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-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