| Age | Commit message (Expand) | Author | Lines |
| 2018-06-27 | Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable. | Michael Woerister | -6/+3 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -0/+1 |
| 2018-06-03 | Remove is_import field | Mark Simulacrum | -6/+3 |
| 2018-06-01 | Make metadata decoding use AllocDecodingState/Session. | Michael Woerister | -34/+10 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-05-18 | Serialize attributes into the CrateRoot | Isaac Whitfield | -10/+6 |
| 2018-05-18 | Remove attribute_cache from CrateMetadata | Isaac Whitfield | -20/+8 |
| 2018-05-08 | Don't use Lock for heavily accessed CrateMetadata::cnum_map. | Michael Woerister | -3/+3 |
| 2018-04-29 | Auto merge of #50271 - sinkuu:fix_ice, r=eddyb | bors | -1/+7 |
| 2018-04-28 | Make `trait_of_item` return None for non associated items | Shotaro Yamada | -1/+7 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -8/+8 |
| 2018-04-19 | Remove HIR inlining | Wesley Wiser | -56/+20 |
| 2018-04-14 | Reduce the number of calls to `cdata` | Oliver Schneider | -2/+2 |
| 2018-04-14 | Use `LazySeq` instead of `Vec` | Oliver Schneider | -5/+17 |
| 2018-04-14 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -31/+18 |
| 2018-04-10 | Auto merge of #49386 - GuillaumeGomez:fix-path-attribute, r=eddyb | bors | -3/+6 |
| 2018-04-06 | Allow for representing exported monomorphizations in crate metadata. | Michael Woerister | -5/+7 |
| 2018-03-26 | Fix path attribute in rustdoc | Guillaume Gomez | -3/+6 |
| 2018-03-25 | Rollup merge of #49273 - michaelwoerister:fix-extern-proc-macro-defkey, r=eddyb | kennytm | -2/+19 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -5/+5 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+10 |
| 2018-03-22 | Fix DefKey lookup for proc-macro crates. | Michael Woerister | -2/+19 |
| 2018-03-21 | work around fallout from these changes in rustc | Niko Matsakis | -1/+5 |
| 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 |