index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_macros
Age
Commit message (
Expand
)
Author
Lines
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