| Age | Commit message (Expand) | Author | Lines |
| 2015-01-10 | Merge pull request #20833 from nstoddard/master | bors | -2/+2 |
| 2015-01-10 | Merge pull request #20819 from GuillaumeGomez/master | bors | -1/+1 |
| 2015-01-10 | Merge pull request #20818 from rgs1/fix-guide | bors | -1/+1 |
| 2015-01-10 | Merge pull request #20817 from killercup/patch-2 | bors | -5/+6 |
| 2015-01-10 | Merge pull request #20808 from Manishearth/span_fix | bors | -24/+8 |
| 2015-01-10 | Merge pull request #20771 from Kimundi/vec-macro-repeat | bors | -1/+22 |
| 2015-01-10 | Feature-gate `<>` syntax used with `Fn`. Fixes #18875. | Niko Matsakis | -5/+41 |
| 2015-01-10 | auto merge of #20839 : alexcrichton/rust/missing-stability, r=aturon | bors | -0/+2 |
| 2015-01-10 | Fix `playpen.js` errors on `pre`s without IDs | Pascal Hertleif | -0/+1 |
| 2015-01-10 | auto merge of #20837 : huonw/rust/remove-unused-lifetime, r=nikomatsakis | bors | -6/+34 |
| 2015-01-10 | auto merge of #20794 : sfackler/rust/trailing-attrs, r=alexcrichton | bors | -5/+49 |
| 2015-01-09 | Mark _ as a word constituent to avoid highlighting parts of identifiers as ke... | Sean Gillespie | -0/+5 |
| 2015-01-10 | Should be `assert_eq!` not `assert_eq` | Mike English | -1/+1 |
| 2015-01-09 | Fix typo in documentation. | Peter Schuller | -2/+2 |
| 2015-01-10 | auto merge of #20802 : huonw/rust/book-css, r=steveklabnik | bors | -23/+69 |
| 2015-01-10 | auto merge of #20782 : iKevinY/rust/trpl-formatting, r=steveklabnik | bors | -139/+139 |
| 2015-01-10 | auto merge of #20828 : alexcrichton/rust/issue-20823, r=brson | bors | -1/+23 |
| 2015-01-10 | core: rm unused lifetime. | Huon Wilson | -6/+34 |
| 2015-01-09 | std: Mark two missing functions as #[stable] | Alex Crichton | -0/+2 |
| 2015-01-09 | Fix a couple wording issues in trpl book | Nathan Stoddard | -2/+2 |
| 2015-01-09 | auto merge of #20776 : kmcallister/rust/macro-cleanup, r=alexcrichton | bors | -183/+15 |
| 2015-01-09 | syntax: Add #[allow(unstable)] to --test expansion | Alex Crichton | -1/+23 |
| 2015-01-09 | auto merge of #20815 : brson/rust/installer, r=alexcrichton | bors | -0/+0 |
| 2015-01-09 | documentation: Fix boxed closure left-over and add some words on why we use a... | Sebastian Gesemann | -12/+14 |
| 2015-01-09 | Update advanced.md | Guillaume Gomez | -1/+1 |
| 2015-01-09 | Update macro scope intro | Keegan McAllister | -2/+6 |
| 2015-01-09 | Re-reduce libstd macro duplication | Keegan McAllister | -181/+9 |
| 2015-01-09 | Remove extra dangling period | Raul Gutierrez S | -1/+1 |
| 2015-01-09 | Update Conclusion of The Rust Programming Language | Pascal Hertleif | -5/+6 |
| 2015-01-09 | Fix revert of rust-installer | Brian Anderson | -0/+0 |
| 2015-01-09 | Merge pull request #20800 from jroesch/add-regression-for-issue-20414 | bors | -0/+27 |
| 2015-01-09 | Merge pull request #20793 from ktossell/rustdoc-fixedvector-syntax | bors | -1/+1 |
| 2015-01-09 | Merge pull request #20699 from vhbit/ios-archs | bors | -78/+589 |
| 2015-01-09 | Treat `struct(T)` the same as `struct S { x: T }` WRT being immediate args | Björn Steinbrink | -4/+1 |
| 2015-01-09 | iOS: preliminary 64-bit archs support | Valerii Hiora | -9/+89 |
| 2015-01-09 | Updated compiler-rt | Valerii Hiora | -0/+0 |
| 2015-01-09 | iOS: makefiles and runtime for new archs | Valerii Hiora | -0/+252 |
| 2015-01-09 | iOS: cabi fixes | Valerii Hiora | -19/+75 |
| 2015-01-09 | iOS: fixed test build | Valerii Hiora | -8/+21 |
| 2015-01-09 | iOS: updated targets | Valerii Hiora | -42/+152 |
| 2015-01-09 | Fix checking of command line expansion spans (fixes #20747) | Manish Goregaokar | -2/+5 |
| 2015-01-10 | rustbook: use a relative @import path to ensure it works offline. | Huon Wilson | -1/+1 |
| 2015-01-09 | Revert "Ignore extra error from test for now" | Manish Goregaokar | -22/+3 |
| 2015-01-09 | auto merge of #20788 : Zoxc/rust/loader, r=huonw | bors | -2/+19 |
| 2015-01-09 | Handle errors properly in rustbook. | Huon Wilson | -22/+20 |
| 2015-01-09 | Add stub deprecation files for each of the old guides. | Huon Wilson | -0/+48 |
| 2015-01-08 | Add test for issue #20414 | Jared Roesch | -0/+27 |
| 2015-01-08 | Forbid trailing attributes in impl blocks | Steven Fackler | -5/+49 |
| 2015-01-09 | auto merge of #20786 : brson/rust/rustdocwarnings, r=huonw | bors | -1/+0 |
| 2015-01-09 | Add append() and split_off() to DList. | Tim Dumol | -41/+161 |