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
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
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-2
/
+1
2014-12-05
rollup merge of #19413: P1start/more-trailing-commas
Corey Richardson
-1
/
+1
2014-11-30
Allow trailing commas in array patterns and attributes
P1start
-1
/
+1
2014-11-30
Adjust some error messages to start with a lowercase letter and not finish wi...
P1start
-1
/
+1
2014-11-11
syntax: improve message for misused inner attributes
Liigo Zhuang
-0
/
+2
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-6
/
+6
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-17
/
+16
2014-10-16
libsyntax: Remove all uses of {:?}.
Luqman Aden
-1
/
+1
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-15
/
+21
2014-08-24
Adjust the error messages to match the pattern "expected foo, found bar"
Jonas Hietala
-1
/
+1
2014-07-11
Fix spans for attributes
Steven Fackler
-1
/
+1
2014-07-09
ast: make Name its own type
Corey Richardson
-2
/
+2
2014-07-09
lexer: lex WS/COMMENT/SHEBANG rather than skipping
Corey Richardson
-1
/
+1
2014-07-09
syntax: doc comments all the things
Corey Richardson
-21
/
+21
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-06-15
Register new snapshots
Alex Crichton
-7
/
+0
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+1
2014-06-13
Fix all violations of stronger guarantees for mutable borrows
Cameron Zwarich
-1
/
+2
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-0
/
+7
[next]