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-09-01
Move mutability checking into its own pass.
Marijn Haverbeke
-1
/
+1
2011-08-31
Remove a few more usages of std::str from rustc. Issue #855
Brian Anderson
-1
/
+0
2011-08-30
Clean up trans_build, factor repeated code into function
Marijn Haverbeke
-17
/
+9
2011-08-30
Change a number of result-returning functions to return @block_ctxt
Marijn Haverbeke
-3
/
+4
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-45
/
+12
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert rustc::metadata to istrs. Issue #855
Brian Anderson
-2
/
+2
2011-08-27
Convert rustc::middle::trans to istrs. Issue #855
Brian Anderson
-3
/
+4
2011-08-27
Convert local_ctxt to istrs. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert crate_ctxt to istrs. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert middle::trans_common to istrs. Issue #855
Brian Anderson
-27
/
+28
2011-08-27
Convert the rest of rustc::lib::llvm to istrs. Issue #855
Brian Anderson
-8
/
+8
2011-08-27
Convert rustc::lib::llvm to istr::sbufs. Issue #855
Brian Anderson
-17
/
+29
2011-08-27
Convert back::link to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert std::map::new_str_hash to istrs. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert std::int to istrs. Issue #855
Brian Anderson
-1
/
+3
2011-08-27
Convert std::uint to istrs. Issue #855
Brian Anderson
-1
/
+2
2011-08-26
Fix invalid reads of cstrs in trans
Brian Anderson
-5
/
+6
2011-08-26
Revert "Use cstrcache in C_str, C_cstr, C_shape."
Brian Anderson
-12
/
+6
2011-08-26
Use cstrcache in C_str, C_cstr, C_shape.
Brian Anderson
-6
/
+12
2011-08-26
Pass stuff to take_ty, free_ty, and drop_ty by address, even when immediate
Marijn Haverbeke
-3
/
+7
2011-08-25
rustc: Add an extra flag to object tydescs so that shapes know how to find th...
Patrick Walton
-1
/
+1
2011-08-24
Revert "Back out copy-glue"
Marijn Haverbeke
-1
/
+13
2011-08-24
Back out copy-glue
Marijn Haverbeke
-13
/
+1
2011-08-24
Use a single builder object throughout
Marijn Haverbeke
-1
/
+5
2011-08-24
Move to a more lightweight builder system
Marijn Haverbeke
-2
/
+7
2011-08-22
Add skeleton of copy glue that actually copies
Marijn Haverbeke
-1
/
+23
2011-08-22
Rename copy_glue back to take_glue
Marijn Haverbeke
-1
/
+1
2011-08-22
Drop arguments on the caller side, not the callee
Marijn Haverbeke
-0
/
+1
2011-08-20
Reformat
Brian Anderson
-163
/
+161
2011-08-18
Rename T_vec to T_evec
Brian Anderson
-3
/
+3
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
[prev]
[next]