]> git.lizzy.rs Git - rust.git/history - src/shims/env.rs
Auto merge of #2183 - RalfJung:better-provenance-control, r=RalfJung
[rust.git] / src / shims / env.rs
2022-05-10 borsAuto merge of #2084 - rust-lang:silence, r=RalfJung
2022-04-30 borsAuto merge of #2090 - dtolnay-contrib:addcarry, r=oli-obk
2022-04-30 borsAuto merge of #2091 - dtolnay-contrib:clippy, r=oli-obk
2022-04-29 David TolnayResolve clippy::useless_conversion
2022-04-29 David TolnayResolve clippy::op_ref
2022-04-29 David TolnayResolve clippy::needless_borrow
2022-04-10 borsAuto merge of #2062 - RalfJung:rustup, r=RalfJung
2022-04-09 borsAuto merge of #2061 - RalfJung:edition, r=RalfJung
2022-04-09 Ralf Jungremove no longer needed imports
2022-04-05 borsAuto merge of #2047 - RalfJung:no-extras, r=RalfJung
2022-04-05 Ralf Jungadjust for MemoryExtra being merged into Machine
2022-04-04 borsAuto merge of #2046 - RalfJung:very-strict, r=RalfJung
2022-04-04 borsAuto merge of #2048 - RalfJung:rustup, r=RalfJung
2022-04-04 Ralf Jungrustup
2022-03-27 borsAuto merge of #2040 - RalfJung:pnvi, r=RalfJung
2022-03-26 Ralf Jungfix types in env shim to avoid ptr-int transmutes
2022-03-20 borsAuto merge of #1975 - DrMeepster:backtrace_fix, r=RalfJung
2022-03-12 borsAuto merge of #2018 - RalfJung:term, r=oli-obk
2022-03-12 Ralf Jungexclude TERM by default
2022-03-08 borsAuto merge of #2006 - RalfJung:readme-ci, r=RalfJung
2022-03-07 borsAuto merge of #1981 - tavianator:readdir, r=RalfJung
2022-03-07 Tavian BarnesRename MiriMemoryKind::Env to Runtime
2022-03-05 borsAuto merge of #1970 - asquared31415:open_unix_varargs...
2022-03-05 borsAuto merge of #1999 - RalfJung:forward-env, r=oli-obk
2022-03-05 Ralf Jungavoid env var forwarding logic panicking for non-UTF...
2022-03-05 Ralf Jungadd flag to forward specific env vars (while isolation...
2021-09-09 borsAuto merge of #1888 - hyd-dev:rustup, r=RalfJung
2021-09-09 hyd-dev`rustc_mir` -> `rustc_const_eval`
2021-09-08 borsAuto merge of #1884 - DrMeepster:start, r=RalfJung
2021-09-06 borsAuto merge of #1886 - camelid:stage2, r=RalfJung
2021-09-06 borsAuto merge of #1887 - hyd-dev:rustup, r=RalfJung
2021-09-06 hyd-dev`rustc_target::abi::LayoutOf` -> `rustc_middle::ty...
2021-07-27 borsAuto merge of #1858 - RalfJung:thread-leaks, r=oli-obk
2021-07-25 borsAuto merge of #1859 - RalfJung:global-system-mixup...
2021-07-25 borsAuto merge of #1856 - RalfJung:no-mir, r=RalfJung
2021-07-25 borsAuto merge of #1838 - atsmtat:fs-isolation, r=RalfJung
2021-07-20 Smit SoniFix use of deprecated `check_no_isolation` in posix...
2021-07-17 borsAuto merge of #1851 - RalfJung:provenance-overhaul...
2021-07-16 Ralf Jungadjust Miri to Pointer type overhaul
2021-07-12 borsAuto merge of #1850 - RalfJung:fmt, r=RalfJung
2021-07-11 Ralf Jungfmt: set force_multiline_blocks=true
2021-07-04 borsAuto merge of #1845 - Smittyvb:fix-after-mir-alloc...
2021-07-04 SmittyMake work after mir-alloc-oom
2021-06-09 borsAuto merge of #1818 - landaire:feature/panic-on-unsuppo...
2021-06-09 borsAuto merge of #1829 - RalfJung:isolation, r=RalfJung
2021-06-09 Ralf Jungisolated operations return EPERM; tweak isolation hint
2021-06-09 borsAuto merge of #1797 - atsmtat:env-isolation, r=RalfJung
2021-06-09 Smit SoniFix parameter of io error helper function
2021-06-09 Smit SoniAdd a support to execute isolated op without halting
2021-05-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
2021-05-16 Ralf Jungformat much of Miri
2021-02-20 borsAuto merge of #1716 - tmiasko:rustup, r=RalfJung
2021-02-20 Tomasz Miąskorustup to e7c23ab933ebc1f205c3b59f4ebc85d40f67d404
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-11 borsAuto merge of #1623 - RalfJung:rustup, r=RalfJung
2020-11-11 Ralf Jungrustup
2020-10-15 borsAuto merge of #1583 - est31:target_refactor, r=RalfJung
2020-10-15 est31Replace target.target with target
2020-10-04 borsAuto merge of #1563 - lzutao:dummy-actions, r=RalfJung
2020-10-03 borsAuto merge of #1569 - RalfJung:rustup, r=RalfJung
2020-10-03 Ralf Jungadd backtics back in isolation error message
2020-08-03 borsAuto merge of #1495 - samrat:fd-trait, r=oli-obk
2020-07-27 borsAuto merge of #1489 - RalfJung:tls-alloc-ids, r=oli-obk
2020-07-27 Ralf Jungdeallocate thread-local statics when the thread dies
2020-07-27 borsAuto merge of #1487 - pnadon:miri-rename-undef-uninit...
2020-07-26 Philippe Nadonrenamed ScalarMaybeUninit::not_undef to check_init
2020-07-08 borsAuto merge of #1470 - RalfJung:machine-tracking, r...
2020-07-08 Ralf Jungwe cannot track all machine memory any more due to...
2020-04-20 borsAuto merge of #1335 - vakaras:add-threads-noop, r=RalfJung
2020-04-20 Vytautas AstrauskasMove the stack to the evaluator to make Miri compile...
2020-04-19 borsAuto merge of #1342 - divergentdave:pause-instruction...
2020-04-18 borsAuto merge of #1349 - RalfJung:machine-layouts, r=RalfJung
2020-04-18 Ralf Junguse pre-computed layouts some more
2020-04-04 borsAuto merge of #1293 - Firstyear:1289-miri-readme, r...
2020-04-03 borsAuto merge of #1294 - JOE1994:windows_instant, r=RalfJung
2020-04-02 borsAuto merge of #1299 - RalfJung:rustup, r=RalfJung
2020-04-02 Ralf Jungrustup for import changes
2020-04-01 borsAuto merge of #1290 - RalfJung:rustup, r=RalfJung
2020-04-01 borsAuto merge of #1286 - JOE1994:windows_time, r=RalfJung
2020-04-01 JOE1994Implement 'GetSystemTimeAsFileTime' shim for Windows
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-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 JOE1994Follow-up to reviews from RalfJung
2020-03-29 JOE1994Windows shims for GetCurrentDirectoryW/SetCurrentDirectoryW
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 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 borsAuto merge of #1265 - RalfJung:float-cast, r=RalfJung
2020-03-28 borsAuto merge of #1273 - RalfJung:environ-cleanup, r=RalfJung
next