| Age | Commit message (Expand) | Author | Lines |
| 2015-05-13 | Auto merge of #25344 - arielb1:fresh-float, r=nikomatsakis | bors | -2/+4 |
| 2015-05-13 | Fix binder skipping | Nick Cameron | -5/+26 |
| 2015-05-13 | Rebasing | Nick Cameron | -4/+5 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -23/+307 |
| 2015-05-12 | Create a FreshFloatTy separate from FreshIntTy | Ariel Ben-Yehuda | -2/+4 |
| 2015-05-12 | Auto merge of #23424 - arielb1:ambiguous-project, r=nikomatsakis | bors | -67/+103 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -4/+4 |
| 2015-05-07 | Auto merge of #25123 - arielb1:self-inhibiting-error, r=nikomatsakis | bors | -3/+12 |
| 2015-05-07 | Select projections over impls in case of ambiguity. Fixes #23336. | Ariel Ben-Yehuda | -67/+103 |
| 2015-05-07 | Rollup merge of #24966 - ruud-v-a:explain, r=pnkfelix | Steve Klabnik | -1/+1 |
| 2015-05-06 | improve comment | Ariel Ben-Yehuda | -2/+4 |
| 2015-05-06 | Fix #25076 | Ariel Ben-Yehuda | -3/+10 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -4/+4 |
| 2015-04-30 | address review comments | Ariel Ben-Yehuda | -1/+1 |
| 2015-04-30 | Use hash-tables in trait selection | Ariel Ben-Yehuda | -31/+20 |
| 2015-04-30 | Stop using Rc in TraitRef and TraitDef | Ariel Ben-Yehuda | -24/+19 |
| 2015-04-30 | rustc: Improve misleading error message for E0282 | Ruud van Asseldonk | -1/+1 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -7/+5 |
| 2015-04-24 | Auto merge of #24553 - nikomatsakis:issue-22779-overconstrained-impl, r=pnkfelix | bors | -1/+3 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -7/+5 |
| 2015-04-19 | Call skolemize_late_bound_regions only after fast rejection | Ariel Ben-Yehuda | -27/+20 |
| 2015-04-18 | Rather than storing the relations between free-regions in a global | Niko Matsakis | -1/+3 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -3/+3 |
| 2015-04-12 | Auto merge of #24109 - sanxiyn:diverging-closure, r=pnkfelix | bors | -1/+1 |
| 2015-04-09 | Don't use skolemized parameters but rather fresh variables in | Niko Matsakis | -50/+21 |
| 2015-04-06 | Fix diverging closures | Seo Sanghyeon | -1/+1 |
| 2015-04-06 | If we find a blanket impl for `Trait` but we're matching on an object | Niko Matsakis | -0/+12 |
| 2015-04-02 | Remove *most* mentions of phantom fns and variance on traits. Leave some | Niko Matsakis | -13/+4 |
| 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 | -1/+1 |
| 2015-04-02 | Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix | Manish Goregaokar | -11/+24 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -1/+1 |
| 2015-04-01 | Implement the changes to coherence such that we consider a type to be | Niko Matsakis | -85/+259 |
| 2015-03-31 | Add a "match" relation that can be used to make recursion check during | Niko Matsakis | -1/+13 |
| 2015-03-31 | Port over type inference to using the new type relation stuff | Niko Matsakis | -0/+1 |
| 2015-03-31 | Switch to FnvHashMap | Niko Matsakis | -4/+4 |
| 2015-03-31 | Combine `try` and `commit_if_ok` and make some details of inference | Niko Matsakis | -6/+6 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -6/+6 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -6/+6 |
| 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 | -22/+22 |
| 2015-03-27 | rollup merge of #23712: nikomatsakis/reflect-trait | Alex Crichton | -137/+273 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -1/+1 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -5/+2 |
| 2015-03-26 | Refactor object-safety test to use def-ids only | Niko Matsakis | -11/+55 |
| 2015-03-26 | Refactor how binders are handled in trait selection | Niko Matsakis | -122/+162 |
| 2015-03-26 | Implement `Reflect` trait with a variant on the standard OIBIT | Niko Matsakis | -7/+59 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -22/+22 |
| 2015-03-24 | rollup merge of #23282: nikomatsakis/fn-trait-inheritance | Alex Crichton | -6/+7 |