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
/
mir
/
block.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-29
`eval_mir_constant` doesn't need a builder param
bjorn3
-1
/
+1
2019-03-23
adding mir::StaticKind enum for static and promoted
Saleem Jaffer
-7
/
+11
2019-03-21
review fixes
Saleem Jaffer
-4
/
+4
2019-03-18
fixed all compilation errors
Saleem Jaffer
-4
/
+8
2019-03-07
Fix segfaults in release build C-variadic fns
Dan Robertson
-2
/
+7
2019-03-01
Put Local, Static and Promoted as one Base variant of Place
Santiago Pastorino
-5
/
+9
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-3
/
+3
2019-02-27
Refactor FunctionCx::codgen_terminator
Dan Robertson
-671
/
+771
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-4
/
+46
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-09
librustc_codegen_ssa => 2018
Taiki Endo
-5
/
+5
2018-12-27
use a better way to get at the type parameter
Ralf Jung
-6
/
+1
2018-12-27
panic when calling MaybeUninhabited::into_inner on uninhabited type
Ralf Jung
-46
/
+55
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-29
Use implicit deref instead of BuilderMethods::cx()
bjorn3
-52
/
+52
2018-11-29
Don't use llvm intrinsic names in cg_ssa
bjorn3
-5
/
+2
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-13
/
+13
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-3
/
+3
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
All Builder methods now take &mut self instead of &self
Denis Merigoux
-52
/
+57
2018-11-16
Added some docs + start to &mut self builder methods
Denis Merigoux
-14
/
+14
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-0
/
+1110
[prev]