]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-14 hyd-devRevert the lock file version change
2021-02-14 hyd-devMake the test more consistent with other tests
2021-02-14 hyd-dev[cargo-miri] Don't skip `rlib` crates
2021-02-13 borsAuto merge of #1708 - RalfJung:issue-1567-test, r=RalfJung
2021-02-13 Ralf Jungadd regression test for #1567
2021-02-09 borsAuto merge of #1703 - calebzulawski:master, r=RalfJung
2021-02-09 Caleb ZulawskiUpdate rust-version
2021-02-08 Caleb ZulawskiRemove non-power-of-two SIMD vectors
2021-02-05 borsAuto merge of #1701 - m-ou-se:non-fmt-panic-lint, r...
2021-02-05 Mara BosUpdate rust version.
2021-02-03 borsAuto merge of #1700 - RalfJung:rustup, r=RalfJung
2021-02-03 Ralf Jungrustup
2021-02-02 borsAuto merge of #1699 - m-ou-se:panic-format, r=RalfJung
2021-02-02 Mara BosRemove unnecessary `format!()` in `panic!()`.
2021-01-31 borsAuto merge of #1698 - RalfJung:rustup, r=RalfJung
2021-01-31 Ralf Jungrustup; remove some no-longer-needed Windows shims
2021-01-31 borsAuto merge of #1697 - RalfJung:rustup, r=RalfJung
2021-01-31 Ralf Jungrustup
2021-01-30 borsAuto merge of #1693 - rust-lang:oli-obk-patch-1, r...
2021-01-30 Oli SchererUpdate README.md
2021-01-30 Oli SchererUpdate README.md
2021-01-29 borsAuto merge of #1696 - RalfJung:abi-check, r=RalfJung
2021-01-29 Ralf Jungadd test for caller ABI check
2021-01-29 borsAuto merge of #1670 - unseddd:abi, r=RalfJung
2021-01-28 borsAuto merge of #1694 - JohnTitor:rustup, r=RalfJung
2021-01-28 Yuki OkushiRustup for rust-lang/rust#79951
2021-01-28 Oli SchererDocument -Zmiri-compare-exchange-weak-failure-rate
2021-01-28 borsAuto merge of #1686 - thomcc:cmpxchg_weak, r=oli-obk
2021-01-27 Nym SeddonAdd ABI check for shims
2021-01-27 borsAuto merge of #1692 - RalfJung:rustup, r=RalfJung
2021-01-27 Ralf Jungrustup; more slack for timing tests
2021-01-26 borsAuto merge of #1690 - RalfJung:rustup, r=RalfJung
2021-01-26 Ralf Jungerroneous_const span now changes with inlining
2021-01-26 Ralf Jungrustup; allow some lints
2021-01-26 Thom ChiovoloniAllow configuring the failure rate with -Zmiri-compare...
2021-01-26 Thom ChiovoloniFail 80% of the time on weak cmpxchg, not 50%
2021-01-26 Thom Chiovolonireview nits
2021-01-26 Thom ChiovoloniTest that _weak atomics sometimes fail
2021-01-26 Thom ChiovoloniAdd random failures to compare_exchange_weak
2021-01-25 borsAuto merge of #1688 - RalfJung:rustup, r=RalfJung
2021-01-25 Ralf Jungadjust Windows shims for stdlib changes (Windows XP...
2021-01-25 borsAuto merge of #1687 - hyd-dev:zulip, r=RalfJung
2021-01-25 hyd-devFix `\n` in Zulip message
2021-01-24 borsAuto merge of #1675 - hyd-dev:proc-macro-unit-test...
2021-01-24 hyd-devAdd a test for unit test of `proc-macro` crate
2021-01-24 hyd-devSkip unit tests of `proc-macro` crates
2021-01-24 borsAuto merge of #1685 - RalfJung:readme, r=RalfJung
2021-01-24 Ralf Jungadd -Zmiri-disable-data-race-detector to readme
2021-01-23 borsAuto merge of #1683 - frewsxcv:frewsxcv-nprocessors...
2021-01-23 Ralf Jungmacos: support aarch64 link names
2021-01-23 Ralf Jungimplement aarch64 hint 'intrinsic'
2021-01-23 borsAuto merge of #1684 - RalfJung:env, r=oli-obk
2021-01-23 Ralf Jungexpand README
2021-01-23 Corey FarwellTest aarch64-apple-darwin
2021-01-23 Ralf Jungprefer build-time env vars over run-time values
2021-01-22 Corey FarwellAdd shim for libc::sysconf(libc::_SC_NPROCESSORS_CONF)
2021-01-22 borsAuto merge of #1682 - RalfJung:rustup, r=RalfJung
2021-01-22 Ralf Jungrustup; test swap of element with itself
2021-01-18 hyd-devAdd `ArgFlagValueIter`
2021-01-18 borsAuto merge of #1681 - RalfJung:rustup, r=RalfJung
2021-01-18 Ralf Jungrustup; remove some intrinsics that are gone or moved...
2021-01-17 borsAuto merge of #1680 - LeSeulArtichaut:polite-bot, r...
2021-01-17 LeSeulArtichautTeach the miri cronjobs to speak politely
2021-01-17 borsAuto merge of #1679 - hyd-dev:min-const-generics, r...
2021-01-17 hyd-devRemove `#![feature(const_generics)]` and `#![allow...
2021-01-16 borsAuto merge of #1678 - RalfJung:features, r=RalfJung
2021-01-16 Ralf Jungremove some unnecessary feature gates
2021-01-16 borsAuto merge of #1676 - RalfJung:zulip, r=RalfJung
2021-01-16 Ralf Jungundo cronjob deliberate failure
2021-01-15 borsAuto merge of #1673 - RalfJung:rustup, r=RalfJung
2021-01-15 Ralf Jungrustup; make tests pass again
2021-01-15 borsAuto merge of #1672 - RalfJung:zulip, r=RalfJung
2021-01-15 Ralf Jungadd Zulip site information
2021-01-11 borsAuto merge of #1669 - RalfJung:rustup, r=RalfJung
2021-01-11 Ralf Jungrustup
2021-01-11 borsAuto merge of #1668 - RalfJung:zulip, r=RalfJung
2021-01-11 Ralf Jungfix zulip-send path
2021-01-10 borsAuto merge of #1667 - RalfJung:cron-fail-notification...
2021-01-10 Ralf Jungsend Zulip notification when cron job fails
2020-12-31 borsAuto merge of #1663 - RalfJung:rustup, r=RalfJung
2020-12-31 Ralf Jungtest Weak into_raw/from_raw on dangling ptrs
2020-12-30 borsAuto merge of #1662 - RalfJung:rustup, r=RalfJung
2020-12-30 Ralf Jungpanicing now works with -Zmiri-track-raw-pointers
2020-12-29 borsAuto merge of #1659 - RalfJung:rustup, r=RalfJung
2020-12-29 Ralf Jungrustup; add an interesting alias test case
2020-12-22 borsAuto merge of #1658 - RalfJung:forget, r=RalfJung
2020-12-22 Ralf Jungremove intrinsic that is now implemented in the rustc...
2020-12-21 borsAuto merge of #1657 - RalfJung:zulip, r=RalfJung
2020-12-21 Ralf Junglink to our shiny new Zulip stream
2020-12-21 borsAuto merge of #1656 - RalfJung:tests, r=RalfJung
2020-12-21 Ralf Jungtest test suite harness with raw-ptr tracking
2020-12-21 Ralf Jungleak checker: also test AtomicPtr stored via 'swap'
2020-12-21 Ralf Jungrename test ref files for proper names
2020-12-21 borsAuto merge of #1655 - RalfJung:rustup, r=RalfJung
2020-12-21 Ralf Jungrustup + cargo-miri 'cargo update'
2020-12-17 borsAuto merge of #1652 - RalfJung:update, r=RalfJung
2020-12-17 Ralf Jungrustup + cargo update
2020-12-13 borsAuto merge of #1644 - JCTyblaidd:detect_race_with_alloc...
2020-12-13 JCTyblaiddTidy new_allocation
2020-12-13 JCTyblaiddUpdate rust version
next