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_const_eval
/
src
/
interpret
/
terminator.rs
Age
Commit message (
Expand
)
Author
Lines
2023-08-06
simplify handling of valtrees for unsized types
Ralf Jung
-9
/
+1
2023-08-04
interpret: add mplace_to_ref helper method
Ralf Jung
-4
/
+1
2023-08-01
rename deref_operand → deref_pointer and some Miri helper functions
Ralf Jung
-1
/
+1
2023-07-25
make MPlaceTy non-Copy
Ralf Jung
-1
/
+1
2023-07-25
interpret: refactor projection code to work on a common trait, and use that f...
Ralf Jung
-9
/
+10
2023-07-24
interpret: support projecting into Place::Local without force_allocation
Ralf Jung
-3
/
+5
2023-07-16
Refactor checking function target features during const-eval
Eduardo Sánchez Muñoz
-18
/
+29
2023-07-16
miri: fail when calling a function that requires an unavailable target feature
Eduardo Sánchez Muñoz
-0
/
+19
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-4
/
+4
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-8
/
+25
2023-07-11
miri: protect Move() function arguments during the call
Ralf Jung
-28
/
+129
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-2
/
+2
2023-06-18
Better error for non const `PartialEq` call generated by `match`
Deadbeef
-1
/
+1
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-25
/
+26
2023-05-25
Remove DesugaringKind::Replace.
Camille GILLOT
-1
/
+1
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-2
/
+1
2023-04-06
Fix mir interp of `TerminatorKind::Terminate`
Gary Guo
-1
/
+2
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-1
/
+1
2023-04-06
Add `UnwindAction::Unreachable`
Gary Guo
-17
/
+8
2023-04-06
Refactor unwind from Option to a new enum
Gary Guo
-9
/
+11
2023-03-29
Support TLS access into dylibs on Windows
John Kåre Alsaker
-0
/
+1
2023-03-27
Add a builtin `FnPtr` trait
lcnr
-0
/
+1
2023-03-24
miri: fix raw pointer dyn receivers
Ralf Jung
-1
/
+9
2023-03-16
Tweak implementation of overflow checking assertions
Tomasz Miąsko
-6
/
+2
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-5
/
+1
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+2
2023-02-21
Auto merge of #107728 - RalfJung:miri-dyn-star, r=RalfJung,oli-obk
bors
-38
/
+69
2023-02-20
Revert most of the custom place computation, it was unnecessary.
Oli Scherer
-15
/
+10
2023-02-20
Remove commented out code
Oli Scherer
-2
/
+0
2023-02-20
Deduplicate some logic between dyn* and dyn
Oli Scherer
-46
/
+37
2023-02-20
basic dyn* support for Miri
Ralf Jung
-40
/
+87
2023-02-18
Rename checked_binop_checks_overflow.
Camille GILLOT
-1
/
+1
2023-02-18
Adapt interpreter.
Camille GILLOT
-1
/
+1
2023-02-18
Fix CTFE interpreter.
Camille GILLOT
-1
/
+1
2023-02-18
Adapt interpreter.
Camille GILLOT
-1
/
+7
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-4
/
+4
2022-12-21
Don't run `Drop` terminators on types that do not have drop glue in const eval
Jakob Degen
-3
/
+12
2022-12-09
Remove unneeded field from `SwitchTargets`
Jakob Degen
-2
/
+1
2022-10-20
interpret: remove an incorrect assertion
Ralf Jung
-1
/
+0
2022-09-03
Add a Machine hook for inline assembly
Ben Kimock
-2
/
+11
2022-08-31
Fix a bunch of typo
Dezhi Wu
-2
/
+2
2022-08-27
Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3
bors
-6
/
+4
2022-08-26
make read_immediate error immediately on uninit, so ImmTy can carry initializ...
Ralf Jung
-2
/
+1
2022-08-26
Move `ArgAbi::pad_i32` into `PassMode::Cast`.
Nicholas Nethercote
-4
/
+2
2022-08-26
Turn `ArgAbi::pad` into a `bool`.
Nicholas Nethercote
-1
/
+1
2022-08-26
Box `CastTarget` within `PassMode`.
Nicholas Nethercote
-2
/
+2
2022-07-30
interpret: only consider 1-ZST when searching for receiver
Ralf Jung
-1
/
+3
2022-07-26
Rollup merge of #99673 - RalfJung:interpret-invalid-dyn, r=oli-obk
Yuki Okushi
-2
/
+2
2022-07-24
don't ICE on invalid dyn calls
Ralf Jung
-2
/
+2
2022-07-23
now we can make scalar_to_ptr a method on Scalar
Ralf Jung
-1
/
+1
[next]