| Age | Commit message (Expand) | Author | Lines |
| 2015-04-02 | Tweak relese notes + rebase fixes | Alex Crichton | -1/+1 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -51/+54 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -2/+12 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-04-01 | fix typo. | Felix S. Klock II | -1/+1 |
| 2015-04-01 | fallout when bootstrapping `rustc`. | Felix S. Klock II | -1/+11 |
| 2015-04-01 | rollup merge of #23951: alexcrichton/splitn | Alex Crichton | -3/+3 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -3/+3 |
| 2015-04-02 | Rollup merge of #23924 - nrc:unqual-assoc3, r=alexcrichton | Manish Goregaokar | -5/+16 |
| 2015-04-02 | Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix | Manish Goregaokar | -1216/+1442 |
| 2015-04-02 | Rollup merge of #23867 - nikomatsakis:issue-23086-take-3, r=pnkfelix | Manish Goregaokar | -169/+334 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -55/+58 |
| 2015-04-01 | Fallout in libsyntax/librustc: use newtype'd options for linked lists, | Niko Matsakis | -4/+3 |
| 2015-04-01 | Implement the changes to coherence such that we consider a type to be | Niko Matsakis | -165/+331 |
| 2015-04-01 | Auto merge of #23109 - nikomatsakis:closure-region-hierarchy, r=pnkfelix | bors | -197/+217 |
| 2015-04-01 | Update comments | Niko Matsakis | -30/+30 |
| 2015-04-01 | Remove the `Option<>` since when computing LUB since I believe that the | Niko Matsakis | -25/+27 |
| 2015-04-01 | Implement the new region hierarchy rules, in which regions from distinct | Niko Matsakis | -140/+109 |
| 2015-04-01 | Add a meta-hierarchy of trees -- in future, each fn body will inhabit | Niko Matsakis | -44/+93 |
| 2015-04-01 | Test fixes and rebase conflicts | Alex Crichton | -1/+0 |
| 2015-04-01 | Tidying up and reformatting | Nick Cameron | -4/+15 |
| 2015-03-31 | rollup merge of #23863: pnkfelix/arith-oflo-const-eval | Alex Crichton | -169/+615 |
| 2015-04-01 | rustc::middle::const_eval : add overflow-checking for {+, -, *}. | Felix S. Klock II | -81/+297 |
| 2015-04-01 | ty.rs improve error feedback when const-eval errs during repeat count eval. | Felix S. Klock II | -4/+5 |
| 2015-04-01 | Refactored ty::ctxt so node_types mutations must go through ty methods. | Felix S. Klock II | -4/+11 |
| 2015-04-01 | Fix #23890: const-eval `_ as usize`, `_ as isize` must dispatch to target type. | Felix S. Klock II | -32/+42 |
| 2015-04-01 | fix post rebase. | Felix S. Klock II | -2/+2 |
| 2015-04-01 | Added type-specific overflow checks when computing enum discriminant values. | Felix S. Klock II | -49/+261 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+0 |
| 2015-04-01 | Pretty print ids for assoc items | Nick Cameron | -1/+1 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+0 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -2/+3 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -1/+0 |
| 2015-03-31 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -0/+1 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -2/+3 |
| 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 | -2/+1 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -2/+1 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -2/+1 |
| 2015-03-31 | Add a "match" relation that can be used to make recursion check during | Niko Matsakis | -1/+109 |
| 2015-03-31 | Port over type inference to using the new type relation stuff | Niko Matsakis | -937/+1127 |
| 2015-03-31 | Remove unused import | Niko Matsakis | -1/+1 |
| 2015-03-31 | Switch to FnvHashMap | Niko Matsakis | -4/+4 |
| 2015-03-31 | Extract more `ty` and `infer` dependencies from the unification engine | Niko Matsakis | -61/+65 |
| 2015-03-31 | Make union-find helper fns private, change to u32. | Niko Matsakis | -18/+26 |
| 2015-03-31 | Refactor unification interface by moving the methods off of inferctxt and ont... | Niko Matsakis | -140/+99 |
| 2015-03-31 | Combine `try` and `commit_if_ok` and make some details of inference | Niko Matsakis | -67/+51 |
| 2015-03-31 | Rename the cryptic cres and ures types. | Niko Matsakis | -161/+134 |
| 2015-03-31 | Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-03-31 | Rollup merge of #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakis | Manish Goregaokar | -51/+123 |