]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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
2019-11-03 Ralf Jungrustup
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-28 borsAuto merge of #1025 - mati865:deps, r=RalfJung
2019-10-27 Mateusz MikułaBump dependencies
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
2019-10-25 borsAuto merge of #1023 - RalfJung:align_to, r=RalfJung
2019-10-25 Ralf Jungtest align_to example
2019-10-24 borsAuto merge of #1021 - RalfJung:rustc-dev, r=RalfJung
2019-10-24 Christian PovedaClean file handling functions
2019-10-24 Ralf Jungadd back '-c cargo'
2019-10-24 Ralf Jungrustc-dev landed; adjust rust version
2019-10-24 Ralf Jungtemporarily ignore cached rustup-toolchain-install...
2019-10-24 Ralf Jungadjust README for rustc-dev
2019-10-24 Ralf Jungbump rustc and adjust for rustc-dev component
2019-10-24 borsAuto merge of #1020 - RalfJung:compiletest, r=RalfJung
2019-10-24 Ralf Jungcompiletest-nightly should work again
2019-10-24 borsAuto merge of #1019 - RalfJung:rustup, r=RalfJung
2019-10-24 Ralf Jungupdate comments and some tweaks
2019-10-24 Ralf Jungrustup: more flexible write_bytes avoids allocations...
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
next