]> git.lizzy.rs Git - rust.git/history - src/eval.rs
Add communicate field to evaluator and fix formatting
[rust.git] / src / eval.rs
2019-08-06 Christian PovedaAdd communicate field to evaluator and fix formatting
2019-08-06 Christian PovedaAdd flag to enable communication
2019-08-04 borsAuto merge of #882 - RalfJung:miri-rustc, r=RalfJung
2019-08-03 borsAuto merge of #881 - RalfJung:rustup, r=RalfJung
2019-08-03 Ralf Jungadjust for rustc changes
2019-08-03 borsAuto merge of #877 - christianpoveda:ldexp-shim, r...
2019-08-03 borsAuto merge of #878 - RalfJung:rustup, r=RalfJung
2019-08-03 Ralf Jungfix for error refactoring
2019-07-24 borsAuto merge of #853 - RalfJung:readme, r=RalfJung
2019-07-24 borsAuto merge of #854 - lzutao:warn-idioms, r=RalfJung
2019-07-24 Lzu Taobuild: Warn if not use 2018 idioms
2019-07-24 borsAuto merge of #852 - lzutao:rustup, r=RalfJung
2019-07-24 borsAuto merge of #851 - RalfJung:intrptrcast-by-default...
2019-07-23 Ralf Jungmake sure we always have an RNG
2019-07-21 borsAuto merge of #849 - RalfJung:rustup, r=RalfJung
2019-07-21 Ralf Jungbump rust
2019-07-11 borsAuto merge of #833 - RalfJung:win, r=RalfJung
2019-07-11 Ralf Jungreenable all tests on Windows
2019-07-11 borsAuto merge of #830 - RalfJung:check-place, r=RalfJung
2019-07-10 Ralf Jungwe do this these days
2019-07-10 Ralf Jungadjust for rustc changes; normalize mplace before doing...
2019-07-06 borsAuto merge of #826 - RalfJung:uninit, r=RalfJung
2019-07-06 borsAuto merge of #808 - RalfJung:extra-fn, r=RalfJung
2019-07-06 Ralf Jungupdate to FnVal changes; implement basic Dlsym support...
2019-07-06 borsAuto merge of #799 - rust-lang:rustup, r=RalfJung
2019-07-06 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2019-07-05 borsAuto merge of #817 - RalfJung:small-alloc, r=RalfJung
2019-07-05 Ralf Jungrename InterpretCx -> InterpCx
2019-07-05 borsAuto merge of #803 - christianpoveda:intptrcast-explici...
2019-07-05 Ralf JungMerge remote-tracking branch 'origin/master'
2019-07-05 Ralf Jungtemporarily disable validation on Windows
2019-07-04 borsAuto merge of #822 - RalfJung:tls, r=RalfJung
2019-07-03 borsAuto merge of #820 - RalfJung:intptrcast, r=RalfJung
2019-07-03 Ralf Jungdon't call Stacked Borrows hooks at all when validation...
2019-07-01 Ralf JungMerge branch 'master' into rustup
2019-06-30 borsAuto merge of #801 - RalfJung:num_cpus, r=RalfJung
2019-06-29 Ralf JungMerge branch 'master' into rustup
2019-06-29 borsAuto merge of #795 - RalfJung:intptrcast, r=RalfJung
2019-06-29 Ralf Jungtweak inttoptr allocation behavior
2019-06-29 Ralf Jungsome module comments
2019-06-29 Ralf JungMerge remote-tracking branch 'ralf/machine' into rustup
2019-06-29 borsAuto merge of #802 - RalfJung:machine, r=RalfJung
2019-06-29 Ralf Jungmove most of the stuff from lib.rs into machine.rs...