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
/
comp
/
front
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add restricted-parse mode, and parse bind expressions.
Graydon Hoare
2010-12-31
1
-10
/
+68
*
Parse local item decls.
Graydon Hoare
2010-12-31
1
-6
/
+36
*
Index tag and obj items in decl stmts.
Graydon Hoare
2010-12-31
1
-0
/
+6
*
Add def id to ast for obj fields.
Graydon Hoare
2010-12-30
1
-0
/
+1
*
Record the ast of uses and imports.
Rafael Ávila de Espíndola
2010-12-30
2
-21
/
+59
*
Parse 'import' directives in rustc.
Rafael Ávila de Espíndola
2010-12-24
1
-0
/
+44
*
Parse 'use' directives in rustc.
Rafael Ávila de Espíndola
2010-12-24
1
-0
/
+47
*
rustc: Move type logic out of typeck so trans doesn't look like it's calling ...
Patrick Walton
2010-12-21
1
-3
/
+2
*
rustc: Add bind expressions to the AST
Patrick Walton
2010-12-20
1
-0
/
+1
*
Sketch trans_vtbl.
Graydon Hoare
2010-12-16
2
-4
/
+5
*
rustc: Lex '_' as an underscore, not as an identifier
Patrick Walton
2010-12-15
1
-1
/
+4
*
Add ty_obj to ast and parser.
Graydon Hoare
2010-12-14
2
-7
/
+39
*
Move call_expr parse rule to the place where it needs to be to understand com...
Graydon Hoare
2010-12-14
1
-14
/
+13
*
Add obj items to AST and parser.
Graydon Hoare
2010-12-14
2
-26
/
+94
*
rustc: Add a definition ID to tag patterns
Patrick Walton
2010-12-12
2
-3
/
+5
*
rustc: Resolve pattern bindings
Patrick Walton
2010-12-10
2
-2
/
+22
*
rustc: Add def ids to pattern bindings
Patrick Walton
2010-12-10
2
-2
/
+2
*
Fix another bug in expr_index parse rule.
Graydon Hoare
2010-12-09
1
-1
/
+1
*
Fix bug in parse rule for expr_index.
Graydon Hoare
2010-12-09
1
-0
/
+5
*
Add 'unexpected' fn to parser.
Graydon Hoare
2010-12-09
1
-0
/
+6
*
Fix token span tracking in lexer.
Graydon Hoare
2010-12-09
1
-3
/
+7
*
First sketch of support for const items, not including most of trans.
Graydon Hoare
2010-12-09
2
-0
/
+23
*
Add missing case to parse_ty, un-XFAIL cast.rs.
Graydon Hoare
2010-12-08
1
-0
/
+1
*
Implement binop= forms. Un-XFAIL bitwise.rs.
Graydon Hoare
2010-12-08
3
-1
/
+24
*
rustc: Add def ids to variant arguments so we can turn them into function arg...
Patrick Walton
2010-12-03
2
-10
/
+11
*
Parse layer and effect annotations.
Graydon Hoare
2010-12-03
2
-10
/
+69
*
Change 'stratum' to the friendlier term 'layer'.
Graydon Hoare
2010-12-03
1
-2
/
+2
*
Add code to fail on non-exhaustive alt matching. Fix all cases this picked up...
Graydon Hoare
2010-12-01
1
-1
/
+6
*
rustc: Annotate variants with their types. This may be useful for trans!
Patrick Walton
2010-12-01
2
-2
/
+3
*
rustc: Resolve tag variant names
Patrick Walton
2010-12-01
2
-16
/
+44
*
Tidy up structural types for rec, tup AST and typeck nodes.
Graydon Hoare
2010-11-30
2
-34
/
+37
*
rustc: Add def ids to variants
Patrick Walton
2010-11-30
2
-2
/
+4
*
rustc: Implement the block syntax discussed on the mailing list
Patrick Walton
2010-11-29
2
-18
/
+100
*
Add ty_rec and parse it.
Graydon Hoare
2010-11-29
2
-0
/
+18
*
Change mutability into a type constructor.
Graydon Hoare
2010-11-29
2
-19
/
+5
*
Change from bool to tag ast.mutability.
Graydon Hoare
2010-11-29
2
-14
/
+25
*
Add ast.ty_mutable.
Graydon Hoare
2010-11-29
2
-1
/
+14
*
rustc: Assign definition IDs to type params
Patrick Walton
2010-11-24
2
-2
/
+8
*
rustc: Parse type-parametric typedefs
Patrick Walton
2010-11-24
2
-3
/
+5
*
rustc: Parse type-parametric tags
Patrick Walton
2010-11-24
2
-9
/
+14
*
rustc: Parse type-parametric functions
Patrick Walton
2010-11-24
2
-3
/
+12
*
rustc: Don't require a semicolon after an "alt" statement
Patrick Walton
2010-11-24
1
-0
/
+6
*
rustc: Add patterns to fold
Patrick Walton
2010-11-24
2
-9
/
+15
*
rustc: Parse simple patterns
Patrick Walton
2010-11-24
2
-0
/
+87
*
rustc: Parse tag items. Currently segfaults in copy glue.
Patrick Walton
2010-11-24
2
-0
/
+52
*
Support mach types in rustc, enable 5 more tests.
Graydon Hoare
2010-11-22
3
-34
/
+101
*
Accumulate type paths as we parse, rather than throwing them away.
Graydon Hoare
2010-11-22
1
-0
/
+1
*
rustc: "expectied" -> "expected" in parser.rs; also say what was found
Patrick Walton
2010-11-22
1
-1
/
+3
*
Fix lexer bug, enable 5 more tests on rustc.
Graydon Hoare
2010-11-22
1
-1
/
+1
*
rustc: First stab at a typechecker
Patrick Walton
2010-11-19
1
-1
/
+4
[next]