| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | rollup merge of #24651: tamird/old-references | Alex Crichton | -24/+9 |
| 2015-04-21 | rollup merge of #24563: kwantam/rfc_1054 | Alex Crichton | -3/+1 |
| 2015-04-21 | rollup merge of #24162: pnkfelix/fsk-detect-duplicate-loop-labels | Alex Crichton | -0/+13 |
| 2015-04-21 | implement rfc 1054: split_whitespace() fn, deprecate words() | kwantam | -3/+1 |
| 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 | Remove references to `old_{path,io}` | Tamir Duberstein | -24/+9 |
| 2015-04-21 | Auto merge of #24620 - pczarn:model-lexer-issues, r=cmr | bors | -29/+0 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -29/+0 |
| 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-17 | Auto merge of #24422 - pnkfelix:typeck-highlevel-before-bodies, r=nikomatsakis | bors | -0/+43 |
| 2015-04-17 | Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichton | bors | -0/+236 |
| 2015-04-17 | Fix test for 32-bit targets. | Felix S. Klock II | -2/+2 |
| 2015-04-16 | Auto merge of #24437 - fhahn:issue-24434, r=alexcrichton | bors | -0/+16 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -6/+6 |
| 2015-04-16 | Auto merge of #24485 - brson:is, r=alexcrichton | bors | -5/+5 |
| 2015-04-15 | Forbid is/us suffixes. Fixes #22496 | Brian Anderson | -5/+5 |
| 2015-04-15 | Fix some typos. | Ms2ger | -1/+1 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -4/+4 |
| 2015-04-14 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -69/+0 |
| 2015-04-14 | Strip configuration before checking feature gates of macros | Florian Hahn | -0/+16 |
| 2015-04-14 | Test fixes and rebase conflicts | Alex Crichton | -381/+0 |
| 2015-04-14 | rollup merge of #24385: aturon/unstable-scoped | Alex Crichton | -57/+465 |
| 2015-04-14 | rollup merge of #24379: rkruppe/fmt-negative-zero | Alex Crichton | -1/+7 |
| 2015-04-14 | rollup merge of #24371: dotdash/24353 | Alex Crichton | -0/+16 |
| 2015-04-14 | More test fixes | Alex Crichton | -45/+27 |
| 2015-04-14 | test: Fix fallout in run-pass tests | Alex Crichton | -718/+141 |
| 2015-04-14 | Regression tests for `wrapping_*` operations for integer types. | Felix S. Klock II | -0/+236 |
| 2015-04-14 | Fallout: move from scoped to spawn | Aaron Turon | -64/+96 |
| 2015-04-14 | Auto merge of #24312 - rprichard:destabilize-format-args, r=alexcrichton | bors | -13/+0 |
| 2015-04-14 | Fallout from this change. | Felix S. Klock II | -0/+43 |
| 2015-04-14 | eddyb's refactoring of coercions/adjustments | Eduard Burtescu | -26/+0 |
| 2015-04-13 | Fix ICE when returning a variable whose declaration is unreachable | Björn Steinbrink | -0/+16 |
| 2015-04-12 | Remove pretty-expanded from tests that use format_args! | Ryan Prichard | -13/+0 |
| 2015-04-12 | Make Debug include the - in -0.0 | Robin Kruppe | -1/+7 |
| 2015-04-12 | Rollup merge of #24321 - lstat:16602-needstest, r=pnkfelix | Manish Goregaokar | -0/+70 |
| 2015-04-12 | Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelix | bors | -3/+0 |
| 2015-04-11 | Rollup merge of #24236 - aturon:issue-19097, r=alexcrichton | Manish Goregaokar | -0/+22 |
| 2015-04-11 | Rollup merge of #24268 - pnkfelix:regression-tests, r=alexcrichton | Manish Goregaokar | -0/+152 |
| 2015-04-11 | Auto merge of #24155 - chris-chambers:stmt_macros, r=sfackler | bors | -0/+61 |
| 2015-04-11 | Add tests for #16602 | Luke Gallagher | -0/+70 |
| 2015-04-11 | Auto merge of #24254 - aturon:join-handle-debug, r=alexcrichton | bors | -0/+17 |
| 2015-04-11 | Auto merge of #24186 - richo:pad-pointers, r=alexcrichton | bors | -3/+16 |
| 2015-04-10 | Auto merge of #24270 - pnkfelix:use-disr-val-for-derive-ord, r=brson | bors | -4/+176 |
| 2015-04-11 | Remove pretty-expanded from 2 tests; deriving(Ord) uses unstable intrinsic. | Felix S. Klock II | -4/+0 |
| 2015-04-10 | Test case for 64-bit corner cases where truncation occurred before prior commit. | Felix S. Klock II | -0/+50 |
| 2015-04-10 | Test case for new `derive(PartialOrd)` expansion. | Felix S. Klock II | -0/+49 |
| 2015-04-10 | Rebase discriminant_value test. Add case for a specialized repr. | Felix S. Klock II | -0/+15 |
| 2015-04-10 | Regression test for Issue 21486. | Felix S. Klock II | -0/+86 |