summary refs log tree commit diff
path: root/src/libsyntax/parse/token.rs
AgeCommit message (Expand)AuthorLines
2012-10-25rustc: Translate tuple struct constructorsPatrick Walton-0/+1
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-15/+15
2012-10-09Merge pull request #3700 from erickt/cargo-internerTim Chevalier-21/+26
2012-10-08Revert "Revert "Remove old auto_serialize2 code (needs snapshot)""Tim Chevalier-6/+0
2012-10-08Revert "Remove old auto_serialize2 code (needs snapshot)"Tim Chevalier-0/+6
2012-10-08allow interner cache to be shared across parsers (#3699)Erick Tryzelaar-21/+26
2012-10-07Remove old auto_serialize2 code (needs snapshot)Erick Tryzelaar-6/+0
2012-10-07Remove the old serializers (needs snapshot)Erick Tryzelaar-0/+6
2012-10-07migrate libsyntax/rustc to auto_serialize2Erick Tryzelaar-14/+7
2012-10-05Remove uses of mutable ref mode.Tim Chevalier-1/+1
2012-10-05Revert "wip"Tim Chevalier-1/+1
2012-10-05wipTim Chevalier-1/+1
2012-09-26turn ast::ident into a structErick Tryzelaar-51/+67
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-277/+0
2012-09-23Fix trans for region patterns (&P)Niko Matsakis-1/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+277
2012-09-19core: Move TLS to task::local_dataBrian Anderson-2/+6
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