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_mir
/
src
/
const_eval
Age
Commit message (
Expand
)
Author
Lines
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-12
review comments
Vishnunarayan K I
-3
/
+2
2020-11-12
check mir exists before validation; fix tests
Vishnunarayan K I
-0
/
+7
2020-11-12
fix tests and formatting
Vishnunarayan K I
-1
/
+1
2020-11-12
add error_occured field to ConstQualifs, fix #76064
Vishnunarayan K I
-0
/
+5
2020-11-05
Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk
Mara Bos
-3
/
+5
2020-11-04
make intern_const_alloc_recursive return error fix #78655
Vishnunarayan K I
-3
/
+5
2020-11-04
Add `is_null` helper
oli
-2
/
+2
2020-11-04
Replace `Scalar::zst` with a `Scalar::ZST` constant
oli
-1
/
+1
2020-11-04
s/Scalar::Raw/Scalar::Int
oli
-6
/
+6
2020-11-04
32 bit platforms don't have 64 bit pointers
Oliver Scherer
-2
/
+3
2020-11-04
Split the "raw integer bytes" part out of `Scalar`
Oliver Scherer
-7
/
+7
2020-10-26
interning cleanup: we no longer need to distinguish Const and ConstInner; we ...
Ralf Jung
-8
/
+9
2020-10-26
move UnsafeCell-in-const check from interning to validation
Ralf Jung
-8
/
+9
2020-10-26
ensure we intern all promoteds as InternKind::Promoted
Ralf Jung
-10
/
+7
2020-10-22
Fix const core::panic!(non_literal_str).
Mara Bos
-1
/
+2
2020-10-14
Remove needless alloc_slice
est31
-1
/
+1
2020-10-05
query_name_of_opt_const_arg -> query_name_opt_const_arg
Bastian Kauschke
-1
/
+1
2020-09-30
References to ZSTs may be at arbitrary aligned addresses
Oliver Scherer
-5
/
+5
2020-09-28
Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obk
Ralf Jung
-6
/
+0
2020-09-27
Remove `rustc_allow_const_fn_ptr`
Dylan MacKenzie
-6
/
+0
2020-09-27
Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, r=oli-obk
Jonas Schievink
-1
/
+1
2020-09-26
Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb
bors
-1
/
+40
2020-09-25
Change error in `fn_queries` to `delay_span_bug`
Dylan MacKenzie
-1
/
+1
2020-09-20
Implement destructuring for all aggregates and for references
Oliver Scherer
-2
/
+1
2020-09-20
Add a query for dereferencing constants of reference type
Oliver Scherer
-1
/
+41
2020-09-19
Reflect the "do not call this query directly" mentality in its name
Oliver Scherer
-3
/
+3
2020-09-19
Rustfmt
Oliver Scherer
-2
/
+2
2020-09-19
Address review comments
Oliver Scherer
-5
/
+5
2020-09-19
Unify the names of const eval queries and their return types
Oliver Scherer
-10
/
+10
2020-09-19
Rename const eval queries to reflect the validation changes
Oliver Scherer
-7
/
+7
2020-09-19
Do not call the `const_eval` query in mir interpretation except for caching o...
Oliver Scherer
-1
/
+1
2020-09-19
Replace `and_then` `map_err` `and_then` chain with a match
Oliver Scherer
-15
/
+16
2020-09-19
`turn_into_const` is infallible
Oliver Scherer
-11
/
+7
2020-09-19
Document `op_to_const`'s purpose
Oliver Scherer
-0
/
+2
2020-09-19
Stop using the `const_eval` query for initializers of statics
Oliver Scherer
-20
/
+11
2020-09-19
Validate constants during `const_eval_raw`
Oliver Scherer
-16
/
+35
2020-09-12
move guaranteed{ne,eq} implementation to compile-time machine
Ralf Jung
-3
/
+68
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-4
/
+4
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-2
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+1212