| Age | Commit message (Expand) | Author | Lines |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -27/+27 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -4/+4 |
| 2015-04-01 | fallout when bootstrapping `rustc`. | Felix S. Klock II | -4/+4 |
| 2015-04-02 | Rollup merge of #23066 - michaelwoerister:unreachable-if, r=pnkfelix | Manish Goregaokar | -1/+44 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -27/+27 |
| 2015-03-31 | rollup merge of #23863: pnkfelix/arith-oflo-const-eval | Alex Crichton | -13/+146 |
| 2015-04-01 | Unify handling of checking repeat-count validity. | Felix S. Klock II | -13/+1 |
| 2015-04-01 | rustc_trans::trans::consts add overflow checking | Felix S. Klock II | -5/+124 |
| 2015-04-01 | rust_llvm: Add way to reflectively ask if a ValueRef is a known constant int. | Felix S. Klock II | -0/+26 |
| 2015-04-01 | Refactored ty::ctxt so node_types mutations must go through ty methods. | Felix S. Klock II | -4/+4 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -1/+0 |
| 2015-03-31 | rollup merge of #23704: hirschenberger/simd-intdiv-ice | Alex Crichton | -2/+11 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -1/+0 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -0/+4 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -0/+4 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+4 |
| 2015-03-31 | Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon | Manish Goregaokar | -2/+2 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -2/+2 |
| 2015-03-30 | Implement new type-checking strategy for binary operators. Basically, | Niko Matsakis | -3/+16 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -10/+10 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -10/+10 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -3/+15 |
| 2015-03-27 | rollup merge of #23486: nikomatsakis/issue-23485 | Alex Crichton | -28/+30 |
| 2015-03-27 | When testing whether a default method predicates are satisfiable, | Niko Matsakis | -28/+30 |
| 2015-03-27 | rustc: Remove support for hyphens in crate names | Alex Crichton | -3/+15 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -204/+203 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -1/+1 |
| 2015-03-27 | rollup merge of #23776: nrc/allow_trivial_cast | Alex Crichton | -1/+0 |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -1/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -193/+192 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -1/+1 |
| 2015-03-26 | Use `-Z force-dropflag-checks=on/off` for emitting sanity-check. | Felix S. Klock II | -4/+20 |
| 2015-03-26 | filling-drop: switch `DTOR_NEEDED` and `DTOR_DONE` to non-trivial values. | Felix S. Klock II | -2/+2 |
| 2015-03-26 | Switch drop-flag to `u8` to allow special tags to instrument state. | Felix S. Klock II | -41/+144 |
| 2015-03-25 | rustc: Remove support for int/uint | Alex Crichton | -11/+11 |
| 2015-03-25 | Fix ICE when dividing integral SIMD types. | Falco Hirschenberger | -2/+11 |
| 2015-03-25 | Rollup merge of #23702 - dotdash:match_reass, r=eddyb | Manish Goregaokar | -2/+2 |
| 2015-03-25 | Rollup merge of #23692 - yjh0502:fix/simd-overflow, r=pnkfelix | Manish Goregaokar | -0/+6 |
| 2015-03-25 | Always properly copy values into bindings when mutating the match discriminant | Björn Steinbrink | -2/+2 |
| 2015-03-25 | Fix ICE on SIMD overflow checking | Jihyun Yu | -0/+6 |
| 2015-03-24 | rollup merge of #23546: alexcrichton/hyphens | Alex Crichton | -1/+1 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -1/+1 |
| 2015-03-24 | rollup merge of #23630: nrc/coerce-tidy | Alex Crichton | -66/+10 |
| 2015-03-24 | rollup merge of #23282: nikomatsakis/fn-trait-inheritance | Alex Crichton | -37/+236 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -2/+2 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -66/+10 |
| 2015-03-23 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+0 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-03-23 | Auto merge of #23536 - pnkfelix:arith-oflo-shifts, r=nikomatsakis | bors | -29/+166 |
| 2015-03-23 | rollup merge of #23506: alexcrichton/remove-some-deprecated-things | Alex Crichton | -5/+0 |