]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-04-05 Ralf Jungadd test for compile_fail; de-duplicate sysroot forwarding
2021-04-05 hyd-devFix sysroot for rustdoc
2021-04-05 Ralf Jungresolve semantic conflicts
2021-04-05 Ralf Jungmake attempt to cross-interpret a hard error
2021-04-05 Tristan Dannenbergmake cargo-miri run doc-tests
2021-04-04 borsAuto merge of #1756 - RalfJung:getrandom, r=RalfJung
2021-04-04 Ralf Jungalso test old getrandom
2021-04-04 borsAuto merge of #1755 - RalfJung:cargo-update, r=RalfJung
2021-04-04 Ralf Jungbump test-cargo-miri dependencies
2021-04-04 Ralf Jungbump cargo-miri dependencies
2021-04-04 Ralf Jungbump miri dependencies
2021-04-04 Ralf Jungfix newer getrandom on Windows
2021-04-04 Ralf Jung'cargo update' all the things
2021-04-04 Ralf Jungalso test getrandom directly
2021-03-28 borsAuto merge of #1753 - RalfJung:rustup, r=RalfJung
2021-03-28 Ralf Jungrustup
2021-03-25 borsAuto merge of #1752 - RalfJung:rustup, r=RalfJung
2021-03-25 Ralf Jungdisable MIR opts for ZST-related tests
2021-03-25 Ralf Jungrustup
2021-03-25 borsAuto merge of #1748 - jrvanwhy:track-raw-pointers-doc...
2021-03-24 Johnathan Van WhyREADME.md: Apply RalfJung's suggestion
2021-03-23 borsAuto merge of #1750 - hyd-dev:rustup, r=RalfJung
2021-03-23 hyd-devUpdate `rust-version`
2021-03-23 hyd-devRemove `#![feature(or_patterns)]`
2021-03-22 Johnathan Van Why`-Zmiri-track-raw-pointers` doc correction: it is not...
2021-03-22 borsAuto merge of #1749 - RalfJung:rustup, r=RalfJung
2021-03-22 Ralf Jungrustup; better comment in storage_dead_dangling test
2021-03-19 Johnathan Van WhyImprovements to the README item on `-Zmiri-track-raw...
2021-03-17 borsAuto merge of #1746 - bstrie:depfix, r=RalfJung
2021-03-17 Ralf Jungrustup
2021-03-17 bstrieReplace deprecated `collections::Bound`
2021-03-17 borsAuto merge of #1745 - hyd-dev:unsup-foreign-calls-are...
2021-03-17 hyd-devRemove the macro and expand it manually
2021-03-17 hyd-devRemove meaningless tests
2021-03-17 hyd-devRevert "Don't duplicate `check_abi()`"
2021-03-17 hyd-devUnsupported foreign non-"C"/"system"-ABI function calls...
2021-03-16 hyd-devDon't duplicate `check_abi()`
2021-03-14 borsAuto merge of #1743 - RalfJung:callee-checks, r=RalfJung
2021-03-14 borsAuto merge of #1744 - rust-lang:bad-unwind, r=RalfJung
2021-03-14 Ralf Jungdon't ICE when we unwind despite panic=abort
2021-03-14 Ralf Jungensure we catch incorrectly unwinding calls
2021-03-14 Ralf Jungdon't ICE when callee has the wrong number of arguments
2021-03-14 Ralf Jungwhen Miri calls a function ptr, make sure it has the...
2021-03-11 borsAuto merge of #1739 - RalfJung:rustup, r=RalfJung
2021-03-11 Ralf Jungrustup
2021-03-10 borsAuto merge of #1738 - RalfJung:rustup, r=RalfJung
2021-03-10 Ralf Jungrustup
2021-03-09 borsAuto merge of #1736 - DJMcNab:rust-analyzer-private...
2021-03-09 Daniel McNabAdd link to pr for documentation
2021-03-09 borsAuto merge of #1737 - rust-lang:oli-obk-patch-1, r...
2021-03-09 Oli Scherermir-opt-level 4 is the new 3
2021-03-08 borsAuto merge of #1735 - m-ou-se:remove-unwrap-none, r...
2021-03-08 Daniel McNabOpt-in to rustc_private for `rust-analyzer`
2021-03-08 Mara BosFix panic test.
2021-03-08 Mara BosRemove unwrap_none as it won't be stabilized.
2021-03-05 borsAuto merge of #1733 - Smittyvb:breakpoint-intrinsic...
2021-03-05 SmittyvbCheck arg count
2021-03-04 SmittySupport breakpoint intrinsic
2021-03-03 borsAuto merge of #1732 - RalfJung:atomic_op, r=RalfJung
2021-03-02 Ralf Jungrename atomic_op_min_max -> atomic_op
2021-03-02 borsAuto merge of #1721 - henryboisdequin:add-atomic-min...
2021-03-02 Henry BoisdequinAdd in `atomic_{min,max}_x` intrinsics
2021-03-02 Henry Boisdequinfmt data_race.rs and intrinsics.rs
2021-03-02 borsAuto merge of #1730 - RalfJung:zulip, r=oli-obk
2021-03-02 borsAuto merge of #1731 - RalfJung:ci, r=oli-obk
2021-03-02 Ralf Jungadjust CI test flags
2021-03-02 borsAuto merge of #1729 - RalfJung:rustup, r=RalfJung
2021-03-02 Ralf Jungadd date to Zulip notification subject
2021-03-02 Ralf Jungmake optimized-test-run a bit more like what cargo...
2021-03-02 Ralf Jungrustup; fix tests for new MIR optimization
2021-03-02 borsAuto merge of #1728 - RalfJung:rustup, r=RalfJung
2021-03-02 Ralf Jungrustup
2021-02-28 borsAuto merge of #1726 - hyd-dev:stub-d, r=RalfJung
2021-02-28 hyd-devCleanup test-cargo-miri/run-test.py
2021-02-28 hyd-devDrop MIRIFLAGS from "no rebuild" test
2021-02-28 hyd-devClarify that the "dep-info" is fake and add a newline
2021-02-27 hyd-devCreate stub .d files
2021-02-27 borsAuto merge of #1725 - RalfJung:zst-reborrow, r=RalfJung
2021-02-27 Ralf Jungfix reborrowing of tagged ZST references
2021-02-27 borsAuto merge of #1723 - RalfJung:cargo-miri, r=RalfJung
2021-02-27 Ralf Jungcreate more fake files for cdylibs and staticlibs
2021-02-27 Ralf Jungtest for unnecessary rebuilds in 'cargo miri run'
2021-02-23 borsAuto merge of #1720 - RalfJung:rustup, r=RalfJung
2021-02-23 Ralf Jungrustup
2021-02-20 borsAuto merge of #1716 - tmiasko:rustup, r=RalfJung
2021-02-20 Tomasz Miąskorustup to e7c23ab933ebc1f205c3b59f4ebc85d40f67d404
2021-02-18 borsAuto merge of #1715 - RalfJung:rustup, r=RalfJung
2021-02-18 Ralf Jungrustup
2021-02-17 borsAuto merge of #1714 - RalfJung:rustup, r=RalfJung
2021-02-17 Ralf Jungrustup
2021-02-16 borsAuto merge of #1712 - RalfJung:rustup, r=RalfJung
2021-02-16 Ralf Jungadd test by @eddyb
2021-02-16 Ralf Jungrustup and temporarily disable broken tests
2021-02-15 borsAuto merge of #1710 - hyd-dev:crate-types, r=RalfJung
2021-02-15 hyd-devAdd a `cdylib`-only crate test
2021-02-15 hyd-devUse the `issue-1567` dependency in the test
2021-02-15 hyd-devStop skipping `cdylib`
2021-02-15 hyd-devPatch `--extern` arguments in `phase_cargo_rustc` as...
2021-02-15 hyd-devExtract `--extern` filenames patching code to `forward_...
2021-02-14 borsAuto merge of #1709 - hyd-dev:rlib, r=RalfJung
next