about summary refs log tree commit diff
path: root/src/libsyntax/parse/attr.rs
AgeCommit message (Expand)AuthorLines
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-10/+10
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-10/+10
2012-09-04libsyntax: "import" -> "use"Patrick Walton-3/+3
2012-08-26Camel case the option typeBrian Anderson-6/+6
2012-08-22intern identifiersPaul Stansifer-6/+6
2012-08-15Convert more core types to camel caseBrian Anderson-5/+5
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-5/+5
2012-08-05Switch alts to use arrowsBrian Anderson-20/+16
2012-08-01Convert ret to returnBrian Anderson-15/+15
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-1/+15
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-6/+6
2012-07-06Plumbing and parsing for item-position macros.Eric Holk-1/+0
2012-07-05Some rearranging in perparation for MBE-style TT transcription.Paul Stansifer-1/+2
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-20/+66
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30initial draft of fix for issue #2498:Gareth Daniel Smith-20/+66
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-11/+11
2012-06-27Replace more vector + (issue #2719)Eric Holk-5/+5
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-14/+15
2012-06-15Make token trees parseable.Paul Stansifer-0/+1
2012-06-12syntax: clarify that trailing separators are never requiredLindsey Kuper-2/+2
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+132