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
Age
Commit message (
Expand
)
Author
Lines
2011-07-20
Box the vec of freevars we store in the freevars cache.
Michael Sullivan
-6
/
+6
2011-07-20
Parse nil literals (including in patterns)
Tim Chevalier
-0
/
+5
2011-07-20
Refactoring and cleaning up.
Lindsey Kuper
-16
/
+11
2011-07-20
Fix typo.
Rafael Ávila de Espíndola
-1
/
+1
2011-07-20
give rust_metadata internal linkage but mark it as used. This allows
Rafael Ávila de Espíndola
-0
/
+11
2011-07-19
Add missing case in tyencode for ty_constr
Tim Chevalier
-0
/
+66
2011-07-19
Have fn_to_str use proto_to_str.
Michael Sullivan
-5
/
+2
2011-07-19
Typechecking self-calls in anon objs. Closes #540.
Lindsey Kuper
-30
/
+50
2011-07-19
Clean up formatting.
Lindsey Kuper
-13
/
+10
2011-07-19
Beginnings of support for constrained types
Tim Chevalier
-360
/
+580
2011-07-19
Simple refactoring in the pretty printer.
Michael Sullivan
-7
/
+10
2011-07-19
Style and indentation cleanups.
Lindsey Kuper
-19
/
+19
2011-07-19
Some progress on issue #540.
Lindsey Kuper
-44
/
+76
2011-07-19
Comments and cleanup.
Lindsey Kuper
-9
/
+7
2011-07-19
Wrapping long strings.
Lindsey Kuper
-7
/
+7
2011-07-19
Remove cwriter.rs
Brian Anderson
-28
/
+0
2011-07-19
Add a pass that finds all of the free variables.
Michael Sullivan
-18
/
+69
2011-07-19
Move collect_upvars into its own file.
Michael Sullivan
-72
/
+96
2011-07-19
rustc: Report how much time was spent to translate each function when --stats...
Patrick Walton
-14
/
+60
2011-07-19
Fix trans_alt to handle unreachable branches without blowing up
Marijn Haverbeke
-12
/
+25
2011-07-18
rustc: Translate locals in DPS style
Patrick Walton
-1
/
+22
2011-07-18
rustc: Remove obsolete TODO
Patrick Walton
-1
/
+0
2011-07-18
rustc: Skip null when translating string concatenation
Patrick Walton
-1
/
+6
2011-07-18
rustc: First stab at implementing interior vector concat in the DPS engine
Patrick Walton
-27
/
+267
2011-07-18
Don't use 'obj_info' as an identifier for things not of type obj_info.
Lindsey Kuper
-5
/
+5
2011-07-18
Sane error message for self-call in non-obj context. Closes #707.
Lindsey Kuper
-2
/
+7
2011-07-18
Support x86 stdcall convention
Brian Anderson
-6
/
+40
2011-07-18
rustc: Stub binary operator translation
Patrick Walton
-0
/
+47
2011-07-17
rustc: Simplify the destination format in the DPS backend; optimize aliases t...
Patrick Walton
-90
/
+103
2011-07-17
rustc: Use memmove instructions more aggressively in DPS mode. LLVM converts ...
Patrick Walton
-13
/
+74
2011-07-16
Make clear the differentiation between char pos and byte pos in filemaps. Fix...
Josh Matthews
-34
/
+64
2011-07-16
Fix pre-existing problem with filemap line positions always starting at 0. Fi...
Josh Matthews
-4
/
+12
2011-07-16
Use the actual start position of the file in the codemap rather than the posi...
Josh Matthews
-4
/
+2
2011-07-16
Reenable error line printing.
Josh Matthews
-2
/
+1
2011-07-16
Fix error line display slicing.
Josh Matthews
-5
/
+7
2011-07-16
rustc: Implement immediates in the DPS engine; it should now always be at lea...
Patrick Walton
-16
/
+49
2011-07-15
rustc: Implement interior string logging in DPS
Patrick Walton
-3
/
+10
2011-07-15
rustc: Implement logging in DPS
Patrick Walton
-9
/
+109
2011-07-15
rustc: Translate literals in DPS style; no constification of strings yet.
Patrick Walton
-7
/
+174
2011-07-15
rustc: Write names of local variables into the LLVM IR when debug mode is on
Patrick Walton
-0
/
+3
2011-07-15
Merge the stage1,2,3.mk files into a common definition in stageN.mk, more rea...
Graydon Hoare
-2
/
+2
2011-07-15
gather_locals shouldn't descend down into fns and items.
Michael Sullivan
-1
/
+10
2011-07-15
Convert gather_locals to use visit.
Michael Sullivan
-18
/
+21
2011-07-15
rustc: Introduce a stub destination-passing-style translation engine, accessi...
Patrick Walton
-15
/
+186
2011-07-15
rustc: Remove a bunch of exterior vectors
Patrick Walton
-331
/
+302
2011-07-15
Getting rid of unnecessary casts for objects.
Lindsey Kuper
-3
/
+0
2011-07-14
refactor: Move the task and communication-related translation functions to a ...
Eric Holk
-284
/
+311
2011-07-14
Make collect_upvars know about function args.
Michael Sullivan
-1
/
+6
2011-07-14
Generalize collect_upvars to work over any type of ast node.
Michael Sullivan
-7
/
+12
2011-07-14
refactor: Move the LLVM type and constant constructors into a new module.
Eric Holk
-446
/
+511
[prev]
[next]