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_parse
/
parser
/
attr.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-15
Remove lots of `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2020-07-01
Remove `token::FlattenGroup`
Vadim Petrochenkov
-2
/
+2
2020-06-26
proc_macro: Stop flattening groups with dummy spans
Vadim Petrochenkov
-2
/
+2
2020-04-22
Add error code to inner doc comment attribute error
Guillaume Gomez
-3
/
+9
2020-03-10
parser/attr: adjust indentation.
Mazdak Farrokhzad
-7
/
+5
2020-03-10
unify/improve/simplify attribute parsing
Mazdak Farrokhzad
-126
/
+97
2020-03-10
simplify parse_inner_attributes
Mazdak Farrokhzad
-6
/
+2
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-03-04
Use .map() to modify data inside Options instead of using .and_then(|x| Some(...
Matthias Krüger
-1
/
+1
2020-03-01
Rollup merge of #69579 - petrochenkov:noprevspan, r=Centril
Yuki Okushi
-3
/
+3
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-4
/
+4
2020-02-29
parser: `prev_span` -> `prev_token.span`
Vadim Petrochenkov
-3
/
+3
2020-02-11
Invert control in struct_lint_level.
jumbatm
-2
/
+2
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-1
/
+1
2020-01-30
Use `P` for `NtMeta`.
Nicholas Nethercote
-1
/
+1
2020-01-12
Add backticks in appropriate places
varkor
-2
/
+2
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-31
parser::attr: remove .fatal calls
Mazdak Farrokhzad
-2
/
+4
2019-12-31
parser: call .struct_span_err directly
Mazdak Farrokhzad
-4
/
+3
2019-12-23
fix rebase fallout
Mazdak Farrokhzad
-1
/
+1
2019-12-23
extract parse_not_expr
Mazdak Farrokhzad
-3
/
+4
2019-12-22
Format the world
Mark Rousskov
-31
/
+38
2019-12-20
fix bug in parse_tuple_parens_expr + related refactoring
Mazdak Farrokhzad
-16
/
+7
2019-12-06
parse_meta: ditch parse_in_attr
Mazdak Farrokhzad
-2
/
+17
2019-12-06
cfg_attr: avoid .outer_tokens
Mazdak Farrokhzad
-8
/
+4
2019-12-05
rustc_parser: cleanup imports
Mazdak Farrokhzad
-1
/
+1
2019-12-02
syntax: Use `ast::MacArgs` for attributes
Vadim Petrochenkov
-27
/
+3
2019-12-02
syntax: Introduce a struct `MacArgs` for macro arguments
Vadim Petrochenkov
-1
/
+1
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-0
/
+351