]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-01 borsAuto merge of #1290 - RalfJung:rustup, r=RalfJung
2020-04-01 Ralf Jungrustup
2020-04-01 borsAuto merge of #1286 - JOE1994:windows_time, r=RalfJung
2020-04-01 Ralf Jungremove ICEin intrinsic
2020-04-01 JOE1994Implement 'GetSystemTimeAsFileTime' shim for Windows
2020-03-31 borsAuto merge of #1287 - RalfJung:time-sub, r=RalfJung
2020-03-31 Ralf Jungadd TODO
2020-03-31 Ralf Jungtest subtracting SystemTime and Instant
2020-03-30 borsAuto merge of #1282 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungrustup; fix Windows env var memory type
2020-03-30 borsAuto merge of #1270 - RalfJung:incremental, r=RalfJung
2020-03-30 borsAuto merge of #1279 - divergentdave:open_O_EXCL, r...
2020-03-30 borsAuto merge of #1281 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungadjust for librustc rename; reduce 'extern crate' to...
2020-03-30 borsAuto merge of #1280 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungtest const-generic Vec::from(array)
2020-03-30 Ralf Jungrustup; fix for TyLayout rename
2020-03-29 borsAuto merge of #1278 - JOE1994:cow, r=RalfJung
2020-03-29 David CookAdd support for OpenOptions::create_new()/O_EXCL
2020-03-29 JOE1994fix fn read_path_from_wide_str
2020-03-29 JOE1994make 'fn convert_path_separator' to take Cow<> (to...
2020-03-29 borsAuto merge of #1268 - JOE1994:dir, r=RalfJung
2020-03-29 JOE1994Move definition of 'fn windows_check_buffer_size' to...
2020-03-29 JOE1994small refactorings to 'src/shims/os_str.rs' & 'src...
2020-03-29 JOE1994fix fn GetCurrentDirectoryW + clarify return types...
2020-03-29 JOE1994fix 'magic boolean' to enum
2020-03-29 JOE1994Follow-up to reviews from RalfJung
2020-03-29 JOE1994Windows shims for GetCurrentDirectoryW/SetCurrentDirectoryW
2020-03-29 JOE1994partially implement 'set_last_error_from_io_error'...
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 Jungmiri build script: use incremental builds
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
next