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
/
compiler
/
rustc_codegen_ssa
/
src
/
mir
/
block.rs
Age
Commit message (
Expand
)
Author
Lines
2021-05-17
rustc_codegen_ssa: append blocks to functions w/o creating a builder.
Eduard-Mihai Burtescu
-8
/
+9
2021-05-17
rustc_codegen_ssa: only create backend `BasicBlock`s as-needed.
Eduard-Mihai Burtescu
-7
/
+21
2021-05-15
rustc_codegen_ssa: generate MSVC cleanup pads on demand, like GNU landing pads.
Eduard-Mihai Burtescu
-31
/
+102
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-28
/
+6
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-1
/
+1
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-34
/
+30
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-1
/
+1
2021-03-12
Add `ty` helper function for mir constants
Oli Scherer
-7
/
+3
2021-03-10
Remove the -Zinsert-sideeffect
Simonas Kazlauskas
-50
/
+8
2021-03-09
Switch to changing cp_non_overlap in tform
kadmin
-18
/
+2
2021-03-09
Build StKind::CopyOverlapping
kadmin
-54
/
+76
2021-02-16
avoid full-slicing slices
Matthias Krüger
-1
/
+1
2021-01-18
Use ty::{IntTy,UintTy,FloatTy} in rustc
LeSeulArtichaut
-12
/
+8
2020-12-30
where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)
Matthias Krüger
-1
/
+1
2020-12-07
rustc_codegen_ssa: use bitcasts instead of type punning for scalar transmutes.
Eduard-Mihai Burtescu
-0
/
+19
2020-11-26
Fix new 'unnecessary trailing semicolon' warnings
Aaron Hill
-1
/
+1
2020-11-22
Use Option::and_then instead of open-coding it
LingMan
-5
/
+2
2020-11-21
Replace ByVal attribute with on_stack field for Indirect
bjorn3
-2
/
+2
2020-11-16
compiler: fold by value
Bastian Kauschke
-3
/
+3
2020-10-21
rustc_mir: support MIR-inlining #[track_caller] functions.
Eduard-Mihai Burtescu
-14
/
+51
2020-10-16
Auto merge of #77972 - Mark-Simulacrum:side-effect-loop, r=nagisa
bors
-2
/
+18
2020-10-15
Prevent miscompilation in trivial loop {}
Mark Rousskov
-2
/
+18
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-10-11
Use SmallVec in SwitchTargets
Jonas Schievink
-1
/
+1
2020-10-10
Refactor how SwitchInt stores jump targets
Jonas Schievink
-26
/
+19
2020-09-20
Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJung
bors
-1
/
+2
2020-09-19
Stop using the `const_eval` query for initializers of statics
Oliver Scherer
-19
/
+7
2020-09-15
Extract some intrinsics out of rustc_codegen_llvm
khyperia
-1
/
+2
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-4
/
+4
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-8
/
+11
2020-09-01
Auto merge of #76071 - khyperia:configurable_to_immediate, r=eddyb
bors
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1416