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
/
boot
Age
Commit message (
Expand
)
Author
Lines
2010-10-07
Simplify type-mismatch messages.
Graydon Hoare
-5
/
+158
2010-10-05
Add -minimal mode to rustboot that skips emitting code that's broken or unnee...
Graydon Hoare
-15
/
+36
2010-10-05
Add -lpasses for logging just the progress of passes.
Graydon Hoare
-1
/
+28
2010-10-05
Better backpointer logic.
Graydon Hoare
-19
/
+65
2010-10-01
Sketch out #fmt syntax extension in rustboot.
Graydon Hoare
-42
/
+407
2010-09-30
Fix bug in bind thunks failing top drop unbound args; add test and adjust rus...
Graydon Hoare
-0
/
+16
2010-09-30
Drop slots on block exits even when blocks have no statements. Part way to fi...
Graydon Hoare
-90
/
+144
2010-09-30
implemented break for while-loop case
Or Brostovski
-36
/
+104
2010-09-30
Closed issue 154 - prevents compiler from compiliing a line to zero statements
Or Brostovski
-1
/
+10
2010-09-29
Patchwork of attempted fixes to effect system and gc system; eventually give ...
Graydon Hoare
-22
/
+35
2010-09-29
Allow tag recursion through vectors as well as boxes
Patrick Walton
-1
/
+1
2010-09-23
Resolve constant types through to their definitions.
Graydon Hoare
-1
/
+3
2010-09-22
Fix linear for loops on strings to not hit trailing null.
Graydon Hoare
-3
/
+12
2010-09-22
Revert "Make recursive type verification logic better by allowing it to see t...
Graydon Hoare
-18
/
+12
2010-09-21
Make recursive type verification logic better by allowing it to see through m...
Patrick Walton
-12
/
+18
2010-09-21
Report an error instead of asserting when an item name is already in use
Patrick Walton
-3
/
+7
2010-09-21
Add insn-selection fixup-name logging.
Graydon Hoare
-1
/
+8
2010-09-21
Tighten pattern parsing on 0-ary constructors.
Graydon Hoare
-1
/
+5
2010-09-21
Implement preliminary form of structured compare. No boxes, vectors or string...
Graydon Hoare
-77
/
+181
2010-09-21
Kill residual dead code in Trans.iter_tag_parts. Shaves a couple kb off rustc.
Graydon Hoare
-1
/
+11
2010-09-21
Skip 0-ary tag ctors in Trans.iter_tag_parts. Rustc loses 150kb.
Graydon Hoare
-11
/
+17
2010-09-20
Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate...
Graydon Hoare
-38
/
+85
2010-09-20
Wrap long lines.
Graydon Hoare
-2
/
+4
2010-09-20
Use name_base in plval base.
Graydon Hoare
-31
/
+18
2010-09-20
When translating vec-append, delay destination string's null-byte-accounting ...
Roy Frostig
-45
/
+43
2010-09-20
Move id counters into sess in preparation for moving desugaring to middle-end.
Graydon Hoare
-55
/
+32
2010-09-16
Beginnings of post-resolve simplify pass.
Graydon Hoare
-0
/
+116
2010-09-16
Check for infinitely sized tags. Un-XFAIL test/compile-fail/infinite-tag-type...
Patrick Walton
-1
/
+73
2010-09-16
Actually build the graph properly. Oops.
Patrick Walton
-1
/
+1
2010-09-16
Create tag nodes for all the tags beforehand
Patrick Walton
-8
/
+15
2010-09-16
Resolve plvals to their defns.
Graydon Hoare
-1
/
+48
2010-09-16
Populate the tag containment relation
Patrick Walton
-0
/
+37
2010-09-16
Add a pexp-rebuild phase to the type resolution pass in resolve.ml.
Graydon Hoare
-0
/
+46
2010-09-16
Better representation of tag containment, which will allow us to discern back...
Patrick Walton
-3
/
+7
2010-09-16
Add ctxt_tag_containment to the Semant context
Patrick Walton
-0
/
+7
2010-09-16
Switch the "expected" and "actual" types for function parameter mismatches
Patrick Walton
-1
/
+1
2010-09-16
Not finding a name in a module isn't a bug, it's an error. Report it as such.
Patrick Walton
-3
/
+3
2010-09-16
Add beginnings of a fuzzer to rustboot.
Graydon Hoare
-0
/
+177
2010-09-15
Minor improvements to pretty-printer.
Graydon Hoare
-5
/
+16
2010-09-15
Teach walk about plvals and pexps.
Graydon Hoare
-8
/
+106
2010-09-15
Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into late...
Graydon Hoare
-12
/
+66
2010-09-15
Add pretty-printing for pexps.
Graydon Hoare
-0
/
+145
2010-09-15
Add some form-judgements on plvals and pexps.
Graydon Hoare
-10
/
+169
2010-09-14
Commence moving pexp into ast, for eventual merger with expr.
Graydon Hoare
-154
/
+158
2010-09-14
Begin actually folding constant items into operands at site of use.
Graydon Hoare
-8
/
+78
2010-09-14
Translate const uses via runtime expression evaluation.
Graydon Hoare
-6
/
+16
2010-09-14
Teach front-end about simple, first-cut version of const items.
Graydon Hoare
-0
/
+39
2010-09-13
Fix leaking arg slots on tail calls. Closes #160.
Graydon Hoare
-0
/
+2
2010-09-12
Fix a leak when box types are used via type descriptors.
Graydon Hoare
-2
/
+2
2010-09-09
Use hashtable rather than bitset for vreg constraints in ra; speeds compilation.
Graydon Hoare
-26
/
+40
[prev]
[next]