| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -1/+1 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -1/+1 |
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -16/+28 |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -18/+18 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -2/+2 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -5/+4 |
| 2015-02-17 | rollup merge of #22191: nagisa/target-ptr-width-json | Alex Crichton | -3/+3 |
| 2015-02-17 | Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakis | Manish Goregaokar | -7/+7 |
| 2015-02-17 | Rollup merge of #22360 - wg:master, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-16 | tests: make run-make/issue-7349 more specific to avoid false positives. | Eduard Burtescu | -4/+4 |
| 2015-02-16 | Replace some uses of deprecated os functions | Simonas Kazlauskas | -7/+7 |
| 2015-02-15 | Rollup merge of #22224 - sanxiyn:must-use, r=cmr | Manish Goregaokar | -0/+28 |
| 2015-02-15 | Fix tests that fail on FreeBSD | Will | -2/+2 |
| 2015-02-13 | rustdoc: Show must_use attribute | Seo Sanghyeon | -0/+28 |
| 2015-02-11 | Change target-word-size to target-pointer-width | Simonas Kazlauskas | -3/+3 |
| 2015-02-11 | Revert #22051 | Simonas Kazlauskas | -5/+0 |