| Age | Commit message (Expand) | Author | Lines |
| 2018-03-19 | Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister | bors | -38/+30 |
| 2018-03-16 | Cleanup metadata and incremental cache processing of constants | Oliver Schneider | -38/+30 |
| 2018-03-12 | Make CrateMetadata thread-safe | John Kåre Alsaker | -5/+16 |
| 2018-03-08 | Hide the RefCell inside InterpretInterner | Oliver Schneider | -6/+5 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -3/+1 |
| 2018-03-08 | Initial changes to librustc to support const trait fns. | Alexander Regueiro | -1/+8 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -11/+4 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -11/+27 |
| 2018-03-08 | Add a variant to ConstVal for storing miri results | Oliver Schneider | -1/+45 |
| 2018-03-06 | Don't recompute SymbolExportLevel for upstream crates. | Michael Woerister | -4/+3 |
| 2018-03-06 | Rename exported_symbol_ids query to something more explicit and document what... | Michael Woerister | -4/+5 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -6/+6 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -2/+2 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -10/+1 |
| 2018-01-13 | Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddyb | bors | -5/+5 |
| 2018-01-11 | Auto merge of #47243 - wesleywiser:incr_fingerprint_encoding, r=michaelwoerister | bors | -0/+6 |
| 2018-01-09 | [incremental] Specialize encoding and decoding of Fingerprints | Wesley Wiser | -0/+6 |
| 2018-01-08 | Use different DefIndex representation that is better suited for variable leng... | Michael Woerister | -5/+5 |
| 2018-01-04 | Map invalid Spans to DUMMY_SP during crate metadata encoding. | Michael Woerister | -17/+11 |
| 2017-12-22 | Auto merge of #46842 - michaelwoerister:fingerprint-vec, r=nikomatsakis | bors | -1/+1 |
| 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/+2 |
| 2017-12-15 | incr.comp.: Revert hashing optimization that caused regression. | Michael Woerister | -2/+0 |
| 2017-12-14 | incr.comp.: Do less hashing per Span. | Michael Woerister | -0/+2 |
| 2017-12-13 | Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrc | bors | -4/+19 |
| 2017-12-08 | incr.comp.: Make Span decoding more consistent so it doesn't mess up -Zincrem... | Michael Woerister | -13/+21 |
| 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 | -4/+13 |
| 2017-11-28 | incr.comp.: Make MIR encoding fit for incr.comp. caching. | Michael Woerister | -0/+9 |
| 2017-11-18 | remove the `generator_sigs` map, query, and plumbing | Niko Matsakis | -17/+0 |
| 2017-11-18 | kill the `closure_kind` query | Niko Matsakis | -7/+0 |
| 2017-11-16 | incr.comp.: Remove default serialization implementations for things in rustc:... | Michael Woerister | -0/+21 |
| 2017-11-16 | incr.comp.: Remove some code duplication around TyDecoder by factoring things... | Michael Woerister | -113/+2 |
| 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-08 | incr.comp.: Provide session to some more decoding contexts. | Michael Woerister | -2/+16 |
| 2017-11-07 | incr.comp.: Always require Session when decoding Spans (as to avoid silently ... | Michael Woerister | -12/+16 |
| 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-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -5/+5 |
| 2017-11-03 | Display spans correctly when there are non-half-width characters | Wonwoo Choi | -1/+7 |
| 2017-11-01 | Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis | bors | -58/+64 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+1 |
| 2017-10-24 | incr.comp.: Factor some persistence functionality out of crate metadata code. | Michael Woerister | -58/+64 |
| 2017-09-18 | incr.comp.: Already hash HIR bodies during metadata export so they don't have... | Michael Woerister | -8/+27 |
| 2017-09-18 | Fix issues uncovered by rebasing: | Michael Woerister | -1/+2 |
| 2017-09-17 | rustc: Mostly remove `ExportedSymbols` | Alex Crichton | -1/+2 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -0/+15 |