]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-24 Ralf Jungtest harness informs tests about suitable temp dir
2020-03-24 Ralf Jungmake fs.rs at least build under Windows
2020-03-24 Ralf Jungconvert dir separators on path load/store
2020-03-24 Ralf Jungroute all path reading/writing through central read...
2020-03-24 Ralf Jungneed to unset MIRI_SYSROOT before calling 'cargo miri...
2020-03-24 Ralf Jungcross-test on a Windows host
2020-03-24 borsAuto merge of #1258 - RalfJung:rustup, r=RalfJung
2020-03-24 Ralf Jung32bit macOS is no more
2020-03-24 Ralf Jungrustup for trait MachineStopType
2020-03-24 borsAuto merge of #1256 - JOE1994:rw_widestr_helpers, r...
2020-03-23 JOE1994helper functions for env_var emulation in Windows
2020-03-23 borsAuto merge of #1257 - RalfJung:rustup, r=RalfJung
2020-03-23 Ralf Junguse Wake trait for async-fn driver
2020-03-23 Ralf Jungrustup
2020-03-23 borsAuto merge of #1255 - RalfJung:os_str_bytes, r=RalfJung
2020-03-23 Ralf Jungfix conditional compilation condition for os_str <...
2020-03-23 borsAuto merge of #1252 - RalfJung:rustup, r=RalfJung
2020-03-23 Ralf Jungbump Rust; HashMap should now work on macOS even with...
2020-03-22 borsAuto merge of #1250 - RalfJung:error-context, r=oli-obk
2020-03-22 Ralf Junglink to some websites for UB explanations
2020-03-22 Ralf Jungfix outdated sysroot help message
2020-03-22 Ralf Jungmove -Zmiri-disable-isolation hint to help
2020-03-22 Ralf Junggive some context in error messages
2020-03-22 borsAuto merge of #1249 - RalfJung:rustup, r=RalfJung
2020-03-22 Ralf Jungrun-test.py: also print what we are testing for
2020-03-22 Ralf Jungmention cross-running in docs
2020-03-22 Ralf Jungplatform -> target
2020-03-21 Ralf Jungfix bad use of FOREIGN_TARGET
2020-03-21 Ralf Jungalso cross-test Windows from Linux, macOS
2020-03-21 Ralf Jungdo more cross-testing
2020-03-21 Ralf Jungbump Rust
2020-03-21 borsAuto merge of #1248 - RalfJung:overflow, r=RalfJung
2020-03-21 Ralf Jungdetect UB: overflow in copy/write_bytes
2020-03-21 Ralf Jungtest for zero-sized write_bytes to NULL
2020-03-21 Ralf Jung./miri check
2020-03-21 borsAuto merge of #1247 - RalfJung:rustup, r=RalfJung
2020-03-21 Ralf Jungremove no longer needed (and sometimes broken) 'extern...
2020-03-21 Ralf Jungcall error location was fixed by rustup
2020-03-21 borsAuto merge of #1241 - RalfJung:dont-panic, r=RalfJung
2020-03-21 Ralf Jungfix tests
2020-03-21 Ralf Jungtest windows panic message
2020-03-20 borsAuto merge of #1243 - RalfJung:instant, r=RalfJung
2020-03-20 Ralf Jungimplement mach_absolute_time for macOS
2020-03-20 borsAuto merge of #1244 - RalfJung:readme, r=RalfJung
2020-03-20 Ralf Jungadd some more miri-detected issues
2020-03-20 Ralf Jungassert platform in time shims
2020-03-20 borsAuto merge of #1245 - RalfJung:rustup, r=RalfJung
2020-03-20 Ralf Jungrustup
2020-03-19 Ralf Jungwe also do not check floats for being init'd
2020-03-19 Ralf Jungimplement CLOCK_MONOTONIC on Linux
2020-03-19 Ralf Jungwhitelist platforms where panicking should work
2020-03-19 borsAuto merge of #1219 - RalfJung:error-cleanup, r=RalfJung
2020-03-19 Ralf Jungrustup, and some final message adjustments
2020-03-19 Ralf Jungadjust error messages for lower-case start
2020-03-19 Ralf Junggetting a path should never fail
2020-03-19 Ralf Jungadd test for validation finding use-after-free
2020-03-19 Ralf Jungstart messages in lower-case
2020-03-19 Ralf Jungadjust for error reform
2020-03-18 borsAuto merge of #1239 - elichai:2020-03-abort-intrinsics...
2020-03-18 Elichai TurkelRemove uninhabit/zeroed tests to a new test file for...
2020-03-18 Elichai TurkelAbort instead of panic in asserting intrinsics, because...
2020-03-18 Elichai TurkelAdd an optional message to abort
2020-03-18 borsAuto merge of #1238 - RalfJung:mir-opt-test, r=oli-obk
2020-03-18 Ralf Jungmove repeated run of test suite (without and with MIR...
2020-03-17 borsAuto merge of #1237 - RalfJung:rustup, r=RalfJung
2020-03-17 Ralf Jungrustup; remove no longer existing intrinsics
2020-03-17 borsAuto merge of #1235 - RalfJung:check-arith, r=RalfJung
2020-03-17 Ralf Jungavoid using unchecked casts or arithmetic
2020-03-16 borsAuto merge of #1233 - RalfJung:rustup, r=RalfJung
2020-03-16 Ralf Jungrustup
2020-03-16 borsAuto merge of #1232 - RalfJung:rustup, r=RalfJung
2020-03-16 Ralf Jungrustup
2020-03-15 borsAuto merge of #1231 - JOE1994:patch-1, r=RalfJung
2020-03-15 Youngsuk KimMinor typo fix
2020-03-15 borsAuto merge of #1230 - RalfJung:cargo, r=RalfJung
2020-03-15 Ralf JungCargo.toml: group all dependencies together
2020-03-15 borsAuto merge of #1227 - RalfJung:unwind, r=RalfJung
2020-03-15 Ralf Jungabort intrinsic is handled by librustc_mir now
2020-03-15 Ralf Jungbump rust-version
2020-03-15 Ralf Jungadjust Miri to needs of changed unwinding strategy
2020-03-14 borsAuto merge of #1228 - RalfJung:typo, r=RalfJung
2020-03-14 Ralf Jungfix typo and deduplicate comment
2020-03-14 borsAuto merge of #1226 - RalfJung:rustup, r=RalfJung
2020-03-14 Ralf Jungrustup, fix for intrinsic rename and transmute error...
2020-03-12 borsAuto merge of #1224 - RalfJung:diverge, r=RalfJung
2020-03-12 Ralf Jungrefactor handling of diverging intrinsics/foreign functions
2020-03-12 borsAuto merge of #1223 - RalfJung:rustup, r=RalfJung
2020-03-12 Ralf Jungrustup, test Abort terminator
2020-03-12 borsAuto merge of #1213 - lcnr:master, r=RalfJung
2020-03-11 borsAuto merge of #1221 - RalfJung:rustup, r=RalfJung
2020-03-11 Ralf Junguse ctfe_backtracte variable for backtrace control
2020-03-11 Ralf Jungrustup+fix
2020-03-11 borsAuto merge of #1220 - elichai:2020-03-bump, r=RalfJung
2020-03-11 Ralf Jungshare some code between panic intrinsics, and fix the...
2020-03-11 Elichai TurkelAdd tests for the new panic_if_any_invalid, panic_if_ze...
2020-03-11 Elichai TurkelImplement panic_if_any_invalid and panic_if_zero_invali...
2020-03-11 Elichai Turkelbump rust-version to latest
2020-03-09 borsAuto merge of #1210 - RalfJung:rustup-validity, r=RalfJung
2020-03-09 Ralf Jungrustup
2020-03-09 Ralf Jungadjust error
next