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-10-06
Make ast node box uses more uniform in rustc.
Graydon Hoare
-25
/
+25
2010-10-05
Add input coordinate tracking to all major rustc ast nodes.
Graydon Hoare
-74
/
+186
2010-10-04
Improve name nodes to ast, teach to parse qualified names, put out flaming ↵
Graydon Hoare
-3
/
+34
tinderbox.
2010-10-04
Teach rustc about phi nodes, block relationships. Translate if- and ↵
Graydon Hoare
-12
/
+57
block-expressions.
2010-09-29
Patchwork of attempted fixes to effect system and gc system; eventually give ↵
Graydon Hoare
-48
/
+48
up and disable it entirely in the runtime. Will need extensive reworking.
2010-09-28
Translate a modest selection of easy binops.
Graydon Hoare
-10
/
+10
2010-09-28
Translate literal int, char, bool and str types, as well as logging them.
Graydon Hoare
-0
/
+4
2010-09-28
More rustc expr-parsing logic.
Graydon Hoare
-22
/
+238
2010-09-27
Start building up the expression tower.
Graydon Hoare
-16
/
+88
2010-09-23
Translate a bunch of the material (lltrans, llasm, abi) from rustboot to ↵
Graydon Hoare
-0
/
+1291
rustc, and move files around.
[prev]