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
/
src
/
librustc
/
mir
/
interpret
Age
Commit message (
Expand
)
Author
Lines
2018-10-25
Rollup merge of #55345 - RalfJung:no-null, r=oli-obk
Pietro Albini
-9
/
+1
2018-10-25
Remove is_null
Ralf Jung
-9
/
+1
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-10-21
Auto merge of #55125 - RalfJung:stacked-borrows, r=oli-obk
bors
-2
/
+6
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-2
/
+2
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-2
/
+2
2018-10-18
add support for storing extra data in an allocation
Ralf Jung
-2
/
+6
2018-10-10
typos and spaces
Ralf Jung
-2
/
+2
2018-10-10
miri engine: basic support for pointer provenance tracking
Ralf Jung
-42
/
+90
2018-10-09
miri engine: also check return type before calling function
Ralf Jung
-1
/
+7
2018-10-03
A handful of cleanups for rustc/mir
ljedrz
-2
/
+2
2018-10-01
Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obk
bors
-100
/
+10
2018-09-30
move ScalarMaybeUndef into the miri engine
Ralf Jung
-94
/
+1
2018-09-30
do not normalize non-scalar constants to a ConstValue::ScalarPair
Ralf Jung
-6
/
+9
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-4
/
+4
2018-09-08
Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk
bors
-10
/
+17
2018-09-08
Optimize miri checking of integer array/slices
Gabriel Majeri
-10
/
+17
2018-09-03
Document snapshot.rs
Bruno Dutra
-0
/
+5
2018-09-03
Make vaious allocation related types generic on the allocation id
Bruno Dutra
-10
/
+10
2018-08-29
audit the relocations code, and clean it up a little
Ralf Jung
-1
/
+3
2018-08-29
re-do argument passing one more time to finally be sane
Ralf Jung
-7
/
+17
2018-08-29
move some Scalar helpers from miri here, and use them where appropriate
Ralf Jung
-2
/
+102
2018-08-28
address nits
Ralf Jung
-3
/
+5
2018-08-27
validate enum discriminant whenever it is read
Ralf Jung
-1
/
+1
2018-08-27
dedicated handling for binops on bool and char (UB if they are not valid)
Ralf Jung
-6
/
+19
2018-08-27
Miri Memory Work
Ralf Jung
-10
/
+90
2018-08-23
Fix stylistic mistakes
Bernardo Meurer
-2
/
+2
2018-08-23
Reflow and fixup comments
Bernardo Meurer
-1
/
+2
2018-08-23
Fixed long strings
Bernardo Meurer
-7
/
+12
2018-08-23
Add license header to CTFE/MIRI
Bernardo Meurer
-0
/
+30
2018-08-22
Allow panicking with string literal messages inside constants
Oliver Schneider
-2
/
+10
2018-08-22
optimize creating a stack frame
Ralf Jung
-0
/
+2
2018-08-22
better error message when using NULL in to_ptr
Ralf Jung
-1
/
+2
2018-08-22
finally remove all traces of signs from memory
Ralf Jung
-13
/
+21
2018-08-22
miri/CTFE refactor
Ralf Jung
-126
/
+80
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-03
Unify API of `Scalar` and `ScalarMaybeUndef`
Oliver Schneider
-2
/
+6
2018-08-02
Second field of ScalarPair can be undef in some cases
Oliver Schneider
-6
/
+5
2018-08-01
Address behaviour changing review comments
Oliver Schneider
-18
/
+0
2018-08-01
Address stylistic review comments and rebase fallout
Oliver Schneider
-3
/
+6
2018-08-01
Reintroduce `Undef` and properly check constant value sizes
Oliver Schneider
-86
/
+116
2018-07-29
Sanity-check all constants
Oliver Schneider
-1
/
+1
2018-07-11
Auto merge of #51702 - ecstatic-morse:infinite-loop-detection, r=oli-obk
bors
-1
/
+4
2018-07-04
Shorten error message and add link to test
Dylan MacKenzie
-2
/
+1
2018-07-04
Derive Eq and Hash for types used in Miri's evaluator
Dylan MacKenzie
-1
/
+1
2018-07-04
Explain reason behind error span
Dylan MacKenzie
-1
/
+3
2018-07-04
Add an `InfiniteLoop` variant to `EvalErrorKind`
Dylan MacKenzie
-0
/
+2
2018-07-03
Update outdated comment: ByVal -> Scalar.
Zach Wolfe
-2
/
+2
2018-07-01
Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddyb
bors
-0
/
+3
2018-07-01
Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk
bors
-0
/
+3
[next]