| Age | Commit message (Expand) | Author | Lines |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -3/+4 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -3/+3 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -15/+1 |
| 2018-09-28 | Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc | bors | -4/+4 |
| 2018-09-22 | Auto merge of #54265 - arielb1:civilize-proc-macros, r=alexcrichton | bors | -6/+0 |
| 2018-09-19 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -4/+4 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -2/+2 |
| 2018-09-15 | avoid leaking host details in proc macro metadata decoding | Ariel Ben-Yehuda | -6/+0 |
| 2018-09-06 | crates that provide a `panic_handler` are exempt from `unused_extern_crates` | Jorge Aparicio | -0/+1 |
| 2018-08-23 | Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis | bors | -2/+2 |
| 2018-08-21 | Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkor | kennytm | -4/+2 |
| 2018-08-20 | Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet. | Nicholas Nethercote | -2/+2 |
| 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 | -4/+4 |
| 2018-08-18 | Remove LinkMeta struct | bjorn3 | -4/+2 |
| 2018-08-09 | Move SVH structure to data structures | Mark Rousskov | -1/+2 |
| 2018-08-05 | Add lint for unknown feature attributes | varkor | -0/+1 |
| 2018-08-03 | Move unused trait functions to inherent functions | Mark Rousskov | -78/+71 |
| 2018-08-03 | Visibility is now a query | Mark Rousskov | -4/+0 |
| 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 |