about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-14/+0
2012-09-23core: Demode optionBrian Anderson-3/+3
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-7/+7
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-21/+23
2012-09-21libcore: De-mode strPatrick Walton-3/+3
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-1/+4
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-2/+2
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-2/+2
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+14
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-13/+13
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-12/+11
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-2/+2
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-3/+3
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-3/+3
2012-09-12Remove some transitional codeBrian Anderson-1/+1
2012-09-12fixup mutability of vec::each, make iter_bytes pureNiko Matsakis-1/+1
2012-09-12Make moves in arguments explicit in libsyntax and rustcTim Chevalier-20/+21
2012-09-12Use a different strategy for transitioning to camel case extfmtBrian Anderson-1/+1
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-5/+7
2012-09-11Convert core::extfmt to camel caseBrian Anderson-75/+75
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-16/+10
2012-09-10Camel case std::serializationBrian Anderson-2/+2
2012-09-10Make all moves explicit in libsyntaxTim Chevalier-18/+21
2012-09-10Convert std::map to camel caseBrian Anderson-24/+24
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-0/+3
2012-09-10Make moves explicit in pipes and pipe compilerTim Chevalier-16/+17
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-3/+3
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-07Add an ignore! macro, remove support for nested block comments, re: #2755.Graydon Hoare-0/+1
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-4/+4
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-4/+4
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-06Remove struct ctorsBrian Anderson-7/+9
2012-09-04Remove 'with'Brian Anderson-23/+23
2012-09-04libsyntax: "import" -> "use"Patrick Walton-119/+116
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-3/+17
2012-08-28CamelCasify lots of stdBen Striegel-3/+3
2012-08-28Convert core::pipes to camel caseBrian Anderson-11/+25
2012-08-27Camel case various core constructorsBrian Anderson-11/+11
2012-08-27Convert core::result to camel caseBrian Anderson-4/+4
2012-08-27rustc: more pattern cleanupErick Tryzelaar-3/+3
2012-08-26Camel case the option typeBrian Anderson-263/+263
2012-08-24Remove match checkTim Chevalier-2/+2
2012-08-24"earley_parser" -> "macro_parser" Let's be less confusing.Paul Stansifer-5/+5
2012-08-24Document the macro parser a little more.Paul Stansifer-2/+60
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-9/+8
2012-08-24fix some unused pattern binding warningsNiko Matsakis-6/+6
2012-08-23Remove purity from fn_decl and move it out to containing AST elements.Michael Sullivan-4/+4
2012-08-23More complete fix to #3162 (borrowck bug related to access to rec fields)Niko Matsakis-4/+5