| Age | Commit message (Expand) | Author | Lines |
| 2018-01-23 | Don't include DefIndex in plugin- and proc-macro registrar fn symbol. | Michael Woerister | -9/+7 |
| 2018-01-10 | Try to fix a perf regression by updating log | Malo Jaffré | -2/+2 |
| 2018-01-01 | Update crates and submodules to pull doc fixes | Malo Jaffré | -1/+1 |
| 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 |
| 2017-12-01 | Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddyb | bors | -185/+20 |
| 2017-11-29 | incr.comp.: Remove on-export crate metadata hashing. | Michael Woerister | -185/+20 |
| 2017-11-28 | incr.comp.: Make MIR encoding fit for incr.comp. caching. | Michael Woerister | -0/+18 |
| 2017-11-24 | Auto merge of #45946 - estebank:crate-conflict-diag, r=arielb1 | bors | -84/+85 |
| 2017-11-22 | Use multiline text for crate conflict diagnostics | Esteban Küber | -84/+85 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -43/+21 |
| 2017-11-21 | Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddyb | bors | -1/+1 |
| 2017-11-18 | remove the `generator_sigs` map, query, and plumbing | Niko Matsakis | -32/+20 |
| 2017-11-18 | kill the `closure_kind` query | Niko Matsakis | -11/+1 |
| 2017-11-17 | Fix impl Trait Lifetime Handling | Taylor Cramer | -1/+1 |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -118/+57 |
| 2017-11-16 | incr.comp.: Remove default serialization implementations for things in rustc:... | Michael Woerister | -3/+51 |
| 2017-11-16 | incr.comp.: Remove some code duplication around TyDecoder by factoring things... | Michael Woerister | -113/+2 |
| 2017-11-15 | Split hir::TyImplTrait, move checks to HIR lowering | Christopher Vittal | -1/+1 |
| 2017-11-13 | incr.comp.: Properly use ty::codec::decode_cnum() in rustc_metadata::decoder. | Michael Woerister | -6/+1 |
| 2017-11-13 | incr.comp.: Add position() method to TyEncoder. | Michael Woerister | -0/+7 |
| 2017-11-12 | rustc_driver: base extern query providers on local ones. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-11-08 | incr.comp.: Provide session to some more decoding contexts. | Michael Woerister | -8/+23 |
| 2017-11-07 | incr.comp.: Always require Session when decoding Spans (as to avoid silently ... | Michael Woerister | -53/+60 |
| 2017-11-05 | Auto merge of #45770 - spastorino:newtype_index, r=nikomatsakis | bors | -0/+1 |
| 2017-11-04 | Auto merge of #45711 - tirr-c:unicode-span, r=estebank | bors | -1/+7 |
| 2017-11-04 | Make DefIndex use newtype_index macro | Santiago Pastorino | -0/+1 |
| 2017-11-04 | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov | bors | -1/+8 |