about summary refs log tree commit diff
path: root/src/libsyntax/parse/attr.rs
AgeCommit message (Expand)AuthorLines
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
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-0/+2
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-12/+12
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-2/+2
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-1/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-6/+6
2014-01-02libsyntax: De-`@mut` `token` in the parserPatrick Walton-6/+6
2014-01-02libsyntax: Make the parser mutablePatrick Walton-16/+17
2013-11-28Register new snapshotsAlex Crichton-3/+3
2013-10-30syntax: Forbid non-string literals in meta items. #623Brian Anderson-0/+10
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-09-30syntax: Remove usage of fmt!Alex Crichton-4/+4
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-2/+2
2013-08-17Fix warnings in librustc and libsyntaxErick Tryzelaar-1/+0
2013-08-08Allow attributes to appear as macro argumentsNiko Matsakis-57/+74
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-28/+28
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-8/+6
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-9/+7
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-2/+2
2013-05-28Remove unnecessary allocations flagged by lintSeo Sanghyeon-6/+6
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-1/+1
2013-05-03More accurate spansSeo Sanghyeon-1/+1
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-10/+0
2013-04-28parser commentsJohn Clements-0/+7
2013-04-20syntax: remove unused 'mut' variablesAlex Crichton-4/+4
2013-03-04Remove unused imports throughout src/Alex Crichton-4/+0
2013-03-03libsyntax: add &self to parser methodsErick Tryzelaar-15/+18
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-0/+1