| Age | Commit message (Expand) | Author | Lines |
| 2019-10-08 | Rollup merge of #65176 - nnethercote:rm-query-macros, r=michaelwoerister | Mazdak Farrokhzad | -1/+5 |
| 2019-10-07 | Remove `force_ex!`. | Nicholas Nethercote | -1/+5 |
| 2019-10-04 | Upgrade librustc_macros dependencies | Mateusz Mikuła | -8/+8 |
| 2019-09-30 | Stabilize proc macros in type positions | Vadim Petrochenkov | -1/+0 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -2/+2 |
| 2019-09-27 | Remove global_tcx from TyCtxt | Mark Rousskov | -2/+2 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -1/+1 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -1/+0 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2019-07-02 | Derive which queries to save using the proc macro | John Kåre Alsaker | -0/+13 |
| 2019-06-30 | Clean up query cache code | John Kåre Alsaker | -20/+74 |
| 2019-06-25 | Inform the query system about properties of queries at compile time | John Kåre Alsaker | -14/+6 |
| 2019-06-24 | Turn internal lints into tool lints | flip1995 | -1/+1 |
| 2019-06-24 | Allow default_hash_types in some crates | flip1995 | -0/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-05-29 | Rollup merge of #60885 - euclio:strip-synstructure-consts, r=GuillaumeGomez | Oliver Scherer | -1/+1 |
| 2019-05-27 | Pre-intern "0", "1", ..., "9", and use where appropriate. | Nicholas Nethercote | -0/+20 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -18/+1 |
| 2019-05-16 | strip synstructure consts from compiler docs | Andy Russell | -1/+1 |
| 2019-05-13 | Add lots of static `Symbols`. | Nicholas Nethercote | -12/+31 |
| 2019-04-17 | Promote regular comments to rustdoc comments | Alexey Shmalko | -1/+1 |
| 2019-04-15 | Use colon for keyword defs | John Kåre Alsaker | -1/+1 |
| 2019-04-15 | Move modules outside the proc macro | John Kåre Alsaker | -26/+16 |
| 2019-04-15 | Use a proc macro to declare preallocated symbols | John Kåre Alsaker | -0/+179 |
| 2019-03-30 | Allow unused query arguments | John Kåre Alsaker | -0/+2 |
| 2019-03-30 | Add cycle_delay_bug to proc macro | John Kåre Alsaker | -0/+20 |
| 2019-03-20 | Fix whitespace | John Kåre Alsaker | -3/+3 |
| 2019-03-20 | Add eval_always to query macro and move a query over | John Kåre Alsaker | -0/+20 |
| 2019-03-20 | Add anon to query macro and move a query over | John Kåre Alsaker | -1/+28 |
| 2019-03-20 | Add no_force to query macro and move some queries over | John Kåre Alsaker | -11/+45 |
| 2019-03-20 | Add no_hash to query macro and move some queries over | John Kåre Alsaker | -5/+33 |
| 2019-03-18 | Preprocess query modifiers | John Kåre Alsaker | -31/+82 |
| 2019-03-18 | Clean up parsing code and split out codegen for the QueryDescription impl | John Kåre Alsaker | -185/+142 |
| 2019-03-18 | Add load_cached query modifier and keep dep node names consistent with query ... | John Kåre Alsaker | -30/+48 |
| 2019-03-18 | Define queries using a proc macro | John Kåre Alsaker | -0/+378 |
| 2019-03-05 | Make rustc_macro a Rust 2018 crate | John Kåre Alsaker | -11/+7 |
| 2019-03-05 | Use Ident for project | John Kåre Alsaker | -4/+3 |
| 2019-03-05 | Add ignore and project attributes | John Kåre Alsaker | -5/+61 |
| 2019-03-05 | Create a derive macro for HashStable | John Kåre Alsaker | -0/+58 |