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_codegen_ssa
/
traits
/
builder.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-02
Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichton
Manish Goregaokar
-0
/
+2
2020-07-02
Use WASM's saturating casts if they are available
Christopher Serr
-0
/
+2
2020-06-29
add spans to injected coverage counters
Rich Kadel
-0
/
+2
2020-06-15
[WIP] injects llvm intrinsic instrprof.increment for coverage reports
Rich Kadel
-0
/
+8
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-1
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-02-03
rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr.
Eduard-Mihai Burtescu
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-13
/
+8
2019-11-21
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-1
/
+4
2019-11-03
rustc_codegen_ssa: rename ArgTypeMethods to ArgAbiMethods.
Eduard-Mihai Burtescu
-2
/
+2
2019-10-13
s/FuncId/Function
bjorn3
-1
/
+1
2019-10-13
Introduce FuncId backend type
bjorn3
-1
/
+1
2019-09-12
codegen: be more explicit about setting giving names to allocas.
Eduard-Mihai Burtescu
-3
/
+2
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-11
rustc_codegen_*: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-03
add support for unchecked math
lcnr/Bastian Kauschke
-0
/
+6
2019-05-14
removes `AbiMethods`
Saleem Jaffer
-0
/
+2
2019-05-04
adding HasParamEnv trait
Saleem Jaffer
-1
/
+3
2019-03-29
Use ExactSizeIterator + TrustedLen instead of num_cases arg for switch
bjorn3
-2
/
+2
2019-03-29
Add a method for emiting a switch.
bjorn3
-2
/
+3
2019-03-29
Remove inline_asm_call from cg_ssa
bjorn3
-14
/
+0
2019-03-29
Remove type_variadic_func and typ_array from cg_ssa
bjorn3
-7
/
+8
2019-03-29
Move get_param and set_value_name
bjorn3
-2
/
+1
2019-03-29
Remove a lot of methods from BuilderMethods
bjorn3
-47
/
+0
2019-02-25
librustc_codegen_ssa: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-1
/
+1
2019-02-09
librustc_codegen_ssa => 2018
Taiki Endo
-4
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-29
Move get_static from CodegenCx to Builder
bjorn3
-1
/
+2
2018-11-29
Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke...
bjorn3
-0
/
+16
2018-11-29
Remove call_lifetime_intrinsic from cg_ssa
bjorn3
-10
/
+4
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-13
/
+12
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-13
/
+14
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-0
/
+323