]> git.lizzy.rs Git - rust.git/history - src/shims/foreign_items.rs
Auto merge of #2183 - RalfJung:better-provenance-control, r=RalfJung
[rust.git] / src / shims / foreign_items.rs
2022-06-06 borsAuto merge of #2198 - InfRandomness:UNIX-refactor,...
2022-06-05 infrandomnessRefactor POSIX to UNIX
2022-05-24 borsAuto merge of #2138 - JakobDegen:call-fallout, r=RalfJung
2022-05-24 Jakob DegenAdjust Miri to also require return places everywhere
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-12 borsAuto merge of #2117 - RalfJung:rustup, r=RalfJung
2022-05-12 Ralf Jungrustup
2022-05-12 borsAuto merge of #2115 - rust-lang:comment_nit, r=oli-obk
2022-05-12 Oli SchererUpdate a path to libstd source in our comments
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 `as` casts in llvm.x86.addcarry.64 implementation
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 TolnayImplement llvm.x86.addcarry.64
2022-04-29 David TolnayResolve clippy::needless_borrow
2022-04-25 borsAuto merge of #2086 - nbdd0121:master, r=RalfJung
2022-04-25 Gary GuoUpdate export_symbols
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-20 borsAuto merge of #1975 - DrMeepster:backtrace_fix, r=RalfJung
2022-03-20 DrMeepsteradd new version of backtrace api using flags=1
2021-12-24 borsAuto merge of #1928 - RalfJung:fn-abi, r=RalfJung
2021-12-24 Ralf Jungadjust for FnAbi changes
2021-12-15 borsAuto merge of #1938 - RalfJung:test, r=RalfJung
2021-12-15 Ralf Jungadd regression test
2021-12-15 borsAuto merge of #1937 - RalfJung:rustup, r=RalfJung
2021-12-15 Ralf Jungfix iteration-order-dependent output
2021-09-30 borsAuto merge of #1885 - DrMeepster:global_allocator,...
2021-09-29 DrMeepsterimplement `#[global_allocator]`
2021-09-27 borsAuto merge of #1894 - RalfJung:miri, r=RalfJung
2021-09-27 Ralf Jungrustup
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-06 borsAuto merge of #1846 - RalfJung:license, r=RalfJung
2021-07-06 borsAuto merge of #1847 - RalfJung:more-tags, r=RalfJung
2021-07-06 Ralf Jungexported_symbols_cache: ensure we do not overwrite...
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-devRename all `link_name_sym` to `link_name` and remove...
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 some comments about `check_shim`
2021-06-14 hyd-devDon't report UB for `#[no_mangle]` on associated functions
2021-06-11 hyd-dev`let`-bind `exp_abi` of `"exit" | "ExitProcess"`
2021-06-11 hyd-devUse `check_shim()` for `abort`
2021-06-11 hyd-devImplement cache for not found symbols
2021-06-11 hyd-devDisallow `#[no_mangle]`/`#[export_name = ...]` function...
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-07 Lander BrandtAdd support for panicking in the emulated application...
2021-06-03 borsAuto merge of #1776 - hyd-dev:1170, r=RalfJung
2021-05-31 hyd-devUse `unwrap_or_else()`
2021-05-31 hyd-devWe don't need to check `SymbolExportLevel`
2021-05-31 hyd-devMove `check_abi()` into `EvalContextExt`
2021-05-31 hyd-devImplement calls to exported symbols
2021-05-31 hyd-devAdd `-Zmiri-disable-abi-check`
2021-05-28 borsAuto merge of #1812 - hyd-dev:85546, r=RalfJung
2021-05-28 hyd-dev`unwind` is no longer `Option<BasicBlock>`
2021-05-17 borsAuto merge of #1805 - RalfJung:c_str, r=RalfJung
2021-05-17 Ralf Jungstop relying on c_str/wide_str helpers in rustc
2021-05-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
2021-05-16 Ralf Junghand-held formatting for remaining files
2021-05-16 Ralf Jungformat much of Miri
2021-05-03 borsAuto merge of #1785 - Smittyvb:fast-math-ub, r=RalfJung
2021-05-03 borsAuto merge of #1786 - RalfJung:rustup, r=RalfJung
2021-05-03 Ralf Jungadjust for different 'yield' hint on aarch64
2021-03-17 hyd-devRemove the macro and expand it manually
2021-03-17 hyd-devUnsupported foreign non-"C"/"system"-ABI function calls...
2021-03-11 borsAuto merge of #1739 - RalfJung:rustup, r=RalfJung
2021-03-11 Ralf Jungrustup
2021-02-20 borsAuto merge of #1716 - tmiasko:rustup, r=RalfJung
2021-02-20 Tomasz Miąskorustup to e7c23ab933ebc1f205c3b59f4ebc85d40f67d404
2021-01-30 borsAuto merge of #1693 - rust-lang:oli-obk-patch-1, r...
2021-01-29 borsAuto merge of #1670 - unseddd:abi, r=RalfJung
2021-01-27 Nym SeddonAdd ABI check for shims
2021-01-24 borsAuto merge of #1675 - hyd-dev:proc-macro-unit-test...
2021-01-23 borsAuto merge of #1683 - frewsxcv:frewsxcv-nprocessors...
2021-01-23 Ralf Jungimplement aarch64 hint 'intrinsic'
2020-12-10 borsAuto merge of #1646 - RalfJung:rustup, r=RalfJung
2020-12-10 Ralf Jungrustup
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
next