| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-11 | Remove obsolete FIXME | Tim Chevalier | -1/+0 | |
| 2012-10-07 | Remove the old serializers (needs snapshot) | Erick Tryzelaar | -122/+123 | |
| 2012-10-07 | migrate libsyntax/rustc to auto_serialize2 | Erick Tryzelaar | -122/+122 | |
| 2012-09-28 | demode vec | Niko Matsakis | -1/+1 | |
| 2012-09-27 | core: More option demoding | Brian Anderson | -1/+1 | |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -2/+2 | |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -20/+20 | |
| 2012-09-26 | turn ast::ident into a struct | Erick Tryzelaar | -21/+21 | |
| 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-26 | Allow hashmaps to infer their types | Erick Tryzelaar | -1/+1 | |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -9/+0 | |
| 2012-09-23 | core: Demode option | Brian Anderson | -4/+4 | |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -3/+1 | |
| 2012-09-20 | Revert "syntax: Make attributes sendable for rustdoc's benefit" | Brian Anderson | -4/+4 | |
| This reverts commit 90e3665fa79d32c3188169cfa992516fb36b81a8. | ||||
| 2012-09-20 | syntax: Make attributes sendable for rustdoc's benefit | Brian Anderson | -4/+4 | |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+9 | |
| 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 | -2/+2 | |
| 2012-09-19 | Remove hokey-hashes from metadata indexes. | Graydon Hoare | -2/+2 | |
| 2012-09-15 | int/uint parse_buf => parse_bytes (#3444) | Erick Tryzelaar | -1/+1 | |
| 2012-09-11 | Promote 'struct' from a restricted keyword to a strict keyword | Brian Anderson | -2/+2 | |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -1/+1 | |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -2/+2 | |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 | |
| 2012-09-07 | Refactor fn_ty, working towards #3320 | Niko Matsakis | -1/+1 | |
| 2012-09-06 | Remove struct ctors | Brian Anderson | -3/+5 | |
| 2012-09-04 | rustc: "import" -> "use" | Patrick Walton | -15/+15 | |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+6 | |
| 2012-08-29 | std: Camel case some constructors | Brian Anderson | -10/+10 | |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -32/+32 | |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -2/+2 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -50/+50 | |
| 2012-08-23 | Remove purity from fn_decl and move it out to containing AST elements. | Michael Sullivan | -7/+2 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -19/+19 | |
| 2012-08-23 | Infer variance of types with respect to the region parameter. | Niko Matsakis | -7/+11 | |
| A similar approach could be used for type parameters. Fixes #2282. | ||||
| 2012-08-22 | Represent "item families" in the decoder as an enum | Tim Chevalier | -70/+120 | |
| This eliminates some match checks. Also get rid of other match checks in metadata code. | ||||
| 2012-08-22 | Merge find_linkage_attrs with find_linkage_metas | Tim Chevalier | -1/+1 | |
| This gets rid of a gratuitous `match check`. | ||||
| 2012-08-22 | intern identifiers | Paul Stansifer | -67/+78 | |
| 2012-08-17 | rustc: Remove a few allocations from metadata. Shaves a few milliseconds off ↵ | Patrick Walton | -2/+2 | |
| compilation of hello world. | ||||
| 2012-08-17 | rustc: Remove tag_paths and all of the associated encoding | Patrick Walton | -5/+0 | |
| 2012-08-17 | rustc: Remove resolve_path | Patrick Walton | -32/+0 | |
| 2012-08-17 | rustc: Remove a user of tag_paths. | Patrick Walton | -30/+10 | |
| This commit breaks the item-printing functionality. It will return in a faster form. | ||||
| 2012-08-17 | rustc: Encode reexports in the metadata and don't have each_path search ↵ | Patrick Walton | -50/+55 | |
| tag_paths | ||||
| 2012-08-17 | Remove the class keyword | Brian Anderson | -1/+1 | |
| 2012-08-15 | rustc: Perform some AST surgery to separate out class fields from methods | Patrick Walton | -3/+4 | |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -2/+2 | |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -6/+6 | |
| 2012-08-14 | Make most forms of explicit self work. By-value not implemented. Work on #2585. | Michael Sullivan | -16/+1 | |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -2/+1 | |
| 2012-08-08 | In decoder, rename class_member_id to item_def_id. | Michael Sullivan | -6/+5 | |
| 2012-08-07 | Implement static typeclass methods. Closes #3132. | Michael Sullivan | -11/+18 | |
