]> git.lizzy.rs Git - rust.git/history - src
rustup
[rust.git] / src /
2021-02-18 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-30 borsAuto merge of #1693 - rust-lang:oli-obk-patch-1, r...
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 borsAuto merge of #1686 - thomcc:cmpxchg_weak, r=oli-obk
2021-01-27 Nym SeddonAdd ABI check for shims
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 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-24 borsAuto merge of #1675 - hyd-dev:proc-macro-unit-test...
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-22 Corey FarwellAdd shim for libc::sysconf(libc::_SC_NPROCESSORS_CONF)
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 #1679 - hyd-dev:min-const-generics, r...
2021-01-17 hyd-devRemove `#![feature(const_generics)]` and `#![allow...
2021-01-15 borsAuto merge of #1673 - RalfJung:rustup, r=RalfJung
2021-01-15 Ralf Jungrustup; make tests pass again
2021-01-11 borsAuto merge of #1669 - RalfJung:rustup, r=RalfJung
2021-01-11 Ralf Jungrustup
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-13 borsAuto merge of #1644 - JCTyblaidd:detect_race_with_alloc...
2020-12-13 JCTyblaiddTidy new_allocation
2020-12-13 JCTyblaiddRework to work with machine hook.
2020-12-13 JCTyblaiddUpdate src/data_race.rs
2020-12-13 JCTyBlaiddFix review changes
2020-12-13 JCTyBlaiddFix bug with reporting wrong thread for races with...
2020-12-13 JCTyblaiddFix nits
2020-12-13 JCTyBlaiddRemove old FIXME
2020-12-13 JCTyBlaiddMore tests, fix issue 1643 and detect races with alloca...
2020-12-10 borsAuto merge of #1646 - RalfJung:rustup, r=RalfJung
2020-12-10 Ralf Jungrustup
2020-12-06 borsAuto merge of #1641 - JCTyblaidd:update_release_sequenc...
2020-12-06 JCTyblaiddFix caps
2020-12-06 JCTyBlaiddUpdate release sequence handling to C++20 semantics.
2020-11-30 borsAuto merge of #1636 - RalfJung:rustup, r=oli-obk
2020-11-29 Ralf Jungremove miri-rustc-tests
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-29 Ralf Jungfix some typos
2020-11-28 JCTyBlaiddFix typos - looked into the papers handling of timestam...
2020-11-27 JCTyBlaiddApply review changes, incrementing the clocks twice...
2020-11-22 JCTyBlaiddFix review changes
2020-11-20 borsAuto merge of #1632 - RalfJung:rustup, r=RalfJung
2020-11-20 Ralf Jungrustup
2020-11-19 borsAuto merge of #1630 - RalfJung:rustup, r=RalfJung
2020-11-19 Ralf Jungavoid fallback logic (and we do not need the flag value...
2020-11-19 Mara BosMake weak syscalls in std work.
2020-11-15 JCTyBlaiddRun rustfmt on vector_clock.rs and data_race.rs
2020-11-15 JCTyBlaiddAdd comment regarding seq-cst ordering & add test for...
2020-11-15 JCTyBlaiddTidy up comments and function layout, should fix most...
2020-11-11 borsAuto merge of #1623 - RalfJung:rustup, r=RalfJung
2020-11-11 Ralf Jungrustup
2020-11-07 borsAuto merge of #1612 - camelid:patch-1, r=RalfJung
2020-11-06 JCTyBlaiddMore aggressive vector index re-use, and added some...
2020-11-05 borsAuto merge of #1619 - RalfJung:rustup, r=RalfJung
2020-11-05 Ralf Jungrustup
2020-11-05 JCTyBlaiddMove to use of thread termination hook for vector re...
2020-11-05 JCTyBlaiddSplit out vector_clock to separate file, general tidy...
2020-11-04 JCTyBlaiddDetect races between atomic and non-atomic accesses...
2020-11-02 JCTyBlaiddAdd newlines at end of file + use replace.
2020-11-02 JCTyBlaiddFix & rebase
2020-11-02 JCTyBlaiddAdd tests, and fix bug in atomic RMW relaxed stores
2020-11-02 JCTyBlaiddInitial data-race detector,
2020-10-28 borsAuto merge of #1606 - RalfJung:trophy, r=oli-obk
2020-10-28 borsAuto merge of #1603 - RalfJung:track-raw, r=oli-obk
2020-10-28 Ralf Jungadd an option to track raw pointer tags in Stacked...
2020-10-28 Ralf JungStacked Borrows: print affected memory location on...
2020-10-27 borsAuto merge of #1601 - RalfJung:misc, r=RalfJung
2020-10-27 Ralf Jungpointer tag tracking: also show when tag is being created
2020-10-24 borsAuto merge of #1599 - camelid:default-args-const, r...
2020-10-24 CamelidMake `miri_default_args()` a constant
2020-10-15 borsAuto merge of #1583 - est31:target_refactor, r=RalfJung
2020-10-15 est31Replace target.target with target
2020-10-11 borsAuto merge of #1581 - RalfJung:readme, r=RalfJung
2020-10-11 borsAuto merge of #1580 - Aaron1011:feature/backtrace-fn...
2020-10-11 borsAuto merge of #1571 - lzutao:actions, r=RalfJung
2020-10-11 Aaron HillAdd comment about deprecation
2020-10-11 borsAuto merge of #1582 - Aaron1011:rustup-run-compiler...
2020-10-11 Aaron HillRustup
2020-10-11 Aaron HillApply suggestions from code review
2020-10-10 Aaron HillAdd an `fn_ptr` field to `MiriFrame`
2020-10-06 borsAuto merge of #1575 - Aaron1011:fix/macro-backtrace...
2020-10-05 Aaron HillUse macro callsite spans in backtrace
2020-10-04 borsAuto merge of #1564 - Aaron1011:readlink, r=RalfJung
2020-10-04 Ralf Jungmore punctuation
2020-10-04 Aaron HillProperly capitalize PathConversion
2020-10-04 Aaron HillMove `convert_path_separator` to trait and use it in...
2020-10-04 Aaron HillMake helper functions freestanding
2020-10-04 Aaron HillUse panicking coversions instead of `as`
2020-10-04 Aaron HillMove some helper functions around
next