| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-03-06 | file permission: remove executable bit from *.rs | Lai Jiangshan | -0/+0 |
| 2015-03-05 | rustc: Add a debug_assertions #[cfg] directive | Alex Crichton | -0/+63 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -15/+15 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -4/+6 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -3/+4 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -0/+2 |
| 2015-02-27 | Auto merge of #22765 - sanxiyn:dedup-rustdoc, r=alexcrichton | bors | -0/+41 |
| 2015-02-27 | Add a rustdoc test for default methods in external crates | Seo Sanghyeon | -0/+41 |
| 2015-02-24 | Rollup merge of #22580 - pnkfelix:guard-pat-cfg2, r=pnkfelix | Manish Goregaokar | -9/+9 |
| 2015-02-22 | revise handling of match expressions so that arms branch to next arm. | James Miller | -9/+9 |
| 2015-02-22 | Disallow crate names with leading hyphens | Chris Wong | -0/+3 |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -16/+28 |