| Age | Commit message (Expand) | Author | Lines |
| 2015-07-22 | Rollup merge of #27163 - steveklabnik:doc_std_io_cursor, r=alexcrichton | Steve Klabnik | -9/+140 |
| 2015-07-22 | Rollup merge of #27158 - apasel422:issue-14382, r=alexcrichton | Steve Klabnik | -0/+24 |
| 2015-07-22 | Rollup merge of #27157 - steveklabnik:doc_std_io_iterators, r=alexcrichton | Steve Klabnik | -11/+28 |
| 2015-07-22 | Rollup merge of #27156 - AlisdairO:diagnostics253, r=Manishearth | Steve Klabnik | -2/+1 |
| 2015-07-22 | Rollup merge of #27155 - steveklabnik:doc_std_io_buf_writer, r=alexcrichton | Steve Klabnik | -5/+97 |
| 2015-07-22 | Rollup merge of #27154 - apasel422:issue-10436, r=Gankro | Steve Klabnik | -0/+20 |
| 2015-07-22 | Rollup merge of #27151 - pfalabella:patch-2, r=steveklabnik | Steve Klabnik | -4/+4 |
| 2015-07-22 | Rollup merge of #27147 - apasel422:issue-19404, r=alexcrichton | Steve Klabnik | -0/+47 |
| 2015-07-22 | Rollup merge of #27146 - apasel422:issue-14229, r=alexcrichton | Steve Klabnik | -0/+30 |
| 2015-07-22 | Rollup merge of #27140 - dotdash:test-26468, r=luqmana | Steve Klabnik | -0/+38 |
| 2015-07-22 | Rollup merge of #27131 - apasel422:issue-20162, r=arielb1 | Steve Klabnik | -0/+17 |
| 2015-07-22 | Rollup merge of #27127 - AlisdairO:diagnostics172, r=Manishearth | Steve Klabnik | -2/+28 |
| 2015-07-22 | Rollup merge of #27084 - GuillaumeGomez:patch-2, r=brson | Steve Klabnik | -7/+154 |
| 2015-07-22 | Improve documentation for std::io::Cursor | Steve Klabnik | -9/+140 |
| 2015-07-22 | Improve documentation for std::io::LineWriter | Steve Klabnik | -3/+120 |
| 2015-07-22 | Add test of placement-in syntax, analogous to `new-box-syntax.rs` | Felix S. Klock II | -0/+37 |
| 2015-07-22 | refine set of allowed warnings in `new-box-syntax.rs` test. | Felix S. Klock II | -1/+1 |
| 2015-07-22 | Add actual use of the `struct Structure` lying dormant in `new-box-syntax.rs`. | Felix S. Klock II | -0/+5 |
| 2015-07-22 | uncomment feature-gate testing for `in PLACE BLOCK` now that its in the parser. | Felix S. Klock II | -2/+2 |
| 2015-07-22 | Added support for parsing `in PLACE { BLOCK_CONTENT }`. | Felix S. Klock II | -8/+33 |
| 2015-07-22 | Add new feature gate opt-in necessary for `new-box-syntax.rs`. | Felix S. Klock II | -0/+1 |
| 2015-07-22 | Update `issue-14084.rs` test to reflect changes to error output. | Felix S. Klock II | -1/+3 |
| 2015-07-22 | Update the `intrinsic-move-val.rs` test to reflect its newer signature. | Felix S. Klock II | -1/+1 |
| 2015-07-22 | Add necessary feature gate opt-in for the pushpop_unsafe test. | Felix S. Klock II | -0/+2 |
| 2015-07-22 | Factor feature gate tests for box syntax into two separate files. | Felix S. Klock II | -8/+35 |
| 2015-07-22 | Instrumentation in effort to understand treatment of `allow_internal_unstable`. | Felix S. Klock II | -2/+16 |
| 2015-07-22 | Allow unstable code to be injected by placement-`in` expansion. | Felix S. Klock II | -3/+23 |
| 2015-07-22 | Avoid feature-warnings on stage0. | Felix S. Klock II | -0/+1 |
| 2015-07-22 | Change signature for `move_val_init` intrinsic to take `*mut T` for `dest`. | Felix S. Klock II | -3/+9 |
| 2015-07-22 | Add feature-gates for desugaring-based `box` and placement-`in`. | Felix S. Klock II | -2/+70 |
| 2015-07-22 | Revise placement-in expansion to use `push/pop_unsafe` and `move_val_init`. | Felix S. Klock II | -24/+37 |
| 2015-07-22 | prototype Placer protocol for unstable overloaded-box and placement-in. | Felix S. Klock II | -5/+333 |
| 2015-07-22 | Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. | Felix S. Klock II | -16/+301 |
| 2015-07-22 | Add long diagnostics for E0223 and E0225 | Alisdair Owens | -2/+56 |
| 2015-07-22 | Auto merge of #26683 - eefriedman:const-eval-hint, r=pnkfelix | bors | -118/+194 |
| 2015-07-22 | Auto merge of #27176 - alexcrichton:fix-stock-llvm, r=brson | bors | -310/+519 |
| 2015-07-22 | Path changed to %PATH% | Jonathan Hansford | -6/+6 |
| 2015-07-22 | Improve documentation for std::io::BufWriter | Steve Klabnik | -5/+97 |
| 2015-07-21 | trans: Be a little more picky about dllimport | Alex Crichton | -1/+93 |
| 2015-07-22 | Auto merge of #27185 - pnkfelix:test-cyclic-collections, r=alexcrichton | bors | -0/+759 |
| 2015-07-22 | Auto merge of #27172 - alexcrichton:snapshots, r=brson | bors | -32/+12 |
| 2015-07-21 | trans: Move rust_try into the compiler | Alex Crichton | -310/+519 |
| 2015-07-21 | Auto merge of #27093 - Manishearth:closure-label-shadow, r=pnkfelix | bors | -0/+22 |
| 2015-07-21 | Assign proper span to range expression | Marcus Klaas | -4/+5 |
| 2015-07-21 | update compile-fail test for #21174 to account for #27127 | Andrew Paseltiner | -1/+1 |
| 2015-07-21 | Auto merge of #27073 - alexcrichton:less-proc-fs, r=brson | bors | -47/+60 |
| 2015-07-21 | Static linking | Aidan Hobson Sayers | -0/+127 |
| 2015-07-21 | Klabnik nit-picks ;) | Ticki | -1/+1 |
| 2015-07-21 | Avoid repeated trait bounds in derived impls | Florian Hartwig | -0/+11 |
| 2015-07-21 | rust -> Rust | Ticki | -4/+4 |