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_const_eval
/
src
/
interpret
/
call.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-04
rustc_intrinsic: support functions without body; they are implicitly marked a...
Ralf Jung
-1
/
+2
2024-12-25
swap_typed_nonoverlapping: properly detect overlap even when swapping scalar ...
Ralf Jung
-13
/
+1
2024-12-19
Pass FnAbi to find_mir_or_eval_fn
tiif
-2
/
+2
2024-11-19
`InterpCx` store `TypingEnv` instead of a `ParamEnv`
lcnr
-29
/
+29
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-29
/
+29
2024-11-04
miri: update ABI compat checks to accept Option-like types
Ralf Jung
-18
/
+35
2024-11-03
compiler: Directly use rustc_abi in const_eval
Jubilee Young
-7
/
+6
2024-10-29
compiler: `rustc_abi::Abi` => `BackendRepr`
Jubilee Young
-2
/
+2
2024-10-19
interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind
Ralf Jung
-1
/
+1
2024-10-01
make InterpResult a dedicated type to avoid accidentally discarding the error
Ralf Jung
-30
/
+28
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-17
/
+11
2024-09-22
Rollup merge of #130690 - RalfJung:interpret-abi-compat-fixme, r=jieyouxu
Guillaume Gomez
-1
/
+0
2024-09-22
fix rustc_nonnull_optimization_guaranteed docs
Ralf Jung
-0
/
+1
2024-09-22
interpret: remove outdated FIXME
Ralf Jung
-1
/
+0
2024-09-12
Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu
Stuart Cook
-1
/
+1
2024-09-11
clippy::useless_conversion
Michael Goulet
-1
/
+1
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-2
/
+2
2024-09-06
Make `Ty::boxed_ty` return an `Option`
Pavel Grigorenko
-1
/
+1
2024-09-02
chore: Fix typos in 'compiler' (batch 1)
Alexander Cyon
-2
/
+2
2024-08-28
Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin
Matthias Krüger
-37
/
+7
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-1
/
+0
2024-08-26
interpret: do not make const-eval query result depend on tcx.sess
Ralf Jung
-37
/
+7
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-1
/
+2
2024-08-08
Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
Michael Goulet
-3
/
+2
2024-08-07
Disallow enabling features without their implied features
Caleb Zulawski
-7
/
+1
2024-08-07
Hide implicit target features from diagnostics when possible
Caleb Zulawski
-3
/
+10
2024-08-06
various cleanups based on review
Ralf Jung
-17
/
+14
2024-08-06
interpret: refactor function call handling to be better-abstracted
Ralf Jung
-0
/
+978