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
/
memory.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-1
/
+1
2020-04-16
mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`.
Eduard-Mihai Burtescu
-6
/
+3
2020-04-13
Miri: let machine hook dynamically decide about alignment checks
Ralf Jung
-2
/
+2
2020-04-10
added machine hooks to track deallocations
Ozaren
-0
/
+2
2020-04-04
indicate better which kind of memory got leaked
Ralf Jung
-11
/
+15
2020-04-04
share more alloc printing code between Miri and MIR dumping
Ralf Jung
-37
/
+34
2020-04-04
avoid printing allocations twice
Ralf Jung
-8
/
+10
2020-04-04
Miri leak_report: do not report leaks of allocations that are reachable from ...
Ralf Jung
-5
/
+24
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-3
/
+2
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-27
Auto merge of #69916 - oli-obk:mir_bless, r=eddyb
bors
-71
/
+25
2020-03-26
add 'fn write_u16s'(rustc_mir::interpret::Memory)
JOE1994
-2
/
+42
2020-03-26
Enable `--bless`ing of MIR dumps
Oliver Scherer
-71
/
+25
2020-03-25
Rollup merge of #70379 - JOE1994:patch-2, r=petrochenkov
Dylan DPC
-2
/
+2
2020-03-25
add usize methods for Size getters
Ralf Jung
-7
/
+6
2020-03-25
go back to infix ops for Size
Ralf Jung
-7
/
+7
2020-03-25
make Size::from* methods generic in the integer type they accept
Ralf Jung
-1
/
+1
2020-03-25
use checked casts and arithmetic in Miri engine
Ralf Jung
-16
/
+14
2020-03-24
fix type name typo in doc comments
Youngsuk Kim
-2
/
+2
2020-03-24
fix const_prop ICE
Ralf Jung
-1
/
+4
2020-03-24
get back the more precise error message
Ralf Jung
-1
/
+1
2020-03-24
move ModifiedStatic error to ConstEval errors, and generally adjust terminolo...
Ralf Jung
-54
/
+56
2020-03-24
Rollup merge of #70087 - ecstatic-morse:remove-const-eval-loop-detector, r=Ra...
Mazdak Farrokhzad
-19
/
+0
2020-03-17
Use `const_eval_limit` instead of infinite loop detector
Dylan MacKenzie
-19
/
+0
2020-03-11
avoid boolean inversion
Ralf Jung
-3
/
+3
2020-03-11
generalize InvalidNullPointerUsage to InvalidIntPointerUsage
Ralf Jung
-1
/
+1
2020-03-11
fmt, tweak messages and bless
Ralf Jung
-7
/
+22
2020-03-11
miri: categorize errors into "unsupported" and "UB"
Ralf Jung
-34
/
+33
2020-03-08
Rollup merge of #69326 - JOE1994:os_str_widestring, r=RalfJung
Mazdak Farrokhzad
-0
/
+27
2020-03-06
mir-interpret: add method Memory::read wide_string
JOE1994
-0
/
+27
2020-03-04
Don't use "if let" bindings to only check a value and not actually bind anyth...
Matthias Krüger
-1
/
+1
2020-03-01
Auto merge of #69408 - RalfJung:canonical-alloc-id, r=oli-obk
bors
-26
/
+33
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-23
canonicalize alloc ID before calling tag_static_base_pointer
Ralf Jung
-1
/
+2
2020-02-23
miri/machine: add canonical_alloc_id hook to replace find_foreign_static
Ralf Jung
-25
/
+31
2020-02-19
Check `RUSTC_CTFE_BACKTRACE` much less by generating fewer errors
Wesley Wiser
-6
/
+6
2020-01-16
let rustfmt undo most of my edits :(
Ralf Jung
-2
/
+1
2020-01-16
fix rustfmt fallout
Ralf Jung
-2
/
+2
2019-12-28
Avoid copying some undef memory in MIR
Santiago Pastorino
-24
/
+28
2019-12-27
Avoid memory copy logic for zsts
Santiago Pastorino
-1
/
+9
2019-12-23
Dynamically prevent constants from accessing statics
Oliver Scherer
-3
/
+4
2019-12-22
Format the world
Mark Rousskov
-110
/
+93
2019-12-20
1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
Mazdak Farrokhzad
-3
/
+3
2019-12-06
Rename to `then_some` and `then`
varkor
-1
/
+1
2019-12-06
Use `to_option` in various places
varkor
-1
/
+1
2019-12-02
fix init_allocation_extra
Ralf Jung
-7
/
+13
2019-12-02
make alloc_extra machine hook a bit nicer
Ralf Jung
-6
/
+9
2019-12-02
Add From instances for Pointer -> ScalarMaybeUndef and Pointer -> Immediate
Ralf Jung
-1
/
+1
2019-11-28
do not consider memory allocated by caller_location leaked
Ralf Jung
-3
/
+7
[next]