| Age | Commit message (Expand) | Author | Lines |
| 2015-04-24 | Rollup merge of #24751 - lstat:feature-gate-22820-dups, r=brson | Steve Klabnik | -48/+0 |
| 2015-04-24 | Rollup merge of #24749 - lstat:feature-gate-22820, r=nrc | Steve Klabnik | -0/+140 |
| 2015-04-24 | Auto merge of #24553 - nikomatsakis:issue-22779-overconstrained-impl, r=pnkfelix | bors | -1/+81 |
| 2015-04-24 | Remove duplicate feature gate tests | Luke Gallagher | -48/+0 |
| 2015-04-24 | Add feature gate tests | Luke Gallagher | -0/+23 |
| 2015-04-24 | Add feature gate tests | Luke Gallagher | -0/+117 |
| 2015-04-23 | Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichton | bors | -29/+30 |
| 2015-04-22 | Replace ignore-android with ignore-cross-compile in rustdoc tests | Ryan Prichard | -19/+19 |
| 2015-04-22 | Ignore cross-compilation in some fulldeps tests. | Ryan Prichard | -9/+9 |
| 2015-04-22 | Fix run-make/simd-ffi to work with parallel make check. | Ryan Prichard | -1/+2 |
| 2015-04-23 | Auto merge of #24683 - P1start:help-suggestions, r=nrc | bors | -3/+45 |
| 2015-04-23 | Rollup merge of #24688 - SimonSapin:fmt-write-char, r=alexcrichton | Manish Goregaokar | -1/+3 |
| 2015-04-22 | Add a test for std::fmt::Write::write_char | Simon Sapin | -1/+3 |
| 2015-04-21 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -2/+0 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -491/+214 |
| 2015-04-21 | rollup merge of #24541: alexcrichton/issue-24538 | Alex Crichton | -3/+3 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -25/+9 |
| 2015-04-21 | rollup merge of #24651: tamird/old-references | Alex Crichton | -31/+11 |
| 2015-04-21 | rollup merge of #24563: kwantam/rfc_1054 | Alex Crichton | -3/+1 |
| 2015-04-21 | rollup merge of #24439: alexcrichton/fix-archive-assembler | Alex Crichton | -0/+72 |
| 2015-04-21 | rollup merge of #24162: pnkfelix/fsk-detect-duplicate-loop-labels | Alex Crichton | -3/+288 |
| 2015-04-21 | implement rfc 1054: split_whitespace() fn, deprecate words() | kwantam | -3/+1 |
| 2015-04-21 | test: Fix fallout in tests | Alex Crichton | -466/+205 |
| 2015-04-21 | rustc: Handle duplicate names merging archives | Alex Crichton | -0/+72 |
| 2015-04-21 | add notes clarifying introduction of warnings for a pair of run-pass tests. | Felix S. Klock II | -0/+13 |
| 2015-04-21 | Tests for shadowing between lifetimes and loop labels within function bodies. | Felix S. Klock II | -3/+275 |
| 2015-04-21 | Remove references to `old_{path,io}` | Tamir Duberstein | -31/+11 |
| 2015-04-21 | Auto merge of #24620 - pczarn:model-lexer-issues, r=cmr | bors | -35/+0 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -35/+0 |
| 2015-04-21 | Change a few error messages to give code suggestions | P1start | -3/+45 |
| 2015-04-20 | Make stability attributes an error. #22830 | Brian Anderson | -7/+3 |
| 2015-04-20 | Auto merge of #22117 - fhahn:fail-on-errors, r=nikomatsakis | bors | -1/+430 |
| 2015-04-20 | Auto merge of #24586 - richo:test-16745, r=jakub- | bors | -0/+20 |
| 2015-04-19 | Lint non-snake-case crate names | P1start | -0/+31 |
| 2015-04-19 | test: Add an assertion to the #16745 testcase | Richo Healey | -6/+7 |
| 2015-04-18 | test: Add testcase for #16745 | Richo Healey | -0/+19 |
| 2015-04-18 | Rather than storing the relations between free-regions in a global | Niko Matsakis | -1/+81 |
| 2015-04-18 | Return nonzero exit code if there are errors at a stop point | Florian Hahn | -1/+430 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -2/+5 |
| 2015-04-18 | Auto merge of #23985 - erickt:derive-cleanup, r=erickt | bors | -1/+1 |
| 2015-04-17 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -3/+3 |
| 2015-04-17 | Auto merge of #24500 - pnkfelix:oflo-checked-neg, r=nikomatsakis | bors | -0/+19 |
| 2015-04-17 | Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturon | bors | -0/+59 |
| 2015-04-17 | Auto merge of #24475 - arielb1:i24363-hacky-hack, r=pnkfelix | bors | -0/+16 |
| 2015-04-17 | Augment the constrainted parameter check to ensure that all regions | Niko Matsakis | -0/+59 |
| 2015-04-17 | unit test for checked overflow during signed negation. | Felix S. Klock II | -0/+19 |
| 2015-04-17 | Rollup merge of #24475 - arielb1:i24363-hacky-hack, r=pnkfelix | Manish Goregaokar | -0/+16 |
| 2015-04-17 | Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix | Manish Goregaokar | -0/+24 |
| 2015-04-17 | Auto merge of #24422 - pnkfelix:typeck-highlevel-before-bodies, r=nikomatsakis | bors | -54/+346 |
| 2015-04-17 | Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichton | bors | -0/+236 |