| Age | Commit message (Expand) | Author | Lines |
| 2015-02-05 | mk: Add version number to output. Useful for logs | Brian Anderson | -0/+1 |
| 2015-02-05 | mk: Remove redundant valgrind notices in build | Brian Anderson | -1/+1 |
| 2015-02-05 | Clean up tidy scripts, coverage, performance | Brian Anderson | -45/+2 |
| 2015-02-05 | mk: Split tidy into multiple tidy rules | Brian Anderson | -4/+19 |
| 2015-02-01 | openbsd support | Sébastien Marie | -0/+26 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -2/+50 |
| 2015-01-25 | Auto merge of #21582 - FlaPer87:rollup, r=brson | bors | -2/+2 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -8/+39 |
| 2015-01-24 | Auto merge of #21452 - bleibig:bison-grammar, r=nikomatsakis | bors | -0/+48 |
| 2015-01-24 | Rollup merge of #21579 - brson:beta, r=alexcrichton | Flavio Percoco Premoli | -2/+2 |
| 2015-01-23 | Fix beta naming | Brian Anderson | -2/+2 |
| 2015-01-23 | regex: Remove in-tree version | Alex Crichton | -7/+5 |
| 2015-01-21 | Minor fixes | Brian Anderson | -1/+1 |
| 2015-01-21 | Add a lint for library features | Brian Anderson | -0/+1 |
| 2015-01-21 | rollup merge of #21414: ejjeong/aarch64-linux-android | Alex Crichton | -0/+32 |
| 2015-01-21 | rollup merge of #21289: brson/errorcodes | Alex Crichton | -0/+1 |
| 2015-01-21 | Auto merge of #21065 - ColonelJ:master, r=brson | bors | -10/+10 |
| 2015-01-20 | Add a LALR grammar for Rust with testing support | Brian Leibig | -0/+48 |
| 2015-01-20 | Make error code registration work again. #19624 | Brian Anderson | -0/+1 |
| 2015-01-21 | Rollup merge of #21399 - kballard:fix-PLEASE_BENCH, r=Gankro | Barosl LEE | -3/+1 |
| 2015-01-20 | Initial support for aarch64-linux-android | Eunji Jeong | -0/+32 |
| 2015-01-20 | Auto merge of #21304 - lifthrasiir:htmldocck, r=alexcrichton | bors | -1/+2 |
| 2015-01-19 | Fix `make check PLEASE_BENCH=1` | Kevin Ballard | -3/+1 |
| 2015-01-17 | mk: Don't set RUSTC_BOOTSTRAP_KEY on -dev and -nightly. Not needed | Brian Anderson | -2/+2 |
| 2015-01-17 | mk: Revert hack to pull the bootstrap key from the snapshot bins | Brian Anderson | -6/+1 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -1/+6 |
| 2015-01-18 | tests: Add htmldocck.py script for the use of Rustdoc tests. | Kang Seonghoon | -1/+2 |
| 2015-01-17 | std: Move the bitflags! macro to a gated crate | Alex Crichton | -2/+5 |
| 2015-01-16 | rustc: Move the privacy pass to its own crate | Alex Crichton | -4/+8 |
| 2015-01-15 | rollup merge of #21151: brson/beta | Alex Crichton | -4/+3 |
| 2015-01-15 | rollup merge of #20985: vhbit/ios-install | Alex Crichton | -5/+6 |
| 2015-01-15 | auto merge of #20980 : richo/rust/final-power, r=alexcrichton | bors | -3/+31 |
| 2015-01-14 | mk: The beta channel produces things called 'beta' | Brian Anderson | -4/+3 |
| 2015-01-12 | Fixes to cfg .mk files for Windows: removed use of unused LDPATH variable on ... | KernelJ | -10/+10 |
| 2015-01-12 | iOS: fixed install phase | Valerii Hiora | -5/+6 |
| 2015-01-11 | powerpc: Use toolchain assembler on power | Richo Healey | -2/+2 |
| 2015-01-11 | powerpc: Build llvm for powerpc | Richo Healey | -1/+1 |
| 2015-01-11 | powerpc: Add platform configuration | Richo Healey | -0/+28 |
| 2015-01-10 | auto merge of #20802 : huonw/rust/book-css, r=steveklabnik | bors | -1/+7 |
| 2015-01-09 | Merge pull request #20699 from vhbit/ios-archs | bors | -51/+156 |
| 2015-01-09 | iOS: preliminary 64-bit archs support | Valerii Hiora | -0/+72 |
| 2015-01-09 | iOS: makefiles and runtime for new archs | Valerii Hiora | -51/+84 |
| 2015-01-09 | Ensure that the book is built after the doc/ directory. | Huon Wilson | -1/+1 |
| 2015-01-09 | Add stub deprecation files for each of the old guides. | Huon Wilson | -0/+6 |
| 2015-01-09 | Merge pull request #20779 from brson/prerel | bors | -4/+6 |
| 2015-01-08 | mk: Add rustbook to source dist 1.0.0-alpha | Brian Anderson | -0/+1 |
| 2015-01-08 | mk: Update prerelase versioning to conform to semver | Brian Anderson | -4/+6 |
| 2015-01-08 | Fix dead links in the guide and reorganize | Alex Crichton | -5/+4 |
| 2015-01-08 | "The Rust Programming Language" | Steve Klabnik | -18/+44 |
| 2015-01-07 | rollup merge of #20716: brson/RUST_DEBUG | Alex Crichton | -2/+0 |