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
/
machine.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-21
Add a layout argument to `enforce_validity`.
Oli Scherer
-2
/
+3
2023-03-16
Tweak implementation of overflow checking assertions
Tomasz Miąsko
-2
/
+2
2023-02-20
Minimal changes to make miri work
Rune Tynan
-3
/
+6
2023-02-20
Allow non-`Box` allocations in preparation for aligned const allocations for ...
Rune Tynan
-3
/
+7
2023-02-18
Rename checked_binop_checks_overflow.
Camille GILLOT
-4
/
+5
2023-02-14
interpret: rename Pointer::from_addr → from_addr_invalid
Ralf Jung
-1
/
+1
2023-02-07
miri: fix ICE when running out of address space
Ralf Jung
-3
/
+3
2023-01-23
Add back Machine::before_terminator(...) method
Bryan Garza
-0
/
+6
2023-01-23
Replace terminator-based const eval limit
Bryan Garza
-3
/
+3
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2022-12-15
Move alignment failure error reporting to machine
Oli Scherer
-1
/
+8
2022-12-15
Make alignment checks a future incompat lint
Oli Scherer
-1
/
+3
2022-12-06
make retagging work even with 'unstable' places
Ralf Jung
-2
/
+14
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
2022-10-18
Remove allow(rustc::potential_query_instability) in rustc_const_eval
CastilloDel
-1
/
+1
2022-09-03
Add a Machine hook for inline assembly
Ben Kimock
-0
/
+10
2022-08-30
Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk
Dylan DPC
-1
/
+1
2022-08-29
Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgr
bors
-0
/
+1
2022-08-28
CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just...
Ralf Jung
-0
/
+1
2022-08-27
interpret: rename relocation → provenance
Ralf Jung
-1
/
+1
2022-08-27
remove a now-useless machine hook
Ralf Jung
-14
/
+3
2022-08-26
remove enforce_number_init machine hook that Miri no longer needs
Ralf Jung
-8
/
+0
2022-08-26
fix an outdated machine hook name
Ralf Jung
-5
/
+5
2022-08-15
Rename Machine memory hooks to suggest when they run
Ben Kimock
-3
/
+3
2022-08-09
dont rely on old macro-in-trait-impl bug
Ralf Jung
-12
/
+0
2022-07-23
remove some provenance-related machine hooks that Miri no longer needs
Ralf Jung
-23
/
+0
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-54
/
+53
2022-07-09
Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obk
Dylan DPC
-5
/
+5
2022-07-07
make a name less ambiguous
Ralf Jung
-5
/
+5
2022-07-06
interpret: remove LocalValue::Unallocated, add Operand::Uninit
Ralf Jung
-8
/
+11
2022-07-06
fix ICE in ConstProp
Ralf Jung
-5
/
+5
2022-07-05
fix type in function name
Ralf Jung
-2
/
+2
2022-07-05
Rollup merge of #98888 - RalfJung:interpret-checked-bin, r=oli-obk
Matthias Krüger
-0
/
+8
2022-07-05
adjust dangling-int-ptr error message
Ralf Jung
-2
/
+2
2022-07-05
always check overflow in CheckedBinOp in CTFE
Ralf Jung
-0
/
+8
2022-06-16
interpret: convert_tag_add_extra, init_allocation_extra: allow tagger to rais...
Ralf Jung
-3
/
+5
2022-06-05
Allow ptr_from_addr_cast to fail
Ralf Jung
-5
/
+6
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-4
/
+8
2022-05-19
interpret/validity: separately control checking numbers for being init and no...
Ralf Jung
-4
/
+11
2022-05-13
Rustc changes for permissive provenance
carbotaniuman
-5
/
+33
2022-04-18
add method to get absolute address of a pointer (useful only for Miri)
Ralf Jung
-0
/
+2
2022-04-18
avoid pairing up AllocId and PointerTag, which is redundant
Ralf Jung
-7
/
+19
2022-04-05
interp: pass TyCtxt to Machine methods that do not take InterpCx
Ralf Jung
-1
/
+5
2022-04-03
interpret: remove MemoryExtra in favor of giving access to the Machine
Ralf Jung
-25
/
+20
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-3
/
+4
2022-01-03
Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
Matthias Krüger
-6
/
+0
2021-12-20
CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility
Ralf Jung
-1
/
+1
2021-12-13
Remove `in_band_lifetimes` from `rustc_const_eval`
LegionMammal978
-2
/
+2
2021-11-09
miri: Detect uninitialized integers and floats
Noah Lev
-0
/
+9
2021-10-20
Remove `box_alloc` from `Machine` trait.
Gary Guo
-6
/
+0
[next]