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_mir_transform
/
src
/
const_prop.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-12
/
+5
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-2
/
+2
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-14
/
+14
2022-05-14
Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk
bors
-2
/
+4
2022-05-14
Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung
bors
-1
/
+10
2022-05-13
Rustc changes for permissive provenance
carbotaniuman
-1
/
+10
2022-05-10
Introduce EarlyBinder
Jack Huey
-2
/
+4
2022-05-05
give it a scary name
Ralf Jung
-3
/
+3
2022-05-04
interpret: debug-check ScalarPair layout information
Ralf Jung
-2
/
+2
2022-04-22
use references to avoid function calls
SparrowLii
-5
/
+13
2022-04-21
access `local_decls` through `ecx`
SparrowLii
-23
/
+6
2022-04-11
Add new `MutatatingUseContext`s for deinit and `SetDiscriminant`
Jakob Degen
-1
/
+3
2022-04-10
Avoid accessing HIR from MIR queries.
Camille GILLOT
-2
/
+3
2022-04-05
interp: pass TyCtxt to Machine methods that do not take InterpCx
Ralf Jung
-0
/
+1
2022-04-03
interpret: remove MemoryExtra in favor of giving access to the Machine
Ralf Jung
-4
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-23
separate const prop lint from optimizations
Carl Scherer
-177
/
+23
2022-03-21
rename LocalState::Uninitialized to Unallocated
Ralf Jung
-4
/
+4
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-1
/
+1
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-4
/
+4
2022-03-03
Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk
bors
-1
/
+10
2022-03-01
Miri/CTFE: properly treat overflow in (signed) division/rem as UB
Ralf Jung
-1
/
+10
2022-03-01
7 - Make more use of `let_chains`
Caio
-27
/
+23
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-4
/
+2
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-3
/
+3
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-02-11
add tainted_by_errors to mir::Body
Michael Goulet
-0
/
+1
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-2
/
+1
2022-01-16
Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr
bors
-7
/
+6
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-4
/
+2
2022-01-15
initial revert
Ellen
-7
/
+6
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-2
/
+1
2022-01-04
rename StackPopClean::None to Root
Ralf Jung
-1
/
+1
2022-01-03
Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
Matthias Krüger
-7
/
+0
2021-12-20
CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility
Ralf Jung
-1
/
+1
2021-12-14
Return an error when `eval_rvalue_with_identities` fails
Tomasz Miąsko
-52
/
+34
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-10
/
+10
2021-12-05
Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk
bors
-0
/
+7
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-1
/
+2
2021-12-02
Update passes with new interface
Dylan MacKenzie
-0
/
+7
2021-10-20
Remove `box_alloc` from `Machine` trait.
Gary Guo
-7
/
+0
2021-10-19
Replace FnLikeNode by FnKind.
Camille GILLOT
-2
/
+1
2021-09-25
Introduce `Rvalue::ShallowInitBox`
Gary Guo
-0
/
+1
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-2
/
+2
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+1312