| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-02-10 | Test fixes and rebase conflicts | Alex Crichton | -2/+3 |
| 2015-02-10 | rollup merge of #22135: apasel422/issue-22131 | Alex Crichton | -0/+23 |
| 2015-02-10 | rollup merge of #22115: nagisa/dedupe-cratetypes | Alex Crichton | -0/+1 |
| 2015-02-10 | rollup merge of #22088: semarie/openbsd-rmake | Alex Crichton | -8/+16 |
| 2015-02-10 | rollup merge of #22051: nagisa/main-emission | Alex Crichton | -0/+5 |
| 2015-02-10 | parse cfgspecs passed to rustdoc | Andrew Paseltiner | -0/+23 |
| 2015-02-09 | Deduplicate --crate-type arguments | Simonas Kazlauskas | -0/+1 |
| 2015-02-08 | adapt run-make test suite for openbsd | Sébastien Marie | -8/+16 |
| 2015-02-08 | Add a test for mainless emit targets | Simonas Kazlauskas | -0/+5 |
| 2015-02-08 | Auto merge of #21999 - tomjakubowski:rustdoc-fixes, r=alexcrichton | bors | -16/+129 |
| 2015-02-07 | Fix new test | Keegan McAllister | -1/+1 |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -3/+8 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -1/+1 |
| 2015-02-07 | Auto merge of #22023 - alexcrichton:oops-picked-the-wrong-plugin, r=nikomatsakis | bors | -0/+69 |
| 2015-02-07 | Auto merge of #21978 - Potpourri:error-extern-crate-staticlib, r=alexcrichton | bors | -0/+31 |
| 2015-02-06 | rustc: Don't fall back to -L if using --extern | Alex Crichton | -0/+69 |