| Age | Commit message (Expand) | Author | Lines |
| 2018-07-20 | proc_macro: clean up the implementation of quasi-quoting. | Eduard-Mihai Burtescu | -2/+4 |
| 2018-07-11 | Deny bare trait objects in in src/librustc_metadata | ljedrz | -2/+2 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -2/+0 |
| 2018-07-04 | Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca... | bors | -0/+1 |
| 2018-07-02 | introduce `predicates_defined_on` for traits | Niko Matsakis | -0/+1 |
| 2018-06-30 | expansion: Give names to some fields of `SyntaxExtension` | Vadim Petrochenkov | -2/+5 |
| 2018-06-23 | hygiene: Do not reset expansion info for `quote!` | Vadim Petrochenkov | -1/+1 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-05-18 | Catch an issue missed in rebase | Isaac Whitfield | -1/+1 |
| 2018-05-18 | Remove unnecessary impl methods for CrateMetadata | Isaac Whitfield | -13/+13 |
| 2018-05-18 | Serialize attributes into the CrateRoot | Isaac Whitfield | -5/+5 |
| 2018-05-18 | Avoid removing from cstore_impl for now | Isaac Whitfield | -0/+5 |
| 2018-05-18 | Attempt to pass CrateMetadata flags on creation | Isaac Whitfield | -5/+0 |
| 2018-05-18 | Avoid generating attributes more than once for CrateMetadata | Isaac Whitfield | -5/+5 |
| 2018-05-17 | Pass crate editions to macro expansions, update tests | Vadim Petrochenkov | -1/+2 |
| 2018-05-17 | Keep crate edition in metadata | Vadim Petrochenkov | -0/+6 |
| 2018-04-27 | Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoerister | bors | -1/+1 |
| 2018-04-27 | Create a job immediately when looking in the query map and start it later | John Kåre Alsaker | -1/+1 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -1/+1 |
| 2018-04-19 | Remove HIR inlining | Wesley Wiser | -7/+1 |
| 2018-04-10 | Auto merge of #49386 - GuillaumeGomez:fix-path-attribute, r=eddyb | bors | -1/+1 |
| 2018-04-06 | Allow for re-using monomorphizations from upstream crates. | Michael Woerister | -2/+2 |
| 2018-04-06 | Allow for representing exported monomorphizations in crate metadata. | Michael Woerister | -1/+1 |
| 2018-03-28 | Take the original extra-filename passed to a crate into account when | Chris Manchester | -0/+3 |
| 2018-03-26 | Fix path attribute in rustdoc | Guillaume Gomez | -1/+1 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -3/+0 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -3/+0 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -4/+18 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+2 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -1/+1 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -1/+1 |
| 2018-03-12 | Make CrateMetadata thread-safe | John Kåre Alsaker | -7/+17 |
| 2018-03-06 | Fix export level of plugin and procmacro registrars. | Michael Woerister | -4/+3 |
| 2018-03-06 | Don't recompute SymbolExportLevel for upstream crates. | Michael Woerister | -1/+31 |
| 2018-03-06 | Clean up handling of symbol export information. | Michael Woerister | -4/+3 |
| 2018-03-06 | Rename exported_symbol_ids query to something more explicit and document what... | Michael Woerister | -4/+1 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -21/+21 |
| 2018-02-18 | Replace dummy spans with empty spans | Seiichi Uchida | -1/+1 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -1/+2 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -1/+0 |
| 2018-01-08 | Use different DefIndex representation that is better suited for variable leng... | Michael Woerister | -1/+1 |
| 2017-12-19 | Followup for #46112. | Felix S. Klock II | -1/+12 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -2/+2 |
| 2017-12-13 | Auto merge of #46708 - pnkfelix:fix-issue-46112, r=arielb1 | bors | -5/+19 |
| 2017-12-12 | Fix #46112: visible_parent_map construction needs a BFS over whole crate forest. | Felix S. Klock II | -5/+19 |
| 2017-12-05 | Include non-`pub` `use` and `extern crate` items in the crate metadata for ma... | Jeffrey Seyfried | -3/+3 |
| 2017-11-29 | incr.comp.: Remove on-export crate metadata hashing. | Michael Woerister | -3/+2 |
| 2017-11-18 | remove the `generator_sigs` map, query, and plumbing | Niko Matsakis | -1/+0 |
| 2017-11-18 | kill the `closure_kind` query | Niko Matsakis | -1/+0 |
| 2017-11-12 | rustc_driver: base extern query providers on local ones. | Eduard-Mihai Burtescu | -2/+2 |