]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #1843 - RalfJung:rustup, r=RalfJung
[rust.git] / src /
2021-06-29 borsAuto merge of #1843 - RalfJung:rustup, r=RalfJung
2021-06-29 Ralf Jungrustup
2021-06-20 borsAuto merge of #1841 - RalfJung:debug, r=RalfJung
2021-06-20 Ralf Junguse exhaustive struct match for manual Debug impl
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 whitespace
2021-06-14 hyd-devCheck argument count for `CreateThread`
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-14 hyd-devDo not return `DefId` that doesn't have exported symbol...
2021-06-11 hyd-dev`let`-bind `exp_abi` of `"exit" | "ExitProcess"`
2021-06-11 hyd-devUse `check_shim()` for `abort`
2021-06-11 borsAuto merge of #1831 - hyd-dev:emulate-by-name-result...
2021-06-11 hyd-devImplement cache for not found symbols
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 #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-06-07 Lander BrandtAdd support for panicking in the emulated application...
2021-06-06 borsAuto merge of #1823 - hyd-dev:extern-crate-std, r=RalfJung
2021-06-06 hyd-dev`in_std` -> `frame_in_std`
2021-06-06 hyd-devDon't `unwrap()` in `in_std()`
2021-06-06 hyd-devDetect `std` by checking if the crate defines `#[lang...
2021-06-03 borsAuto merge of #1776 - hyd-dev:1170, r=RalfJung
2021-06-03 Ralf Jungfix typo
2021-06-03 borsAuto merge of #1816 - Pointerbender:slices-tests, r...
2021-06-03 borsAuto merge of #1822 - hyd-dev:rustup, r=RalfJung
2021-06-03 hyd-dev`original_crate_name` -> `crate_name`
2021-05-31 borsAuto merge of #1820 - Aaron1011:rustup-const-err, r...
2021-05-31 Aaron HillRustup for const_err changes
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-30 borsAuto merge of #1791 - Aaron1011:measureme, r=RalfJung
2021-05-30 Ralf Jungadd comment to debug impl
2021-05-30 Aaron HillAddress more review comments
2021-05-29 Aaron HillRun fmt
2021-05-29 Aaron HillAddress review comments
2021-05-29 Aaron HillUse active thread id
2021-05-29 Aaron HillAdd `measureme` integration for profiling the interpret...
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-23 borsAuto merge of #1814 - RalfJung:rustup, r=RalfJung
2021-05-23 Ralf Jungallocate backtrace strings mutably
2021-05-23 Ralf Jungbetter approach to skip ZST reborrows
2021-05-23 Ralf Jungavoid some borrow_mut calls in data_race
2021-05-23 Ralf Jungavoid unnecessary RefCell calls in Stacked Borrows
2021-05-23 borsAuto merge of #1815 - RalfJung:rustup2, r=RalfJung
2021-05-23 Ralf Jungrustup
2021-05-22 borsAuto merge of #1811 - RalfJung:less-rc, r=RalfJung
2021-05-22 Ralf Jungfmt
2021-05-22 Ralf Jungget rid of Rc in data_race
2021-05-22 Ralf Jungget rid of Rc in Stacked Borrows
2021-05-20 borsAuto merge of #1809 - RalfJung:rustup, r=RalfJung
2021-05-20 Ralf Jungrustup
2021-05-19 borsAuto merge of #1804 - RalfJung:ptrless-allocs, r=RalfJung
2021-05-19 Ralf Jungfix write_os_str_to_wide_str
2021-05-19 Ralf Jungfmt
2021-05-19 Ralf Jungupdate for Memory API changes
2021-05-17 borsAuto merge of #1806 - RalfJung:rustup, r=RalfJung
2021-05-17 Ralf Jungrustup
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-17 borsAuto merge of #1803 - RalfJung:fmt, r=RalfJung
2021-05-17 Ralf Jungfix rustfmt fallout
2021-05-17 borsAuto merge of #1802 - RalfJung:rustup, r=RalfJung
2021-05-17 Ralf Jungrustup
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-12 borsAuto merge of #1794 - cbeuw:83813, r=RalfJung
2021-05-12 Andy WangPrefer remapped filename in backtrace to match rustc...
2021-05-03 borsAuto merge of #1785 - Smittyvb:fast-math-ub, r=RalfJung
2021-05-03 SmittySimplify finiteness checking
2021-05-03 borsAuto merge of #1786 - RalfJung:rustup, r=RalfJung
2021-05-03 Ralf Jungadjust for different 'yield' hint on aarch64
2021-05-03 Ralf Jungfix checking os_family
2021-05-02 SmittyUB if f*_fast intrinsic called with nonfinite value
2021-04-30 borsAuto merge of #1783 - hyd-dev:rustup, r=RalfJung
2021-04-30 hyd-devRustup for rust-lang/rust#84401
2021-04-22 borsAuto merge of #1769 - RalfJung:remove-compat, r=oli-obk
2021-04-11 borsAuto merge of #1772 - RalfJung:less-timeout-checking...
2021-04-11 borsAuto merge of #1771 - vakaras:bug-1763, r=RalfJung
2021-04-11 Vytautas AstrauskasReference issue 1763 in the comment.
2021-04-11 Ralf Jungonly check timeouts when a thread yields
2021-04-10 Vytautas AstrauskasAttempt to fix #1763 by asking the scheduler to retry...
2021-04-09 borsAuto merge of #1764 - RalfJung:readme, r=RalfJung
2021-04-08 borsAuto merge of #1761 - hyd-dev:build-rs-proc-macro-no...
2021-04-08 hyd-devDon't use `MIRI_DEFAULT_ARGS` to compile host crates
next