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_codegen_ssa
/
traits
Age
Commit message (
Expand
)
Author
Lines
2018-11-29
Remove static_addr_of_mut from cg_ssa
bjorn3
-1
/
+0
2018-11-29
Rename StaticMethods::static_ptrcast to ConstMethods::const_ptrcast
bjorn3
-2
/
+2
2018-11-29
Remove static_bitcast from cg_ssa
bjorn3
-1
/
+0
2018-11-29
Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke...
bjorn3
-17
/
+18
2018-11-29
Remove call_lifetime_intrinsic from cg_ssa
bjorn3
-10
/
+4
2018-11-29
Use BackendTypes instead of Backend or HasCodegen in a few places
bjorn3
-18
/
+18
2018-11-29
Rustfmt on cg_ssa/traits
bjorn3
-3
/
+7
2018-11-29
Don't use llvm intrinsic names in cg_ssa
bjorn3
-9
/
+16
2018-11-29
Remove static_replace_all_uses and statics_to_rauw from cg_ssa
bjorn3
-2
/
+0
2018-11-29
Make ConstMethods and StaticMethods require BackendTypes instead of Backend
bjorn3
-6
/
+6
2018-11-29
Some refactorings
bjorn3
-4
/
+0
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-31
/
+20
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-19
/
+30
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-0
/
+1141