about summary refs log tree commit diff
path: root/src/librustc_macros
AgeCommit message (Expand)AuthorLines
2019-04-17Promote regular comments to rustdoc commentsAlexey Shmalko-1/+1
2019-04-15Use colon for keyword defsJohn Kåre Alsaker-1/+1
2019-04-15Move modules outside the proc macroJohn Kåre Alsaker-26/+16
2019-04-15Use a proc macro to declare preallocated symbolsJohn Kåre Alsaker-0/+179
2019-03-30Allow unused query argumentsJohn Kåre Alsaker-0/+2
2019-03-30Add cycle_delay_bug to proc macroJohn Kåre Alsaker-0/+20
2019-03-20Fix whitespaceJohn Kåre Alsaker-3/+3
2019-03-20Add eval_always to query macro and move a query overJohn Kåre Alsaker-0/+20
2019-03-20Add anon to query macro and move a query overJohn Kåre Alsaker-1/+28
2019-03-20Add no_force to query macro and move some queries overJohn Kåre Alsaker-11/+45
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-5/+33
2019-03-18Preprocess query modifiersJohn Kåre Alsaker-31/+82
2019-03-18Clean up parsing code and split out codegen for the QueryDescription implJohn Kåre Alsaker-185/+142
2019-03-18Add load_cached query modifier and keep dep node names consistent with query ...John Kåre Alsaker-30/+48
2019-03-18Define queries using a proc macroJohn Kåre Alsaker-0/+378
2019-03-05Make rustc_macro a Rust 2018 crateJohn Kåre Alsaker-11/+7
2019-03-05Use Ident for projectJohn Kåre Alsaker-4/+3
2019-03-05Add ignore and project attributesJohn Kåre Alsaker-5/+61
2019-03-05Create a derive macro for HashStableJohn Kåre Alsaker-0/+58