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_mir
/
src
/
const_eval
/
machine.rs
Age
Commit message (
Expand
)
Author
Lines
2021-02-20
Auto merge of #82124 - tmiasko:op-ty-ref, r=oli-obk
bors
-12
/
+12
2021-02-17
Reduce size of InterpErrorInfo to 8 bytes
Tomasz Miąsko
-2
/
+2
2021-02-16
Pass MPlaceTy by reference not value
Tomasz Miąsko
-1
/
+1
2021-02-16
Pass PlaceTy by reference not value
Tomasz Miąsko
-3
/
+3
2021-02-16
Pass OpTy by reference not value
Tomasz Miąsko
-8
/
+8
2021-02-05
improve error message for disallowed ptr-to-int casts in const eval
Jeffrey Griffin
-1
/
+1
2021-01-12
Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix
bors
-0
/
+16
2021-01-10
Add ABI argument to `find_mir_or_eval_fn`
Nym Seddon
-0
/
+2
2021-01-04
Move MIR body loading to a machine function
oli
-0
/
+16
2020-12-17
Auto merge of #79840 - dvtkrlbs:issue-79667, r=oli-obk
bors
-59
/
+4
2020-12-10
Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJung
bors
-0
/
+4
2020-12-09
Remove memoization leftovers
Tunahan Karlibas
-59
/
+4
2020-12-06
Fix comments related to abort()
Albin Hedman
-0
/
+4
2020-12-03
move interpret::MemoryKind::Heap to const eval
Vishnunarayan K I
-1
/
+26
2020-12-03
move intrinsic to CTFE, add FIXME
Vishnunarayan K I
-0
/
+17
2020-12-02
add comment and bless some tests
Vishnunarayan K I
-1
/
+5
2020-12-01
review comment and one more test
Vishnunarayan K I
-7
/
+6
2020-12-01
review comments
Vishnunarayan K I
-2
/
+8
2020-11-04
Add `is_null` helper
oli
-2
/
+2
2020-11-04
s/Scalar::Raw/Scalar::Int
oli
-4
/
+4
2020-11-04
Split the "raw integer bytes" part out of `Scalar`
Oliver Scherer
-5
/
+5
2020-10-22
Fix const core::panic!(non_literal_str).
Mara Bos
-1
/
+2
2020-09-19
Unify the names of const eval queries and their return types
Oliver Scherer
-1
/
+1
2020-09-19
Do not call the `const_eval` query in mir interpretation except for caching o...
Oliver Scherer
-1
/
+1
2020-09-12
move guaranteed{ne,eq} implementation to compile-time machine
Ralf Jung
-3
/
+68
2020-08-30
mv compiler to compiler/
mark
-0
/
+372