| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-09 | Merge pull request #3700 from erickt/cargo-interner | Tim Chevalier | -21/+26 | |
| allow interner cache to be shared across parsers (#3699) | ||||
| 2012-10-08 | Revert "Revert "Remove old auto_serialize2 code (needs snapshot)"" | Tim Chevalier | -6/+0 | |
| This reverts commit a33535e441dc5461fec0489069a1491367ad1c91. | ||||
| 2012-10-08 | Revert "Remove old auto_serialize2 code (needs snapshot)" | Tim Chevalier | -0/+6 | |
| This reverts commit 0bd6da8a8c93143325cb45e8a074ccf7121ca168. | ||||
| 2012-10-08 | allow interner cache to be shared across parsers (#3699) | Erick Tryzelaar | -21/+26 | |
| 2012-10-07 | Remove old auto_serialize2 code (needs snapshot) | Erick Tryzelaar | -6/+0 | |
| 2012-10-07 | Remove the old serializers (needs snapshot) | Erick Tryzelaar | -0/+6 | |
| 2012-10-07 | migrate libsyntax/rustc to auto_serialize2 | Erick Tryzelaar | -14/+7 | |
| 2012-10-05 | Remove uses of mutable ref mode. | Tim Chevalier | -1/+1 | |
| It's still in the compiler right now, but warned about | ||||
| 2012-10-05 | Revert "wip" | Tim Chevalier | -1/+1 | |
| This reverts commit ca49fd402af8e7bf613c43e996274b5a017958d2. | ||||
| 2012-10-05 | wip | Tim Chevalier | -1/+1 | |
| 2012-09-26 | turn ast::ident into a struct | Erick Tryzelaar | -51/+67 | |
| This will help with the auto_serialize2 migration. We have to change ident from a type alias to uint into a unique type. We need to use a struct instead of a "enum ident = token::str_num" because structs support constants, but newtypes do not. | ||||
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -277/+0 | |
| 2012-09-23 | Fix trans for region patterns (&P) | Niko Matsakis | -1/+1 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+1 | |
| #[legacy_exports]; | ||||
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+277 | |
| 2012-09-19 | core: Move TLS to task::local_data | Brian Anderson | -2/+6 | |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -3/+3 | |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -5/+5 | |
| 2012-09-19 | libsyntax: Remove the restricted keyword concept | Brian Anderson | -31/+4 | |
| 2012-09-19 | libsyntax: Move 'unsafe' to the strict keywords list | Brian Anderson | -2/+1 | |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -1/+1 | |
| 2012-09-18 | Remove 'unchecked' keyword | Brian Anderson | -1/+1 | |
| 2012-09-13 | Promote 'fail' to a strict keyword | Brian Anderson | -2/+1 | |
| 2012-09-12 | Promote 'const', 'copy', 'fn' to strict keywords | Brian Anderson | -3/+3 | |
| 2012-09-12 | Rename 'contextual' keywords to 'temporary' | Brian Anderson | -7/+7 | |
| 2012-09-11 | Promote 'impl' from restricted keyword to strict | Brian Anderson | -2/+1 | |
| 2012-09-11 | Reserve 'be' as a keyword | Brian Anderson | -0/+14 | |
| 2012-09-11 | Promote 'pub' and 'priv' from restricted to strict keywords | Brian Anderson | -2/+1 | |
| 2012-09-11 | Promote 'struct' from a restricted keyword to a strict keyword | Brian Anderson | -1/+1 | |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -2/+2 | |
| 2012-09-10 | Camel case std::serialization | Brian Anderson | -2/+2 | |
| 2012-09-10 | Promote 'return' from a restricted keyword to a strict keyword | Brian Anderson | -2/+1 | |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -5/+5 | |
| 2012-09-10 | Promote most restricted keywords to strict keywords | Brian Anderson | -14/+18 | |
| 2012-09-09 | Reformat comments | Brian Anderson | -5/+5 | |
| 2012-09-09 | Introduce 'strict' keywords, that may not be used as idents anywhere | Brian Anderson | -4/+19 | |
| 2012-09-09 | Turn most contextual keywords into restricted keywords | Brian Anderson | -7/+3 | |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -2/+1 | |
| 2012-09-07 | Convert 'again' to 'loop'. Remove 'again' keyword | Brian Anderson | -1/+1 | |
| 2012-09-07 | Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes. | Graydon Hoare | -3/+2 | |
| 2012-09-07 | Remove module keyword | Brian Anderson | -1/+1 | |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+2 | |
| 2012-09-06 | Remove struct ctors | Brian Anderson | -1/+0 | |
| 2012-09-04 | Remove 'with' | Brian Anderson | -2/+1 | |
| 2012-09-04 | syntax: Remove 'of' and 'check' from keyword table | Brian Anderson | -2/+1 | |
| 2012-09-04 | libsyntax: "import" -> "use" | Patrick Walton | -4/+4 | |
| 2012-09-02 | Camel case core::intrinsic | Brian Anderson | -2/+2 | |
| 2012-09-01 | Remove the 'to' keyword | Brian Anderson | -1/+0 | |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -1/+272 | |
| 2012-08-29 | Allow extern mods to be anonymous | Tim Chevalier | -2/+2 | |
| extern mod { f(); } is now allowed, and puts f in the enclosing scope. (Requires a link_name attribute to be really useful...) | ||||
