about summary refs log tree commit diff
path: root/src/libsyntax/fold.rs
AgeCommit message (Expand)AuthorLines
2013-05-14syntax: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-12/+12
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-0/+1
2013-05-10Remove the '<->' operator from the languageAlex Crichton-3/+0
2013-05-08libcore: Fix more merge fallout.Patrick Walton-0/+1
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-10/+0
2013-05-01allow parsing attributes on struct fieldsErick Tryzelaar-1/+6
2013-05-01rustc: remove the rest of dropErick Tryzelaar-26/+0
2013-04-29librustc: Forbid type implementations on typedefs.Patrick Walton-1/+5
2013-04-29librustc: Remove the concept of modes from the compiler.Patrick Walton-1/+0
2013-04-27only use #[no_core] in libcoreDaniel Micay-4/+0
2013-04-10path -> PathJohn Clements-5/+5
2013-04-05Refactor so that references to traits are not represented using a type with aNiko Matsakis-1/+1
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-3/+4
2013-03-28auto merge of #5593 : luqmana/rust/inline-asm, r=catamorphismbors-7/+6
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-14/+0
2013-03-27auto merge of #5578 : erickt/rust/incoming, r=jbclements,ericktbors-2/+1
2013-03-27libsyntax: Allow selecting intel style asm.Luqman Aden-4/+1
2013-03-27libsyntax: use a struct for inline asm in ast.Luqman Aden-7/+9
2013-03-27Fix pretty-printer test failure by carrying the bound lifetime names throughNiko Matsakis-0/+1
2013-03-27syntax: fix pretty printing __log stmtsErick Tryzelaar-2/+1
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+2
2013-03-26option: rm functions that duplicate methodsDaniel Micay-4/+3
2013-03-18Now actually allow using constants in those constant expressions for [T * n].Luqman Aden-2/+2
2013-03-15Actually pass inline asm operands around.Luqman Aden-1/+8
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-24/+24
2013-03-12Parse inline assembly.Luqman Aden-0/+1
2013-03-11libsyntax: Remove newtype enums from libsyntax. rs=deenumPatrick Walton-13/+8
2013-03-11Implement vector destructuring from tailSeo Sanghyeon-3/+4
2013-03-07librustc: Stop parsing `assert`.Patrick Walton-1/+0
2013-03-07librustc: Remove record patterns from the compilerPatrick Walton-9/+0
2013-03-07libsyntax: Remove struct literal expressions from the compilerPatrick Walton-6/+0
2013-03-07librustc: Remove structural record types from the compilerPatrick Walton-1/+0
2013-03-03libsyntax: deny deprecated_self in libsyntaxErick Tryzelaar-2/+2
2013-03-02librustc: Stop parsing `fn@`, `fn~`, and `fn&`Patrick Walton-8/+0
2013-03-02libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defunPatrick Walton-35/+34
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-115/+124
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-108/+113
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-1/+2
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-30/+40
2013-02-27auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...bors-16/+33
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-16/+33
2013-02-27Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1/+1
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-1/+1
2013-02-26libsyntax: add some explicit refsErick Tryzelaar-6/+6
2013-02-25libsyntax: add some explicit copiesErick Tryzelaar-1/+1
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-384/+465
2013-02-25libsyntax: Convert ast::attribute_ to store a @meta_itemErick Tryzelaar-1/+1
2013-02-19libsyntax: make enum variants take refsErick Tryzelaar-21/+23
2013-02-19syntax: fix the indentation of a functionErick Tryzelaar-36/+36
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-1/+1