about summary refs log tree commit diff
path: root/src/libsyntax/ast_map.rs
AgeCommit message (Expand)AuthorLines
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
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-189/+288
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-7/+7
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-4/+4
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-4/+4
2013-07-18Silence various warnings in bootstrap build.Felix S. Klock II-1/+0
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-28/+10
2013-07-17Made ast::blk not use spanned<T> anymore.Michael Woerister-1/+1
2013-07-11Get cross crate static default methods working. Closes #7569.Michael Sullivan-5/+8
2013-07-07De-managed ast::PathJames Miller-1/+1
2013-06-27Remove many shared pointersPhilipp Brüschweiler-1/+1
2013-06-25great renaming propagation: syntaxCorey Richardson-5/+3
2013-06-23Add 'static mut' items to the languageAlex Crichton-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-6/+6
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-10/+10
2013-06-12Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple.Felix S. Klock II-18/+18
2013-06-11option: remove redundant old_iter implsDaniel Micay-2/+6
2013-06-11fix tests, remove some warningsHuon Wilson-1/+0
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-1/+1
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-1/+1
2013-06-05interner just uses uints, not idents with syntax contextJohn Clements-10/+10
2013-06-05syntax: Remove an unnecessary allocation.Huon Wilson-2/+2
2013-06-01syntax: move callee_id into the expr_ variantsErick Tryzelaar-11/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-1/+1
2013-05-14syntax: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-5/+5
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-36/+1
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-8/+0
2013-05-01rustc: remove the rest of dropErick Tryzelaar-28/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-35/+34