]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-29 borsAuto merge of #1277 - RalfJung:rustup, r=RalfJung
2020-03-29 Ralf Jungrustup
2020-03-28 borsAuto merge of #1276 - RalfJung:scalar-precise-sizes...
2020-03-28 Ralf Jungprecise getrandom return type and align_offset arithmetic
2020-03-28 Ralf Junguse ptr_null where appropriate
2020-03-28 Ralf Jungavoid Scalar::from_(u)int in favor of giving the size...
2020-03-28 borsAuto merge of #1275 - JOE1994:move_string_helpers,...
2020-03-28 JOE1994visually separate conditional imports in 'os_str.rs'
2020-03-28 borsAuto merge of #1274 - RalfJung:float-cast, r=RalfJung
2020-03-28 Ralf Jungfix float test comments and test a few more int->float...
2020-03-28 JOE1994move OsStr helpers to a separate file
2020-03-28 borsAuto merge of #1265 - RalfJung:float-cast, r=RalfJung
2020-03-28 borsAuto merge of #1273 - RalfJung:environ-cleanup, r=RalfJung
2020-03-28 Ralf Jungwe don't deallocate the environ global, so leave it...
2020-03-28 borsAuto merge of #1263 - RalfJung:shims-limit, r=RalfJung
2020-03-28 Ralf Jungposix_fadvise is Linux-only; also validate arguments...
2020-03-28 Ralf Jungorganize shims and make some only available to libstd...
2020-03-28 borsAuto merge of #1271 - RalfJung:env-clean, r=RalfJung
2020-03-28 Ralf Jungenv shim: make sure we clean up all the memory we allocate
2020-03-28 borsAuto merge of #1269 - RalfJung:windows-dtor, r=RalfJung
2020-03-28 Ralf Jungrun Windows TLS dtor function
2020-03-28 Ralf Jungcleanup tcx usage and a few comments
2020-03-28 Ralf Jungavoid promotion so this can be compared with rustc
2020-03-28 Ralf Jungalso do some float-to-float cast testing
2020-03-28 borsAuto merge of #1267 - RalfJung:macos-dtors, r=RalfJung
2020-03-27 borsAuto merge of #1225 - JOE1994:rw_widestr, r=RalfJung
2020-03-27 Ralf Jungadjust MemoryKind comment
2020-03-27 Ralf Jungenable leak tests on macOS
2020-03-27 Ralf Jungimplement TLS cleanup for macOS
2020-03-27 JOE1994remove or update 'ignore-windows' annotations in some...
2020-03-27 Youngsuk KimModify reference to issue 1013
2020-03-27 JOE1994add reference to issue#1013
2020-03-27 JOE1994adjust to change of 'fn write_os_str_to_wide_str'
2020-03-27 JOE1994follow-up2 to review (few issues not resolved yet)
2020-03-27 JOE1994follow-up to reviews
2020-03-27 JOE1994exclude 'TERM' env_var to avoid terminfo trying to...
2020-03-27 JOE1994Windows shims for env var emulation
2020-03-27 borsAuto merge of #1266 - JOE1994:write_os_str_to_wide_str...
2020-03-27 Ralf Jungenv: more precise error
2020-03-27 JOE1994follow-up to reviews
2020-03-27 JOE1994add OS-specific handling to src/shims/env.rs
2020-03-27 JOE1994change helper fn 'write_os_str_to_wide_str'
2020-03-26 Ralf Jungtest floating point casting better
2020-03-25 borsAuto merge of #1262 - RalfJung:rustup, r=RalfJung
2020-03-25 Ralf Jungrustup; get rid of some try_from that are no longer...
2020-03-25 borsAuto merge of #1261 - RalfJung:cross-gnu, r=RalfJung
2020-03-25 Ralf Jungbump xargo version
2020-03-25 Ralf Jungcross-running windows-gnu should now also work
2020-03-25 borsAuto merge of #1260 - RalfJung:unreachable, r=RalfJung
2020-03-25 Ralf Jungremove an unnecessary as_str
2020-03-25 Ralf Jungtest unreachable intrinsic
2020-03-25 borsAuto merge of #1259 - RalfJung:rustup, r=RalfJung
2020-03-25 Ralf Jungrustup, adjust for renames
2020-03-24 borsAuto merge of #1251 - RalfJung:win-cross, r=RalfJung
2020-03-24 Ralf Jungmove path methods together, to the bottom of the string...
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
next