| Age | Commit message (Expand) | Author | Lines |
| 2015-08-31 | Auto merge of #28007 - Ms2ger:FnKind, r=nrc | bors | -86/+84 |
| 2015-08-30 | Auto merge of #27983 - barosl:respect-color, r=nrc | bors | -75/+82 |
| 2015-08-30 | Auto merge of #28106 - marcusklaas:continue, r=eddyb | bors | -1/+23 |
| 2015-08-30 | Assign correct span to continue expression | Marcus Klaas | -1/+23 |
| 2015-08-30 | Auto merge of #28102 - arielb1:fix-log-again, r=eddyb | bors | -4/+30 |
| 2015-08-30 | fix compilation with RUST_LOG=rustc::middle::traits | Ariel Ben-Yehuda | -4/+30 |
| 2015-08-30 | Make a macro a const fn and remove outdated NB | Tobias Bucher | -14/+9 |
| 2015-08-30 | Auto merge of #27588 - cesarb:read_all, r=alexcrichton | bors | -0/+140 |
| 2015-08-30 | Auto merge of #28087 - AlisdairO:diagnostics122, r=arielb1 | bors | -1/+20 |
| 2015-08-30 | Auto merge of #28086 - AlisdairO:diagnostics281, r=arielb1 | bors | -1/+20 |
| 2015-08-29 | Auto merge of #28077 - jonas-schievink:attr-gateage, r=huonw | bors | -127/+149 |
| 2015-08-29 | Allow #[derive()] to generate unsafe trait impls | Michael Layzell | -1/+25 |
| 2015-08-29 | add long diagnostics for E0122 | Alisdair Owens | -1/+20 |
| 2015-08-29 | add diagnostics for E0281 | Alisdair Owens | -1/+20 |
| 2015-08-29 | Handle gateage of built-in attributes seperately | Jonas Schievink | -127/+149 |
| 2015-08-29 | Auto merge of #28078 - apasel422:patch-1, r=alexcrichton | bors | -1/+0 |
| 2015-08-29 | Auto merge of #28070 - mdchoate:patch-1, r=alexcrichton | bors | -1/+1 |
| 2015-08-28 | Remove superfluous line from Nomicon | Andrew Paseltiner | -1/+0 |
| 2015-08-29 | Auto merge of #28043 - apasel422:rfc-1194, r=alexcrichton | bors | -13/+283 |
| 2015-08-28 | Auto merge of #27900 - SimonSapin:Chars_as_str, r=alexcrichton | bors | -0/+24 |
| 2015-08-28 | Auto merge of #28068 - apasel422:debug-builders, r=sfackler | bors | -0/+1 |
| 2015-08-28 | Add .as_str() to str::Chars and str::CharIndices. See #27775. | Simon Sapin | -0/+24 |
| 2015-08-28 | Auto merge of #28067 - apasel422:issue-20803, r=alexcrichton | bors | -0/+19 |
| 2015-08-28 | Fix typo in loops.md | Michael Choate | -1/+1 |
| 2015-08-28 | re-export debug builders in `std::fmt` | Andrew Paseltiner | -0/+1 |
| 2015-08-28 | Auto merge of #28063 - steveklabnik:gh28053, r=alexcrichton | bors | -3/+5 |
| 2015-08-28 | add test for #20803 | Andrew Paseltiner | -0/+19 |
| 2015-08-28 | implement RFC 1194 | Andrew Paseltiner | -13/+283 |
| 2015-08-28 | Be explicit about using crates.io's libc crate | Steve Klabnik | -3/+5 |
| 2015-08-28 | Auto merge of #28047 - steveklabnik:doc_print, r=alexcrichton | bors | -0/+20 |
| 2015-08-28 | Add issue number to read_exact unstable declarations | Cesar Eduardo Barros | -2/+2 |
| 2015-08-28 | Auto merge of #28054 - zaeleus:ios-imports, r=alexcrichton | bors | -4/+1 |
| 2015-08-28 | Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichton | bors | -5/+8 |
| 2015-08-28 | Auto merge of #27956 - withoutboats:extend_string, r=alexcrichton | bors | -6/+24 |
| 2015-08-27 | std: Fix backtrace imports for ios targets | Michael Macias | -4/+1 |
| 2015-08-27 | Auto merge of #28052 - Manishearth:rollup, r=Manishearth | bors | -145/+430 |
| 2015-08-27 | Add some examples for the print! macro | Steve Klabnik | -0/+20 |
| 2015-08-28 | Rollup merge of #28048 - steveklabnik:doc_unimplemented, r=alexcrichton | Manish Goregaokar | -0/+45 |
| 2015-08-28 | Rollup merge of #28045 - apasel422:iter, r=sfackler | Manish Goregaokar | -27/+26 |
| 2015-08-28 | Rollup merge of #28039 - birkenfeld:option_result_ref_intoiter, r=alexcrichton | Manish Goregaokar | -1/+81 |
| 2015-08-28 | Rollup merge of #28033 - Manishearth:compilerexpn, r=eddyb | Manish Goregaokar | -70/+84 |
| 2015-08-28 | Rollup merge of #28029 - tshepang:unusual, r=steveklabnik | Manish Goregaokar | -2/+5 |
| 2015-08-28 | Rollup merge of #28022 - steveklabnik:gh27936, r=alexcrichton | Manish Goregaokar | -1/+14 |
| 2015-08-28 | Rollup merge of #28013 - artemshitov:rustbook-scrolling, r=steveklabnik | Manish Goregaokar | -3/+1 |
| 2015-08-28 | Rollup merge of #28010 - GuillaumeGomez:patch-2, r=Manishearth | Manish Goregaokar | -41/+174 |
| 2015-08-28 | Move ExpnInfo to Name | Manish Goregaokar | -38/+37 |
| 2015-08-27 | Auto merge of #27930 - barosl:path_max, r=alexcrichton | bors | -23/+59 |
| 2015-08-27 | Auto merge of #27999 - dotdash:lt, r=eddyb | bors | -68/+72 |
| 2015-08-28 | Use a different buffer doubling logic for `std::sys::os::getcwd` | Barosl Lee | -5/+7 |
| 2015-08-28 | Reduce the reliance on `PATH_MAX` | Barosl Lee | -16/+35 |