summary refs log tree commit diff
path: root/src/libsyntax/ast_map.rs
AgeCommit message (Expand)AuthorLines
2014-03-28Rename Pod into CopyFlavio Percoco-1/+1
2014-03-22syntax: Fix fallout of removing get()Alex Crichton-7/+6
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-2/+1
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-1/+6
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-4/+4
2014-02-26Replace callee_id with information stored in method_map.Eduard Burtescu-13/+0
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-3/+5
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