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
/
test
/
ui
/
proc-macro
/
meta-macro-hygiene.stdout
Age
Commit message (
Expand
)
Author
Lines
2021-10-02
resolve: Cache module loading for all foreign modules
Vadim Petrochenkov
-1
/
+3
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-17
/
+17
2021-07-10
rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`
Vadim Petrochenkov
-3
/
+3
2021-07-03
rustc_ast_pretty: Don't print space after `$`
Noah Lev
-1
/
+1
2021-05-15
Remove some unncessary spaces from pretty-printed tokenstream output
Aaron Hill
-1
/
+1
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-3
/
+3
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-2
/
+1
2021-02-25
Update test output for edition preludes.
Mara Bos
-1
/
+1
2020-11-02
Treat trailing semicolon as a statement in macro call
Aaron Hill
-1
/
+1
2020-09-21
Record `tcx.def_span` instead of `item.span` in crate metadata
Aaron Hill
-2
/
+2
2020-09-12
Properly encode spans with a dummy location and non-root `SyntaxContext`
Aaron Hill
-12
/
+14
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-2
/
+3
2020-08-09
Remove normalization of `Span` debug output in proc-macro tests
Aaron Hill
-3
/
+63
2020-07-26
Normalize the test output of hygiene-related tests
Aaron Hill
-63
/
+3
2020-07-26
Remove explicit `extern crate` from proc-macro test
Aaron Hill
-2
/
+1
2020-07-26
Add test for serializing hygiene *into* a proc-macro crate
Aaron Hill
-7
/
+32
2020-07-26
Hygiene serialization implementation
Aaron Hill
-4
/
+11
2020-06-30
Add force-host to test aux file used by proc-macro
Aaron Hill
-1
/
+1
2020-06-29
Normalize symbol ids to 0 in test stdout
Aaron Hill
-8
/
+10
2020-06-29
Serialize all foreign `SourceFile`s into proc-macro crate metadata
Aaron Hill
-0
/
+30