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
/
eval_context.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-10
compiler: die immediately instead of handling unknown target codegen
Jubilee Young
-3
/
+0
2024-12-09
fix ICE on type error in promoted
Ralf Jung
-2
/
+4
2024-12-01
fix ICE when promoted has layout size overflow
Ralf Jung
-7
/
+4
2024-11-20
interpret: make typing_env field private
Ralf Jung
-2
/
+2
2024-11-19
`InterpCx` store `TypingEnv` instead of a `ParamEnv`
lcnr
-21
/
+22
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-1
/
+1
2024-11-19
Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxu
bors
-0
/
+3
2024-11-18
interpret: do not ICE when a promoted fails with OOM
Ralf Jung
-0
/
+3
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-30
/
+22
2024-11-03
compiler: Directly use rustc_abi in const_eval
Jubilee Young
-2
/
+2
2024-10-31
stop using `ParamEnv::reveal` while handling MIR
lcnr
-4
/
+17
2024-10-29
TypingMode :thinking:
lcnr
-2
/
+4
2024-10-19
interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind
Ralf Jung
-5
/
+10
2024-10-14
De-duplicate and move `adjust_nan` to `InterpCx`
Eduardo Sánchez Muñoz
-0
/
+8
2024-10-01
make InterpResult a dedicated type to avoid accidentally discarding the error
Ralf Jung
-27
/
+22
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-11
Simplify some nested if statements
Michael Goulet
-7
/
+15
2024-09-02
chore: Fix typos in 'compiler' (batch 1)
Alexander Cyon
-1
/
+1
2024-08-06
interpret: refactor function call handling to be better-abstracted
Ralf Jung
-753
/
+10
2024-08-02
Rollup merge of #128494 - RalfJung:mir-lazy-lists, r=compiler-errors
Matthias Krüger
-1
/
+1
2024-08-01
MIR required_consts, mentioned_items: ensure we do not forget to fill these l...
Ralf Jung
-1
/
+1
2024-08-01
interpret: simplify pointer arithmetic logic
Ralf Jung
-11
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-12
/
+11
2024-07-18
interpret: add sanity check in dyn upcast to double-check what codegen does
Ralf Jung
-0
/
+30
2024-07-07
add an assertion that machine hook doesn't return NoCleanup
Maybe Lapkin
-3
/
+5
2024-07-07
Do renames proposed by review
Maybe Waffle
-7
/
+7
2024-07-07
make `StackPop` field names less confusing
Maybe Waffle
-16
/
+22
2024-07-07
doc fixups from review
Maybe Waffle
-3
/
+3
2024-07-07
Refactor & fixup interpreter implementation of tail calls
Maybe Waffle
-35
/
+110
2024-07-02
Instance::resolve -> Instance::try_resolve, and other nits
Michael Goulet
-1
/
+1
2024-06-19
Rollup merge of #126154 - RalfJung:storage-live, r=compiler-errors
León Orell Valerian Liehr
-5
/
+3
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-1
/
+1
2024-06-13
const-eval: make lint scope computation consistent
Ralf Jung
-17
/
+10
2024-06-13
Rollup merge of #126379 - RalfJung:find_closest_untracked_caller_location, r=...
León Orell Valerian Liehr
-3
/
+7
2024-06-13
interpret: update doc comment for find_closest_untracked_caller_location
Ralf Jung
-3
/
+7
2024-06-12
Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubilee
Jubilee
-1
/
+1
2024-06-12
use is_none_or in some places in the compiler
Ralf Jung
-1
/
+1
2024-06-11
check for correct trait in size_and_align_of
Ralf Jung
-2
/
+2
2024-06-08
StorageLive: refresh storage (instead of UB) when local is already live
Ralf Jung
-5
/
+3
2024-05-27
miri: avoid making a full copy of all new allocations
Ralf Jung
-1
/
+1
2024-05-27
interpret: get rid of 'mir lifetime everywhere
Ralf Jung
-20
/
+15
2024-05-27
interpret: the MIR is actually at lifetime 'tcx
Ralf Jung
-14
/
+12
2024-05-23
Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726
bors
-0
/
+1
2024-05-23
Allow const eval failures if the cause is a type layout issue
Oli Scherer
-3
/
+14
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_const_eval`.
Nicholas Nethercote
-0
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_const_eval`.
Nicholas Nethercote
-3
/
+5
2024-04-23
properly fill a promoted's required_consts
Ralf Jung
-3
/
+1
2024-04-23
interpret: sanity-check that required_consts captures all consts that can fail
Ralf Jung
-11
/
+13
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+2
[next]