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_build.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-667
/
+0
2012-01-19
rustc: Use integer from ctypes consistently
Haitao Li
-4
/
+4
2012-01-19
Use ctypes in native function declarations
Haitao Li
-26
/
+33
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-4
/
+6
2012-01-10
rustc: Remove sret attributes from functions
Brian Anderson
-8
/
+3
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-1
/
+1
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-1
/
+1
2011-12-19
Long lines.
Josh Matthews
-1
/
+2
2011-12-18
Remove source line generation craziness. Ensure incorrect subprogram caches a...
Josh Matthews
-263
/
+94
2011-12-18
Add argument metadata and aborted return value code.
Josh Matthews
-0
/
+8
2011-12-18
Fix up local variable support so it actually works.
Josh Matthews
-1
/
+1
2011-12-18
Fix LLVM assertions when lowering log statements.
Josh Matthews
-27
/
+27
2011-12-18
Add debug info for local vars, basic fundamental types, and lexical blocks, a...
Josh Matthews
-93
/
+262
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-5
/
+5
2011-12-06
do not stringify AST nodes unless emitting comments
Niko Matsakis
-1
/
+3
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-16
fix natives with user-specified link names, remove unused imports
Niko Matsakis
-1
/
+1
2011-11-16
enable comments in generated asm, ll
Niko Matsakis
-2
/
+21
2011-11-10
Cleanup unused imports
Haitao Li
-2
/
+2
2011-11-02
convert GEP to i32
Niko Matsakis
-1
/
+9
2011-11-02
get things checking on ia32
Niko Matsakis
-3
/
+3
2011-11-02
work on making the size of ints depend on the target arch
Niko Matsakis
-3
/
+3
2011-11-02
work on making the size of ints depend on the target arch
Niko Matsakis
-4
/
+7
2011-10-28
stdlib: Make reinterpret_cast and leak unsafe
Brian Anderson
-4
/
+6
2011-10-21
avoid extra load for by_mutable_ref parameters
Niko Matsakis
-1
/
+2
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-3
/
+3
2011-10-12
add unsafe tags into various points in the translation chains
Niko Matsakis
-28
/
+49
2011-09-23
Make AddIncomingToPhi take single values rather than arrays
Marijn Haverbeke
-6
/
+4
2011-09-23
Start on a piecemeal conversion to DPS
Marijn Haverbeke
-2
/
+8
2011-09-23
Use a slightly nicer hack to get zero-length strings in trans_build
Marijn Haverbeke
-176
/
+97
2011-09-23
Better handling of unreachable code in trans
Marijn Haverbeke
-85
/
+182
2011-09-12
Merge branch 'unwind'
Brian Anderson
-0
/
+38
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-94
/
+91
2011-09-11
Add landing pads to invokes
Brian Anderson
-0
/
+7
2011-09-11
Add Rust definitions for new LLVM EH instructions
Brian Anderson
-0
/
+16
2011-09-11
Use invoke to call (most) rust functions
Brian Anderson
-0
/
+15
2011-09-02
Reformat. Issue #855
Brian Anderson
-291
/
+226
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-81
/
+81
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+1
2011-08-30
Clean up trans_build, factor repeated code into function
Marijn Haverbeke
-265
/
+96
2011-08-27
Convert rustc::lib::llvm to istr::sbufs. Issue #855
Brian Anderson
-93
/
+244
2011-08-24
Use a single builder object throughout
Marijn Haverbeke
-99
/
+265
2011-08-24
Move to a more lightweight builder system
Marijn Haverbeke
-0
/
+459