| Age | Commit message (Expand) | Author | Lines |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -3112/+3076 |
| 2015-03-25 | Rollup merge of #23702 - dotdash:match_reass, r=eddyb | Manish Goregaokar | -0/+30 |
| 2015-03-25 | Rollup merge of #23692 - yjh0502:fix/simd-overflow, r=pnkfelix | Manish Goregaokar | -0/+19 |
| 2015-03-25 | Always properly copy values into bindings when mutating the match discriminant | Björn Steinbrink | -0/+30 |
| 2015-03-25 | Fix ICE on SIMD overflow checking | Jihyun Yu | -0/+19 |
| 2015-03-24 | rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops | Alex Crichton | -6/+85 |
| 2015-03-24 | rollup merge of #23546: alexcrichton/hyphens | Alex Crichton | -103/+91 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -103/+91 |
| 2015-03-24 | rollup merge of #23630: nrc/coerce-tidy | Alex Crichton | -143/+215 |
| 2015-03-24 | rollup merge of #23282: nikomatsakis/fn-trait-inheritance | Alex Crichton | -57/+208 |
| 2015-03-24 | Unit tests for Issue 8142, collected into one file. | Felix S. Klock II | -0/+79 |
| 2015-03-24 | Reject specialized Drop impls. | Felix S. Klock II | -6/+6 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -5/+5 |
| 2015-03-25 | Add tests | Nick Cameron | -0/+165 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -143/+50 |
| 2015-03-24 | Test fixes and rebase conflicts, round 4 | Alex Crichton | -2/+0 |
| 2015-03-23 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+2 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -10/+15 |
| 2015-03-23 | Fallout from changing fn traits to use inheritance rather than bridge | Niko Matsakis | -57/+208 |
| 2015-03-23 | Auto merge of #23536 - pnkfelix:arith-oflo-shifts, r=nikomatsakis | bors | -1/+283 |
| 2015-03-23 | rollup merge of #23506: alexcrichton/remove-some-deprecated-things | Alex Crichton | -84/+0 |
| 2015-03-23 | rollup merge of #23503: alexcrichton/fix-ptr-docs | Alex Crichton | -3/+3 |
| 2015-03-23 | rollup merge of #23383: alexcrichton/fs-create-dir-all | Alex Crichton | -0/+18 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -248/+3763 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -68/+154 |
| 2015-03-23 | rollup merge of #23580: nikomatsakis/pattern-and-overflow | Alex Crichton | -11/+1 |
| 2015-03-23 | rollup merge of #23538: aturon/conversion | Alex Crichton | -4/+6 |
| 2015-03-23 | rollup merge of #23536: pnkfelix/arith-oflo-shifts | Alex Crichton | -1/+283 |
| 2015-03-23 | rollup merge of #23515: nikomatsakis/issue-14985-trait-subtyping | Alex Crichton | -0/+35 |
| 2015-03-23 | rollup merge of #23211: FlaPer87/oibit-send-and-friends | Alex Crichton | -0/+12 |
| 2015-03-23 | rollup merge of #23119: nikomatsakis/issue-23116-ref-mut | Alex Crichton | -0/+49 |
| 2015-03-23 | Refactor how we handle overflow so that it is a fatal error that aborts | Niko Matsakis | -11/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -4/+6 |
| 2015-03-23 | rustdoc: Replace no-pretty-expanded with pretty-expanded | Brian Anderson | -2/+3082 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -1/+1 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -246/+683 |
| 2015-03-23 | Update borrowck tests to test that index is by-move now | Niko Matsakis | -8/+82 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -60/+72 |
| 2015-03-23 | Fix shift-overflow in very old run-pass test. | Felix S. Klock II | -1/+1 |
| 2015-03-23 | When matching against a pattern (either via `match` or `let`) that | Niko Matsakis | -0/+49 |
| 2015-03-23 | Remove incorrect subtyping for `&mut Trait` and introduce coercion | Niko Matsakis | -0/+35 |
| 2015-03-23 | Rollup merge of #23578 - fhahn:issue-22820-feature-gate-tests1, r=alexcrichton | Manish Goregaokar | -0/+88 |
| 2015-03-23 | Rollup merge of #23570 - dotdash:issue23550, r=eddyb | Manish Goregaokar | -0/+39 |
| 2015-03-22 | placate check-pretty and pretty-printer bug; see also issue 23623. | Felix S. Klock II | -2/+4 |
| 2015-03-22 | Auto merge of #23361 - petrochenkov:refdst, r=jakub- | bors | -0/+20 |
| 2015-03-21 | std: Remove deprecated ptr functions | Alex Crichton | -3/+3 |
| 2015-03-21 | workaround bugs in pretty-printer so that we can pass check-stage2-pretty-rpass. | Felix S. Klock II | -14/+14 |
| 2015-03-21 | Fix volatile / atomic ops on bools and small aggregates | Björn Steinbrink | -0/+39 |
| 2015-03-21 | Add tests checking that a number of feature gates are gating their features. | Florian Hahn | -0/+88 |
| 2015-03-21 | Auto merge of #23470 - alexcrichton:less-prelude, r=aturon | bors | -181/+174 |