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
/
compiler
/
rustc_codegen_ssa
/
src
/
mir
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-22
Support `#[track_caller]` on closures and generators
Aaron Hill
-2
/
+16
2021-09-22
Auto merge of #88629 - wesleywiser:fix_debuginfo_for_scalarpair_params, r=oli...
bors
-0
/
+1
2021-09-19
Auto merge of #88575 - eddyb:fn-abi-queries, r=nagisa
bors
-3
/
+3
2021-09-18
Querify `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-1
/
+1
2021-09-18
ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-2
/
+2
2021-09-18
Remove support for reentrant start blocks from codegen
Tomasz Miąsko
-19
/
+5
2021-09-18
ty::layout: intern `FnAbi`s as `&'tcx`.
Eduard-Mihai Burtescu
-1
/
+1
2021-09-13
Update compiler/rustc_codegen_ssa/src/mir/mod.rs
Oli Scherer
-1
/
+1
2021-09-13
Add tracing level for codegen_mir
Wesley Wiser
-0
/
+1
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-1
/
+1
2021-05-17
rustc_codegen_ssa: append blocks to functions w/o creating a builder.
Eduard-Mihai Burtescu
-2
/
+3
2021-05-17
rustc_codegen_ssa: only create backend `BasicBlock`s as-needed.
Eduard-Mihai Burtescu
-32
/
+20
2021-05-15
rustc_codegen_ssa: generate MSVC cleanup pads on demand, like GNU landing pads.
Eduard-Mihai Burtescu
-81
/
+7
2021-03-26
Use iter::zip in compiler/
Josh Stone
-3
/
+1
2021-03-10
Remove the -Zinsert-sideeffect
Simonas Kazlauskas
-2
/
+0
2021-01-30
codegen: assume constants cannot fail to evaluate
Ralf Jung
-0
/
+8
2020-12-06
[mir-opt] Allow debuginfo to be generated for a constant or a Place
Wesley Wiser
-1
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-4
/
+4
2020-11-06
inliner: Use substs_for_mir_body
Tomasz Miąsko
-9
/
+5
2020-10-21
rustc_codegen_llvm: add support for inlined function debuginfo.
Eduard-Mihai Burtescu
-1
/
+1
2020-10-15
Prevent miscompilation in trivial loop {}
Mark Rousskov
-1
/
+1
2020-09-15
Extract some intrinsics out of rustc_codegen_llvm
khyperia
-0
/
+1
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+492