about summary refs log tree commit diff
path: root/src/libsyntax/visit.rs
AgeCommit message (Expand)AuthorLines
2013-05-14syntax: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-6/+6
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-0/+1
2013-05-10Remove the '<->' operator from the languageAlex Crichton-4/+0
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-49/+3
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-8/+0
2013-05-01rustc: remove the rest of dropErick Tryzelaar-41/+3
2013-04-30new borrow checker (mass squash)Niko Matsakis-0/+6
2013-04-27only use #[no_core] in libcoreDaniel Micay-2/+0
2013-04-19syntax: de-mode and prepare for de-modeing rustcAlex Crichton-52/+52
2013-04-10path -> PathJohn Clements-1/+1
2013-04-05Refactor so that references to traits are not represented using a type with aNiko Matsakis-5/+9
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-10/+20
2013-03-28auto merge of #5593 : luqmana/rust/inline-asm, r=catamorphismbors-3/+3
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-3/+0
2013-03-27libsyntax: use a struct for inline asm in ast.Luqman Aden-3/+3
2013-03-27syntax: fix pretty printing __log stmtsErick Tryzelaar-1/+1
2013-03-18Now actually allow using constants in those constant expressions for [T * n].Luqman Aden-1/+4
2013-03-15Fix type_use for inline asm.Luqman Aden-2/+2
2013-03-15Actually pass inline asm operands around.Luqman Aden-1/+8
2013-03-12Parse inline assembly.Luqman Aden-0/+1
2013-03-11Implement vector destructuring from tailSeo Sanghyeon-3/+6
2013-03-07librustc: Stop parsing `assert`.Patrick Walton-2/+1
2013-03-07librustc: Remove record patterns from the compilerPatrick Walton-5/+0
2013-03-07libsyntax: Remove struct literal expressions from the compilerPatrick Walton-4/+0
2013-03-07librustc: Remove structural record types from the compilerPatrick Walton-5/+0
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-5/+5
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-6/+6
2013-03-04Remove unused imports throughout src/Alex Crichton-3/+0
2013-03-03replace option::iter with a BaseIter implDaniel Micay-6/+6
2013-03-02librustc: Stop parsing `fn@`, `fn~`, and `fn&`Patrick Walton-11/+0
2013-03-02libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defunPatrick Walton-71/+70
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-0/+1
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-0/+1
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-57/+90
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-53/+69
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-200/+225
2013-02-25libsyntax: convert visit to pass ty_params by referenceErick Tryzelaar-122/+149
2013-02-25libsyntax: minor cleanupErick Tryzelaar-23/+24
2013-02-19libsyntax: make enum variants take refsErick Tryzelaar-17/+45
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-6/+9
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-1/+0
2013-01-31Workaround for #4717: pad contents of ast. rs=breakageNiko Matsakis-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-7/+6
2013-01-29libsyntax: De-export libsyntax. rs=deexportingPatrick Walton-46/+48
2013-01-15librustc: Make the default sigil for block lambdas `&` instead of `@`.Graydon Hoare-1/+2
2013-01-10librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakisPatrick Walton-2/+5
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-108/+116
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2