| Age | Commit message (Expand) | Author | Lines |
| 2018-01-19 | Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakis | bors | -9/+7 |
| 2018-01-17 | Rollup merge of #47471 - estebank:point-to-method-e0283, r=pnkfelix | Guillaume Gomez | -1/+7 |
| 2018-01-18 | Rollup merge of #47458 - mark-i-m:lint_array_comma, r=estebank | kennytm | -6/+7 |
| 2018-01-18 | Rollup merge of #47426 - varkor:default-mir-dump-dir, r=nikomatsakis | kennytm | -2/+2 |
| 2018-01-18 | Rollup merge of #47404 - integer32llc:reexport-to-re-export, r=steveklabnik | kennytm | -4/+4 |
| 2018-01-16 | Allow a trailing comma in lint_array; fix #47428 | Mark Mansi | -6/+7 |
| 2018-01-16 | Don't include DefIndex in plugin- and proc-macro registrar fn symbol. | Michael Woerister | -9/+7 |
| 2018-01-15 | On E0283, point at method with the requirements | Esteban Küber | -1/+7 |
| 2018-01-15 | Add `-Z dep-info-omit-d-target` to control dep-info style | Adam C. Foltzer | -0/+3 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -3/+3 |
| 2018-01-15 | Reexport -> re-export in error messages | Carol (Nichols || Goulding) | -1/+1 |
| 2018-01-15 | Auto merge of #47329 - davidtwco:issue-46983, r=nikomatsakis | bors | -12/+13 |
| 2018-01-15 | Fix test | varkor | -1/+1 |
| 2018-01-14 | Make dump_mir_dir non-optional | varkor | -1/+1 |
| 2018-01-14 | Add a default directory for -Zmir-dump-dir | varkor | -1/+1 |
| 2018-01-14 | syntax: Rewrite parsing of impls | Vadim Petrochenkov | -2/+2 |
| 2018-01-14 | Auto merge of #47223 - alexcrichton:new-target-feature, r=eddyb | bors | -28/+60 |
| 2018-01-13 | rustc: Refactor attribute checking to operate on HIR | Alex Crichton | -28/+38 |
| 2018-01-13 | Auto merge of #47416 - petrochenkov:remove-impl-for-dot-dot, r=petrochenkov | bors | -51/+8 |
| 2018-01-13 | rustc: Tweak `#[target_feature]` syntax | Alex Crichton | -0/+22 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -51/+8 |
| 2018-01-13 | Auto merge of #47251 - rkruppe:rm-simd-attr, r=eddyb | bors | -5/+0 |
| 2018-01-13 | Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddyb | bors | -52/+51 |
| 2018-01-13 | Rollup merge of #47328 - mbrubeck:fs_read, r=sfackler | kennytm | -5/+3 |
| 2018-01-13 | Rollup merge of #47307 - dlrobertson:fix_panic_strings, r=kennytm | kennytm | -1/+1 |
| 2018-01-11 | Auto merge of #47087 - Zoxc:incr_no_in_ignore, r=michaelwoerister | bors | -140/+148 |
| 2018-01-11 | Auto merge of #47243 - wesleywiser:incr_fingerprint_encoding, r=michaelwoerister | bors | -2/+50 |
| 2018-01-10 | Use the new fs_read_write functions in rustc internals | Matt Brubeck | -5/+3 |
| 2018-01-10 | Fix panic strings. | Dan Robertson | -1/+1 |
| 2018-01-10 | Fixes #46983. Fixes bad error message when converting anonymous lifetime to `... | David Wood | -12/+13 |
| 2018-01-09 | [incremental] Specialize encoding and decoding of Fingerprints | Wesley Wiser | -2/+50 |
| 2018-01-09 | Replace uses of DepGraph.in_ignore with DepGraph.with_ignore | John Kåre Alsaker | -140/+148 |
| 2018-01-09 | Auto merge of #47269 - michaelwoerister:mangled-cgu-names, r=alexcrichton | bors | -0/+14 |
| 2018-01-09 | Rollup merge of #47270 - Zoxc:gen-layout-fix, r=eddyb | kennytm | -0/+7 |
| 2018-01-09 | Rollup merge of #47258 - rkruppe:struct-assert, r=eddyb | kennytm | -17/+16 |
| 2018-01-09 | Rollup merge of #47256 - rkruppe:misc-cleanup, r=eddyb | kennytm | -9/+9 |
| 2018-01-09 | Rollup merge of #47233 - dotdash:cleanup_llvm, r=alexcrichton | kennytm | -4/+0 |
| 2018-01-08 | Use different DefIndex representation that is better suited for variable leng... | Michael Woerister | -52/+51 |
| 2018-01-08 | Don't look for niches inside generator types. Fixes #47253 | John Kåre Alsaker | -0/+7 |
| 2018-01-08 | Shorten names of some compiler generated artifacts. | Michael Woerister | -0/+14 |
| 2018-01-08 | Auto merge of #47200 - BurntPizza:query-snatp, r=nikomatsakis | bors | -3/+37 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -17/+16 |
| 2018-01-07 | Auto merge of #47171 - estebank:numeric-literal-suggestion, r=nikomatsakis | bors | -1/+1 |
| 2018-01-07 | Rename ReprExtern to ReprC, and similarily rename a few other fields and loca... | Robin Kruppe | -9/+9 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -2/+2 |
| 2018-01-07 | Remove deprecated unstable attribute `#[simd]` | Robin Kruppe | -5/+0 |
| 2018-01-07 | Remove redundant -Zdebug-llvm option | Björn Steinbrink | -4/+0 |
| 2018-01-07 | Rollup merge of #47220 - nagisa:nonamellvm, r=rkruppe | kennytm | -1/+14 |
| 2018-01-07 | Rollup merge of #47205 - eddyb:alloc-id, r=oli-obk | kennytm | -18/+16 |
| 2018-01-07 | Rollup merge of #47170 - eddyb:us-vs-usize, r=nikomatsakis | kennytm | -22/+15 |