]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-07-17 borsAuto merge of #1851 - RalfJung:provenance-overhaul...
2021-07-17 Ralf Jungrustup
2021-07-17 Ralf Jungadd test for better ptr handling in enum niches
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 cargo-miri
2021-07-11 Ralf Jungfmt: set force_multiline_blocks=true
2021-07-10 borsAuto merge of #1849 - Aaron1011:rustup-track-caller...
2021-07-10 Aaron HillRustup for `#[track_caller]` trait object changes
2021-07-07 borsAuto merge of #1848 - RalfJung:rustup, r=RalfJung
2021-07-07 Ralf Jungrustup
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 Jungfmt
2021-07-06 Ralf Jungexported_symbols_cache: ensure we do not overwrite...
2021-07-06 Ralf Jungalso treat CallerLocation and Machine memory as properl...
2021-07-06 Ralf Jungexplicitly list memory kinds for stacked borrows
2021-07-05 Ralf Jungsync license files with rustc repo
2021-07-04 borsAuto merge of #1845 - Smittyvb:fix-after-mir-alloc...
2021-07-04 SmittyMake work after mir-alloc-oom
2021-07-03 borsAuto merge of #1842 - hyd-dev:target-dir, r=RalfJung
2021-07-02 borsAuto merge of #1844 - hyd-dev:rustup, r=RalfJung
2021-07-02 hyd-devImport `std::process::self`
2021-07-02 hyd-devAdd a comment in `.github/workflows/ci.yml`
2021-07-02 hyd-devUpdate for `TyCtxt::crates()` change
2021-06-29 borsAuto merge of #1843 - RalfJung:rustup, r=RalfJung
2021-06-29 Ralf Jungrustup
2021-06-27 hyd-devImprove doc comment
2021-06-27 hyd-devFix `.expect()` message
2021-06-27 hyd-dev`drop(cmd.arg(arg))` -> `cmd.arg(arg);`
2021-06-27 hyd-devUse `rustup-toolchain-install-master` to install Cargo
2021-06-26 hyd-devShow error if `--target-dir` is provided more than...
2021-06-26 hyd-devFix typo
2021-06-26 hyd-dev`ArgFlagValueWithOtherArgsIter` -> `ArgSplitFlagValue`
2021-06-26 hyd-devAdd some comments in `test-cargo-miri/run-tests.py`
2021-06-26 hyd-devlong closure -> function
2021-06-24 hyd-devUse `miri` inside the target directory used by rustc...
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-20 borsAuto merge of #1840 - hyd-dev:rustup, r=RalfJung
2021-06-20 hyd-devUpdate backtraces
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"
next