]> git.lizzy.rs Git - rust.git/history - src/machine.rs
Add communicate field to evaluator and fix formatting
[rust.git] / src / machine.rs
2019-08-06 Christian PovedaAdd communicate field to evaluator and fix formatting
2019-08-05 borsAuto merge of #889 - RalfJung:rustup, r=RalfJung
2019-08-05 Ralf Jungrustup
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 #856 - RalfJung:type_dispatch_first,...
2019-08-03 Ralf Jungadjust for ptr_op now being called type-based
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 #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-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 Jungfix for changd machine trait signatures
2019-07-06 Ralf Jungbetter error message when the program tries to spawn...
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 Ralf Jungalign small malloc-allocations even less, and test...
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 #804 - RalfJung:intptrcast, r=RalfJung
2019-06-30 Ralf Jungfix comparing function pointers with intptrcast
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 Jungmove constants to machine.rs
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...