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_middle
/
src
/
mir
/
visit.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-25
Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink
bors
-0
/
+5
2021-09-25
Introduce `Rvalue::ShallowInitBox`
Gary Guo
-0
/
+5
2021-09-22
Support `#[track_caller]` on closures and generators
Aaron Hill
-1
/
+1
2021-08-25
Various pattern cleanups
Léo Lanteri Thauvin
-9
/
+8
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-04-07
Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov
Dylan DPC
-3
/
+3
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-3
/
+3
2021-04-02
Reduce size of statements
Roxane
-1
/
+1
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-6
/
+0
2021-03-15
s/ConstantSource/ConstantKind/
Oli Scherer
-2
/
+2
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-1
/
+4
2021-03-09
Update cranelift
kadmin
-10
/
+4
2021-03-09
Update match branches
kadmin
-8
/
+2
2021-03-09
Impl StatementKind::CopyNonOverlapping
kadmin
-0
/
+21
2021-03-08
Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
bors
-2
/
+2
2021-03-05
Shrink the size of Rvalue by 16 bytes
Oli Scherer
-2
/
+2
2021-03-01
Box generator-related Body fields
Dániel Buga
-5
/
+7
2021-02-26
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+5
2021-02-20
make `super_projection` take a `PlaceRef`
Henry Boisdequin
-5
/
+5
2021-02-16
make `visit_projection` take a `PlaceRef`
Henry Boisdequin
-4
/
+3
2020-12-29
don't redundantly repeat field names
Matthias Krüger
-2
/
+2
2020-12-06
[mir-opt] Allow debuginfo to be generated for a constant or a Place
Wesley Wiser
-6
/
+10
2020-11-26
Fix new 'unnecessary trailing semicolon' warnings
Aaron Hill
-3
/
+3
2020-11-23
Rollup merge of #79080 - camelid:mir-visit-debuginfo-project, r=jonas-schievink
Jonas Schievink
-5
/
+8
2020-11-22
Add comment and remove obsolete special case
Camelid
-0
/
+1
2020-11-15
MIR visitor: Don't treat debuginfo field access as a use of the struct
Camelid
-5
/
+7
2020-11-15
Turn top-level comments into module docs in MIR visitor
Camelid
-62
/
+62
2020-10-21
rustc_mir: support MIR-inlining #[track_caller] functions.
Eduard-Mihai Burtescu
-0
/
+4
2020-10-21
rustc_mir: track inlined callees in SourceScopeData.
Eduard-Mihai Burtescu
-2
/
+31
2020-10-14
Remove unused code from rustc_middle
est31
-10
/
+0
2020-10-10
Refactor how SwitchInt stores jump targets
Jonas Schievink
-1
/
+0
2020-10-06
Rollup merge of #76995 - LingMan:middle_matches, r=varkor
Yuki Okushi
-41
/
+22
2020-10-05
Updates to experimental coverage counter injection
Rich Kadel
-1
/
+1
2020-09-21
Reduce boilerplate with the matches! macro
LingMan
-41
/
+22
2020-09-09
Remove unused PlaceContext::NonUse(NonUseContext::Coverage)
Tomasz Miąsko
-2
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+1247