]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #1103 - RalfJung:no-recompile, r=RalfJung
[rust.git] / src /
2019-12-04 borsAuto merge of #1102 - RalfJung:rsutup, r=RalfJung
2019-12-04 Ralf Jungrustup for find_fn rename
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 Jungavoid allocation in read_os_string_from_c_string
2019-12-04 Ralf Junguse write_os_str_to_c_string for unix arg passing
2019-12-03 borsAuto merge of #1093 - RalfJung:throw-machine-stop,...
2019-12-03 Ralf Junguse throw_machine_stop macro
2019-12-03 borsAuto merge of #1094 - Aaron1011:rustup-body, r=RalfJung
2019-12-03 Aaron HillRustup for `BodyCache` changes
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 Jungadjust for init_allocation_extra
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 Ralf Jungimplement proper panicking for failed index check
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-12-01 borsAuto merge of #1087 - RalfJung:toolchain, r=oli-obk
2019-12-01 borsAuto merge of #1088 - RalfJung:globalctxt, r=RalfJung
2019-11-30 Ralf Jungfix for GlobalCtxt changes
2019-11-29 borsAuto merge of #1085 - RalfJung:panic-runtime, r=RalfJung
2019-11-29 Ralf Jungavoid injected_panic_runtime which is going away
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-27 Ralf Jungadjust for goto_block refactoring
2019-11-25 borsAuto merge of #1076 - RalfJung:coercion-test, r=RalfJung
2019-11-24 borsAuto merge of #1072 - RalfJung:locally-built-rustc...
2019-11-23 Ralf Jungcargo-miri: also find Rust sources when being run in...
2019-11-22 borsAuto merge of #1067 - Aaron1011:feature/inverse-trig...
2019-11-21 Aaron HillAdd acos, asin, and atan foreign functions
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-19 Aaron HillUpdate panic runtime comment
2019-11-19 Aaron HillRe-add comment
2019-11-19 Aaron HillDelegate to the actual panic runtime crate
2019-11-19 Ralf Jungcomments and slight refactoring
2019-11-17 Aaron HillSupport unwinding after a panic
2019-11-17 borsAuto merge of #1056 - RalfJung:max, r=RalfJung
2019-11-17 Ralf Junguse new isize_max method in FS accesses; also check...
2019-11-17 borsAuto merge of #1055 - RalfJung:panic-stub, r=RalfJung
2019-11-17 Ralf Jungremove some leftovers from the miri-control-attribute...
2019-11-14 borsAuto merge of #1053 - RalfJung:clean, r=RalfJung
2019-11-14 Ralf Jungremove no-longer-needed zero checks
2019-11-14 borsAuto merge of #1052 - RalfJung:icefix, r=RalfJung
2019-11-14 Ralf Jungdo full deref-check before reborrowing
2019-11-13 borsAuto merge of #1022 - christianpoveda:fix-fd-access...
2019-11-13 Christian PovedaFix maximum `isize` value for target
2019-11-13 Christian PovedaCap `count` twice
2019-11-13 borsAuto merge of #1049 - silathdiir:copysignf32-and-copysi...
2019-11-13 Steven GuImplments `intrinsics::copysignf32` and `intrinsics...
2019-11-13 Aaron HillRustup for panic changes
2019-11-11 borsAuto merge of #1047 - RalfJung:uprust, r=RalfJung
2019-11-11 Ralf Jungrustup
2019-11-09 Christian PovedaCap `count`
2019-11-09 Christian PovedaFix merge conflicts
2019-11-08 borsAuto merge of #1044 - RalfJung:uprust, r=RalfJung
2019-11-08 Ralf Jungrustup
2019-11-08 borsAuto merge of #1040 - RalfJung:rustup, r=RalfJung
2019-11-08 borsAuto merge of #1043 - RalfJung:cache, r=RalfJung
2019-11-08 Ralf Jungbump minimal xargo version so that it honors the lockfile
2019-11-07 Christian PovedaUse TryFrom instead
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 borsAuto merge of #1031 - RalfJung:ptr-offset, r=RalfJung
2019-11-06 Ralf Jungptr_offset: handle negative offsets
2019-11-06 Ralf Jungfix error message details
2019-11-06 Ralf Jungrefactor ptr_offset_inbounds: it can be reduced to...
2019-11-06 YOUNGSUK KIMerror code E0080 is no longer printed with MIRI error...
2019-11-05 Christian PovedaAvoid using `as` cast
2019-11-04 Christian PovedaHandle host's `usize` correctly
2019-11-03 Christian PovedaFix casts for `count` check
2019-11-03 borsAuto merge of #1029 - RalfJung:panic-if-uninhabited...
2019-11-03 Ralf Jungcalling panic_if_uninhabited is not actually UB
2019-11-03 borsAuto merge of #961 - rust-lang:exact_div_reuse, r=RalfJung
2019-11-03 Ralf Jungstyle
2019-11-03 Oliver SchererUse the upstream `exact_div` implementation
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-30 borsAuto merge of #1027 - RalfJung:typo, r=RalfJung
2019-10-30 Ralf Jungfix typo
2019-10-30 borsAuto merge of #1026 - RalfJung:rustup, r=RalfJung
2019-10-30 Ralf Jungrustup for span in intrinsic emulation
2019-10-28 Christian PovedaCheck for usize to i64 overflows
2019-10-26 Christian PovedaSimplify `read` logic
2019-10-26 Christian PovedaDrop files explicitly when closing them
2019-10-26 borsAuto merge of #1024 - RalfJung:rustup, r=RalfJung
2019-10-26 Ralf Jungrustup for projection interning
next