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_middle
/
src
/
mir
/
interpret
Age
Commit message (
Expand
)
Author
Lines
2020-12-09
Extra assertions in eval_body_using_ecx to disallow queries for
Tunahan Karlibas
-1
/
+0
2020-11-16
words
lcnr
-1
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-11-05
Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk
Mara Bos
-3
/
+9
2020-11-04
make intern_const_alloc_recursive return error fix #78655
Vishnunarayan K I
-3
/
+9
2020-11-04
`u128` truncation and sign extension are not just interpreter related
oli
-37
/
+4
2020-11-04
Move ZST constant to the top of the impl block
oli
-2
/
+2
2020-11-04
Do not raise interp errors from the scalar int module
oli
-2
/
+8
2020-11-04
Add helper for getting an `int` out of a `Scalar`
oli
-0
/
+8
2020-11-04
Replace `Scalar::zst` with a `Scalar::ZST` constant
oli
-4
/
+1
2020-11-04
No need for a `zst` constructor method when we can have a constant
oli
-1
/
+1
2020-11-04
s/Scalar::Raw/Scalar::Int
oli
-22
/
+22
2020-11-04
Split the "raw integer bytes" part out of `Scalar`
Oliver Scherer
-87
/
+22
2020-10-14
Remove unused code from rustc_middle
est31
-9
/
+0
2020-10-13
Replace absolute paths with relative ones
est31
-3
/
+3
2020-10-06
Rollup merge of #76995 - LingMan:middle_matches, r=varkor
Yuki Okushi
-12
/
+6
2020-09-24
Auto merge of #77006 - oli-obk:🐌_const_queries, r=Mark-Simulacrum
bors
-1
/
+1
2020-09-23
Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obk
Dylan DPC
-0
/
+6
2020-09-21
review
Bastian Kauschke
-0
/
+6
2020-09-21
Cache `eval_to_allocation_raw` on disk
Oliver Scherer
-1
/
+1
2020-09-21
Reduce boilerplate with the matches! macro
LingMan
-12
/
+6
2020-09-20
Rollup merge of #76891 - lcnr:less-ref, r=ecstatic-morse
Ralf Jung
-9
/
+9
2020-09-20
Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJung
bors
-17
/
+17
2020-09-19
Reflect the "do not call this query directly" mentality in its name
Oliver Scherer
-2
/
+2
2020-09-19
Address review comments
Oliver Scherer
-4
/
+4
2020-09-19
Unify the names of const eval queries and their return types
Oliver Scherer
-14
/
+14
2020-09-19
Rename const eval queries to reflect the validation changes
Oliver Scherer
-3
/
+3
2020-09-18
don't take `TyCtxt` by reference
Bastian Kauschke
-9
/
+9
2020-09-12
also assert ScalarMaybeUninit size
Ralf Jung
-0
/
+3
2020-09-04
Fix big endian read/write
Jubilee Young
-6
/
+12
2020-09-04
Explain contract of {read, write}_target_uint
Jubilee Young
-0
/
+6
2020-09-04
Be explicit that we're handling bytes
Jubilee
-1
/
+1
2020-09-04
Remove reference to byteorder limits
Jubilee Young
-8
/
+4
2020-09-04
Refactor byteorder to std in rustc_middle
Jubilee Young
-7
/
+9
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-1
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+3007