| Age | Commit message (Expand) | Author | Lines |
| 2015-04-23 | test: Fix fallout in tests | Alex Crichton | -3/+0 |
| 2015-04-16 | Auto merge of #24448 - alexcrichton:issue-24445, r=huonw | bors | -0/+53 |
| 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 | 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 | test: Fixup many library unit tests | Alex Crichton | -34/+28 |
| 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 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -22/+27 |
| 2015-03-20 | fix fallout | Flavio Percoco | -0/+2 |
| 2015-03-18 | [rustdoc] Fix source hyperlinks in docs | Ivan Petkov | -0/+87 |
| 2015-03-15 | Strip trailing whitespace | Tamir Duberstein | -2/+2 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -27/+0 |
| 2015-03-12 | rustdoc: Fix ICE with cross-crate default impls | Alex Crichton | -0/+55 |
| 2015-03-12 | Rollup merge of #23238 - mahkoh:nativecpu, r=dotdash | Manish Goregaokar | -0/+17 |
| 2015-03-10 | Add support for target-cpu=native | Julian Orth | -0/+17 |
| 2015-03-09 | Auto merge of #22561 - richo:as_slice-as_str, r=Manishearth | bors | -1/+1 |
| 2015-03-09 | fix rmake | Manish Goregaokar | -1/+1 |
| 2015-03-09 | remove uses of as_slice where deref coercions can be used | Richo Healey | -1/+1 |
| 2015-03-08 | Add a test for a bare outfile param to rustc | Richo Healey | -0/+16 |
| 2015-03-06 | Rollup merge of #23101 - laijs:fix-file-perm, r=alexcrichton | Manish Goregaokar | -0/+0 |
| 2015-03-06 | Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelix | Manish Goregaokar | -0/+63 |