| Age | Commit message (Expand) | Author | Lines |
| 2015-01-05 | remove more stage0 stuff | Jorge Aparicio | -21/+0 |
| 2015-01-05 | unignore and fix doctests in guide and reference | Jorge Aparicio | -40/+42 |
| 2015-01-05 | fix tests | Jorge Aparicio | -3/+3 |
| 2015-01-05 | replace `f.call_mut(a, b, ..)` with `f(a, b, ..)` | Jorge Aparicio | -28/+28 |
| 2015-01-05 | Correctly "detuple" arguments when creating trait object shims for a trait me... | Niko Matsakis | -2/+85 |
| 2015-01-05 | Fix ICE caused by forgotten bcx | Niko Matsakis | -3/+1 |
| 2015-01-05 | address Niko's comments | Jorge Aparicio | -2/+2 |
| 2015-01-05 | ignore boxed closure doctests in the guide/reference | Jorge Aparicio | -16/+16 |
| 2015-01-05 | fix benchmarks | Jorge Aparicio | -9/+14 |
| 2015-01-05 | fix debuginfo tests | Jorge Aparicio | -20/+18 |
| 2015-01-05 | fix pretty tests | Jorge Aparicio | -5/+5 |
| 2015-01-05 | fix run-make test | Jorge Aparicio | -1/+1 |
| 2015-01-05 | fix cfail tests | Jorge Aparicio | -612/+195 |
| 2015-01-05 | fix rpass tests | Jorge Aparicio | -414/+212 |
| 2015-01-05 | typeck: remove dead code | Jorge Aparicio | -23/+3 |
| 2015-01-05 | trans: remove dead code | Jorge Aparicio | -116/+4 |
| 2015-01-05 | rustc: remove dead code | Jorge Aparicio | -18/+0 |
| 2015-01-05 | syntax: remove dead code | Jorge Aparicio | -2/+1 |
| 2015-01-05 | typeck: there are only unboxed closures now | Jorge Aparicio | -112/+11 |
| 2015-01-05 | syntax: make the closure type `f: |uint| -> bool` syntax obsolete | Jorge Aparicio | -16/+18 |
| 2015-01-05 | trans: remove Closure | Jorge Aparicio | -12/+0 |
| 2015-01-05 | remove mk_closure | Jorge Aparicio | -44/+3 |
| 2015-01-05 | remove AdjustAddEnv | Jorge Aparicio | -74/+4 |
| 2015-01-05 | remove TyClosure | Jorge Aparicio | -101/+3 |
| 2015-01-05 | remove ty_closure | Jorge Aparicio | -409/+11 |
| 2015-01-05 | coretest: remove/ignore tests | Jorge Aparicio | -38/+8 |
| 2015-01-05 | compiletest: remove boxed closures | Jorge Aparicio | -9/+14 |
| 2015-01-05 | driver: remove unboxed closures | Jorge Aparicio | -1/+1 |
| 2015-01-05 | trans: remove remaining boxed closures | Jorge Aparicio | -37/+40 |
| 2015-01-05 | typeck: remove remaining boxed closures | Jorge Aparicio | -13/+14 |
| 2015-01-05 | rustc: remove remaining boxed closures | Jorge Aparicio | -1/+1 |
| 2015-01-05 | EncodeInlinedItem: convert to "unboxed" closures | Jorge Aparicio | -5/+4 |
| 2015-01-05 | DecodeInlinedItem: convert to "unboxed" closures | Jorge Aparicio | -12/+12 |
| 2015-01-05 | conv_did: convert to "unboxed" closure | Jorge Aparicio | -127/+254 |
| 2015-01-05 | syntax: remove remaining boxed closures | Jorge Aparicio | -33/+29 |
| 2015-01-05 | std: remove remaining boxed closures | Jorge Aparicio | -12/+15 |
| 2015-01-05 | register snapshot | Jorge Aparicio | -193/+9 |
| 2015-01-05 | auto merge of #20572 : nikomatsakis/rust/assoc-supertrait-stuff, r=brson | bors | -235/+504 |
| 2015-01-05 | auto merge of #20514 : alexcrichton/rust/serialize-associated-type, r=aturon | bors | -437/+5755 |
| 2015-01-05 | Improve test to include a projection, per @huonw's suggestion. | Niko Matsakis | -0/+6 |
| 2015-01-05 | Make supertrait references work in object types too. | Niko Matsakis | -12/+71 |
| 2015-01-05 | Minor code formatting cleanups. | Niko Matsakis | -3/+5 |
| 2015-01-05 | Permit bindings of (and references to) associated types defined in supertraits. | Niko Matsakis | -13/+224 |
| 2015-01-05 | Introduce a CollectCtxt and impl AstConv on *that*. Also make all fns | Niko Matsakis | -58/+70 |
| 2015-01-05 | Stop writing code that is (unnecessarily) generic over any AstConv in collect, | Niko Matsakis | -46/+41 |
| 2015-01-05 | Convert astconv and friends to use object types, not generics. No need to com... | Niko Matsakis | -119/+103 |
| 2015-01-05 | auto merge of #20451 : brson/rust/installer, r=alexcrichton | bors | -0/+0 |
| 2015-01-04 | serialize: Use assoc types + less old_orphan_check | Alex Crichton | -437/+5755 |
| 2015-01-05 | auto merge of #20395 : huonw/rust/char-stab-2, r=aturon | bors | -64/+181 |
| 2015-01-05 | auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis | bors | -39/+215 |