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
/
librustc_trans
/
trans
/
builder.rs
Age
Commit message (
Expand
)
Author
Lines
2016-03-27
rustc_trans: move the contents of the trans module to top-level.
Eduard Burtescu
-1125
/
+0
2016-03-18
Add intrinsics for float arithmetic with `fast` flag enabled
Ulrik Sverdrup
-0
/
+46
2016-03-17
trans: Handle calls for all ABIs through FnType.
Eduard Burtescu
-10
/
+1
2016-03-17
trans: Apply all attributes through FnType.
Eduard Burtescu
-29
/
+17
2016-03-17
trans: Use fmt::Debug for debugging instead of ad-hoc methods.
Eduard Burtescu
-22
/
+16
2016-02-24
Implement filling drop in MIR
Simonas Kazlauskas
-0
/
+6
2016-02-18
Add intrinsics for compare_exchange and compare_exchange_weak
Amanieu d'Antras
-2
/
+3
2016-01-29
trans: Reimplement unwinding on MSVC
Alex Crichton
-22
/
+112
2015-12-08
Align pointers to DST fields properly
James Miller
-0
/
+26
2015-07-21
trans: Move rust_try into the compiler
Alex Crichton
-0
/
+6
2015-07-16
rustc_trans: Update LLVMBuildLandingPad signature
Alex Crichton
-3
/
+5
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-2
/
+2
2015-06-18
remove unused functions from trans and llvm
Oliver Schneider
-22
/
+0
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-1
/
+1
2015-04-25
Add singlethreaded fence intrinsics.
Peter Marheine
-3
/
+3
2015-04-18
Emit correct alignment information for loads/store of small aggregates
Björn Steinbrink
-3
/
+4
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-9
/
+9
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-4
/
+4
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-4
/
+4
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-2
/
+2
2015-02-03
Emit !nonnull metadata for loads of region and unique pointers
Björn Steinbrink
-0
/
+11
2015-02-01
More deprecating of i/u suffixes in libraries
Alfie John
-6
/
+6
2015-01-21
Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton
Barosl LEE
-1
/
+1
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-1
/
+1
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-1
/
+1
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-5
/
+5
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-5
/
+5
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-13
/
+13
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2015-01-02
More fallout
Nick Cameron
-1
/
+1
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-2
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-4
/
+4
2014-12-06
librustc_trans: remove unnecessary `as_slice` calls
Jorge Aparicio
-1
/
+1
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-0
/
+985