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
2019-01-04
add support for principal-less trait object types
Ariel Ben-Yehuda
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-130
/
+0
2018-12-11
Remove env_alloca hack
Nikita Popov
-1
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-12-04
Serialize modules into ThinBuffer after initial optimization
Nikita Popov
-1
/
+5
2018-12-04
Remove unnecessary parts of run_fat_lto signature
Nikita Popov
-2
/
+1
2018-12-04
Separate out methods for running thin and fat LTO
Nikita Popov
-6
/
+12
2018-11-29
Move get_static from CodegenCx to Builder
bjorn3
-3
/
+7
2018-11-29
Require Deref to CodegenCx for HasCodegen
bjorn3
-1
/
+3
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