| Age | Commit message (Expand) | Author | Lines |
| 2016-01-26 | Update tests | Florian Hahn | -4/+6 |
| 2016-01-26 | Update expression span when transcribing macro args | Florian Hahn | -2/+292 |
| 2016-01-26 | Improve error message for let-in-expr-position | Manish Goregaokar | -3/+4 |
| 2016-01-26 | Make emitter handle DUMMY_SP correctly | Manish Goregaokar | -2/+2 |
| 2016-01-26 | Rollup merge of #31201 - steveklabnik:gh30633, r=alexcrichton | Manish Goregaokar | -0/+6 |
| 2016-01-26 | Rollup merge of #31199 - steveklabnik:gh31181, r=Manishearth | Manish Goregaokar | -0/+4 |
| 2016-01-26 | Rollup merge of #31197 - apasel422:issue-31195, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-01-26 | Rollup merge of #31192 - frewsxcv:patch-27, r=alexcrichton | Manish Goregaokar | -1/+3 |
| 2016-01-26 | Rollup merge of #31189 - ollie27:book_links, r=steveklabnik | Manish Goregaokar | -13/+4 |
| 2016-01-26 | Rollup merge of #31184 - arielb1:remove-implicator, r=nikomatsakis | Manish Goregaokar | -503/+1 |
| 2016-01-26 | Rollup merge of #31152 - durka:ty-follow-bracket, r=pnkfelix | Manish Goregaokar | -1/+313 |
| 2016-01-26 | rebasing | Nick Cameron | -2/+2 |
| 2016-01-26 | Initial work towards abort-free compilation | Nick Cameron | -265/+331 |
| 2016-01-26 | Resolve: fix #23880, a scoping bug | Jeffrey Seyfried | -30/+78 |
| 2016-01-25 | Describe next_back() wrt Iterator protocol | Steve Klabnik | -0/+6 |
| 2016-01-25 | Mention the need for a linker | Steve Klabnik | -0/+4 |
| 2016-01-25 | Fix typo in "Loops" section of the book | Andrew Paseltiner | -1/+1 |
| 2016-01-25 | std: Fix some behavior without stdio handles | Alex Crichton | -4/+133 |
| 2016-01-26 | Auto merge of #31065 - nrc:ident-correct, r=pnkfelix | bors | -163/+233 |
| 2016-01-25 | RefCell::borrow_mut example should demonstrate mut | Corey Farwell | -1/+3 |
| 2016-01-25 | Auto merge of #31097 - DanielJCampbell:SaveAnalysis, r=nrc | bors | -198/+248 |
| 2016-01-25 | Replace link to learn-rust in the book | Oliver Middleton | -12/+3 |
| 2016-01-25 | Fix link to hello-cargo in the book | Oliver Middleton | -1/+1 |
| 2016-01-26 | Fix a rebasing issue and addressed reviewer comment | Nick Cameron | -13/+21 |
| 2016-01-25 | Auto merge of #30899 - oli-obk:non-local-const-fn, r=pnkfelix | bors | -85/+18 |
| 2016-01-25 | Fix pretty_printer to print omitted type `_` marker | nxnfufunezn | -15/+50 |
| 2016-01-25 | do not additionally note about unexpected identifier after unexpected let | Daan Sprenkels | -6/+5 |
| 2016-01-25 | Update qquote.rs test case and make unexpected `let` error fatal | Daan Sprenkels | -7/+7 |
| 2016-01-25 | libsyntax: move check for keyword Let to a more logical spot | Daan Sprenkels | -6/+6 |
| 2016-01-25 | libsyntax: note that `let a = (let b = something)` is invalid | Daan Sprenkels | -0/+6 |
| 2016-01-25 | remove implicator | Ariel Ben-Yehuda | -503/+1 |
| 2016-01-25 | Auto merge of #31182 - adrianheine:master, r=pnkfelix | bors | -2/+1 |
| 2016-01-25 | Add dependency tracking to trait cache in translation context | Michael Woerister | -5/+23 |
| 2016-01-25 | Auto merge of #31176 - frewsxcv:incorrect-pass-kind, r=dotdash | bors | -12/+65 |
| 2016-01-25 | librustc/middle/dataflow.rs: Debug to STDERR | Adrian Heine | -2/+1 |
| 2016-01-25 | Register LLVM passes with the correct LLVM pass manager. | Corey Farwell | -12/+65 |
| 2016-01-24 | rustc_mir: Mark the crate as unstable | Alex Crichton | -0/+2 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -12/+49 |
| 2016-01-25 | Auto merge of #31159 - dirk:dirk/clarify-cargo-lock, r=steveklabnik | bors | -3/+5 |
| 2016-01-24 | Add section about memory safety to `ffi::CString` documentation | Dirk Gadsden | -3/+15 |
| 2016-01-24 | Auto merge of #31166 - geofft:process-comments, r=alexcrichton | bors | -9/+6 |
| 2016-01-24 | Auto merge of #31093 - tshepang:misc-doc-improvements, r=steveklabnik | bors | -5/+5 |
| 2016-01-24 | sys/unix/process.rs: Update comments in make_argv and make_envp | Geoffrey Thomas | -9/+6 |
| 2016-01-24 | Improve the error explanations for check_const | Ariel Ben-Yehuda | -36/+50 |
| 2016-01-24 | Integrate overview section with existing docs | Greg Chapple | -117/+81 |
| 2016-01-24 | doc: miscellaneous OpenOptions:append improvements | Tshepang Lekhonkhobe | -5/+5 |
| 2016-01-23 | Clarify when `Cargo.lock` is created by `cargo build` in the book | Dirk Gadsden | -3/+5 |
| 2016-01-23 | add `[` to FOLLOW(ty) and FOLLOW(path) | Alex Burka | -1/+1 |
| 2016-01-23 | thorough follow-set tests | Alex Burka | -0/+312 |
| 2016-01-23 | Rollup merge of #31146 - angelsl:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |