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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_trans
/
abi.rs
Age
Commit message (
Expand
)
Author
Lines
2017-10-09
Auto merge of #45033 - eddyb:capture-me-not, r=nikomatsakis
bors
-10
/
+1
2017-10-05
rustc_trans: do not set NoCapture for anonymous lifetime &T arguments.
Eduard-Mihai Burtescu
-10
/
+1
2017-10-04
Make -Cpanic=abort imply -Zmutable-noalias
Alexis Beingessner
-1
/
+3
2017-10-03
Add -Zmutable-noalias flag
Alexis Beingessner
-1
/
+10
2017-09-18
Auto merge of #44441 - tamird:cargo-bitflags, r=alexcrichton
bors
-11
/
+11
2017-09-17
Remove rustc_bitflags; use the bitflags crate
Tamir Duberstein
-11
/
+11
2017-09-17
rustc_trans: Refactor collection to use tcx
Alex Crichton
-1
/
+1
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-3
/
+3
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-07-21
Correct the spelling of "homogeneous"
Josh Stone
-8
/
+8
2017-05-28
refactor trans::mir::block to trans all calls through the same code
Ariel Ben-Yehuda
-1
/
+11
2017-05-24
add thiscall calling convention support
Nathan Froyd
-0
/
+1
2017-04-25
Add Hexagon support
Michael Wu
-0
/
+2
2017-04-22
Auto merge of #39999 - bitshifter:struct_align, r=eddyb
bors
-1
/
+1
2017-04-21
Implementation of repr struct alignment RFC 1358.
Cameron Hart
-1
/
+1
2017-04-20
rustc: replace interior_unsafe with a Freeze trait.
Eduard-Mihai Burtescu
-3
/
+3
2017-04-11
Fix pairs of doubles using an illegal <8 x i8> vector.
Eduard-Mihai Burtescu
-1
/
+1
2017-04-09
rustc_trans: use ty::layout for ABI computation instead of LLVM types.
Eduard-Mihai Burtescu
-185
/
+400
2017-04-08
rustc: add some abstractions to ty::layout for a more concise API.
Eduard-Mihai Burtescu
-1
/
+1
2017-04-08
rustc_trans: avoid sizing_type_of everywhere possible.
Eduard-Mihai Burtescu
-9
/
+3
2017-03-30
remove unneeded `&` that now fails to coerce
Niko Matsakis
-1
/
+1
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-1
/
+1
2017-03-18
translate drop glue using MIR
Ariel Ben-Yehuda
-22
/
+2
2017-03-18
refactor away callee::Callee and translate virtual calls through a MIR shim
Ariel Ben-Yehuda
-5
/
+26
2017-03-02
Add support for x86-interrupt calling convention
Philipp Oppermann
-0
/
+1
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-11
/
+9
2017-02-21
Set metadata for vtable-related loads
James Miller
-0
/
+4
2017-02-03
Add warning for () to ! switch
Andrew Cann
-1
/
+1
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-5
/
+9
2017-01-18
calling convention for MSP430 interrupts
Jorge Aparicio
-0
/
+1
2017-01-04
Fix style nit
Mark Simulacrum
-3
/
+1
2017-01-04
Replace BlockAndBuilder with Builder.
Mark Simulacrum
-5
/
+8
2017-01-04
Auto merge of #38670 - dotdash:transmute_align, r=eddyb
bors
-6
/
+3
2017-01-01
Merge branch 'master' into sparc64
Seo Sanghyeon
-1
/
+9
2016-12-31
Fix transmute::<T, U> where T requires a bigger alignment than U
Björn Steinbrink
-6
/
+3
2016-12-31
Calculate discriminant bounds within 64 bits
Simonas Kazlauskas
-1
/
+1
2016-12-30
Further and hopefully final Windows fixes
Simonas Kazlauskas
-0
/
+3
2016-12-29
Add cabi_sparc64
Jonathan A. Kollasch
-0
/
+2
2016-12-26
PTX support
Jorge Aparicio
-0
/
+5
2016-12-26
Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichton
bors
-0
/
+2
2016-12-21
Fixed fastcall not applying inreg attributes to arguments like the C/C++ fast...
Ivan Molodetskikh
-3
/
+11
2016-12-20
Replace bcx.ccx() with bcx.ccx
Mark Simulacrum
-1
/
+1
2016-12-20
Move param_env onto SharedCrateContext, and move functions which need the Par...
Mark Simulacrum
-3
/
+3
2016-12-20
Remove unused functions in abi
Mark-Simulacrum
-10
/
+0
2016-12-20
Replace build.rs with calling functions on builder directly
Mark-Simulacrum
-2
/
+1
2016-12-19
implement cabi for 32-bit sparc
Jorge Aparicio
-0
/
+2
2016-12-05
Refactor FnSig to contain a Slice for its inputs and outputs.
Mark-Simulacrum
-3
/
+3
2016-12-05
Refactor ty::FnSig to privatize all fields
Mark-Simulacrum
-8
/
+8
2016-11-19
Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddyb
bors
-18
/
+105
2016-11-17
Use llvm::Attribute API instead of "raw value" APIs, which will be removed in...
Robin Kruppe
-18
/
+105
[next]