]> git.lizzy.rs Git - rust.git/history - src/eval.rs
move -Zmiri-disable-isolation hint to help
[rust.git] / src / eval.rs
2020-03-22 Ralf Jungmove -Zmiri-disable-isolation hint to help
2020-03-22 borsAuto merge of #1249 - RalfJung:rustup, r=RalfJung
2020-03-22 Ralf Jungplatform -> target
2020-03-18 borsAuto merge of #1239 - elichai:2020-03-abort-intrinsics...
2020-03-18 Elichai TurkelAdd an optional message to abort
2020-03-17 borsAuto merge of #1235 - RalfJung:check-arith, r=RalfJung
2020-03-17 Ralf Jungavoid using unchecked casts or arithmetic
2020-03-15 borsAuto merge of #1231 - JOE1994:patch-1, r=RalfJung
2020-03-15 Youngsuk KimMinor typo fix
2020-03-12 borsAuto merge of #1213 - lcnr:master, r=RalfJung
2020-03-08 borsAuto merge of #1215 - RalfJung:readme, r=RalfJung
2020-03-08 borsAuto merge of #1214 - RalfJung:depup, r=RalfJung
2020-03-08 borsAuto merge of #1208 - christianpoveda:environ-shim...
2020-03-08 Christian Povedaonly expose environ on linux
2020-03-07 Christian Povedaminor corrections
2020-03-06 Christian Povedaupdate the environ shim when environment changes
2020-03-06 Christian Povedaadd working shim for environ
2020-03-06 borsAuto merge of #1209 - RalfJung:track-alloc-id, r=oli-obk
2020-03-06 Ralf Jungadd option to track a particular AllocId (does nothing...
2020-03-02 borsAuto merge of #1190 - RalfJung:canonical-alloc-id,...
2020-03-02 Ralf Jungport from find_foreign_static to canonical_alloc_id
2020-03-02 Ralf Jungrename memory kind: Env -> Machine
2020-03-01 borsAuto merge of #1197 - RalfJung:rustup, r=RalfJung
2020-03-01 Ralf Jungsome formatting
2020-02-26 borsAuto merge of #1152 - divergentdave:shim-directory...
2020-02-26 borsAuto merge of #1192 - RalfJung:disable-stacked-borrows...
2020-02-24 Ralf Jungmove validate field from memory to machine
2020-02-24 Ralf Jungadd an option to disable Stacked Borrows
2020-02-23 borsAuto merge of #1189 - RalfJung:cleanup, r=RalfJung
2020-02-23 Ralf Jungavoid lowercasing platforms
2020-01-10 borsAuto merge of #1143 - christianpoveda:symlink-shim...
2020-01-09 borsAuto merge of #1127 - rust-lang:stacked_borrow_tracing...
2020-01-09 Oliver SchererDocument all the things
2020-01-08 Oliver SchererUse names that actually represent what's going on
2020-01-08 Oliver SchererMake the non-halting diagnostic scheme independent...
2020-01-08 Oliver SchererProcess delayed errors on every step
2020-01-08 Oliver SchererMove error reporting to its own module
2020-01-08 Oliver SchererTrailing return
2020-01-08 Oliver SchererSplit error reporting from main eval function
2020-01-07 borsAuto merge of #1140 - RalfJung:no-macos, r=oli-obk
2020-01-07 borsAuto merge of #1142 - JohnTitor:rustup-0107, r=RalfJung
2020-01-06 Yuki OkushiRustup
2020-01-06 borsAuto merge of #1141 - RalfJung:lint-adjust, r=RalfJung
2020-01-06 borsAuto merge of #1137 - anp:track-caller-update, r=RalfJung
2020-01-05 Yuki OkushiRustup
2019-12-23 borsAuto merge of #1124 - RalfJung:sysroot-check, r=oli-obk
2019-12-23 borsAuto merge of #1125 - RalfJung:main-result, r=oli-obk
2019-12-23 Ralf Jungsupport main functions with Result return type
2019-12-23 borsAuto merge of #1118 - rust-lang:stacked_borrow_tracing...
2019-12-23 Oliver SchererRustfmt all the things
2019-12-22 borsAuto merge of #1101 - christianpoveda:stat-shim, r...
2019-12-14 borsAuto merge of #1113 - RalfJung:vtable, r=RalfJung
2019-12-10 borsAuto merge of #1080 - rust-lang:stacked_borrow_tracing...
2019-12-09 Oliver SchererUse the machine stop error instead of abusing other...
2019-12-08 Oliver SchererRename track-id to track-pointer-tag
2019-12-08 Oliver SchererAdd a scheme to find the place where an id was destroyed
2019-12-08 borsAuto merge of #1107 - RalfJung:rustup, r=RalfJung
2019-12-07 borsAuto merge of #1106 - RalfJung:memleak-ignore, r=RalfJung
2019-12-07 Ralf Jungadd flag to ignore memory leaks
2019-12-04 borsAuto merge of #1100 - RalfJung:os_str, r=RalfJung
2019-12-04 Ralf Jungrename helper methods a bit
2019-12-04 borsAuto merge of #1099 - RalfJung:os_str, r=RalfJung
2019-12-04 Ralf Junguse write_os_str_to_c_string for unix arg passing
2019-12-02 borsAuto merge of #1084 - RalfJung:assert-panic, r=RalfJung
2019-12-02 Ralf Jungpanic errors are actually still possible
2019-12-02 Ralf Jungfix init_allocation_extra
2019-12-02 Ralf Jungsome error classes should be impossible
2019-12-02 Ralf Jungbetter span for functions whose frame we push 'manually'
2019-12-02 Ralf Jungimplement proper panicking for other MIR assertions
2019-12-02 borsAuto merge of #1092 - RalfJung:rustup, r=RalfJung
2019-12-02 Ralf Jungalso indicate abort via new MachineStop variant
2019-12-02 Ralf Junguse new MachineStop error variant
2019-11-29 borsAuto merge of #1083 - RalfJung:fn-call-helper, r=oli-obk
2019-11-29 Ralf Jungfix comment
2019-11-29 Ralf JungAdd and use helper function for calling a machine funct...
2019-11-27 borsAuto merge of #1077 - RalfJung:unwind_to_block, r=RalfJung
2019-11-27 Ralf Jungonly run leak test on clean platforms
2019-11-20 borsAuto merge of #1065 - Aaron1011:fix/start-return, r...
2019-11-20 Aaron HillFix nits
2019-11-20 Aaron HillImprove return code propagation.
2019-11-19 Aaron HillPropagate the return code from the `start` lang item
2019-11-19 borsAuto merge of #693 - Aaron1011:feature/panic_unwind_fin...
2019-11-17 Aaron HillSupport unwinding after a panic
2019-11-17 borsAuto merge of #1055 - RalfJung:panic-stub, r=RalfJung
2019-11-13 Aaron HillRustup for panic changes
2019-11-09 Christian PovedaFix merge conflicts
2019-11-08 borsAuto merge of #1040 - RalfJung:rustup, r=RalfJung
2019-11-07 borsAuto merge of #1039 - RalfJung:dyn-tests, r=RalfJung
2019-11-06 borsAuto merge of #1037 - JOE1994:master, r=RalfJung
2019-11-06 YOUNGSUK KIMfollow-up to review
2019-11-06 YOUNGSUK KIMerror code E0080 is no longer printed with MIRI error...
2019-11-03 borsAuto merge of #961 - rust-lang:exact_div_reuse, r=RalfJung
2019-11-02 borsAuto merge of #1028 - RalfJung:place-apis, r=RalfJung
2019-11-02 Ralf Jungstore scalars where appropriate
2019-11-02 Ralf JungWindows cmdline: avoid accessing allocations directly
2019-10-23 borsAuto merge of #993 - christianpoveda:os_string_helper...
2019-10-23 borsAuto merge of #1018 - RalfJung:rustup, r=RalfJung
2019-10-23 Ralf Jungrustup; fix debugging
2019-10-22 Christian PovedaUse new write_bytes method
2019-10-22 borsAuto merge of #1015 - RalfJung:appv, r=RalfJung
next