]> git.lizzy.rs Git - rust.git/history - src
fmt
[rust.git] / src /
2021-05-19 Ralf Jungfmt
2021-05-19 Ralf Jungupdate for Memory API changes
2021-05-17 borsAuto merge of #1806 - RalfJung:rustup, r=RalfJung
2021-05-17 Ralf Jungrustup
2021-05-17 borsAuto merge of #1805 - RalfJung:c_str, r=RalfJung
2021-05-17 Ralf Jungstop relying on c_str/wide_str helpers in rustc
2021-05-17 borsAuto merge of #1803 - RalfJung:fmt, r=RalfJung
2021-05-17 Ralf Jungfix rustfmt fallout
2021-05-17 borsAuto merge of #1802 - RalfJung:rustup, r=RalfJung
2021-05-17 Ralf Jungrustup
2021-05-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
2021-05-16 Ralf Junghand-held formatting for remaining files
2021-05-16 Ralf Jungformat much of Miri
2021-05-12 borsAuto merge of #1794 - cbeuw:83813, r=RalfJung
2021-05-12 Andy WangPrefer remapped filename in backtrace to match rustc...
2021-05-03 borsAuto merge of #1785 - Smittyvb:fast-math-ub, r=RalfJung
2021-05-03 SmittySimplify finiteness checking
2021-05-03 borsAuto merge of #1786 - RalfJung:rustup, r=RalfJung
2021-05-03 Ralf Jungadjust for different 'yield' hint on aarch64
2021-05-03 Ralf Jungfix checking os_family
2021-05-02 SmittyUB if f*_fast intrinsic called with nonfinite value
2021-04-30 borsAuto merge of #1783 - hyd-dev:rustup, r=RalfJung
2021-04-30 hyd-devRustup for rust-lang/rust#84401
2021-04-22 borsAuto merge of #1769 - RalfJung:remove-compat, r=oli-obk
2021-04-11 borsAuto merge of #1772 - RalfJung:less-timeout-checking...
2021-04-11 borsAuto merge of #1771 - vakaras:bug-1763, r=RalfJung
2021-04-11 Vytautas AstrauskasReference issue 1763 in the comment.
2021-04-11 Ralf Jungonly check timeouts when a thread yields
2021-04-10 Vytautas AstrauskasAttempt to fix #1763 by asking the scheduler to retry...
2021-04-09 borsAuto merge of #1764 - RalfJung:readme, r=RalfJung
2021-04-08 borsAuto merge of #1761 - hyd-dev:build-rs-proc-macro-no...
2021-04-08 hyd-devDon't use `MIRI_DEFAULT_ARGS` to compile host crates
2021-04-04 borsAuto merge of #1755 - RalfJung:cargo-update, r=RalfJung
2021-04-04 Ralf Jungbump miri dependencies
2021-04-04 Ralf Jungfix newer getrandom on Windows
2021-03-25 borsAuto merge of #1748 - jrvanwhy:track-raw-pointers-doc...
2021-03-23 borsAuto merge of #1750 - hyd-dev:rustup, r=RalfJung
2021-03-23 hyd-devRemove `#![feature(or_patterns)]`
2021-03-17 borsAuto merge of #1746 - bstrie:depfix, r=RalfJung
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-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 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-09 borsAuto merge of #1736 - DJMcNab:rust-analyzer-private...
2021-03-08 borsAuto merge of #1735 - m-ou-se:remove-unwrap-none, r...
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-02-28 borsAuto merge of #1726 - hyd-dev:stub-d, r=RalfJung
2021-02-27 borsAuto merge of #1725 - RalfJung:zst-reborrow, r=RalfJung
2021-02-27 Ralf Jungfix reborrowing of tagged ZST references
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-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...
next