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_middle
/
src
/
mir
/
interpret
Age
Commit message (
Expand
)
Author
Lines
2021-05-06
use CheckInAllocMsg::PointerArithmeticTest for ptr_offset error
Ralf Jung
-0
/
+3
2021-05-04
Remove `rustc_middle::mir::interpret::CheckInAllocMsg::NullPointerTest`
hyd-dev
-5
/
+0
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-2
/
+2
2021-04-19
fix few typos
klensy
-1
/
+1
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-10
/
+0
2021-03-20
update `const_eval_resolve`
lcnr
-6
/
+4
2021-03-18
Remove unwrap_none/expect_none from compiler/.
Mara Bos
-1
/
+1
2021-03-15
Do not expose fallible `to_int` operation on `Scalar`.
Oli Scherer
-17
/
+15
2021-03-15
s/ConstantSource/ConstantKind/
Oli Scherer
-8
/
+0
2021-03-12
Replace a custom lift method with a Lift impl
Oli Scherer
-3
/
+6
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-0
/
+18
2021-03-12
Add convenience conversion methods for ScalarInt
Oli Scherer
-8
/
+23
2021-03-12
Add fallible Scalar to ScalarInt conversion method
Oli Scherer
-13
/
+15
2021-03-12
Implement valtree
Oli Scherer
-1
/
+1
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-5
/
+5
2021-02-25
Auto merge of #82338 - RalfJung:interp-error-allocs, r=oli-obk
bors
-15
/
+10
2021-02-21
remove redundant return value Ok(()) of clear_relocations()
Matthias Krüger
-10
/
+3
2021-02-20
all InterpError allocate now, so adjust alloc-error-check
Ralf Jung
-15
/
+10
2021-02-17
Reduce size of InterpErrorInfo to 8 bytes
Tomasz Miąsko
-6
/
+22
2021-02-14
param_env debugs are instrumental to rustc's success
Ellen
-1
/
+1
2021-02-13
debug!("paramenv={}paramenv={}paramenv={}paramenv={}")
Ellen
-0
/
+1
2021-02-02
Fix out of date `Scalar` documentation
Jake Hughes
-1
/
+1
2021-01-30
Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-se
Yuki Okushi
-11
/
+2
2021-01-26
Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank
bors
-1
/
+1
2021-01-21
mir: Improve size_of handling when arg is unsized
Ömer Sinan Ağacan
-0
/
+3
2021-01-16
Enforce that query results implement Debug
Aaron Hill
-1
/
+1
2021-01-13
Use unsigned_abs throughout repository
Jacob Pratt
-11
/
+2
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
[prev]
[next]