about summary refs log tree commit diff
path: root/src/libsyntax/ast.rs
AgeCommit message (Expand)AuthorLines
2013-05-23core: remove iter_bytes helper functionsErick Tryzelaar-6/+16
2013-05-22librustc: Change `std` to `extra` throughout libsyntax and librustcPatrick Walton-5/+5
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-20getting rid of interner_key! macroJohn Clements-18/+6
2013-05-20hygiene infrastructure.John Clements-3/+11
2013-05-19Register snapshotsBrian Anderson-108/+0
2013-05-16Add BuiltinBounds to closure type: parse and handle subtyping,Niko Matsakis-1/+2
2013-05-16syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].Huon Wilson-234/+78
2013-05-14auto merge of #6224 : erickt/rust/rustc-cleanup, r=ericktbors-4/+45
2013-05-14rustc: rename ast::self_ty and related fields to explicit_selfErick Tryzelaar-6/+6
2013-05-14syntax: add IterBytes impls for some ast typesErick Tryzelaar-0/+41
2013-05-14Add inlining for iter_bytes for types used as hashmap keysBjörn Steinbrink-0/+2
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