| Age | Commit message (Expand) | Author | Lines |
| 2019-10-14 | Auto merge of #65240 - michaelwoerister:sp-review-3, r=Mark-Simulacrum | bors | -0/+25 |
| 2019-10-10 | Auto merge of #65153 - da-x:issue-58017, r=petrochenkov | bors | -3/+3 |
| 2019-10-10 | Add 'unlikely' annotation to branch in crate DepNodeIndex caching. | Michael Woerister | -1/+1 |
| 2019-10-09 | resolve: Keep field spans for diagnostics | Vadim Petrochenkov | -3/+3 |
| 2019-10-09 | Cache the DepNodeIndex of upstream crates in order to avoid multiple locks an... | Michael Woerister | -0/+25 |
| 2019-10-04 | Fix lonely backtick | Yechan Bae | -1/+1 |
| 2019-10-04 | Rollup merge of #65026 - petrochenkov:ice1, r=eddyb | Mazdak Farrokhzad | -7/+2 |
| 2019-10-04 | metadata: Remove `CrateMetadata::name` | Vadim Petrochenkov | -1/+1 |
| 2019-10-04 | metadata: Remove `CrateMetadata::host_lib` | Vadim Petrochenkov | -6/+1 |
| 2019-09-30 | Remove HIR based const qualification | Matthew Jasper | -8/+0 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -1/+1 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -0/+9 |
| 2019-09-24 | resolve the rustc_reservation_impl attribute in 1 place | Ariel Ben-Yehuda | -1/+1 |
| 2019-09-24 | bug-out asyncness query on non-local funtions | csmoe | -1/+2 |
| 2019-09-21 | rename is_async_fn to asyncness | csmoe | -4/+3 |
| 2019-09-19 | add is_async_fn query | csmoe | -0/+9 |
| 2019-09-17 | Generate proc macro harness in AST order. | Aaron Hill | -1/+5 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -0/+18 |
| 2019-08-29 | Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasper | Mazdak Farrokhzad | -3/+1 |
| 2019-08-29 | Rollup merge of #63933 - wesleywiser:cleanup_from_move_promoted, r=oli-obk | Mazdak Farrokhzad | -15/+23 |
| 2019-08-28 | Extract `Decoder::entry_unless_proc_macro()` | Wesley Wiser | -22/+20 |
| 2019-08-28 | Simplify `maybe_get_optimized_mir` and `maybe_get_promoted_mir` | Wesley Wiser | -11/+21 |
| 2019-08-28 | Auto merge of #63127 - kper:pr, r=nikomatsakis | bors | -5/+5 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -5/+5 |
| 2019-08-27 | metadata: Eliminate `FullProcMacro` | Vadim Petrochenkov | -35/+18 |
| 2019-08-27 | Respect attributes on proc macro definitions | Vadim Petrochenkov | -8/+10 |
| 2019-08-27 | resolve: Block expansion of a derive container until all its derives are reso... | Vadim Petrochenkov | -3/+1 |
| 2019-08-22 | Resolve PR comments | Wesley Wiser | -2/+5 |
| 2019-08-22 | Fix tidy | Wesley Wiser | -1/+2 |
| 2019-08-22 | Move promoted out of mir::Body | Wesley Wiser | -1/+9 |
| 2019-08-20 | rustc_metadata: replace LazySeq<T> with Lazy<[T]>. | Eduard-Mihai Burtescu | -16/+19 |
| 2019-08-18 | Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,petrochenkov | bors | -71/+113 |
| 2019-08-17 | Serialize additional data for procedural macros | Aaron Hill | -71/+113 |
| 2019-08-17 | Remove unused `SyntaxContext` serialization impls | Matthew Jasper | -8/+0 |
| 2019-08-17 | Stop emulating cross-crate hygiene with gensyms | Matthew Jasper | -0/+16 |
| 2019-08-15 | `Ident::with_empty_ctxt` -> `Ident::with_dummy_span` | Vadim Petrochenkov | -4/+4 |
| 2019-08-15 | syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()` | Vadim Petrochenkov | -2/+2 |
| 2019-08-03 | Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -8/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -4/+4 |
| 2019-07-31 | Decode AttrId via mk_attr_id | Mark Rousskov | -8/+1 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -2/+2 |
| 2019-06-19 | Rollup merge of #61898 - petrochenkov:sekind, r=eddyb | Mazdak Farrokhzad | -3/+4 |
| 2019-06-18 | rustc: reintroduce lifetime bounds where necessary. | Eduard-Mihai Burtescu | -11/+9 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-18 | syntax: Factor out common fields from `SyntaxExtension` variants | Vadim Petrochenkov | -3/+4 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -15/+4 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -23/+23 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -47/+39 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -23/+23 |