about summary refs log tree commit diff
path: root/src/libsyntax/ast.rs
AgeCommit message (Expand)AuthorLines
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-2/+2
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-0/+3
2013-05-11clean up the last bit of warningsCorey Richardson-1/+0
2013-05-10Remove the '<->' operator from the languageAlex Crichton-1/+0
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-0/+83
2013-05-10auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoanbors-2/+2
2013-05-10syntax: Use the new `for` protocolAlex Crichton-0/+83
2013-05-10Move core::task::local_data to core::local_dataYoungsoo Son-2/+2
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-1/+1
2013-05-08librustc: Remove mutable fields from the language.Patrick Walton-12/+25
2013-05-04Register snapshotsBrian Anderson-31/+0
2013-05-02librustc: Update the serializer to work properly with INHTWAMA, removing muta...Patrick Walton-3/+35
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-9/+0
2013-05-01auto merge of #6148 : erickt/rust/remove-drop, r=pcwaltonbors-17/+2
2013-05-01allow parsing attributes on struct fieldsErick Tryzelaar-0/+1
2013-05-01rustc: remove the rest of dropErick Tryzelaar-17/+1
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-1/+1
2013-04-29librustc: Remove the concept of modes from the compiler.Patrick Walton-39/+1
2013-04-22librustc: Remove `use mod` from the languagePatrick Walton-6/+1
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-1/+1
2013-04-19syntax: de-mode and prepare for de-modeing rustcAlex Crichton-14/+14
2013-04-16added MTWT functionsJohn Clements-25/+99
2013-04-16move interner_key macroJohn Clements-8/+0
2013-04-12auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed...bors-9/+0
2013-04-10Issue #5656: Make &self not mean "&'self self"Niko Matsakis-9/+0
2013-04-10path -> PathJohn Clements-12/+12
2013-04-05Refactor so that references to traits are not represented using a type with aNiko Matsakis-1/+1
2013-04-05Compute a ty::method for methods that appear in impls as wellNiko Matsakis-0/+9
2013-04-05Rather than storing a list of ty::method per trait, store one ty::methodNiko Matsakis-0/+1
2013-03-31Fix warningsBrian Anderson-1/+1
2013-03-30auto merge of #5630 : erickt/rust/serial, r=ericktbors-2/+2
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-35/+6
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-1/+1
2013-03-29std: remove Encoder::emit_{owned,managed}_str and Decoder::read_{owned,manage...Erick Tryzelaar-2/+2
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-28auto merge of #5593 : luqmana/rust/inline-asm, r=catamorphismbors-4/+22
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-2/+0
2013-03-27auto merge of #5578 : erickt/rust/incoming, r=jbclements,ericktbors-8/+1
2013-03-27libsyntax: Allow selecting intel style asm.Luqman Aden-1/+10
2013-03-27libsyntax: use a struct for inline asm in ast.Luqman Aden-4/+13
2013-03-27auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=...bors-1/+0
2013-03-27Fix pretty-printer test failure by carrying the bound lifetime names throughNiko Matsakis-0/+1
2013-03-27syntax: Remove deprecated expr_vstore_fixedErick Tryzelaar-1/+0
2013-03-27syntax: fix pretty printing __log stmtsErick Tryzelaar-7/+1
2013-03-27remove sty_by_ref, though traces still remain due to dtorsNiko Matsakis-1/+0
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-0/+1
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-2/+2
2013-03-22librustc: Remove `pure` from libsyntax and librustc.Patrick Walton-22/+22
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-1/+1
2013-03-22syntax: replace uses of old deriving attribute with new oneAndrew Paseltiner-85/+85