]> git.lizzy.rs Git - rust.git/history - src/shims/posix
Auto merge of #2141 - saethlin:early-diagnostics-ice, r=RalfJung
[rust.git] / src / shims / posix /
2022-05-19 borsAuto merge of #2128 - saethlin:fix-creation-range,...
2022-05-15 borsAuto merge of #2122 - RalfJung:rustup, r=RalfJung
2022-05-15 Ralf Jungrustup
2022-05-14 borsAuto merge of #2030 - saethlin:track-alloc-history...
2022-05-13 borsAuto merge of #2114 - cbeuw:shim-rmw, r=RalfJung
2022-05-13 Andy WangMove and rename offset_and_layout_to_place to deref_ope...
2022-05-12 Andy WangRefactor to hide *_next_id functions
2022-05-11 Andy WangUse proper atomic rmw for {mutex, rwlock, cond, srwlock...
2022-05-10 borsAuto merge of #2084 - rust-lang:silence, r=RalfJung
2022-05-01 borsAuto merge of #2098 - RalfJung:papers, r=RalfJung
2022-05-01 borsAuto merge of #2094 - dtolnay-contrib:truncate, r=RalfJung
2022-05-01 borsAuto merge of #2095 - dtolnay-contrib:ref, r=RalfJung
2022-04-30 David TolnayReplace unneeded use of `ref` in favor of "match ergono...
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::needless_return
2022-04-29 David TolnayResolve clippy::needless_borrow
2022-04-29 David TolnayResolve clippy::len_zero
2022-04-29 David TolnayResolve clippy::extra_unused_lifetimes
2022-04-26 Oli SchererRename flag, datastructure and messaging around muting...
2022-04-25 Oli SchererAdd a command line flag to avoid printing to stdout...
2022-04-17 borsAuto merge of #2067 - RalfJung:strerror_r, r=RalfJung
2022-04-17 Ralf Jungimplement strerror_r
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-09 borsAuto merge of #2060 - RalfJung:rustup, r=RalfJung
2022-04-09 Ralf Jungrustup
2022-04-08 borsAuto merge of #2055 - RalfJung:rustup, r=RalfJung
2022-04-08 borsAuto merge of #2058 - RalfJung:variadic, r=RalfJung
2022-04-07 Ralf Jungtreat prctl like a variadic function
2022-04-07 Ralf Jungfor variadic functions, accept arbitrary trailing argum...
2022-04-06 borsAuto merge of #2054 - m-ou-se:futex-wait-bitset, r...
2022-04-06 Mara BosUse `let = if;` instead of `let; if`.
2022-04-06 Mara BosFully support FUTEX_*_BITSET.
2022-04-06 Mara BosFormatting.
2022-04-06 Mara BosAdd support for FUTEX_WAIT_BITSET(bitset=MAX).
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-20 borsAuto merge of #2022 - RalfJung:remove_dir_all, r=RalfJung
2022-03-20 Ralf Jungtest remove_dir_all
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 borsAuto merge of #2021 - RalfJung:write-fields-refactor...
2022-03-12 Ralf Jungadd write_int_fields to replace write_packed_immediates
2022-03-12 Ralf Junguse dirent64_layout and field projections for writing...
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 BarnesImplement a readdir64() shim for Linux
2022-03-05 borsAuto merge of #1970 - asquared31415:open_unix_varargs...
2022-03-05 asquared31415allow varargs for libc::open when it is allowed by...
2022-01-26 borsAuto merge of #1964 - RalfJung:rustup, r=RalfJung
2022-01-26 Ralf Jungrustup
2022-01-09 borsAuto merge of #1952 - RalfJung:self-referential, r...
2022-01-05 borsAuto merge of #1956 - RalfJung:stack-pop-cleanup, r...
2022-01-04 Ralf Jungadjust for StackPopCleanup::None rename
2021-12-08 borsAuto merge of #1934 - RalfJung:rustup, r=RalfJung
2021-12-08 borsAuto merge of #1933 - 5225225:1931-condvar-false-positi...
2021-12-07 5225225Code comment changes from code review
2021-12-07 5225225Add comment explaining false positives in _destroy
2021-12-06 5225225Destroying any uninit posix_ object is UB
2021-12-05 5225225Handle uninit data in pthread_condattr_destroy
2021-11-10 borsAuto merge of #1904 - camelid:uninit-num, r=RalfJung
2021-11-10 Noah LevUpdate Miri for detecting uninitialized numbers
2021-09-30 borsAuto merge of #1885 - DrMeepster:global_allocator,...
2021-09-29 DrMeepsterimplement `#[global_allocator]`
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-24 Smit SoniMove shim argument checks before isolation check
2021-07-20 Smit SoniUpdate error code for fs ops in isolation
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-15 borsAuto merge of #1833 - hyd-dev:82261, r=RalfJung
2021-06-15 borsAuto merge of #1832 - hyd-dev:1776-follow-up, r=RalfJung
2021-06-14 hyd-devRemove `strip_linker_suffix`
2021-06-14 hyd-devOnly pass `Symbol` to `emulate_foreign_item_by_name`
2021-06-14 hyd-devAdd whitespace
2021-06-14 hyd-devAdd some comments about `check_shim`
2021-06-11 borsAuto merge of #1831 - hyd-dev:emulate-by-name-result...
2021-06-11 hyd-devDisallow `#[no_mangle]`/`#[export_name = ...]` function...
2021-06-11 hyd-devFix the wrong `EmulateByNameResult::NotSupported` in...
2021-06-09 borsAuto merge of #1830 - RalfJung:readme, r=RalfJung
2021-06-09 borsAuto merge of #1818 - landaire:feature/panic-on-unsuppo...
2021-06-09 borsAuto merge of #1797 - atsmtat:env-isolation, r=RalfJung
2021-06-09 Smit SoniFix parameter of io error helper function
next