]> git.lizzy.rs Git - rust.git/history - src/eval.rs
fix diagnostics printing when triggered during TLS dtor scheduling
[rust.git] / src / eval.rs
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
2019-10-22 borsAuto merge of #1014 - RalfJung:rustup, r=RalfJung
2019-10-22 Ralf Jungrustup: fix for write_bytes and new union rules
2019-10-21 Christian PovedaFix merge conflicts
2019-10-21 borsAuto merge of #991 - christianpoveda:errno-place, r...
2019-10-21 borsAuto merge of #1010 - RalfJung:xargo, r=RalfJung
2019-10-20 Christian PovedaChange last_error to a place
2019-10-20 borsAuto merge of #1009 - RalfJung:expect_none, r=RalfJung
2019-10-20 Ralf Junguse expect_none and unwrap_none where it makes sense
2019-10-19 borsAuto merge of #1006 - RalfJung:bounds, r=RalfJung
2019-10-19 Ralf Jungaudit our bounds checks
2019-10-18 borsAuto merge of #1005 - RalfJung:cleanup, r=RalfJung
2019-10-18 Ralf Jungcleanup now that borrow checker knows memory is a field
2019-10-18 borsAuto merge of #1004 - JohnTitor:use-memory, r=RalfJung
2019-10-18 Yuki OkushiUse memory field instead of memory()
2019-10-15 borsAuto merge of #980 - JOE1994:master, r=RalfJung
2019-10-08 borsAuto merge of #977 - christianpoveda:last-error-ptr...
2019-10-07 Christian PovedaMove last_error into memory
2019-10-07 Christian PovedaRustfmt
2019-09-30 Christian PovedaReserve fides for stdio and fix merge issues
2019-09-28 borsAuto merge of #957 - christianpoveda:ptr-align-offset...
2019-09-28 borsAuto merge of #965 - RalfJung:rustup, r=RalfJung
2019-09-28 Ralf Jungrustup
2019-08-29 borsAuto merge of #935 - christianpoveda:blacklist-env...
2019-08-29 Christian PovedaSmall corrections
2019-08-28 Christian PovedaExclude env vars using flag
2019-08-28 Christian PovedaAdd -Zmiri-env-exclude flag
2019-08-27 borsAuto merge of #925 - christianpoveda:environ-shim,...
2019-08-27 borsAuto merge of #917 - RalfJung:isolation, r=oli-obk
2019-08-27 borsAuto merge of #926 - RalfJung:rustup, r=RalfJung
2019-08-27 Ralf Jungrustup
next