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
/
const_eval
/
machine.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-23
A MIR transform that checks pointers are aligned
Ben Kimock
-0
/
+6
2023-03-21
Detect uninhabited types early in const eval.
Oli Scherer
-2
/
+2
2023-03-21
Add a layout argument to `enforce_validity`.
Oli Scherer
-2
/
+2
2023-02-15
Use target instead of machine for mir interpreter integer handling.
Oli Scherer
-6
/
+6
2023-01-30
Replace enum `==`s with `match`es where it makes sense
Maybe Waffle
-4
/
+3
2023-01-23
Add comments and remove unnecessary code
Bryan Garza
-5
/
+0
2023-01-23
Add back Machine::before_terminator(...) method
Bryan Garza
-0
/
+5
2023-01-23
Replace terminator-based const eval limit
Bryan Garza
-2
/
+2
2023-01-23
Remove debugging-related code
Bryan Garza
-1
/
+0
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-0
/
+1
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-1
/
+1
2023-01-17
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
-4
/
+4
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-17
`rustc_const_eval`: remove `ref` patterns (+some pattern matching imps)
Maybe Waffle
-1
/
+1
2022-12-15
simplify alignment_check_failed a bit
Ralf Jung
-14
/
+5
2022-12-15
Reuse the ctfe error emitting logic for the future incompat lint
Oli Scherer
-17
/
+22
2022-12-15
Move alignment failure error reporting to machine
Oli Scherer
-2
/
+37
2022-12-15
Make alignment checks a future incompat lint
Oli Scherer
-3
/
+23
2022-12-05
fix dupe word typos
Rageking8
-1
/
+1
2022-11-19
Revert "don't call `align_offset` during const eval, ever"
Lukas Markeffsky
-90
/
+44
2022-11-19
fix const `align_offset` implementation
Lukas Markeffsky
-3
/
+6
2022-11-19
replace potential ICE with graceful error (`no_core` only)
Lukas Markeffsky
-3
/
+2
2022-11-19
don't call `align_offset` during const eval, ever
Lukas Markeffsky
-43
/
+88
2022-11-19
make const `align_offset` useful
Lukas Markeffsky
-23
/
+106
2022-11-19
unify inherent impls of `CompileTimeEvalContext`
Lukas Markeffsky
-46
/
+44
2022-10-18
Remove allow(rustc::potential_query_instability) in rustc_const_eval
CastilloDel
-8
/
+8
2022-09-09
The `<*const T>::guaranteed_*` methods now return an option for the unknown case
Oli Scherer
-26
/
+23
2022-09-04
Make `const_eval_select` a real intrinsic
Deadbeef
-15
/
+1
2022-08-28
entirely get rid of NeedsRfc CTFE errors
Ralf Jung
-11
/
+5
2022-08-28
CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just...
Ralf Jung
-3
/
+5
2022-08-28
Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obk
Matthias Krüger
-3
/
+3
2022-08-26
make read_immediate error immediately on uninit, so ImmTy can carry initializ...
Ralf Jung
-2
/
+2
2022-08-26
no alignment check during interning
Ralf Jung
-3
/
+3
2022-08-21
fix ICE with extra-const-ub-checks
Ralf Jung
-2
/
+10
2022-08-07
add -Zextra-const-ub-checks to enable more UB checking in const-eval
Ralf Jung
-0
/
+10
2022-07-20
rename get_global_alloc to try_get_global_alloc
Ralf Jung
-1
/
+1
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-3
/
+3
2022-07-14
Use constant eval to do strict validity checks
5225225
-1
/
+1
2022-07-07
make a name less ambiguous
Ralf Jung
-2
/
+2
2022-05-30
Add a helper function for checking whether a default function in a trait can ...
Oli Scherer
-2
/
+1
2022-05-30
Remove `#[default..]` and add `#[const_trait]`
Deadbeef
-2
/
+3
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-4
/
+7
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-13
Rustc changes for permissive provenance
carbotaniuman
-1
/
+9
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-9
/
+9
2022-04-05
interp: pass TyCtxt to Machine methods that do not take InterpCx
Ralf Jung
-1
/
+2
2022-04-03
tweak some function names
Ralf Jung
-1
/
+1
2022-04-03
interpret: remove MemoryExtra in favor of giving access to the Machine
Ralf Jung
-12
/
+11
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-3
/
+2
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-5
/
+6
[next]