about summary refs log tree commit diff
path: root/src/libsyntax/ext/simplext.rs
AgeCommit message (Expand)AuthorLines
2012-09-28demode vecNiko Matsakis-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-7/+6
2012-09-26Allow hashmaps to infer their typesErick Tryzelaar-1/+1
2012-09-23core: Demode optionBrian Anderson-1/+1
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-3/+3
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-2/+2
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-4/+4
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-1/+1
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-2/+2
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-2/+2
2012-09-10Make all moves explicit in libsyntaxTim Chevalier-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-5/+5
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-2/+2
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-1/+1
2012-09-04Remove 'with'Brian Anderson-4/+4
2012-09-04libsyntax: "import" -> "use"Patrick Walton-7/+7
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-1/+6
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-27rustc: more pattern cleanupErick Tryzelaar-2/+2
2012-08-26Camel case the option typeBrian Anderson-100/+100
2012-08-24fix some unused pattern binding warningsNiko Matsakis-1/+1
2012-08-23More complete fix to #3162 (borrowck bug related to access to rec fields)Niko Matsakis-4/+5
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-22intern identifiersPaul Stansifer-13/+20
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-07syntax: Make match arm parsing more restrictive againBrian Anderson-4/+4
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-56/+56
2012-08-05Switch alts to use arrowsBrian Anderson-166/+141
2012-08-01Convert ret to returnBrian Anderson-41/+43
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-3/+3
2012-07-27Start killing off obsolete/unused quoters, and fix long lines.Graydon Hoare-39/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-52/+52
2012-07-12Obliterate the callee_id hackTim Chevalier-1/+1
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-1/+1
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-33/+31
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-29/+29
2012-06-27Replace more vector + (issue #2719)Eric Holk-7/+7
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-33/+35
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-4/+3
2012-06-20Remove bind. Issue #2189Brian Anderson-21/+29
2012-06-15Make token trees parseable.Paul Stansifer-0/+1
2012-06-13Box AST identsBrian Anderson-7/+7
2012-06-06borrowck changes: some copies, some removed mut annotations, some dvecNiko Matsakis-5/+6
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+778