about summary refs log tree commit diff
path: root/src/libsyntax/parse/attr.rs
AgeCommit message (Expand)AuthorLines
2015-12-31Cut out a bunch of Result and panictry! boilerplate from libsyntax.Nick Cameron-7/+7
2015-12-30use structured errorsNick Cameron-11/+13
2015-10-28Make quote plugin use parsing functions which explicitly panic.Eli Friedman-1/+1
2015-10-27Don't panic for fatal errors in attribute parsing.Eli Friedman-34/+35
2015-10-27Delete unnecessary ParserAttr trait.Eli Friedman-21/+4
2015-10-01Stop re-exporting AttrStyle's variants and rename them.Ms2ger-6/+6
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-4/+3
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-15/+15
2015-03-13syntax: use lookahead to distinguish inner and outer attributes, instead of p...Eduard Burtescu-32/+26
2015-03-03Change span_help calls to fileline_help where appropriateIvan Radanov Ivanov-1/+1
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-1/+1
2015-02-02Tweak some ‘expected…’ error messagesP1start-3/+6
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-2/+1
2014-12-05rollup merge of #19413: P1start/more-trailing-commasCorey Richardson-1/+1
2014-11-30Allow trailing commas in array patterns and attributesP1start-1/+1
2014-11-30Adjust some error messages to start with a lowercase letter and not finish wi...P1start-1/+1
2014-11-11syntax: improve message for misused inner attributesLiigo Zhuang-0/+2
2014-10-30Use common variants for open and close delimitersBrendan Zabarauskas-6/+6
2014-10-28Use PascalCase for token variantsBrendan Zabarauskas-17/+16
2014-10-16libsyntax: Remove all uses of {:?}.Luqman Aden-1/+1
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-15/+21
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-07-11Fix spans for attributesSteven Fackler-1/+1
2014-07-09ast: make Name its own typeCorey Richardson-2/+2
2014-07-09lexer: lex WS/COMMENT/SHEBANG rather than skippingCorey Richardson-1/+1
2014-07-09syntax: doc comments all the thingsCorey Richardson-21/+21
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-15Register new snapshotsAlex Crichton-7/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-1/+2
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+7
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-11/+13
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-05-24Changes from feedbackSteven Fackler-4/+4
2014-05-24Add AttrId to Attribute_Steven Fackler-1/+7
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-4/+4
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+1
2014-05-22syntax: put the correct span on doc-comments inside a module.Huon Wilson-4/+4
2014-05-03Remove comment about semicolons for inner attributes from docs and adjust com...Kevin Butler-1/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-3/+2
2014-03-28syntax: Accept meta matchers in macrosAlex Crichton-11/+8
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-28/+18
2014-03-20Added new attribute syntax with backward compatibility.Daniel Fagnan-9/+27
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-17De-@ ParseSess uses.Eduard Burtescu-1/+1