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
/
compiler
/
rustc_parse
/
src
/
parser
/
attr.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-4
/
+3
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-4
/
+4
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-3
/
+4
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-4
/
+4
2022-04-06
Stop flagging certain inner attrs as outer ones
León Orell Valerian Liehr
-11
/
+15
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-17
Rollup merge of #94731 - TaKO8Ki:const-generic-expr-recovery, r=davidtwco,oli...
Dylan DPC
-1
/
+1
2022-03-15
use `format_args_capture` in some parts of rustc_parse
Takayuki Maeda
-2
/
+2
2022-03-10
replace `self.clone()` with `self.create_snapshot_for_diagnostic()`
Takayuki Maeda
-1
/
+1
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-4
/
+4
2022-02-23
Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.
Eduard-Mihai Burtescu
-2
/
+2
2021-12-04
Do not add `;` to expected tokens list when it's wrong
Michael Howell
-2
/
+2
2021-09-02
Provide more context on incorrect inner attribute
Esteban Kuber
-21
/
+119
2021-07-02
Recover from a misplaced inner doc comment
Aaron Hill
-1
/
+8
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-1
/
+0
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-2
/
+20
2021-02-13
Address review comments
Aaron Hill
-1
/
+1
2021-02-13
Require passing an `AttrWrapper` to `collect_tokens_trailing_token`
Aaron Hill
-5
/
+7
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-4
/
+2
2021-01-13
Set tokens on AST node in `collect_tokens`
Aaron Hill
-12
/
+4
2020-11-26
rustc_parse: restore pub vis on parse_attribute
Caleb Cartwright
-2
/
+4
2020-11-19
resolve/expand: Misc cleanup
Vadim Petrochenkov
-7
/
+6
2020-11-09
Do not collect tokens for doc comments
Vadim Petrochenkov
-99
/
+74
2020-10-22
Only call `collect_tokens` when we have an attribute to parse
Aaron Hill
-26
/
+32
2020-10-22
Don't create an empty `LazyTokenStream`
Aaron Hill
-3
/
+3
2020-10-21
Unconditionally capture tokens for attributes.
Aaron Hill
-51
/
+78
2020-10-19
Rewrite `collect_tokens` implementations to use a flattened buffer
Aaron Hill
-1
/
+14
2020-09-10
Attach tokens to `NtMeta` (`ast::AttrItem`)
Aaron Hill
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+304