about summary refs log tree commit diff
path: root/src/libsyntax/parse/token.rs
AgeCommit message (Expand)AuthorLines
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-3/+3
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-5/+5
2012-09-19libsyntax: Remove the restricted keyword conceptBrian Anderson-31/+4
2012-09-19libsyntax: Move 'unsafe' to the strict keywords listBrian Anderson-2/+1
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-18Remove 'unchecked' keywordBrian Anderson-1/+1
2012-09-13Promote 'fail' to a strict keywordBrian Anderson-2/+1
2012-09-12Promote 'const', 'copy', 'fn' to strict keywordsBrian Anderson-3/+3
2012-09-12Rename 'contextual' keywords to 'temporary'Brian Anderson-7/+7
2012-09-11Promote 'impl' from restricted keyword to strictBrian Anderson-2/+1
2012-09-11Reserve 'be' as a keywordBrian Anderson-0/+14
2012-09-11Promote 'pub' and 'priv' from restricted to strict keywordsBrian Anderson-2/+1
2012-09-11Promote 'struct' from a restricted keyword to a strict keywordBrian Anderson-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-2/+2
2012-09-10Camel case std::serializationBrian Anderson-2/+2
2012-09-10Promote 'return' from a restricted keyword to a strict keywordBrian Anderson-2/+1
2012-09-10Convert std::map to camel caseBrian Anderson-5/+5
2012-09-10Promote most restricted keywords to strict keywordsBrian Anderson-14/+18
2012-09-09Reformat commentsBrian Anderson-5/+5
2012-09-09Introduce 'strict' keywords, that may not be used as idents anywhereBrian Anderson-4/+19
2012-09-09Turn most contextual keywords into restricted keywordsBrian Anderson-7/+3
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-2/+1
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-1/+1
2012-09-07Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.Graydon Hoare-3/+2
2012-09-07Remove module keywordBrian Anderson-1/+1
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+2
2012-09-06Remove struct ctorsBrian Anderson-1/+0
2012-09-04Remove 'with'Brian Anderson-2/+1
2012-09-04syntax: Remove 'of' and 'check' from keyword tableBrian Anderson-2/+1
2012-09-04libsyntax: "import" -> "use"Patrick Walton-4/+4
2012-09-02Camel case core::intrinsicBrian Anderson-2/+2
2012-09-01Remove the 'to' keywordBrian Anderson-1/+0
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-1/+272
2012-08-29Allow extern mods to be anonymousTim Chevalier-2/+2
2012-08-26Camel case the option typeBrian Anderson-1/+1
2012-08-24Use a faked-up function as a key, because functions aren't identical cross-cr...Paul Stansifer-4/+10
2012-08-22intern identifiersPaul Stansifer-8/+68
2012-08-22pre-intern some fixed names so they can be used as constantsPaul Stansifer-2/+11
2012-08-22Centralize ident interner generation.Paul Stansifer-0/+8
2012-08-17Stop parsing `iface`.Lindsey Kuper-1/+1
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-11/+11
2012-08-06Handle interpolated paths in pattern parsing. Fixes #3007.Eric Holk-0/+7
2012-08-05Switch alts to use arrowsBrian Anderson-97/+102
2012-08-03rustc: Parse and typecheck repeating vector expressions; e.g. [ 0, ..512 ]Patrick Walton-0/+2
2012-08-03rustc: Remove all fixed-length strings from our codebasePatrick Walton-2/+2
2012-08-02Revert "Remove "iface" from keyword table."Lindsey Kuper-1/+1
2012-08-02Remove "iface" from keyword table.Lindsey Kuper-1/+1
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-31rustc: Parse by-reference pattern bindings with the "ref" keywordPatrick Walton-1/+1