about summary refs log tree commit diff
path: root/src/libsyntax/ast_util.rs
AgeCommit message (Expand)AuthorLines
2014-01-13librustc: Remove `@` pointer patterns from the languagePatrick Walton-1/+10
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-84/+83
2014-01-06Disowned the Visitor.Eduard Burtescu-41/+14
2014-01-03librustc: Remove `@mut` support from the parserPatrick Walton-6/+6
2014-01-03libsyntax: Remove an unnecessary `@mut io::Reader`Patrick Walton-8/+10
2014-01-03libsyntax: De-`@mut` `SCTable`Patrick Walton-10/+14
2014-01-03libsyntax: De-`@mut` `SCTable::rename_memo`Patrick Walton-4/+5
2014-01-03libsyntax: De-`@mut` `SCTable::mark_memo`Patrick Walton-4/+5
2014-01-03libsyntax: De-`@mut` `SCTable::table`Patrick Walton-13/+36
2014-01-03libsyntax: De-`@mut` the resolve tablePatrick Walton-5/+8
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-1/+1
2013-12-12Remove fk_anonSeo Sanghyeon-1/+1
2013-12-11Make 'self lifetime illegal.Erik Price-7/+7
2013-12-01auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichtonbors-1/+1
2013-12-01ast: Remove one `@` and fix the falloutPhilipp Brüschweiler-1/+1
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-22/+11
2013-11-28Register new snapshotsAlex Crichton-8/+8
2013-11-26auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichtonbors-15/+9
2013-11-27Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64.Eduard Burtescu-15/+9
2013-11-26libsyntax: Remove all non-`proc` `do` syntax.Patrick Walton-2/+2
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1
2013-11-26Take &Pat in visit_patSeo Sanghyeon-1/+1
2013-11-25Take &PatSeo Sanghyeon-1/+1
2013-11-19libsyntax: Change all uses of `&fn` to `||`.Patrick Walton-3/+3
2013-11-18Use '..' as slice wildcard in vectorsBrian Anderson-1/+1
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-3/+5
2013-10-25libsyntax/librustc: Allow mut qualifier in patterns.Luqman Aden-1/+1
2013-10-24Remove even more of std::ioAlex Crichton-2/+1
2013-10-22libsyntax/librustc: Allow specifying mut on by-value self.Luqman Aden-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-10/+10
2013-10-09option: rewrite the API to use compositionDaniel Micay-3/+3
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-1/+1
2013-10-07Extract privacy checking from name resolutionAlex Crichton-26/+0
2013-10-03Rewrite lint passes with less visitor cruftAlex Crichton-23/+17
2013-10-02auto merge of #9665 : alexcrichton/rust/snapshot, r=brsonbors-2/+2
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-2/+2
2013-10-01auto merge of #9560 : pcwalton/rust/xc-tuple-structs, r=pcwaltonbors-0/+11
2013-10-01librustc: Inline cross-crate tuple struct constructorsPatrick Walton-0/+11
2013-10-01remove the `float` typeDaniel Micay-1/+1
2013-09-30syntax: Remove usage of fmt!Alex Crichton-10/+10
2013-09-24renumbered due to bug shufflingJohn Clements-5/+5
2013-09-23librustc: Change the ID visitor to use traits instead of garbage-collected fu...Patrick Walton-31/+46
2013-09-23librustc: Change fold to use traits instead of `@fn`.Patrick Walton-16/+0
2013-09-18Register new snapshotsAlex Crichton-2/+2
2013-09-16auto merge of #9187 : lkuper/rust/no-simplevisitor, r=catamorphismbors-2/+2
2013-09-14Kill off method impls made redundant by default methods.Lindsey Kuper-39/+0
2013-09-14Get rid of unused SimpleVisitor stuff.Lindsey Kuper-2/+2
2013-09-11Properly encode/decode structural variants.SiegeLord-2/+2
2013-09-10auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo...bors-0/+16