about summary refs log tree commit diff
path: root/src/libsyntax/ast_map.rs
AgeCommit message (Expand)AuthorLines
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-336/+442
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-2/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-1/+1
2014-02-02libsyntax: Remove `@str` from the internerPatrick Walton-8/+18
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-21/+6
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-1/+1
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-2/+2
2014-01-19syntax: convert ast_map to use a SmallIntMap.Huon Wilson-37/+79
2014-01-13librustc: Remove `@` pointer patterns from the languagePatrick Walton-2/+6
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-165/+158
2014-01-06Disowned the Visitor.Eduard Burtescu-215/+150
2014-01-03librustc: Remove `@mut` support from the typechecker and borrow checkerPatrick Walton-1/+1
2014-01-03libsyntax: De-`@mut` (and de-`@`) the AST mapping contextPatrick Walton-4/+4
2014-01-03libsyntax: De-`@mut` the path in the AST mapping contextPatrick Walton-12/+25
2014-01-03librustc: De-`@mut` the AST mapPatrick Walton-33/+61
2014-01-03librustc: De-`@mut` the span handlerPatrick Walton-3/+3
2014-01-01auto merge of #11255 : klutzy/rust/small-cleanup, r=pcwaltonbors-4/+4
2014-01-02syntax: expand impl_pretty_name to handle more cases.Huon Wilson-16/+61
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-4/+4
2013-12-19Generalize item_span into node_span, which works on more types.Edward Z. Yang-5/+14
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-15/+11
2013-11-28Register new snapshotsAlex Crichton-13/+13
2013-11-26libsyntax: Remove all non-`proc` `do` syntax.Patrick Walton-2/+2
2013-11-26Take &Pat in visit_patSeo Sanghyeon-2/+2
2013-11-24Add comments to ast, ast_map, ty, and pat_utilKiet Tran-0/+6
2013-11-19libsyntax: Change all uses of `&fn` to `||`.Patrick Walton-4/+3
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-0/+12
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-10-10Remove named extern blocks from the ASTAlex Crichton-7/+1
2013-10-01librustc: Inline cross-crate tuple struct constructorsPatrick Walton-2/+2
2013-09-30syntax: Remove usage of fmt!Alex Crichton-17/+17
2013-09-15debuginfo: Basic support for trait objects.Michael Woerister-0/+10
2013-09-13Refactor libsyntax Visitor impls to use default methods.Lindsey Kuper-77/+1
2013-09-06Remove even more usage of clownshoes in symbolsAlex Crichton-23/+23
2013-09-04auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonwbors-13/+63
2013-09-04Improve name mangling for gdbAlex Crichton-29/+40
2013-09-04debuginfo: Fixed some merge falloutMichael Woerister-1/+1
2013-09-04debuginfo: Support for variables captured in closures and closure type descri...Michael Woerister-4/+4
2013-09-04Implement support for indicating the stability of items.Huon Wilson-0/+20
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-16/+16
2013-09-02Remove __extensions__ in names for a "pretty name"Alex Crichton-5/+36
2013-09-02Fix inner statics having the same symbol nameAlex Crichton-0/+8
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-7/+7
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-5/+5
2013-08-22Add `self` to the ast_map for provided methods. Closes #8010.Michael Sullivan-5/+11
2013-08-15Switch to new <V:Visitor> visitor (rather than @Visitor).Felix S. Klock II-51/+52
2013-08-11libsyntax: Update from `@Object` to `@mut Object` as requiredNiko Matsakis-25/+25
2013-08-05Make node_id_to_str print more useful info in some cases. Closes #2410.Michael Sullivan-4/+4
2013-08-03remove obsolete `foreach` keywordDaniel Micay-7/+7