| Age | Commit message (Expand) | Author | Lines |
| 2015-01-02 | auto merge of #20412 : nikomatsakis/rust/assoc-types, r=aturon | bors | -111/+235 |
| 2015-01-02 | auto merge of #20189 : cmr/rust/i32-fallback, r=nikomatsakis | bors | -1/+28 |
| 2015-01-01 | Replace the TODO with a FIXME. | Niko Matsakis | -1/+1 |
| 2015-01-01 | Normalize the associated types in closure and closure upvar types. | Niko Matsakis | -1/+54 |
| 2015-01-01 | Refactor the Typer interface to separate out UnboxedClosureTyper methods, whi... | Niko Matsakis | -102/+133 |
| 2015-01-01 | Normalize predicates found on the impl | Niko Matsakis | -9/+49 |
| 2015-01-01 | Implement numeric fallback | Corey Richardson | -1/+28 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -4/+4 |
| 2015-01-01 | auto merge of #20190 : cmr/rust/gate-macro-args, r=alexcrichton | bors | -27/+1 |
| 2015-01-01 | Feature gate macro arguments | Corey Richardson | -27/+1 |
| 2015-01-01 | auto merge of #20363 : japaric/rust/moar-uc, r=nmatsakis | bors | -90/+93 |
| 2014-12-31 | rustc: replace `pick` alias with an unboxed closure | Jorge Aparicio | -5/+1 |
| 2014-12-31 | rustc: replace `GetCrateDataCb` alias with an unboxed closure | Jorge Aparicio | -18/+19 |
| 2014-12-31 | rustc: unbox closures used in let bindings | Jorge Aparicio | -14/+14 |
| 2014-12-31 | rustc: unbox closures used in function arguments | Jorge Aparicio | -53/+59 |
| 2015-01-01 | auto merge of #20374 : nikomatsakis/rust/assoc-types, r=nikomatsakis | bors | -254/+466 |
| 2014-12-31 | Include projection bounds in superpredicates. | Niko Matsakis | -7/+10 |
| 2014-12-31 | Rework normalization so that it works recursively, since the types extracted ... | Niko Matsakis | -240/+410 |
| 2014-12-31 | Normalize bounds also in the UFCS cases (and get more systematic about it) | Niko Matsakis | -2/+47 |
| 2014-12-31 | Incorporate fix from japaric for cross-crate ICE | Niko Matsakis | -0/+1 |
| 2014-12-31 | Patch projection to not be so eager to unify type variables. This code | Niko Matsakis | -10/+3 |
| 2014-12-30 | rollup merge of #20061: aturon/stab-2-vec-slice | Alex Crichton | -32/+36 |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -32/+36 |
| 2014-12-30 | rollup merge of #19954: michaelwoerister/rust-gdb | Alex Crichton | -0/+1 |
| 2014-12-30 | auto merge of #20307 : nikomatsakis/rust/assoc-types-normalization-extend-bou... | bors | -1125/+2659 |
| 2014-12-30 | debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p... | Michael Woerister | -0/+1 |
| 2014-12-30 | Address nits. | Niko Matsakis | -29/+61 |
| 2014-12-30 | Normalize associated types in bounds too. Also, make the workaround | Niko Matsakis | -22/+76 |
| 2014-12-30 | Encode the TypeScheme for associated types | Niko Matsakis | -0/+3 |
| 2014-12-30 | Remove the AssocSpace | Niko Matsakis | -71/+25 |
| 2014-12-30 | Patch more metadata decoding problems. | Niko Matsakis | -6/+8 |
| 2014-12-30 | Encode the name for associated items on a trait. Fixes #18048. | Niko Matsakis | -0/+2 |
| 2014-12-30 | Resolve merge conflicts. This changes should really be integrated back to the... | Niko Matsakis | -14/+17 |
| 2014-12-30 | Adjust tests for inferenceGet more conservative about inference for now. Seem... | Niko Matsakis | -5/+8 |
| 2014-12-30 | Add a FIXME relating to these type-testing traits | Niko Matsakis | -2/+2 |
| 2014-12-30 | Patch long line. | Niko Matsakis | -3/+2 |
| 2014-12-30 | Add FIXMEs relating to caching of projection results | Niko Matsakis | -0/+2 |
| 2014-12-30 | Add a FIXME relating to using `ast::Name` | Niko Matsakis | -0/+1 |
| 2014-12-30 | Don't normalize associated types when in region binders, wait until we instan... | Niko Matsakis | -13/+53 |
| 2014-12-30 | Remove the def-id from type parameters. Having this def-id was bad for severa... | Niko Matsakis | -54/+37 |
| 2014-12-30 | Make projected types select out of the trait bounds. | Niko Matsakis | -132/+246 |
| 2014-12-30 | Teach `project` to project associated types out of object types. | Niko Matsakis | -6/+74 |
| 2014-12-30 | Integrate projection bounds to `ExistentialBounds` but do not use them for an... | Niko Matsakis | -67/+176 |
| 2014-12-30 | Convert to use `Rc<TraitRef>` in object types (finally!). | Niko Matsakis | -66/+32 |
| 2014-12-30 | Implement associated type projection and normalization. | Niko Matsakis | -340/+1434 |
| 2014-12-30 | Move the scalar types out of static data so that we can put `Rc` into sty. | Niko Matsakis | -146/+153 |
| 2014-12-30 | Rename `Polytype` to `TypeScheme` to differentiate type schemes (early bound)... | Niko Matsakis | -33/+38 |
| 2014-12-30 | Rename `trait_ref` field to `predicate`, since `trait_ref` is really | Niko Matsakis | -51/+56 |
| 2014-12-30 | Rewrite the intrinsicck to take the parameter environment into account. Also ... | Niko Matsakis | -123/+234 |
| 2014-12-30 | Move the TypeContents-based "Sized" queries into trans, where the full | Niko Matsakis | -75/+97 |