]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-08-16 borsAuto merge of #1872 - RalfJung:rustup, r=RalfJung
2021-08-16 Ralf Jungllvm_asm → asm
2021-08-16 Ralf Jungrustup
2021-08-15 borsAuto merge of #1871 - hyd-dev:no-mangle-method, r=RalfJung
2021-08-15 hyd-devUpdate tests for `#[no_mangle]` associated functions
2021-08-14 borsAuto merge of #1870 - RalfJung:rustup, r=RalfJung
2021-08-14 Ralf Jungrustup
2021-08-07 borsAuto merge of #1868 - hyd-dev:rustup, r=RalfJung
2021-08-07 borsAuto merge of #1865 - rust-lang:test-cargo-miri, r...
2021-08-07 hyd-devFix tests for `C-unwind` ABI changes
2021-08-04 Ralf Jungimprove test-cargo-miri output
2021-08-04 borsAuto merge of #1864 - hyd-dev:rustup, r=RalfJung
2021-08-04 hyd-devUpdate cargo-miri test
2021-08-02 borsAuto merge of #1854 - RalfJung:partial-ptr-overwrite...
2021-08-02 Ralf Jungrustup
2021-08-02 Ralf Jungdocify some comments
2021-08-02 Ralf Jungadjust for ERR_ON_PARTIAL_PTR_OVERWRITE
2021-07-30 borsAuto merge of #1863 - hyd-dev:parallel-compiler, r...
2021-07-30 hyd-devUse `Lrc` instead of `Rc` in `MiriCompilerCalls::config()`
2021-07-27 borsAuto merge of #1861 - RalfJung:rustup, r=RalfJung
2021-07-27 Ralf Jungrustup
2021-07-27 borsAuto merge of #1858 - RalfJung:thread-leaks, r=oli-obk
2021-07-27 Ralf Jungmake sure we only terminate main thread once TLS is...
2021-07-27 Ralf Jungmake the loop infinite
2021-07-25 Ralf Jungno concurrency on windows
2021-07-25 borsAuto merge of #1859 - RalfJung:global-system-mixup...
2021-07-25 Ralf Jungadd test for mixing up System and Global memory
2021-07-25 Ralf Jungtell users how to disable the leak check
2021-07-25 Ralf Jungalso ignore 'thread leaks' with -Zmiri-ignore-leaks
2021-07-25 borsAuto merge of #1856 - RalfJung:no-mir, r=RalfJung
2021-07-25 borsAuto merge of #1838 - atsmtat:fs-isolation, r=RalfJung
2021-07-24 Smit SoniMove shim argument checks before isolation check
2021-07-24 Ralf Jungshow proper error when using a sysroot without MIR
2021-07-20 Smit SoniUpdate error code for fs ops in isolation
2021-07-20 Smit SoniFix use of deprecated `check_no_isolation` in posix...
2021-07-20 borsAuto merge of #1853 - RalfJung:negative-offsets, r...
2021-07-20 Ralf Jungrustup
2021-07-20 Ralf Jungtest for negative offsets
2021-07-20 Ralf Jungadjust for PointerOutOfBounds change
2021-07-20 borsAuto merge of #1855 - RalfJung:rustup, r=RalfJung
2021-07-20 Ralf Jungrustup
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
next