| Age | Commit message (Expand) | Author | Lines |
| 2015-01-30 | Use `#[rustc_paren_sugar]` as a more extensible way of deciding when | Niko Matsakis | -7/+41 |
| 2015-01-30 | Allow individual upvars to be inferred to move semantics. Fixes #21603. | Niko Matsakis | -7/+167 |
| 2015-01-30 | Remove the capture mode map and just store the capture mode for individual va... | Niko Matsakis | -439/+418 |
| 2015-01-30 | Auto merge of #21351 - eddyb:x-coerce--a-new-hope, r=nikomatsakis | bors | -293/+343 |
| 2015-01-29 | Auto merge of #21692 - pnkfelix:fsk-fix-coerce-match-20055, r=eddyb | bors | -12/+102 |
| 2015-01-30 | Implement deref coercions (rust-lang/rfcs#241). | Eduard Burtescu | -60/+261 |
| 2015-01-30 | rustc_typeck: cleanup coercion logic that has been obsolete/unused for a whil... | Eduard Burtescu | -119/+7 |
| 2015-01-30 | rustc_typeck: use FnCtxt in coercion, instead of mimicking a combiner. | Eduard Burtescu | -87/+65 |
| 2015-01-30 | rustc: move infer::coercion to rustc_typeck. | Eduard Burtescu | -60/+43 |
| 2015-01-29 | Auto merge of #21691 - edwardw:double-closure, r=nikomatsakis | bors | -11/+38 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -1337/+1314 |
| 2015-01-29 | bring back `#[derive(Show)]` with a deprecation warning | Jorge Aparicio | -0/+8 |
| 2015-01-29 | fix import in cfail test | Jorge Aparicio | -1/+1 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -577/+577 |
| 2015-01-29 | remove #[old_impl_check] now that #21363 has been fixed | Jorge Aparicio | -8/+0 |
| 2015-01-29 | register snaphots | Jorge Aparicio | -30/+10 |
| 2015-01-29 | undo some conversions | Jorge Aparicio | -2/+2 |
| 2015-01-29 | remove unused imports | Jorge Aparicio | -7/+5 |
| 2015-01-29 | fix inference fallout | Jorge Aparicio | -28/+28 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -102/+101 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -490/+490 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -122/+122 |
| 2015-01-29 | Auto merge of #21730 - Manishearth:rollup, r=alexcrichton | bors | -109/+84 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -160/+156 |
| 2015-01-28 | Auto merge of #21522 - nikomatsakis:assoc-type-ice-hunt-take-3, r=nick29581 | bors | -5/+29 |
| 2015-01-29 | Rollup merge of 21643 - semarie:break-local_stage0, r=brson | Manish Goregaokar | -3/+0 |
| 2015-01-29 | Rollup merge of 21651 - nelsonjchen:add--webkit-overflow-scrolling-touch-to-b... | Manish Goregaokar | -0/+2 |
| 2015-01-29 | Rollup merge of 21654 - FlaPer87:unify-impls, r=alexcrichton | Manish Goregaokar | -13/+6 |
| 2015-01-29 | Rollup merge of 21662 - oli-obk:hashmap_enum_json, r=alexcrichton | Manish Goregaokar | -13/+29 |
| 2015-01-29 | Rollup merge of 21663 - tbu-:pr_doc_cell_static_safety, r=alexcrichton | Manish Goregaokar | -6/+0 |
| 2015-01-29 | Rollup merge of 21671 - akiss77:pr-aarch64-fastisel0, r=alexcrichton | Manish Goregaokar | -0/+3 |
| 2015-01-29 | Rollup merge of 21681 - japaric:no-warn, r=alexcrichton | Manish Goregaokar | -11/+5 |
| 2015-01-29 | Rollup merge of 21708 - brson:internals, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-01-29 | Rollup merge of #21640 - retep998:rmdir, r=alexcrichton | Manish Goregaokar | -1/+2 |
| 2015-01-29 | Rollup merge of #21626 - Ms2ger:various-cleanup, r=eddyb | Manish Goregaokar | -61/+36 |
| 2015-01-28 | Merge remote-tracking branch 'origin/master' into rollup | Manish Goregaokar | -3761/+5764 |
| 2015-01-28 | Auto merge of #21019 - nikomatsakis:issue-20871-ret-as-assoc-type, r=nrc | bors | -482/+1098 |
| 2015-01-28 | Add regression test for #21212. Fixes #21212. | Niko Matsakis | -0/+28 |
| 2015-01-28 | Add new test for object method numbering mismatches. | Niko Matsakis | -0/+36 |
| 2015-01-28 | Adjust comment per nrc's suggestion. | Niko Matsakis | -2/+15 |
| 2015-01-28 | Add missing space to error message. | Niko Matsakis | -1/+1 |
| 2015-01-28 | Update test files; mostly the problem is that they were using the | Niko Matsakis | -126/+201 |
| 2015-01-28 | Update Rustdoc to deal with the Fn return type being an associated type. | Niko Matsakis | -5/+7 |
| 2015-01-28 | Patch variance bug: appearing in a binding is an invariant position (at least... | Niko Matsakis | -0/+30 |
| 2015-01-28 | Extract expectations from the projection obligation, which includes | Niko Matsakis | -39/+49 |
| 2015-01-28 | Add Clone to the list of bounds for a TypeFolder. (Kill?) | Niko Matsakis | -2/+2 |
| 2015-01-28 | When pretty-printing object types, include the output associated type | Niko Matsakis | -45/+97 |
| 2015-01-28 | Fix a latent bug in trait dispatch where we sometimes counted associated types | Niko Matsakis | -74/+80 |
| 2015-01-28 | Move return type an associated type of the `Fn*` traits. Mostly this involves... | Niko Matsakis | -136/+361 |
| 2015-01-28 | Add the notion of normalizing a parameter environment and ensure that | Niko Matsakis | -63/+203 |