]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Jungrustup
2019-12-03 Ralf Junguse throw_machine_stop macro
2019-12-03 borsAuto merge of #1097 - RalfJung:rustup, r=RalfJung
2019-12-03 Ralf Jungbump Rust for exact_div fix
2019-12-03 borsAuto merge of #1096 - RalfJung:rustup, r=RalfJung
2019-12-03 Ralf Jungbump Rust to HEAD
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 Jungignore another panicking test on Windows
2019-12-02 Ralf Jungrustup
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 Jungalso test built-in panics via should_panic
2019-12-02 Ralf Jungadjust for init_allocation_extra
2019-12-02 Ralf Jungfix and expand panic tests
2019-12-02 Ralf Jungbetter span for functions whose frame we push 'manually'
2019-12-02 Ralf Jungtest built-in panic catching
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 #1079 - RalfJung:coercion-error, r=RalfJung
2019-12-02 Ralf Jungrustup
2019-12-02 Ralf Jungtest diverging closure fn ptr coercion
2019-12-02 Ralf Jungexpand coerce fn test
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 Jungimprove style in catch_panic test
2019-12-02 Ralf Junguse new MachineStop error variant
2019-12-01 borsAuto merge of #1087 - RalfJung:toolchain, r=oli-obk
2019-12-01 Ralf Jungdon't assume a nightly toolchain is installed
2019-12-01 borsAuto merge of #1091 - RalfJung:run-test, r=RalfJung
2019-12-01 Ralf Jungrun-test: make sure the sysroot building output does...
2019-12-01 borsAuto merge of #1082 - RalfJung:panic, r=RalfJung
2019-12-01 Ralf Jungfix catch_panic.stderr
2019-12-01 Ralf Jungtest more panics
2019-12-01 borsAuto merge of #1088 - RalfJung:globalctxt, r=RalfJung
2019-12-01 Ralf Jungrustup
2019-12-01 Ralf Jungtest for rustup-toolchain-install-master
2019-12-01 Ralf Jungtoolchain -> rustup-toolchain
2019-11-30 Ralf Jungfix for GlobalCtxt changes
2019-11-30 borsAuto merge of #1089 - RalfJung:should-panic, r=RalfJung
2019-11-30 Ralf Jungtest should_panic checking the panic string
2019-11-30 Ralf Jungadd toolchain mgmt script
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 Jungbump Rust version
2019-11-27 Ralf Jungadjust for goto_block refactoring
2019-11-26 borsAuto merge of #1078 - RalfJung:uprust, r=RalfJung
2019-11-26 Ralf Jungcargo update
2019-11-25 borsAuto merge of #1076 - RalfJung:coercion-test, r=RalfJung
2019-11-25 Ralf Jungand another reference
2019-11-25 Ralf Jungrename some more tests
2019-11-25 Ralf Jungrename test and add some references
2019-11-25 Ralf Jungtest closure-to-fn-ptr coercions a bit more
2019-11-24 borsAuto merge of #1072 - RalfJung:locally-built-rustc...
2019-11-24 borsAuto merge of #1073 - RalfJung:catch_panic, r=RalfJung
2019-11-24 Ralf Jungalso test non-string panic payload
2019-11-24 Ralf Jungbeef up catch_panic test
2019-11-23 Ralf Jungmiri script does not need to handle locally built rustc...
2019-11-23 Ralf Jungcargo-miri: also find Rust sources when being run in...
2019-11-22 borsAuto merge of #1069 - RalfJung:typo, r=RalfJung
2019-11-22 Ralf Jungtypo
2019-11-22 borsAuto merge of #1067 - Aaron1011:feature/inverse-trig...
2019-11-22 borsAuto merge of #1068 - RalfJung:uprust, r=RalfJung
2019-11-22 Ralf Jungrustup for never stabilization
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 borsAuto merge of #1066 - RalfJung:slice-match, r=RalfJung
2019-11-20 Ralf Jungslice matching overflow got fixed
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 #1063 - RalfJung:panic-abort, r=RalfJung
2019-11-19 Ralf Jungrename panic=abort tests to panic_abort
2019-11-19 borsAuto merge of #693 - Aaron1011:feature/panic_unwind_fin...
2019-11-19 Aaron HillDisable #[should_panic] test on Windows
2019-11-19 Aaron HillUpdate panic runtime comment
2019-11-19 Aaron HillRe-add comment
2019-11-19 borsAuto merge of #1062 - RalfJung:readme, r=RalfJung
2019-11-19 Ralf Junggeneralize readme
2019-11-19 Aaron HillDelegate to the actual panic runtime crate
2019-11-19 Ralf Jungcomments and slight refactoring
2019-11-18 borsAuto merge of #1060 - RalfJung:compiletest, r=RalfJung
2019-11-18 Ralf Jungbump compiletest; remove unused feature
2019-11-17 Aaron HillDisable panic tests on Windows
2019-11-17 Aaron HillUpdate captured test output
2019-11-17 Aaron HillAdd #[should_panic] test
2019-11-17 Aaron HillIgnore '-C panic=abort' tests for now
next