about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2013-04-10std: rename {read,emit}_field to {read,emit}_struct_fieldErick Tryzelaar-5/+5
2013-04-10std: clean up the order of {De,En}codable methodsErick Tryzelaar-7/+7
2013-04-10syntax: update a deriving error message to use the new syntaxErick Tryzelaar-5/+3
2013-04-10syntax: match variants use 4 space indent by defaultErick Tryzelaar-8/+7
2013-04-10Bump version to 0.7-preBrian Anderson-3/+3
2013-04-10libsyntax comments onlyJohn Clements-17/+46
2013-04-10unneccessary since tjc's commit 78ec6fe30cf2b, fixing #2804John Clements-4/+0
2013-04-10removed eval.rs: dead codeJohn Clements-174/+0
2013-04-10path -> PathJohn Clements-67/+67
2013-04-09auto merge of #5802 : nikomatsakis/rust/issue-4183-trait-substs, r=nikomatsakisbors-0/+10
2013-04-09Bump version to 0.7-preBrian Anderson-3/+3
2013-04-09Cleanup substitutions and treatment of generics around traits in a number of ...Niko Matsakis-0/+10
2013-04-08auto merge of #5787 : alexcrichton/rust/less-mut-fields, r=catamorphismbors-15/+11
2013-04-08Removing no longer needed unsafe blocksAlex Crichton-15/+11
2013-04-08libsyntax: fail lexing with an error message on an int literal larger than 2^64.Huon Wilson-2/+9
2013-04-05Fix various warnings, NOTEs, etcNiko Matsakis-1/+1
2013-04-05Refactor so that references to traits are not represented using a type with aNiko Matsakis-37/+45
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-1/+2
2013-04-03auto merge of #5696 : thestinger/rust/hashmap, r=sanxiynbors-42/+42
2013-04-03auto merge of #5559 : jbclements/rust/change-to-tt-based-parsing, r=jbclementsbors-33/+122
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-42/+42
2013-04-03hashmap: rm linear namespaceDaniel Micay-9/+9
2013-03-31Fix warningsBrian Anderson-8/+5
2013-03-30libsyntax: Update abi constants. Fixes #5423.Luqman Aden-5/+2
2013-03-30auto merge of #5630 : erickt/rust/serial, r=ericktbors-29/+15
2013-03-30syntax: fix auto_encode test.Erick Tryzelaar-4/+4
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-133/+588
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-46/+33
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-3/+3
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-46/+33
2013-03-29change to parsing using ttsJohn Clements-1/+43
2013-03-29commenting parserJohn Clements-4/+50
2013-03-29field renamingJohn Clements-28/+29
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-62/+45
2013-03-29std: add Encoder::emit_map and Decoder::read_mapErick Tryzelaar-0/+10
2013-03-29std: remove Encoder::read_rec and Decoder::emit_recErick Tryzelaar-3/+0
2013-03-29std: remove Encoder::emit_tup{,_elt} and Decoder::read_tup{,_elt}Erick Tryzelaar-7/+0
2013-03-29std: remove Encoder::emit_{owned,managed}_vec and Decoder::read_{owned,manage...Erick Tryzelaar-9/+2
2013-03-29std: remove Encoder::emit_{owned,managed} and Decoder::read_{owned,managed}Erick Tryzelaar-4/+0
2013-03-29std: remove Encoder::emit_{owned,managed}_str and Decoder::read_{owned,manage...Erick Tryzelaar-6/+3
2013-03-29auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiynbors-61/+40
2013-03-28auto merge of #5616 : pcwalton/rust/parenthesized-trait, r=brsonbors-1/+5
2013-03-28Removing unused importsAlex Crichton-61/+40
2013-03-28libsyntax: Don't allow `impl (Trait) for Type` (with the parentheses).Patrick Walton-1/+5
2013-03-28auto merge of #5593 : luqmana/rust/inline-asm, r=catamorphismbors-23/+50
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-87/+34
2013-03-28auto merge of #5596 : luqmana/rust/unit-struct, r=catamorphismbors-0/+4
2013-03-28auto merge of #5586 : pcwalton/rust/expr-repeat-vstore, r=graydonbors-8/+8
2013-03-27auto merge of #5578 : erickt/rust/incoming, r=jbclements,ericktbors-87/+292