| Age | Commit message (Expand) | Author | Lines |
| 2015-04-25 | rustbook: Fixes display of navigation links in README.html. | Johannes Oertel | -1/+1 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -1/+13 |
| 2015-04-07 | book: Fix a hyperlink to CONFIGS.md | Alex Crichton | -1/+2 |
| 2015-04-07 | book: Emit links to play.rust-lang.org to run examples | Alex Crichton | -0/+11 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -2/+1 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -1/+0 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -5/+5 |
| 2015-03-23 | rollup merge of #23541: aturon/stab-error | Alex Crichton | -0/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -7/+8 |
| 2015-03-23 | Stabilize the Error trait | Aaron Turon | -0/+1 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -0/+1 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -6/+5 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+0 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -3/+4 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -140/+92 |
| 2015-02-26 | remove some compiler warnings | Tshepang Lekhonkhobe | -4/+4 |
| 2015-02-25 | Use os::getcwd instead of env in rustbook (fixup #22727) | Manish Goregaokar | -4/+6 |
| 2015-02-23 | Rollup merge of #22688 - tshepang:use-new-slicing-syntax, r=alexcrichton | Manish Goregaokar | -13/+13 |
| 2015-02-23 | Rollup merge of #22505 - tshepang:current_dir, r=steveklabnik | Manish Goregaokar | -6/+4 |
| 2015-02-23 | rustbook: update slicing syntax where [] --> [..] | Tshepang Lekhonkhobe | -13/+13 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -4/+4 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -4/+4 |
| 2015-02-18 | rustbook: no-longer-used feature gate | Tshepang Lekhonkhobe | -1/+0 |
| 2015-02-18 | unused imports | Tshepang Lekhonkhobe | -2/+0 |
| 2015-02-18 | os.getcwd renamed to env::current_dir | Tshepang Lekhonkhobe | -3/+4 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -2/+2 |
| 2015-02-17 | rollup merge of #22459: alexcrichton/feature-names | Alex Crichton | -2/+2 |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -2/+2 |
| 2015-02-17 | Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakis | Manish Goregaokar | -10/+12 |
| 2015-02-17 | Rollup merge of #22373 - bombless:fix-rustbook, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-16 | Replace some uses of deprecated os functions | Simonas Kazlauskas | -10/+12 |
| 2015-02-15 | Don't panic if there's no command line arguments | bombless | -1/+1 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+1 |
| 2015-02-06 | Auto merge of #21997 - Manishearth:rollup, r=alexcrichton | bors | -1/+1 |
| 2015-02-05 | Make the book chapters printable | Kostas Karachalios | -41/+47 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -1/+1 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -2/+2 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2015-01-30 | rollup merge of #21494: jatinn/jsnav | Alex Crichton | -0/+40 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -2/+2 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -2/+2 |
| 2015-01-29 | Rollup merge of 21651 - nelsonjchen:add--webkit-overflow-scrolling-touch-to-b... | Manish Goregaokar | -0/+2 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -8/+8 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -8/+8 |
| 2015-01-26 | Add same "-webkit-overflow-scrolling: touch" to the table of contents in the ... | Nelson Chen | -0/+1 |
| 2015-01-26 | Add "-webkit-overflow-scrolling: touch" to book CSS for the page wrapper. | Nelson Chen | -0/+1 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -50/+45 |
| 2015-01-23 | regex: Remove in-tree version | Alex Crichton | -49/+45 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -1/+7 |
| 2015-01-22 | add next/prev section links in the book -- using js | jatinn | -0/+40 |