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_middle
/
src
/
mir
/
visit.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-13
address review
b-naber
-10
/
+2
2022-09-13
remove visit_const from mir visitors
b-naber
-14
/
+11
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-0
/
+1
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-11
/
+9
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-0
/
+3
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-08-09
Add option to `mir::MutVisitor` to not invalidate CFG.
Jakob Degen
-63
/
+92
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-1
/
+1
2022-07-20
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"
Oli Scherer
-6
/
+1
2022-07-15
Introduce opaque type to hidden type projection
Oli Scherer
-1
/
+6
2022-07-13
Auto merge of #98145 - ouz-a:some_branch, r=oli-obk
bors
-0
/
+7
2022-07-12
add new rval, pull deref early
ouz-a
-0
/
+7
2022-07-11
use PlaceRef::iter_projections to fix old FIXME
Rose Hudson
-5
/
+3
2022-07-04
more `rustc_pass_by_value`
lcnr
-13
/
+12
2022-07-01
cleanup mir visitor for `rustc::pass_by_value`
lcnr
-106
/
+149
2022-05-27
Finish bumping stage0
Mark Rousskov
-3
/
+3
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-7
/
+6
2022-05-12
Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov
bors
-0
/
+3
2022-05-05
Allow unused rules in some places in the compiler, library and tools
est31
-0
/
+3
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-9
/
+9
2022-04-11
Add new `MutatatingUseContext`s for deinit and `SetDiscriminant`
Jakob Degen
-2
/
+6
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-0
/
+7
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-0
/
+3
2022-02-25
Enable rustc_pass_by_value for Span
Mark Rousskov
-0
/
+6
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-3
/
+3
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-3
/
+3
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-11
/
+11
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-18
/
+0
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+1
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-4
/
+8
2021-11-27
Visit type in process_projection_elem.
Camille GILLOT
-1
/
+5
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
[next]