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 (
Collapse
)
Author
Age
Files
Lines
*
use a precedence table for operator parsing
Marijn Haverbeke
2011-03-07
1
-131
/
+65
|
*
Remove typestate workarounds
Brian Anderson
2011-03-06
2
-25
/
+10
|
*
Make ret and fail stmts have 0 out-edges, Closes #250.
Graydon Hoare
2011-03-05
1
-4
/
+1
|
*
Parse (and generally ignore) constraints and constrained types.
Graydon Hoare
2011-03-04
2
-1
/
+76
|
*
Parse meta directives in crates.
Graydon Hoare
2011-03-04
2
-15
/
+22
|
*
Remove some erroneous FIXMEs from #fmt parser
Brian Anderson
2011-03-02
1
-2
/
+0
|
*
Comment-out some logging chatter in extfmt.
Graydon Hoare
2011-03-02
1
-6
/
+6
|
*
Parse, add to AST, and otherwise ignore 'export' view items. Need to add ↵
Graydon Hoare
2011-03-02
2
-11
/
+34
|
|
|
|
support to resolve.
*
Finish #fmt string parsing. Completely untested.
Brian Anderson
2011-03-02
1
-7
/
+89
|
*
Add debug logging for #fmt conv. Implement peek_num fn
Brian Anderson
2011-03-02
1
-21
/
+123
|
*
Whitespace cleanup
Brian Anderson
2011-03-02
2
-6
/
+6
|
*
Remove unused is_ext_expr
Brian Anderson
2011-03-02
1
-11
/
+0
|
*
Make the expanded expression in expr_ext not optional
Brian Anderson
2011-03-02
2
-2
/
+2
|
*
Add pretty printing for expr_call, expr_path, and more literals
Brian Anderson
2011-03-02
1
-3
/
+37
|
*
Remove debug logging from extfmt
Brian Anderson
2011-03-02
1
-13
/
+0
|
*
Implement #fmt conversion for int and uint
Brian Anderson
2011-03-02
1
-8
/
+107
|
*
Start generating AST nodes for #fmt
Brian Anderson
2011-03-02
1
-8
/
+34
|
*
Begin an AST pretty-printer
Brian Anderson
2011-03-02
1
-0
/
+51
|
*
Rewrite expand_syntax_ext to avoid a mysterious memory leak
Brian Anderson
2011-03-02
1
-21
/
+18
|
*
Parse parameter types for fmt extension
Brian Anderson
2011-03-02
1
-28
/
+120
|
*
Begin work on #fmt parsing
Brian Anderson
2011-03-02
2
-3
/
+98
|
*
Begin implementing #fmt in rustc
Brian Anderson
2011-03-02
3
-2
/
+130
|
*
Parse (and ignore) dtors on objs.
Graydon Hoare
2011-03-01
2
-10
/
+23
|
*
Implement the gross rustboot hack for contextual parser access to the ↵
Graydon Hoare
2011-03-01
1
-4
/
+18
|
|
|
|
compilation environment.
*
Populate default compilation environment as in rustboot.
Graydon Hoare
2011-03-01
2
-3
/
+10
|
*
Fix typo in crate directive evaluator.
Graydon Hoare
2011-02-25
1
-1
/
+1
|
*
Pass the abi of native functions all the way to codegen.
Rafael Ávila de Espíndola
2011-02-25
1
-2
/
+2
|
*
There are no native iterators (or at least they are not going to be supported
Rafael Ávila de Espíndola
2011-02-25
2
-16
/
+17
|
|
|
|
soon.).
*
Support the awful alt-else form in rustboot's cexp grammar, at least ↵
Graydon Hoare
2011-02-24
1
-0
/
+17
|
|
|
|
transiently. Remove in the future.
*
Connect the crate and source parsers together.
Graydon Hoare
2011-02-24
1
-2
/
+58
|
*
Handle the mutant 'let'-block directive in rustboot, temporarily.
Graydon Hoare
2011-02-24
1
-0
/
+15
|
*
Factor crate expr evaluator out of parser, expand to simple scalars and ops, ↵
Graydon Hoare
2011-02-24
3
-81
/
+452
|
|
|
|
if, alt.
*
Parse crate directive tree in one pass, then evaluate it in a second.
Graydon Hoare
2011-02-24
2
-33
/
+96
|
*
Add a type for crate directives, to support intermixing with exprs in crate ↵
Graydon Hoare
2011-02-23
1
-0
/
+14
|
|
|
|
files.
*
Parse auth clauses, drop them on the floor. Nothing exists to use them yet ↵
Graydon Hoare
2011-02-23
1
-0
/
+9
|
|
|
|
anyways.
*
Use the computed abi :-(
Rafael Ávila de Espíndola
2011-02-23
1
-1
/
+1
|
*
Parse the abi in native modules.
Rafael Ávila de Espíndola
2011-02-23
2
-11
/
+39
|
*
Teach rustc about reserved keywords
Brian Anderson
2011-02-22
1
-1
/
+16
|
*
Rename std._io to std.io since 'io' is no longer a keyword
Brian Anderson
2011-02-22
2
-3
/
+3
|
*
Make a tag for iterness / fnness, teach many places about it.
Graydon Hoare
2011-02-18
2
-42
/
+60
|
*
More typechecking for native types and the needed plumbing in codegen.
Rafael Avila de Espindola
2011-02-16
2
-3
/
+4
|
*
Add _mutable unop.
Graydon Hoare
2011-02-15
2
-0
/
+8
|
*
Fix missing path in expr_ext.
Graydon Hoare
2011-02-15
2
-2
/
+3
|
*
Add basic front-end support for 'for each' loops.
Graydon Hoare
2011-02-14
2
-1
/
+17
|
*
Add basic front-end support for expr_put.
Graydon Hoare
2011-02-14
2
-0
/
+16
|
*
Move all non-decl/non-expr stmts to exprs.
Graydon Hoare
2011-02-14
2
-63
/
+63
|
*
Adjust commented-out diagnostic log statement in parser.rs.
Graydon Hoare
2011-02-14
1
-1
/
+2
|
*
Add parse support for expr_ext.
Graydon Hoare
2011-02-14
2
-0
/
+12
|
*
Expand expr_rec to take its optional trailing 'with' parameter.
Graydon Hoare
2011-02-14
2
-10
/
+33
|
*
Support indexing pat_lit.
Graydon Hoare
2011-02-10
1
-0
/
+1
|
[next]