| Age | Commit message (Expand) | Author | Lines |
| 2018-10-02 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -2/+2 |
| 2018-09-22 | avoid leaking host details in proc macro metadata decoding | Ariel Ben-Yehuda | -18/+53 |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -10/+18 |
| 2018-09-01 | move the is_field_list_non_exhaustive flag to VariantDef | Ariel Ben-Yehuda | -10/+18 |
| 2018-08-26 | create a valid DefIdTable for proc macro crates | Ariel Ben-Yehuda | -22/+45 |
| 2018-08-22 | Replace TyForeign with ForeignTy | varkor | -1/+1 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -1/+1 |
| 2018-08-19 | fix tidy errors | Donato Sciarra | -2/+4 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -19/+19 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -32/+32 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -11/+11 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -2/+2 |
| 2018-08-09 | Move Fingerprint to data structures | Mark Rousskov | -1/+1 |
| 2018-08-07 | Rollup merge of #52886 - petrochenkov:noga, r=alexcrichton | kennytm | -1/+1 |
| 2018-08-05 | Improve query efficiency | varkor | -4/+2 |
| 2018-08-05 | Fix incremental tests | varkor | -2/+4 |
| 2018-08-05 | Add lint for unknown feature attributes | varkor | -0/+8 |
| 2018-08-04 | cleanup: Remove `Def::GlobalAsm` | Vadim Petrochenkov | -1/+1 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+1 |
| 2018-07-11 | Deny bare trait objects in in src/librustc_metadata | ljedrz | -1/+1 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -10/+0 |
| 2018-07-02 | introduce `predicates_defined_on` for traits | Niko Matsakis | -0/+7 |
| 2018-06-28 | Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum | bors | -6/+3 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -1/+1 |
| 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 |