]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-06-11 hyd-devRemove erroneous `exit()` and `ExitProcess()` in `tests...
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
2021-05-19 Ralf Jungfmt
2021-05-19 Ralf Jungrustup
2021-05-19 Ralf Jungavoid importing C functions in alloc_write_race test
2021-05-19 Ralf Jungupdate for Memory API changes
2021-05-19 borsAuto merge of #1808 - RalfJung:fmt, r=oli-obk
2021-05-19 Ralf Jungover 'default' instead of 'override' (consistent with...
2021-05-19 Ralf Jungfmt
2021-05-19 Ralf Jungadd (bors-ignored) formatting check job
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-16 Ralf Jungconfigure rustfmt; fmt cargo-miri
2021-05-15 borsAuto merge of #1799 - RalfJung:rustup, r=RalfJung
next