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
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 ↵
Graydon Hoare
-14
/
+13
complex calls.
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 ↵
Patrick Walton
-10
/
+11
arguments later
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 ↵
Graydon Hoare
-1
/
+6
up in rustc.
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
2010-11-24
rustc: Parse type-parametric tags
Patrick Walton
-9
/
+14
2010-11-24
rustc: Parse type-parametric functions
Patrick Walton
-3
/
+12
2010-11-24
rustc: Don't require a semicolon after an "alt" statement
Patrick Walton
-0
/
+6
2010-11-24
rustc: Add patterns to fold
Patrick Walton
-9
/
+15
2010-11-24
rustc: Parse simple patterns
Patrick Walton
-0
/
+87
2010-11-24
rustc: Parse tag items. Currently segfaults in copy glue.
Patrick Walton
-0
/
+52
2010-11-22
Support mach types in rustc, enable 5 more tests.
Graydon Hoare
-34
/
+101
2010-11-22
Accumulate type paths as we parse, rather than throwing them away.
Graydon Hoare
-0
/
+1
2010-11-22
rustc: "expectied" -> "expected" in parser.rs; also say what was found
Patrick Walton
-1
/
+3
2010-11-22
Fix lexer bug, enable 5 more tests on rustc.
Graydon Hoare
-1
/
+1
2010-11-19
rustc: First stab at a typechecker
Patrick Walton
-1
/
+4
2010-11-19
Parse type items, nil types, named types. Fix some parser bugs. Enable ↵
Graydon Hoare
-6
/
+77
arith-0 and arith-2 tests.
2010-11-19
Isolate while-header bug to minimal testcase, fix in rustboot, remove ↵
Graydon Hoare
-13
/
+2
workaround in rustc.
2010-11-19
Work around Yet Another Typestate Lifecycle Bug in rustboot.
Graydon Hoare
-2
/
+13
2010-11-12
rustc: Add a type annotation for locals
Patrick Walton
-3
/
+6
2010-11-10
rustc: Add an annotation to function and type items so that the typechecker ↵
Patrick Walton
-5
/
+5
can store types with them
2010-11-05
rustc: Implement function types
Patrick Walton
-0
/
+44
2010-11-05
Move the option type to its own module
Patrick Walton
-15
/
+14
2010-11-05
Revert "Move the option type to its own module"
Patrick Walton
-3
/
+4
2010-11-05
Move the option type to its own module
Patrick Walton
-4
/
+3
2010-11-04
Fix buggy while and do-while translation in rustc. Add test.
Graydon Hoare
-0
/
+1
[prev]
[next]