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
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2022-02-24
Miri fn ptr check: don't use conservative null check
Ralf Jung
-2
/
+3
2022-02-19
rustc_const_eval: adopt let else in more places
est31
-9
/
+6
2022-02-11
use body.tainted_by_error to skip loading MIR
Michael Goulet
-0
/
+8
2022-01-26
`const_deallocate`: Don't deallocate memory allocated in an another const. Do...
woppopo
-5
/
+15
2022-01-23
Add `intrinsics::const_deallocate`
woppopo
-0
/
+17
2022-01-03
Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
Matthias Krüger
-7
/
+0
2021-12-20
const_eval machine: use original instance for replaced MIR bodies
Ralf Jung
-1
/
+11
2021-12-20
CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility
Ralf Jung
-2
/
+2
2021-12-13
Remove `in_band_lifetimes` from `rustc_const_eval`
LegionMammal978
-2
/
+2
2021-10-27
Remove `is_const_fn` in `find_mir_or_eval_fn`
Gary Guo
-9
/
+3
2021-10-25
Clean up special function const checks
Gary Guo
-32
/
+20
2021-10-20
Remove `box_alloc` from `Machine` trait.
Gary Guo
-7
/
+0
2021-10-20
Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se
Yuki Okushi
-3
/
+1
2021-10-19
Deduplicate panic_fmt
Gary Guo
-3
/
+1
2021-10-12
Add const_eval_select intrinsic
Deadbeef
-19
/
+40
2021-09-15
Allow `panic!("{}", computed_str)` in const fn.
Gary Guo
-2
/
+7
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+474