]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-06-20 Ralf Junguse exhaustive struct match for manual Debug impl
2021-06-17 borsAuto merge of #1839 - RalfJung:rustup, r=RalfJung
2021-06-17 Ralf Jungrustup
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-15 borsAuto merge of #1836 - hyd-dev:rustup, r=RalfJung
2021-06-15 hyd-devRustup
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-devRemove erroneous `exit()` and `ExitProcess()` in `tests...
2021-06-11 hyd-devFix the wrong `EmulateByNameResult::NotSupported` in...
2021-06-09 borsAuto merge of #1830 - RalfJung:readme, r=RalfJung
2021-06-09 Ralf Jungtweak isolation-error message in README
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-09 borsAuto merge of #1827 - l4l:patch-1, r=RalfJung
2021-06-09 KitsuSpecify miri toolchain for CI example
2021-06-08 borsAuto merge of #1828 - hyd-dev:rustup, r=RalfJung
2021-06-08 hyd-devUpdate `Box<Any>` to `Box<dyn Any>` in `catch_panic...
2021-06-07 Lander BrandtAdd support for panicking in the emulated application...
2021-06-07 borsAuto merge of #1826 - hyd-dev:rustup, r=RalfJung
2021-06-07 hyd-devUpdate `cargo-miri` tests
2021-06-06 borsAuto merge of #1823 - hyd-dev:extern-crate-std, r=RalfJung
2021-06-06 Ralf Jungexpand comment
2021-06-06 hyd-devRemove 2 tests
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 #1824 - Pointerbender:strings-test, r...
2021-06-03 Pointerbenderadded a strings.rs regression test case for potential...
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-devRemove some tests
2021-06-03 hyd-devRemove FIXME in `tests/compile-fail/panic/bad_unwind.rs`
2021-06-03 hyd-dev`original_crate_name` -> `crate_name`
2021-06-02 Pointerbenderremoved unintentional file change due to whitespace
2021-06-02 Pointerbenderuse references so that potential aliasing bugs are...
2021-06-02 Pointerbenderregression tests for pointer invalidation in core libra...
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-devImprove tests
2021-05-31 hyd-devMove the test to `src/main.rs`
2021-05-31 hyd-devRemove duplicated "foreign function"
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-devMove `-Zmiri-disable-abi-check` in README
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-27 borsAuto merge of #1817 - hyd-dev:doctest, r=RalfJung
2021-05-27 hyd-devChange preexisting "doc-test" to "doctest"
2021-05-27 hyd-devChange "Doc-tests" in the comment to "Doctests"
2021-05-27 hyd-devUse `compile_error!` instead of `use num_cpus`
2021-05-27 hyd-dev"doc-tests" -> "doctests"
2021-05-27 borsAuto merge of #1819 - scottmcm:patch-1, r=RalfJung
2021-05-27 scottmcmAdd `copy_within` to the SB trophy case
2021-05-26 hyd-devSkip doctests of `proc-macro` crates
2021-05-23 borsAuto merge of #1814 - RalfJung:rustup, r=RalfJung
2021-05-23 Ralf Jungrustup
2021-05-23 Ralf Jungfix a Stacked Borrows test whose output changed
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
next