| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| strip synstructure consts from compiler docs Fixes #60150. Unfortunately this PR depends on the use of the deprecated `--passes` flag in bootstrap to keep the `--strip-hidden` pass while still documenting private items. I've opened #60884 to track stabilization of a new flag that encapsulates this behavior. r? @QuietMisdreavus | ||||
| 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 | |
| These will be used in the subsequent commits. Many of them are attributes. The commit also adds the ability to handle symbols that aren't identifiers (e.g. "proc-macro"). | ||||
| 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 | |
| names | ||||
| 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 | |
