| 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 | -44/+47 |
| 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-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/+1434 |
| 2015-04-02 | Rollup merge of #23867 - nikomatsakis:issue-23086-take-3, r=pnkfelix | Manish Goregaokar | -158/+330 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -48/+51 |
| 2015-04-01 | Implement the changes to coherence such that we consider a type to be | Niko Matsakis | -158/+330 |
| 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-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 | -48/+257 |
| 2015-04-01 | Pretty print ids for assoc items | Nick Cameron | -1/+1 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -1/+0 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -1/+0 |
| 2015-03-31 | Add a "match" relation that can be used to make recursion check during | Niko Matsakis | -1/+108 |
| 2015-03-31 | Port over type inference to using the new type relation stuff | Niko Matsakis | -937/+1120 |
| 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 #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakis | Manish Goregaokar | -51/+123 |
| 2015-03-30 | Address Issue 14270 by making `cmt::freely_aliasable` result more fine-grained. | Felix S. Klock II | -10/+31 |
| 2015-03-30 | mem_categorization.rs removed `pub` from method called only from this mod. | Felix S. Klock II | -2/+2 |
| 2015-03-30 | expr_use_visitor: Added comment explaining meaning of boolean return value. | Felix S. Klock II | -0/+5 |
| 2015-03-30 | Mucho debug instrumentation. | Felix S. Klock II | -39/+85 |
| 2015-03-30 | Implement new type-checking strategy for binary operators. Basically, | Niko Matsakis | -74/+10 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -31/+31 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -31/+31 |
| 2015-03-27 | rollup merge of #23486: nikomatsakis/issue-23485 | Alex Crichton | -5/+31 |
| 2015-03-27 | When testing whether a default method predicates are satisfiable, | Niko Matsakis | -5/+31 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -298/+298 |
| 2015-03-27 | rollup merge of #23712: nikomatsakis/reflect-trait | Alex Crichton | -143/+324 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -5/+5 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -23/+6 |