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
/
libsyntax
/
parse
/
attr.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-2
/
+2
2018-06-09
Crate-ify and delete unused code in syntax::parse
Mark Simulacrum
-6
/
+5
2018-05-02
make it compile again
flip1995
-3
/
+3
2018-05-02
Allow Path for name of MetaItem
Seiichi Uchida
-3
/
+4
2018-04-06
Use `Ident` instead of `Name` in `MetaItem`
Vadim Petrochenkov
-3
/
+2
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-1
/
+1
2018-03-17
improve attribute trailing semicolon error
csmoe
-10
/
+1
2017-10-30
edit and fix bad spacing of inner-attribute-not-allowed note
Zack M. Davis
-5
/
+4
2017-08-18
Auto merge of #43904 - topecongiro:libsyntax/parse-attr, r=petrochenkov
bors
-6
/
+4
2017-08-16
Eat open paren when parsing list
Seiichi Uchida
-6
/
+4
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-06-26
Add `LazyTokenStream`.
Jeffrey Seyfried
-2
/
+2
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-2
/
+2
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-17
/
+12
2017-03-14
Liberalize attributes.
Jeffrey Seyfried
-7
/
+25
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-5
/
+11
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-8
/
+3
2016-11-20
Refactor `P<ast::MetaItem>` -> `ast::MetaItem`.
Jeffrey Seyfried
-3
/
+2
2016-11-20
Move `MetaItemKind`'s `Name` to a field of `MetaItem`.
Jeffrey Seyfried
-17
/
+9
2016-11-20
Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.
Jeffrey Seyfried
-4
/
+3
2016-11-20
Refactor away `ast::Attribute_`.
Jeffrey Seyfried
-11
/
+9
2016-11-03
Reduce the size of `Token` and make it cheaper to clone by refactoring
Jeffrey Seyfried
-1
/
+4
2016-10-05
Rename Parser::last_span as prev_span.
Nicholas Nethercote
-6
/
+6
2016-09-16
fix top level attr spans
Mikhail Modin
-1
/
+1
2016-09-10
fix span for errors E0537, E0535 & E0536
Mikhail Modin
-5
/
+5
2016-08-25
Implement RFC#1559: allow all literals in attributes.
Sergio Benitez
-16
/
+48
2016-07-15
syntax: Better error message for inner attr following doc comment
Aravind Gollakota
-14
/
+56
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-6
/
+3
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+2
2016-05-03
parser: show a helpful note on unexpected inner comment
Georg Brandl
-1
/
+4
2016-05-02
replace fileline_{help,note} with {help,note}
Niko Matsakis
-3
/
+2
2016-03-22
try! -> ?
Jorge Aparicio
-8
/
+8
2016-02-22
Use associated functions for libsyntax SepSeq constructors.
Corey Farwell
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::MetaItem_
Oliver 'ker' Schneider
-3
/
+3
2016-02-11
[breaking-change] don't pub export ast::Lit_ variants
Oliver Schneider
-1
/
+1
2016-01-27
rustfmt syntax::parse
Tshepang Lekhonkhobe
-34
/
+34
2015-12-31
Cut out a bunch of Result and panictry! boilerplate from libsyntax.
Nick Cameron
-7
/
+7
2015-12-30
use structured errors
Nick Cameron
-11
/
+13
2015-10-28
Make quote plugin use parsing functions which explicitly panic.
Eli Friedman
-1
/
+1
2015-10-27
Don't panic for fatal errors in attribute parsing.
Eli Friedman
-34
/
+35
2015-10-27
Delete unnecessary ParserAttr trait.
Eli Friedman
-21
/
+4
2015-10-01
Stop re-exporting AttrStyle's variants and rename them.
Ms2ger
-6
/
+6
2015-09-24
Cleanup interfaces of Name, SyntaxContext and Ident
Vadim Petrochenkov
-4
/
+3
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-15
/
+15
2015-03-13
syntax: use lookahead to distinguish inner and outer attributes, instead of p...
Eduard Burtescu
-32
/
+26
2015-03-03
Change span_help calls to fileline_help where appropriate
Ivan Radanov Ivanov
-1
/
+1
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-02
Tweak some ‘expected…’ error messages
P1start
-3
/
+6
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
[next]