| Age | Commit message (Expand) | Author | Lines |
| 2015-05-11 | Fallout to compile-fail tests. | Felix S. Klock II | -1/+13 |
| 2015-05-11 | fallout to run-pass tests. | Felix S. Klock II | -3/+3 |
| 2015-05-11 | Regression tests for Issue 25199 (dropck and `Box<Trait + 'a>`). | Felix S. Klock II | -0/+214 |
| 2015-05-12 | Fix the tests broken by replacing `task` with `thread` | Barosl Lee | -1/+1 |
| 2015-05-12 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -30/+30 |
| 2015-05-07 | test: update run-pass tests to not use mutable transmuting | Sean McArthur | -4/+4 |
| 2015-05-07 | lint: deny transmuting from immutable to mutable, since it's undefined behavior | Sean McArthur | -0/+20 |
| 2015-04-30 | tests for lint that warns about mixing #[repr(C)] with Drop. | Felix S. Klock II | -0/+59 |
| 2015-04-30 | Regression test for issue 24687. | Felix S. Klock II | -0/+78 |
| 2015-04-30 | regression test for Issue 24895. | Felix S. Klock II | -0/+38 |
| 2015-04-30 | Fix #20616 | York Xiang | -0/+466 |
| 2015-04-29 | Rather than storing the relations between free-regions in a global | Niko Matsakis | -1/+81 |
| 2015-04-23 | Augment the constrainted parameter check to ensure that all regions | Niko Matsakis | -0/+59 |
| 2015-04-23 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -4/+1 |
| 2015-04-23 | Make stability attributes an error. #22830 | Brian Anderson | -7/+3 |
| 2015-04-23 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -25/+9 |
| 2015-04-23 | test: Fix fallout in tests | Alex Crichton | -466/+205 |
| 2015-04-23 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -3/+3 |
| 2015-04-23 | unit test for checked overflow during signed negation. | Felix S. Klock II | -0/+19 |
| 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-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-16 | Auto merge of #24448 - alexcrichton:issue-24445, r=huonw | bors | -0/+53 |
| 2015-04-16 | Auto merge of #24437 - fhahn:issue-24434, r=alexcrichton | bors | -0/+16 |
| 2015-04-16 | Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichton | bors | -0/+40 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -11/+11 |
| 2015-04-16 | Auto merge of #24485 - brson:is, r=alexcrichton | bors | -9/+23 |
| 2015-04-15 | Forbid is/us suffixes. Fixes #22496 | Brian Anderson | -9/+23 |
| 2015-04-15 | Auto merge of #24481 - steveklabnik:rollup, r=steveklabnik | bors | -1/+33 |
| 2015-04-15 | Rollup merge of #24460 - bytewiseand:master, r=alexcrichton | Steve Klabnik | -0/+32 |
| 2015-04-15 | Auto merge of #24330 - pnkfelix:issue-24267, r=nikomatsakis | bors | -0/+29 |
| 2015-04-15 | Regression test. | Felix S. Klock II | -0/+29 |
| 2015-04-15 | std: Fix thread_local! in non-PIE binaries | Alex Crichton | -0/+53 |
| 2015-04-15 | Added a test for include_bytes! dep info | Theo Belaire | -0/+40 |
| 2015-04-15 | Add tests for "ident only path should have been covered"-ICE | Andreas Martens | -0/+32 |
| 2015-04-15 | Fix some typos. | Ms2ger | -1/+1 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -5/+5 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -6/+6 |
| 2015-04-14 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+2 |
| 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 | -74/+482 |
| 2015-04-14 | rollup merge of #24399: brson/stab | Alex Crichton | -0/+18 |
| 2015-04-14 | rollup merge of #24380: arielb1/no-enum-suggest | Alex Crichton | -0/+29 |
| 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 | bench: Fix fallout in benchmarks | Alex Crichton | -157/+100 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -40/+28 |