| Age | Commit message (Expand) | Author | Lines |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -4/+23 |
| 2018-01-19 | Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakis | bors | -9/+7 |
| 2018-01-16 | Don't include DefIndex in plugin- and proc-macro registrar fn symbol. | Michael Woerister | -9/+7 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -2/+2 |
| 2018-01-15 | Rollup merge of #47372 - topecongiro:issue-43925, r=alexcrichton | kennytm | -3/+13 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -25/+1 |
| 2018-01-13 | Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddyb | bors | -9/+8 |
| 2018-01-13 | Rollup merge of #47328 - mbrubeck:fs_read, r=sfackler | kennytm | -5/+3 |
| 2018-01-12 | Avoid panicking when invalid argument is passed to cfg(..) | Seiichi Uchida | -3/+13 |
| 2018-01-11 | Auto merge of #47087 - Zoxc:incr_no_in_ignore, r=michaelwoerister | bors | -15/+15 |
| 2018-01-11 | Auto merge of #47243 - wesleywiser:incr_fingerprint_encoding, r=michaelwoerister | bors | -0/+13 |
| 2018-01-10 | Use the new fs_read_write functions in rustc internals | Matt Brubeck | -5/+3 |
| 2018-01-09 | [incremental] Specialize encoding and decoding of Fingerprints | Wesley Wiser | -0/+13 |
| 2018-01-09 | Replace uses of DepGraph.in_ignore with DepGraph.with_ignore | John Kåre Alsaker | -15/+15 |
| 2018-01-09 | Rollup merge of #47258 - rkruppe:struct-assert, r=eddyb | kennytm | -4/+4 |
| 2018-01-08 | Use different DefIndex representation that is better suited for variable leng... | Michael Woerister | -9/+8 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -4/+4 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -2/+2 |
| 2018-01-07 | Auto merge of #47177 - michaelwoerister:erase-invalid-spans-during-metadata-e... | bors | -18/+55 |
| 2018-01-06 | Auto merge of #47141 - alexcrichton:bump-bootstrap, r=alexcrichton | bors | -0/+1 |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -0/+1 |
| 2018-01-04 | Span Encoding: Replace if with debug_assertion() and add some comments. | Michael Woerister | -3/+4 |
| 2018-01-04 | Map invalid Spans to DUMMY_SP during crate metadata encoding. | Michael Woerister | -18/+54 |
| 2018-01-03 | Auto merge of #46913 - Eh2406:master, r=eddyb | bors | -8/+17 |
| 2018-01-01 | Update crates and submodules to pull doc fixes | Malo Jaffré | -1/+1 |
| 2017-12-27 | CStore switch FxHashMap to IndexVec | Eh2406 | -8/+17 |
| 2017-12-22 | Auto merge of #46842 - michaelwoerister:fingerprint-vec, r=nikomatsakis | bors | -1/+1 |
| 2017-12-22 | Auto merge of #46838 - pnkfelix:issue-46112-followup, r=estebank | bors | -1/+12 |
| 2017-12-21 | Auto merge of #46922 - kennytm:rollup, r=kennytm | bors | -0/+9 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -3/+3 |
| 2017-12-20 | incr.comp.: Replace Fingerprint::zero() with a constant. | Michael Woerister | -1/+1 |
| 2017-12-19 | incr.comp.: Precompute small hash for filenames to save some work. | Michael Woerister | -0/+9 |
| 2017-12-19 | Followup for #46112. | Felix S. Klock II | -1/+12 |
| 2017-12-17 | Add sync module to rustc_data_structures | John Kåre Alsaker | -4/+2 |
| 2017-12-15 | incr.comp.: Revert hashing optimization that caused regression. | Michael Woerister | -2/+0 |
| 2017-12-14 | Auto merge of #45047 - durka:trait-alias, r=petrochenkov | bors | -1/+3 |
| 2017-12-14 | add trait aliases to HIR | Alex Burka | -1/+3 |
| 2017-12-14 | incr.comp.: Do less hashing per Span. | Michael Woerister | -0/+2 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -17/+19 |
| 2017-12-13 | Auto merge of #46708 - pnkfelix:fix-issue-46112, r=arielb1 | bors | -5/+19 |
| 2017-12-13 | Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrc | bors | -10/+23 |
| 2017-12-12 | Fix #46112: visible_parent_map construction needs a BFS over whole crate forest. | Felix S. Klock II | -5/+19 |
| 2017-12-13 | Resolve absolute paths as extern under a feature flag | Vadim Petrochenkov | -0/+4 |
| 2017-12-12 | rustc_metadata: Refactor away `ExternCrateInfo` | Vadim Petrochenkov | -54/+26 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -4/+1 |
| 2017-12-08 | incr.comp.: Make Span decoding more consistent so it doesn't mess up -Zincrem... | Michael Woerister | -13/+21 |
| 2017-12-08 | incr.comp.: Hash spans unconditionally for full accuracy. | Michael Woerister | -3/+1 |
| 2017-12-05 | Add field `is_import` to `def::Export`. | Jeffrey Seyfried | -4/+10 |
| 2017-12-05 | Include non-`pub` `use` and `extern crate` items in the crate metadata for ma... | Jeffrey Seyfried | -10/+17 |
| 2017-12-04 | rustc_back: move dynamic_lib to rustc_metadata. | Irina-Gabriela Popa | -1/+292 |