index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
boot
/
fe
/
ast.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added forgotten handling for alt_type_else, and also for stmt_note
Or Brostovski
2010-08-06
1
-10
/
+26
*
Added AST pretty printing for slice expression
Or Brostovski
2010-08-06
1
-1
/
+28
*
Added AST logging, and modified AST for consistent handling of alt stmts.
Or Brostovski
2010-08-06
1
-18
/
+57
*
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...
Graydon Hoare
2010-07-27
1
-7
/
+10
*
Add pretty-printing for alt-tag statements.
Graydon Hoare
2010-07-23
1
-1
/
+32
*
Rename STMT_init_* to STMT_new_*; former name was confusing.
Graydon Hoare
2010-07-23
1
-14
/
+14
*
Source FIXME annotations for issue #81 and a correction to STMT_bind fmt.
Roy Frostig
2010-07-22
1
-1
/
+1
*
Tidy up handling of unimplemented features. These are expected (if undesirabl...
Graydon Hoare
2010-07-20
1
-0
/
+12
*
Fix opeq.rs for LLVM by implementing simple augmented-assignment operators.
Jeffrey Yasskin
2010-07-20
1
-0
/
+1
*
Make the LLVM compiler crash when it hits a source construct it doesn't know
Jeffrey Yasskin
2010-07-20
1
-0
/
+2
*
Make mutability no longer a type constructor
Patrick Walton
2010-07-15
1
-9
/
+20
*
Desugar the head stmts all the way out of STMT_for, rather than stashing them...
Graydon Hoare
2010-07-13
1
-3
/
+2
*
Merge branch 'contrib'
Graydon Hoare
2010-07-12
1
-3
/
+3
|
\
|
*
Fix formatting trivia in Ast.fmt_stmt_body.
Jason Orendorff
2010-07-13
1
-3
/
+3
*
|
Wrap long line.
Graydon Hoare
2010-07-12
1
-1
/
+2
*
|
Add a ty_children function to enumerate the children of any type
Patrick Walton
2010-07-12
1
-0
/
+26
|
/
*
Merge branch 'exterior_and_mutable_types' of
[email protected]
:graydon/rust into...
Graydon Hoare
2010-07-02
1
-5
/
+9
|
\
|
*
Allow formatting individual decl_params
Patrick Walton
2010-07-02
1
-5
/
+9
*
|
Parse effect-qualified type definitions.
Graydon Hoare
2010-07-02
1
-6
/
+9
|
/
*
Catch ast pretty-printer up with init-tup syntax.
Graydon Hoare
2010-07-01
1
-1
/
+1
*
Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ke...
Graydon Hoare
2010-06-30
1
-6
/
+6
*
Improve logging in type.ml, give it indentation and per-statement context.
Graydon Hoare
2010-06-30
1
-1
/
+3
*
Fix recently-broken lval formatter.
Graydon Hoare
2010-06-30
1
-0
/
+2
*
Add a COMP_deref to lvals for explicit-derefs, modify typechecker to implicit...
Graydon Hoare
2010-06-30
1
-14
/
+12
*
Fix exterior formatter.
Graydon Hoare
2010-06-30
1
-1
/
+1
*
Initial stab at lowering mutable and exterior into the type system.
Graydon Hoare
2010-06-29
1
-41
/
+60
*
Resolve and typecheck patterns in pattern alt redux. This time featuring way...
Roy Frostig
2010-06-25
1
-1
/
+7
*
Add fmt module, move out some common format helpers, add instruction-selectio...
Graydon Hoare
2010-06-24
1
-25
/
+1
*
Resolve and typecheck patterns in pattern alt.
Roy Frostig
2010-06-24
1
-1
/
+1
*
Populate tree.
Graydon Hoare
2010-06-23
1
-0
/
+1360