| Age | Commit message (Expand) | Author | Lines |
| 2015-04-25 | Remove remaining tests for hygiene-encoded identifiers. | Geoffry Song | -72/+0 |
| 2015-04-23 | Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichton | bors | -1/+2 |
| 2015-04-22 | Fix run-make/simd-ffi to work with parallel make check. | Ryan Prichard | -1/+2 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -3/+0 |
| 2015-04-21 | rollup merge of #24651: tamird/old-references | Alex Crichton | -4/+1 |
| 2015-04-21 | test: Fix fallout in tests | Alex Crichton | -3/+0 |
| 2015-04-21 | rustc: Handle duplicate names merging archives | Alex Crichton | -0/+72 |
| 2015-04-21 | Remove references to `old_{path,io}` | Tamir Duberstein | -4/+1 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -2/+5 |
| 2015-04-17 | Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix | Manish Goregaokar | -0/+24 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -2/+5 |
| 2015-04-16 | Auto merge of #24448 - alexcrichton:issue-24445, r=huonw | bors | -0/+53 |
| 2015-04-16 | Remove `&` from redirected output | Thomas Jespersen | -1/+1 |
| 2015-04-16 | Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichton | bors | -0/+40 |
| 2015-04-16 | Auto merge of #24485 - brson:is, r=alexcrichton | bors | -1/+1 |
| 2015-04-15 | Forbid is/us suffixes. Fixes #22496 | Brian Anderson | -1/+1 |
| 2015-04-15 | Make sure to disambiguate obtained out from expected output | Thomas Jespersen | -2/+2 |
| 2015-04-15 | std: Fix thread_local! in non-PIE binaries | Alex Crichton | -0/+53 |
| 2015-04-15 | Added a test for include_bytes! dep info | Theo Belaire | -0/+40 |
| 2015-04-14 | Remove -o flag from build command | Thomas Jespersen | -1/+1 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -34/+28 |
| 2015-04-14 | Add "run-make" test for trace-macros flag | Thomas Jespersen | -0/+24 |
| 2015-04-14 | Rebased | Nick Cameron | -3/+3 |
| 2015-04-10 | Test fixes and review feedback | Alex Crichton | -2/+0 |
| 2015-04-07 | test: Move all run-make rustdoc tests to test/rustdoc | Alex Crichton | -648/+0 |
| 2015-04-04 | fixing some tests and temporarily disabling others to get Bitrig build workin... | Dave Huseby | -9/+27 |
| 2015-04-02 | Fallout in tests | Niko Matsakis | -12/+4 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -3/+3 |
| 2015-04-01 | Path rustdoc test | Niko Matsakis | -0/+3 |
| 2015-04-01 | Fallout in tests | Niko Matsakis | -3/+3 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -4/+4 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -2/+2 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -2/+22 |
| 2015-03-27 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+1 |
| 2015-03-27 | rollup merge of #23794: brson/slicegate | Alex Crichton | -0/+2 |
| 2015-03-27 | Feature gate *all* slice patterns. #23121 | Brian Anderson | -0/+2 |
| 2015-03-27 | Fix fallout of removing quotes in crate names | Alex Crichton | -1/+1 |
| 2015-03-27 | Merge 'richo/unquote-crates' into less-quotes | Alex Crichton | -1/+1 |
| 2015-03-27 | Unquote all crate names without underscores | Richo Healey | -1/+1 |
| 2015-03-27 | rustc: Remove support for hyphens in crate names | Alex Crichton | -0/+20 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -34/+34 |
| 2015-03-24 | rollup merge of #23546: alexcrichton/hyphens | Alex Crichton | -1/+1 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -1/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -1/+1 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+3 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -4/+23 |
| 2015-03-23 | rollup merge of #23211: FlaPer87/oibit-send-and-friends | Alex Crichton | -0/+2 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -4/+24 |