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
/
middle
/
trans_common.rs
Age
Commit message (
Expand
)
Author
Lines
2011-08-18
Remove or _-prefix all unused function arguments
Marijn Haverbeke
-2
/
+2
2011-08-17
rustc: Stub stack map generation machinery
Patrick Walton
-1
/
+8
2011-08-17
rustc: Use obstacks in lieu of dynamically-allocated frames only when the fra...
Patrick Walton
-1
/
+0
2011-08-17
rustc: Use explicit return blocks
Patrick Walton
-0
/
+3
2011-08-17
Revert "rt: Use obstacks in lieu of dynamically-sized frames"
Patrick Walton
-1
/
+2
2011-08-17
rt: Use obstacks in lieu of dynamically-sized frames
Patrick Walton
-2
/
+1
2011-08-17
rustc: Mark an obstack fencepost when entering a dynamically-sized frame
Patrick Walton
-0
/
+4
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-5
/
+5
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-31
/
+31
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-22
/
+22
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-18
/
+18
2011-08-09
Thread "self" through the stack. Backwarding! Closes #702.
Lindsey Kuper
-0
/
+4
2011-08-04
rustc: Actually emit shapes
Patrick Walton
-13
/
+15
2011-08-04
rustc: Generate shapes
Patrick Walton
-1
/
+29
2011-08-03
Put comments on trans contexts back where they belong. :(
Lindsey Kuper
-108
/
+114
2011-08-02
Consolidate environment building/loading between closure types.
Michael Sullivan
-0
/
+8
2011-08-02
Track the node_id of the function in trans_common::fn_ctxt.
Michael Sullivan
-0
/
+4
2011-07-31
Remove unused imports
Tim Chevalier
-1
/
+0
2011-07-29
Remove support for obj dtors
Marijn Haverbeke
-5
/
+0
2011-07-27
Eliminate "target" field in closures.
Michael Sullivan
-8
/
+5
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-356
/
+361
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-1
/
+1
2011-07-22
Rewrite trans_cast, float->float and float->int casts
Marijn Haverbeke
-1
/
+0
2011-07-21
Move a bunch of trans into trans_common, including the context structures.
Michael Sullivan
-3
/
+351
2011-07-14
refactor: Move the LLVM type and constant constructors into a new module.
Eric Holk
-0
/
+487
[prev]