about summary refs log tree commit diff
path: root/src/libsyntax/parse/comments.rs
AgeCommit message (Expand)AuthorLines
2012-10-05Remove uses of mutable ref mode.Tim Chevalier-14/+14
2012-10-05Revert "wip"Tim Chevalier-14/+14
2012-10-05wipTim Chevalier-14/+14
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-7/+7
2012-09-26Refactoring ReaderUtil trait, combining it with the traitless impl on Reader.Eric Holk-0/+1
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-11/+0
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-1/+1
2012-09-21libcore: De-mode strPatrick Walton-2/+2
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+11
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-0/+9
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-1/+1
2012-09-04libsyntax: "import" -> "use"Patrick Walton-3/+3
2012-08-31Make utility funs in core::int, core::uint, etc. not by-referenceTim Chevalier-1/+1
2012-08-29core: Demode int/uint modsBrian Anderson-1/+1
2012-08-26Camel case the option typeBrian Anderson-4/+4
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-10/+10
2012-08-22intern identifiersPaul Stansifer-1/+1
2012-08-22Centralize ident interner generation.Paul Stansifer-4/+1
2012-08-15rustc: "as Trait" can now be written "as @Trait".Patrick Walton-2/+2
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-2/+1
2012-08-01Convert ret to returnBrian Anderson-11/+13
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-10/+10
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-40/+40
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-1/+1
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-5/+5
2012-07-09rustc: Switch over to resolve3Patrick Walton-2/+2
2012-07-09Revert "rustc: Switch over to resolve3" due to Linux failuresPatrick Walton-2/+2
2012-07-09rustc: Switch over to resolve3Patrick Walton-2/+2
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-1/+1
2012-07-09rustc: Switch to the new resolution passPatrick Walton-0/+1
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-1/+0
2012-07-06rustc: Switch to the new resolution passPatrick Walton-0/+1
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-13/+115
2012-07-01Convert to new closure syntaxBrian Anderson-2/+2
2012-06-30initial draft of fix for issue #2498:Gareth Daniel Smith-13/+115
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-12/+12
2012-06-26Getting rid of lots more vector +=. (issue #2719)Eric Holk-6/+6
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-18/+18
2012-06-25parsing for the macro systemPaul Stansifer-1/+2
2012-06-21Fixed another performance issueEric Holk-1/+1
2012-06-15Lexers now emit spans, not chposes.Paul Stansifer-9/+13
2012-06-15Pull out an interface for the lexer.Paul Stansifer-42/+46
2012-06-09syntax: Intern @strs instead of strsBrian Anderson-1/+4
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+203