about summary refs log tree commit diff
path: root/src/comp/syntax/parse
AgeCommit message (Expand)AuthorLines
2011-12-16Make polymorphic impl methods workMarijn Haverbeke-5/+6
2011-12-16Change syntax for implMarijn Haverbeke-6/+6
2011-12-16Make 1.f parse as a field access on the integer 1Marijn Haverbeke-1/+1
2011-12-16Make uses of self in impls compileMarijn Haverbeke-17/+1
2011-12-16Parse and resolve implementations.Marijn Haverbeke-5/+18
2011-12-15Iterate over an array when creating the parser's reserved word tableMarijn Haverbeke-38/+8
2011-12-14change syntax from lambda[send] to sendfnNiko Matsakis-79/+14
2011-12-14restructure, temporarily working around what looks like an LLVM bugNiko Matsakis-3/+37
2011-12-14remove extra trailing semicolonNiko Matsakis-1/+1
2011-12-14push changes through to get things compiling, if not running.Niko Matsakis-13/+19
2011-12-14first attempt, not happy with itNiko Matsakis-28/+30
2011-12-14define ty and update parser for sendable lambdasNiko Matsakis-6/+85
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-11/+14
2011-12-09Allow type annotations for blocksMarijn Haverbeke-10/+8
2011-12-08Error when parsing the empty record typeMarijn Haverbeke-0/+1
2011-12-08Allow binding of nested patternsMarijn Haverbeke-5/+6
2011-12-08Consider variant constructors pure functions for the purpose of purity checkingMarijn Haverbeke-1/+0
2011-12-07Remove stmt_crate_directive, it's vestigial and confusing.Graydon Hoare-18/+1
2011-12-07Change literal representation to not truncateMarijn Haverbeke-140/+87
2011-12-02parse: typeck: enabling trivial casts of tail-call return valuesStefan Plantikow-1/+1
2011-12-02Stop lexing -1 as a single tokenMarijn Haverbeke-62/+3
2011-12-02Allow literal patterns to contain arbitrary literal expressionsMarijn Haverbeke-9/+11
2011-11-30Box ast::path valuesMarijn Haverbeke-17/+16
2011-11-24rustc: Fix a bug in cdir attribute parsingBrian Anderson-0/+2
2011-11-24rustc: Add a path attribute for crate directivesHaitao Li-15/+16
2011-11-24rustc: Accepts `path` attributes for crate directivesHaitao Li-1/+3
2011-11-23Allow import directives in any blockMarijn Haverbeke-3/+4
2011-11-23Rollback return-by-referenceMarijn Haverbeke-26/+4
2011-11-23Remove last traces of auth keywordMarijn Haverbeke-14/+0
2011-11-22rustc: Allow trailing comma in record fieldsHaitao Li-28/+48
2011-11-22comp: allowed the declaration of pure fn's in native modsStefan Plantikow-0/+3
2011-11-22Add hacks to extract and compile tutorial codeMarijn Haverbeke-10/+0
2011-11-21rustc: Remove abi from ast::native_modHaitao Li-22/+3
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-35/+30
2011-11-18Add a pass-by-copy parameter passing conventionMarijn Haverbeke-1/+4
2011-11-18Preparation for kind system overhaulMarijn Haverbeke-13/+16
2011-11-17remove compile-command from local variable blocksNiko Matsakis-4/+0
2011-11-16Replace 'mutable?' with 'const'Brian Anderson-2/+1
2011-11-16rustc: Accept 'const' as synonym for 'mutable?'Brian Anderson-3/+6
2011-11-16Use attributes for native module ABI and link nameHaitao Li-46/+20
2011-11-16Use attributes for native module ABI and link name [temp]Haitao Li-1/+25
2011-11-16rustc: Use link_name attribute for native functionHaitao Li-3/+1
2011-11-10Cleanup unused importsHaitao Li-7/+3
2011-11-09Rename "c-stack-stdcall" ABI to "stdcall"Brian Anderson-2/+0
2011-11-09Rename "c-stack-cdecl" ABI to "cdecl"Brian Anderson-2/+0
2011-11-09Add "cdecl" as synonym for "c-stack-cdecl"Brian Anderson-0/+2
2011-11-09Add "stdcall" as synonym for "c-stack-stdcall"Brian Anderson-0/+2
2011-11-09rustc: Rename native_abi_c_stack_cdecl to native_abi_cdeclBrian Anderson-2/+2
2011-11-09rustc: Rename native_abi_c_stack_stdcall to native_abi_stdcallBrian Anderson-1/+1
2011-11-09Remove native "x86stdcall" ABIBrian Anderson-2/+0