about summary refs log tree commit diff
path: root/src/libsyntax/attr.rs
AgeCommit message (Expand)AuthorLines
2012-09-28demode vecNiko Matsakis-8/+8
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-9/+0
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-2/+2
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-42/+42
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-42/+42
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+9
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-3/+3
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-1/+1
2012-09-10Make all moves explicit in libsyntaxTim Chevalier-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-1/+1
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-0/+7
2012-09-04libsyntax: "import" -> "use"Patrick Walton-6/+6
2012-08-26Camel case the option typeBrian Anderson-35/+35
2012-08-24fix some unused pattern binding warningsNiko Matsakis-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-22Merge find_linkage_attrs with find_linkage_metasTim Chevalier-15/+5
2012-08-22intern identifiersPaul Stansifer-61/+51
2012-08-15Convert more core types to camel caseBrian Anderson-7/+7
2012-08-07syntax: Make match arm parsing more restrictive againBrian Anderson-4/+4
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-16/+16
2012-08-05Switch alts to use arrowsBrian Anderson-49/+38
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-3/+3
2012-08-01Convert ret to returnBrian Anderson-21/+21
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-7/+7
2012-07-26Add #[inline(never)], and also fixed inlining on vec::pushEric Holk-1/+5
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-27/+28
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-7/+7
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-4/+4
2012-07-05Comments only: change TODOs to FIXMEs and annotate themTim Chevalier-1/+1
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-24/+20
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-2/+25
2012-07-01Convert to new closure syntaxBrian Anderson-8/+7
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-06-30initial draft of fix for issue #2498:Gareth Daniel Smith-2/+25
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-27/+27
2012-06-27Replace more vector + (issue #2719)Eric Holk-2/+2
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-6/+6
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-29/+29
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-11/+11
2012-06-14Comments only: annotate FIXMEsTim Chevalier-1/+2
2012-06-13Box AST identsBrian Anderson-25/+25
2012-06-07syntax: Add a lot of copy keywordsPatrick Walton-1/+2
2012-06-07syntax: Remove a bunch of implicit copiesPatrick Walton-30/+40
2012-06-02make vec fns/methods take imm slices.Niko Matsakis-7/+2
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+386