]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Ralf Jungalso test non-string panic payload
2019-11-24 Ralf Jungbeef up catch_panic test
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
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-17 Ralf Jungrustup again
2019-11-16 Ralf Jungtry the stable feature of compiletest
2019-11-16 Ralf Jungbump Rust
2019-11-15 borsAuto merge of #1054 - RalfJung:win-num-cpus, r=RalfJung
2019-11-15 Ralf Jungtest-cargo-miri: cargo update, re-enable windows num_cp...
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-14 Ralf Jungrename miri-issue to issue-miri for grouping
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-08 Ralf Jungrust-docs should be gone from all caches now
2019-11-08 Ralf JungRevert "temporarily ignore cached rustup-toolchain...
2019-11-08 Ralf Jungfix into_iter usage
2019-11-08 Ralf Junglet's see if newer rustc helps
2019-11-08 Ralf Jungdisable num_cpus on Windows for now
2019-11-07 Christian PovedaUse TryFrom instead
2019-11-07 Ralf Jungsilence a lint that catches the bug statically
2019-11-07 borsAuto merge of #1039 - RalfJung:dyn-tests, r=RalfJung
2019-11-07 Ralf Jungalso test Box<self> receiver
2019-11-07 Ralf Jungmove blosure tests to closures file; test Box<dyn>...
2019-11-07 Ralf Jungcentralize and expand dyn-trait (method receiver) tests
2019-11-07 Ralf Jungrename call_drop_ tests to drop_
2019-11-07 Ralf Jungtweak and slightly extend box-box-trait test
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 Jungrustup
2019-11-06 Ralf Jungfix error message details
2019-11-06 Ralf Jungfix test erorr msg
2019-11-06 Ralf Jungrefactor ptr_offset_inbounds: it can be reduced to...
2019-11-06 Ralf Jungtest that 0 cannot be offset-inbounds by 0
2019-11-06 YOUNGSUK KIMerror code E0080 is no longer printed with MIRI error...
2019-11-05 Christian PovedaAvoid using `as` cast
2019-11-05 borsAuto merge of #1032 - RalfJung:offset-from, r=RalfJung
2019-11-05 Ralf Jungrustup
2019-11-05 Ralf Jungtest offset_from
2019-11-05 borsAuto merge of #1036 - RalfJung:stacked-borrows-test...
2019-11-05 Ralf Jungadd an interesting run-pass stacked borrows example
2019-11-04 Christian PovedaHandle host's `usize` correctly
2019-11-04 borsAuto merge of #1030 - RalfJung:mir-opt-comment, r=RalfJung
2019-11-04 Ralf Jungupdate comment re: not using higher mir-opt-level
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 Jungadjust tests
2019-11-03 Ralf Jungstyle
next