| Age | Commit message (Expand) | Author | Lines |
| 2016-08-02 | Auto merge of #35159 - michaelwoerister:incr-comp-implies-orbit, r=nikomatsakis | bors | -1/+9 |
| 2016-08-02 | Automatically enable -Zorbit if -Zincremental is specified. | Michael Woerister | -1/+9 |
| 2016-08-02 | rustc: parse -Z orbit=off. | Eduard Burtescu | -1/+22 |
| 2016-08-02 | Turn -Z orbit on by default. | Eduard Burtescu | -1/+1 |
| 2016-08-02 | Rollup merge of #35114 - michaelwoerister:inline-meta-to-hir-map, r=eddyb | Seo Sanghyeon | -14/+73 |
| 2016-08-01 | Auto merge of #34830 - michaelwoerister:internal-closures, r=nikomatsakis | bors | -1/+5 |
| 2016-08-01 | trans: Avoid weak linkage for closures when linking with MinGW. | Michael Woerister | -1/+5 |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -14/+73 |
| 2016-07-31 | Auto merge of #35130 - sanxiyn:unused-type-parameter-error, r=nrc | bors | -0/+15 |
| 2016-07-31 | Auto merge of #34986 - nikomatsakis:issue-34349, r=arielb1 | bors | -7/+47 |
| 2016-07-31 | Auto merge of #34251 - zackmdavis:forbidden_on_whose_authority, r=Manishearth | bors | -6/+16 |
| 2016-07-31 | Auto merge of #35129 - tmiasko:suggest-print-target-list, r=nagisa | bors | -2/+5 |
| 2016-07-31 | Suggest use of `--print target-list` when target is not found. | Tomasz Miąsko | -2/+5 |
| 2016-07-30 | diagnostically note source of overruling outer forbid | Zack M. Davis | -6/+16 |
| 2016-07-31 | Suppress unused type parameter error when type has error field | Seo Sanghyeon | -0/+15 |
| 2016-07-30 | Rollup merge of #35090 - michaelwoerister:get-rid-of-id-visitor, r=eddyb | Manish Goregaokar | -212/+100 |
| 2016-07-30 | Rollup merge of #35080 - jonathandturner:fix_numeric_expected_found, r=nikoma... | Manish Goregaokar | -1/+3 |
| 2016-07-29 | Auto merge of #35032 - vadimcn:rusty-ehabi, r=alexcrichton | bors | -1/+0 |
| 2016-07-29 | Auto merge of #34842 - cgswords:attr_enc, r=nrc | bors | -9/+9 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -212/+100 |
| 2016-07-28 | Auto merge of #34956 - nikomatsakis:incr-comp-o-files, r=mw | bors | -22/+160 |
| 2016-07-28 | Move to {integer} and {float} | Jonathan Turner | -1/+2 |
| 2016-07-28 | Keep multiple files per work-product | Niko Matsakis | -16/+18 |
| 2016-07-28 | Address mw nits | Niko Matsakis | -5/+19 |
| 2016-07-28 | Store `crate_disambiguator` as an `InternedString` | Niko Matsakis | -3/+6 |
| 2016-07-28 | Extend DepGraph so it can track "work-products" | Niko Matsakis | -9/+128 |
| 2016-07-28 | Rename _ to {numerics} for unknown numeric types | Jonathan Turner | -1/+2 |
| 2016-07-28 | Rollup merge of #35040 - soltanmm:couple-is-a-pun, r=nikomatsakis | Manish Goregaokar | -150/+159 |
| 2016-07-25 | Tidy up | Masood Malekghassemi | -13/+38 |
| 2016-07-25 | Use &mut for CombineFields in inference relations | Masood Malekghassemi | -78/+58 |
| 2016-07-25 | Move `a_is_expected` out of `CombineFields` | Masood Malekghassemi | -82/+86 |
| 2016-07-25 | Rename infcx lifetimes in inference relations | Masood Malekghassemi | -46/+46 |
| 2016-07-25 | Adressed PR comments. | cgswords | -9/+9 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -11/+11 |
| 2016-07-25 | Unpublicize inference relations | Masood Malekghassemi | -6/+6 |
| 2016-07-25 | move `during_closure_kind_inference` flag to mc | Niko Matsakis | -19/+31 |
| 2016-07-24 | Implement ARM personality routine in Rust. | Vadim Chugunov | -1/+0 |
| 2016-07-23 | address review comments | Ariel Ben-Yehuda | -12/+6 |
| 2016-07-22 | Avoid writing a temporary closure kind | Niko Matsakis | -5/+33 |
| 2016-07-22 | Add new error codes in librustc_typeck | ggomez | -5/+14 |
| 2016-07-22 | use diagnostic-mutating style for `note_type_err` too | Ariel Ben-Yehuda | -41/+27 |
| 2016-07-22 | try to recover the non-matching types in projection errors | Ariel Ben-Yehuda | -21/+60 |
| 2016-07-22 | remove the now-unused multiline error code | Ariel Ben-Yehuda | -77/+4 |
| 2016-07-22 | switch projection errors to use the new type error messages | Ariel Ben-Yehuda | -27/+41 |
| 2016-07-22 | refactor type error reporting | Ariel Ben-Yehuda | -176/+119 |
| 2016-07-22 | remove rustc_typeck::same_type_err | Ariel Ben-Yehuda | -1/+86 |
| 2016-07-22 | remove never-called type-error reporting functions | Ariel Ben-Yehuda | -69/+19 |
| 2016-07-21 | Auto merge of #34715 - scottcarr:mir-test, r=nikomatsakis | bors | -0/+2 |
| 2016-07-20 | add mir optimization tests, dump-mir-dir option | Scott A Carr | -0/+2 |
| 2016-07-17 | Auto merge of #34860 - jseyfried:encapsulate_hygiene, r=nrc | bors | -2/+2 |