| Age | Commit message (Expand) | Author | Lines |
| 2015-04-23 | test: Fix fallout in tests | Alex Crichton | -466/+205 |
| 2015-04-23 | std: Remove deprecated/unstable num functionality | Alex Crichton | -5601/+623 |
| 2015-04-23 | std: Remove deprecated AsPath trait | Alex Crichton | -32/+0 |
| 2015-04-23 | std: Remove deprecated AsOsStr/Str/AsSlice traits | Alex Crichton | -157/+2 |
| 2015-04-23 | unstabilize Words struct | kwantam | -1/+3 |
| 2015-04-23 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -289/+241 |
| 2015-04-23 | unit test for checked overflow during signed negation. | Felix S. Klock II | -0/+19 |
| 2015-04-23 | Workaround deliberate overflowing negation in serialize::json. | Felix S. Klock II | -1/+1 |
| 2015-04-23 | side-step potentially panic'ing negate in `fn abs`. | Felix S. Klock II | -1/+5 |
| 2015-04-23 | Add conditional overflow-checking to signed negate operator. | Felix S. Klock II | -3/+18 |
| 2015-04-23 | factor out useful helper. | Felix S. Klock II | -15/+20 |
| 2015-04-23 | Fallout from this change. | Felix S. Klock II | -54/+220 |
| 2015-04-23 | Regression tests for issues that led me to revise typeck. | Felix S. Klock II | -0/+126 |
| 2015-04-23 | typeck: Do high-level structural/signature checks before function body checks. | Felix S. Klock II | -44/+71 |
| 2015-04-22 | add notes clarifying introduction of warnings for a pair of run-pass tests. | Felix S. Klock II | -0/+13 |
| 2015-04-22 | Tests for shadowing between lifetimes and loop labels within function bodies. | Felix S. Klock II | -3/+275 |
| 2015-04-22 | Check for shadowing between lifetimes and loop labels in function bodies. | Felix S. Klock II | -12/+201 |
| 2015-04-16 | Auto merge of #24181 - jgallagher:aarch64-hfa, r=pnkfelix | bors | -0/+84 |
| 2015-04-16 | Auto merge of #24448 - alexcrichton:issue-24445, r=huonw | bors | -1/+54 |
| 2015-04-16 | Auto merge of #24437 - fhahn:issue-24434, r=alexcrichton | bors | -2/+19 |
| 2015-04-16 | Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichton | bors | -0/+45 |
| 2015-04-16 | Auto merge of #24306 - l0kod:libc-noctty, r=alexcrichton | bors | -0/+5 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -259/+262 |
| 2015-04-16 | Auto merge of #24485 - brson:is, r=alexcrichton | bors | -12/+24 |
| 2015-04-15 | Forbid is/us suffixes. Fixes #22496 | Brian Anderson | -12/+24 |
| 2015-04-15 | Auto merge of #24481 - steveklabnik:rollup, r=steveklabnik | bors | -283/+327 |
| 2015-04-15 | Rollup merge of #24480 - achanda:move_test, r=alexcrichton | Steve Klabnik | -259/+270 |
| 2015-04-15 | Rollup merge of #24476 - brettcannon:patch-3, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-04-15 | Rollup merge of #24471 - andrewseidl:master, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-04-15 | Rollup merge of #24468 - brettcannon:patch-2, r=alexcrichton | Steve Klabnik | -4/+4 |
| 2015-04-15 | Rollup merge of #24467 - brettcannon:patch-1, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2015-04-15 | Rollup merge of #24465 - steveklabnik:intoiteratordocfix, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-04-15 | Rollup merge of #24460 - bytewiseand:master, r=alexcrichton | Steve Klabnik | -0/+32 |
| 2015-04-15 | Rollup merge of #24457 - Ms2ger:more-typos, r=alexcrichton | Steve Klabnik | -7/+7 |
| 2015-04-15 | Rollup merge of #24449 - richo:typo, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-04-15 | Rollup merge of #24440 - nham:improve_enumerate_doc, r=alexcrichton | Steve Klabnik | -2/+3 |
| 2015-04-15 | Rollup merge of #24438 - nrc:tuple-span, r=sfackler | Steve Klabnik | -1/+1 |
| 2015-04-15 | Rollup merge of #24435 - killercup:patch-9, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2015-04-15 | Rollup merge of #24425 - dhuseby:bitrig_fixing_tests_3, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-04-15 | Auto merge of #24330 - pnkfelix:issue-24267, r=nikomatsakis | bors | -23/+108 |
| 2015-04-15 | Move IP related tests to ip.rs | Abhishek Chanda | -259/+270 |
| 2015-04-15 | Grammar fix | Brett Cannon | -1/+1 |
| 2015-04-15 | Describe the Iterator enumerate() method more clearly. | Nick Hamann | -2/+3 |
| 2015-04-15 | doc: Fix link to rustbyexample.com | Andrew Seidl | -1/+1 |
| 2015-04-15 | Fix link to stack/heap page | Brett Cannon | -4/+4 |
| 2015-04-15 | Fix link formatting error | Brett Cannon | -2/+2 |
| 2015-04-15 | Auto merge of #24436 - fhahn:fix-small-typo, r=steveklabnik | bors | -1/+1 |
| 2015-04-15 | Regression test. | Felix S. Klock II | -0/+29 |
| 2015-04-15 | Dataflow changes and associated borrowck fix. | Felix S. Klock II | -23/+79 |
| 2015-04-15 | std: Fix thread_local! in non-PIE binaries | Alex Crichton | -1/+54 |