index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
front
Age
Commit message (
Collapse
)
Author
Lines
2011-03-07
Add a pretty-printer
Marijn Haverbeke
-0
/
+39
Adds a -pp option to the compiler which will cause it to simply pretty-print the given file.
2011-03-07
Permit view items in native modules.
Graydon Hoare
-5
/
+42
2011-03-07
Stage the last compile fix to put out fire. Thanks git.
Graydon Hoare
-0
/
+1
2011-03-07
Complain on unexpected native symbol, rather than failing with ↵
Graydon Hoare
-0
/
+3
none-exhaustive match.
2011-03-07
use a precedence table for operator parsing
Marijn Haverbeke
-131
/
+65
2011-03-06
Remove typestate workarounds
Brian Anderson
-25
/
+10
2011-03-05
Make ret and fail stmts have 0 out-edges, Closes #250.
Graydon Hoare
-4
/
+1
2011-03-04
Parse (and generally ignore) constraints and constrained types.
Graydon Hoare
-1
/
+76
2011-03-04
Parse meta directives in crates.
Graydon Hoare
-15
/
+22
2011-03-02
Remove some erroneous FIXMEs from #fmt parser
Brian Anderson
-2
/
+0
2011-03-02
Comment-out some logging chatter in extfmt.
Graydon Hoare
-6
/
+6
2011-03-02
Parse, add to AST, and otherwise ignore 'export' view items. Need to add ↵
Graydon Hoare
-11
/
+34
support to resolve.
2011-03-02
Finish #fmt string parsing. Completely untested.
Brian Anderson
-7
/
+89
2011-03-02
Add debug logging for #fmt conv. Implement peek_num fn
Brian Anderson
-21
/
+123
2011-03-02
Whitespace cleanup
Brian Anderson
-6
/
+6
2011-03-02
Remove unused is_ext_expr
Brian Anderson
-11
/
+0
2011-03-02
Make the expanded expression in expr_ext not optional
Brian Anderson
-2
/
+2
2011-03-02
Add pretty printing for expr_call, expr_path, and more literals
Brian Anderson
-3
/
+37
2011-03-02
Remove debug logging from extfmt
Brian Anderson
-13
/
+0
2011-03-02
Implement #fmt conversion for int and uint
Brian Anderson
-8
/
+107
2011-03-02
Start generating AST nodes for #fmt
Brian Anderson
-8
/
+34
2011-03-02
Begin an AST pretty-printer
Brian Anderson
-0
/
+51
2011-03-02
Rewrite expand_syntax_ext to avoid a mysterious memory leak
Brian Anderson
-21
/
+18
2011-03-02
Parse parameter types for fmt extension
Brian Anderson
-28
/
+120
2011-03-02
Begin work on #fmt parsing
Brian Anderson
-3
/
+98
2011-03-02
Begin implementing #fmt in rustc
Brian Anderson
-2
/
+130
2011-03-01
Parse (and ignore) dtors on objs.
Graydon Hoare
-10
/
+23
2011-03-01
Implement the gross rustboot hack for contextual parser access to the ↵
Graydon Hoare
-4
/
+18
compilation environment.
2011-03-01
Populate default compilation environment as in rustboot.
Graydon Hoare
-3
/
+10
2011-02-25
Fix typo in crate directive evaluator.
Graydon Hoare
-1
/
+1
2011-02-25
Pass the abi of native functions all the way to codegen.
Rafael Ávila de Espíndola
-2
/
+2
2011-02-25
There are no native iterators (or at least they are not going to be supported
Rafael Ávila de Espíndola
-16
/
+17
soon.).
2011-02-24
Support the awful alt-else form in rustboot's cexp grammar, at least ↵
Graydon Hoare
-0
/
+17
transiently. Remove in the future.
2011-02-24
Connect the crate and source parsers together.
Graydon Hoare
-2
/
+58
2011-02-24
Handle the mutant 'let'-block directive in rustboot, temporarily.
Graydon Hoare
-0
/
+15
2011-02-24
Factor crate expr evaluator out of parser, expand to simple scalars and ops, ↵
Graydon Hoare
-81
/
+452
if, alt.
2011-02-24
Parse crate directive tree in one pass, then evaluate it in a second.
Graydon Hoare
-33
/
+96
2011-02-23
Add a type for crate directives, to support intermixing with exprs in crate ↵
Graydon Hoare
-0
/
+14
files.
2011-02-23
Parse auth clauses, drop them on the floor. Nothing exists to use them yet ↵
Graydon Hoare
-0
/
+9
anyways.
2011-02-23
Use the computed abi :-(
Rafael Ávila de Espíndola
-1
/
+1
2011-02-23
Parse the abi in native modules.
Rafael Ávila de Espíndola
-11
/
+39
2011-02-22
Teach rustc about reserved keywords
Brian Anderson
-1
/
+16
2011-02-22
Rename std._io to std.io since 'io' is no longer a keyword
Brian Anderson
-3
/
+3
2011-02-18
Make a tag for iterness / fnness, teach many places about it.
Graydon Hoare
-42
/
+60
2011-02-16
More typechecking for native types and the needed plumbing in codegen.
Rafael Avila de Espindola
-3
/
+4
2011-02-15
Add _mutable unop.
Graydon Hoare
-0
/
+8
2011-02-15
Fix missing path in expr_ext.
Graydon Hoare
-2
/
+3
2011-02-14
Add basic front-end support for 'for each' loops.
Graydon Hoare
-1
/
+17
2011-02-14
Add basic front-end support for expr_put.
Graydon Hoare
-0
/
+16
2011-02-14
Move all non-decl/non-expr stmts to exprs.
Graydon Hoare
-63
/
+63
[prev]
[next]