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
/
ast-json
Age
Commit message (
Expand
)
Author
Lines
2022-06-03
Remove support for -Zast-json and -Zast-json-noexpand
bjorn3
-78
/
+0
2022-05-05
Overhaul `MacArgs::Eq`.
Nicholas Nethercote
-2
/
+2
2022-03-03
Adjusted diagnostic output so that if there is no `use` in a item sequence,
Felix S. Klock II
-2
/
+2
2022-03-03
Associate multiple with a crate too.
Felix S. Klock II
-2
/
+2
2022-01-12
Remove ui tests for LLVM-style inline assembly
Tomasz Miąsko
-9
/
+0
2022-01-05
ast: Always keep a `NodeId` in `ast::Crate`
Vadim Petrochenkov
-2
/
+2
2021-11-28
expand: Turn `ast::Crate` into a first class expansion target
Vadim Petrochenkov
-2
/
+2
2021-09-02
Bless ast-json tests.
Camille GILLOT
-2
/
+2
2021-08-15
Fix ui tests for llvm_asm! deprecation
Amanieu d'Antras
-0
/
+1
2021-02-25
Update test output for edition preludes.
Mara Bos
-1
/
+1
2021-02-18
ast: Stop using `Mod` in `Crate`
Vadim Petrochenkov
-2
/
+2
2021-01-24
parser: Collect tokens for values in key-value attributes
Vadim Petrochenkov
-2
/
+2
2021-01-09
ast: Remove some indirection layers from values in key-value attributes
Vadim Petrochenkov
-2
/
+2
2020-12-09
Accept arbitrary expressions in key-value attributes at parse time
Vadim Petrochenkov
-2
/
+2
2020-11-09
Do not collect tokens for doc comments
Vadim Petrochenkov
-2
/
+2
2020-11-01
Do not remove tokens before AST json serialization
Vadim Petrochenkov
-55
/
+25
2020-10-29
Strip tokens from trait and impl items before printing AST JSON
Aaron Hill
-0
/
+34
2020-10-26
Remove tokens from foreign items in `TokenStripper`
Aaron Hill
-0
/
+19
2020-10-21
Strip tokens before printing AST JSON
Aaron Hill
-2
/
+2
2020-10-21
Unconditionally capture tokens for attributes.
Aaron Hill
-2
/
+2
2020-09-10
Fully integrate token collection for additional AST structs
Aaron Hill
-2
/
+2
2020-09-10
Syntactically permit unsafety on mods
David Tolnay
-2
/
+2
2020-09-03
Rename IsJoint -> Spacing
Aleksey Kladov
-2
/
+2
2020-08-14
Fix tests and address review comments
Matthew Jasper
-2
/
+2
2020-05-25
Only capture tokens for items with outer attributes
Aaron Hill
-2
/
+2
2020-05-22
Rewrite `Parser::collect_tokens`
Aaron Hill
-2
/
+2
2020-04-19
check '-Zast-json' & '-Zast-json-noexpand' to output legal JSON
JOE1994
-2
/
+14
2020-03-26
Update tests to use llvm_asm!
Amanieu d'Antras
-2
/
+2
2020-02-15
Record proc macro harness order for use during metadata deserialization
Aaron Hill
-1
/
+1
2019-11-11
syntactically allow visibility on trait item & enum variant
Mazdak Farrokhzad
-1
/
+1
2019-10-21
Derive `Rustc{En,De}codable` for `TokenStream`.
Nicholas Nethercote
-1
/
+1
2019-09-26
Fix AST JSON output test
varkor
-1
/
+1
2019-08-27
Add default serialization for `Ident`s
Matthew Jasper
-0
/
+51