| Age | Commit message (Expand) | Author | Lines |
| 2015-04-29 | 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 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -2/+2 |
| 2015-03-23 | rollup merge of #23580: nikomatsakis/pattern-and-overflow | Alex Crichton | -64/+53 |
| 2015-03-23 | Refactor how we handle overflow so that it is a fatal error that aborts | Niko Matsakis | -64/+53 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -1/+1 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -2/+2 |
| 2015-03-23 | Make the `Fn` traits inherit from one another and remove the bridging | Niko Matsakis | -6/+7 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -2/+0 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -2/+0 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -1/+1 |
| 2015-03-06 | rollup merge of #23091: japaric/phantom | Alex Crichton | -0/+7 |
| 2015-03-05 | OIBIT: for `PhantomData<T>` check `T` rather than the struct itself | Jorge Aparicio | -0/+7 |
| 2015-03-05 | Address nits by @nrc. | Niko Matsakis | -9/+14 |
| 2015-03-04 | Generalize the code so we can handle multiple supertraits. | Niko Matsakis | -36/+45 |
| 2015-03-04 | Separate supertrait collection from processing a `TraitDef`. This allows | Niko Matsakis | -7/+18 |
| 2015-03-04 | Extract out the `filter_to_traits` functionality | Niko Matsakis | -9/+22 |
| 2015-03-04 | Simplify impl of Elaborator now that we don't need stack traces anymore. | Niko Matsakis | -44/+12 |
| 2015-03-02 | Remove the synthetic "region bound" from closures and instead update how | Niko Matsakis | -5/+5 |
| 2015-02-27 | Normalize types before collecting obligations | Flavio Percoco | -63/+65 |
| 2015-02-25 | Rollup merge of #22785 - nikomatsakis:issue-21750-normalization-with-regions,... | Manish Goregaokar | -44/+70 |
| 2015-02-24 | Improve debug output from coherence. | Niko Matsakis | -3/+20 |
| 2015-02-24 | Resolve regions too when normalizing param env. | Niko Matsakis | -41/+50 |