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 (
Expand
)
Author
Lines
2011-01-13
Change single-ident expr_ident to greedy/fat multi-ident expr_path, to handle...
Graydon Hoare
-38
/
+71
2011-01-12
Change mod_index_entry to point directly to items and view_items.
Rafael Ávila de Espíndola
-49
/
+53
2011-01-10
Sketch support for reading multi-file crates in rustc. Add test, not yet work...
Graydon Hoare
-32
/
+138
2011-01-07
Add sufficient import support to compile some simple single-crate programs.
Rafael Ávila de Espíndola
-1
/
+0
2011-01-04
Add names from imports to the namespace.
Rafael Ávila de Espíndola
-3
/
+7
2011-01-04
Add support for looking up a name introduced by a 'use'.
Rafael Ávila de Espíndola
-11
/
+24
2011-01-04
Refactor the view_item code so that it is similar to the code used for
Rafael Ávila de Espíndola
-30
/
+40
2011-01-04
Rename use_or_import to view_item.
Rafael Ávila de Espíndola
-8
/
+8
2011-01-03
Split driver between parsing source files and crate files, by extension. Add ...
Graydon Hoare
-1
/
+8
2011-01-03
Actually return the correct node from the parser.
Graydon Hoare
-2
/
+1
2011-01-03
Remove missed debug chatter.
Graydon Hoare
-1
/
+0
2010-12-31
Add restricted-parse mode, and parse bind expressions.
Graydon Hoare
-10
/
+68
2010-12-31
Parse local item decls.
Graydon Hoare
-6
/
+36
2010-12-31
Index tag and obj items in decl stmts.
Graydon Hoare
-0
/
+6
2010-12-30
Add def id to ast for obj fields.
Graydon Hoare
-0
/
+1
2010-12-30
Record the ast of uses and imports.
Rafael Ávila de Espíndola
-21
/
+59
2010-12-24
Parse 'import' directives in rustc.
Rafael Ávila de Espíndola
-0
/
+44
2010-12-24
Parse 'use' directives in rustc.
Rafael Ávila de Espíndola
-0
/
+47
2010-12-21
rustc: Move type logic out of typeck so trans doesn't look like it's calling ...
Patrick Walton
-3
/
+2
2010-12-20
rustc: Add bind expressions to the AST
Patrick Walton
-0
/
+1
2010-12-16
Sketch trans_vtbl.
Graydon Hoare
-4
/
+5
2010-12-15
rustc: Lex '_' as an underscore, not as an identifier
Patrick Walton
-1
/
+4
2010-12-14
Add ty_obj to ast and parser.
Graydon Hoare
-7
/
+39
2010-12-14
Move call_expr parse rule to the place where it needs to be to understand com...
Graydon Hoare
-14
/
+13
2010-12-14
Add obj items to AST and parser.
Graydon Hoare
-26
/
+94
2010-12-12
rustc: Add a definition ID to tag patterns
Patrick Walton
-3
/
+5
2010-12-10
rustc: Resolve pattern bindings
Patrick Walton
-2
/
+22
2010-12-10
rustc: Add def ids to pattern bindings
Patrick Walton
-2
/
+2
2010-12-09
Fix another bug in expr_index parse rule.
Graydon Hoare
-1
/
+1
2010-12-09
Fix bug in parse rule for expr_index.
Graydon Hoare
-0
/
+5
2010-12-09
Add 'unexpected' fn to parser.
Graydon Hoare
-0
/
+6
2010-12-09
Fix token span tracking in lexer.
Graydon Hoare
-3
/
+7
2010-12-09
First sketch of support for const items, not including most of trans.
Graydon Hoare
-0
/
+23
2010-12-08
Add missing case to parse_ty, un-XFAIL cast.rs.
Graydon Hoare
-0
/
+1
2010-12-08
Implement binop= forms. Un-XFAIL bitwise.rs.
Graydon Hoare
-1
/
+24
2010-12-03
rustc: Add def ids to variant arguments so we can turn them into function arg...
Patrick Walton
-10
/
+11
2010-12-03
Parse layer and effect annotations.
Graydon Hoare
-10
/
+69
2010-12-03
Change 'stratum' to the friendlier term 'layer'.
Graydon Hoare
-2
/
+2
2010-12-01
Add code to fail on non-exhaustive alt matching. Fix all cases this picked up...
Graydon Hoare
-1
/
+6
2010-12-01
rustc: Annotate variants with their types. This may be useful for trans!
Patrick Walton
-2
/
+3
2010-12-01
rustc: Resolve tag variant names
Patrick Walton
-16
/
+44
2010-11-30
Tidy up structural types for rec, tup AST and typeck nodes.
Graydon Hoare
-34
/
+37
2010-11-30
rustc: Add def ids to variants
Patrick Walton
-2
/
+4
2010-11-29
rustc: Implement the block syntax discussed on the mailing list
Patrick Walton
-18
/
+100
2010-11-29
Add ty_rec and parse it.
Graydon Hoare
-0
/
+18
2010-11-29
Change mutability into a type constructor.
Graydon Hoare
-19
/
+5
2010-11-29
Change from bool to tag ast.mutability.
Graydon Hoare
-14
/
+25
2010-11-29
Add ast.ty_mutable.
Graydon Hoare
-1
/
+14
2010-11-24
rustc: Assign definition IDs to type params
Patrick Walton
-2
/
+8
2010-11-24
rustc: Parse type-parametric typedefs
Patrick Walton
-3
/
+5
[prev]
[next]