summary refs log tree commit diff
path: root/src/rustc/front/config.rs
AgeCommit message (Expand)AuthorLines
2012-09-28demode vecNiko Matsakis-13/+10
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-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-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-3/+3
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-3/+3
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-04Remove 'with'Brian Anderson-2/+2
2012-09-04rustc: "import" -> "use"Patrick Walton-1/+1
2012-08-29Allow extern mods to be anonymousTim Chevalier-0/+1
2012-08-26Camel case the option typeBrian Anderson-13/+13
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-4/+4
2012-08-01Convert ret to returnBrian Anderson-12/+16
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-07-10Get rid of places that expected foo.bar to implicitly bind.Michael Sullivan-5/+5
2012-07-09Allow folds to drop items.Paul Stansifer-1/+1
2012-07-09rustc: Conditionally compile view items. #2357Brian Anderson-6/+24
2012-07-01Convert to new closure syntaxBrian Anderson-9/+9
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-3/+3
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-8/+8
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-3/+3
2012-06-20Remove bind. Issue #2189Brian Anderson-6/+6
2012-05-21remove mutable cycle from ast_foldNiko Matsakis-4/+4
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-03-29rustc: Remove the rustsyntax::attr wrapper in frontBrian Anderson-1/+1
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+134