]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #1823 - hyd-dev:extern-crate-std, r=RalfJung
[rust.git] / src /
2021-06-06 borsAuto merge of #1823 - hyd-dev:extern-crate-std, r=RalfJung
2021-06-06 hyd-dev`in_std` -> `frame_in_std`
2021-06-06 hyd-devDon't `unwrap()` in `in_std()`
2021-06-06 hyd-devDetect `std` by checking if the crate defines `#[lang...
2021-06-03 borsAuto merge of #1776 - hyd-dev:1170, r=RalfJung
2021-06-03 Ralf Jungfix typo
2021-06-03 borsAuto merge of #1816 - Pointerbender:slices-tests, r...
2021-06-03 borsAuto merge of #1822 - hyd-dev:rustup, r=RalfJung
2021-06-03 hyd-dev`original_crate_name` -> `crate_name`
2021-05-31 borsAuto merge of #1820 - Aaron1011:rustup-const-err, r...
2021-05-31 Aaron HillRustup for const_err changes
2021-05-31 hyd-devUse `unwrap_or_else()`
2021-05-31 hyd-devWe don't need to check `SymbolExportLevel`
2021-05-31 hyd-devMove `check_abi()` into `EvalContextExt`
2021-05-31 hyd-devImplement calls to exported symbols
2021-05-31 hyd-devAdd `-Zmiri-disable-abi-check`
2021-05-30 borsAuto merge of #1791 - Aaron1011:measureme, r=RalfJung
2021-05-30 Ralf Jungadd comment to debug impl
2021-05-30 Aaron HillAddress more review comments
2021-05-29 Aaron HillRun fmt
2021-05-29 Aaron HillAddress review comments
2021-05-29 Aaron HillUse active thread id
2021-05-29 Aaron HillAdd `measureme` integration for profiling the interpret...
2021-05-28 borsAuto merge of #1812 - hyd-dev:85546, r=RalfJung
2021-05-28 hyd-dev`unwind` is no longer `Option<BasicBlock>`
2021-05-23 borsAuto merge of #1814 - RalfJung:rustup, r=RalfJung
2021-05-23 Ralf Jungallocate backtrace strings mutably
2021-05-23 Ralf Jungbetter approach to skip ZST reborrows
2021-05-23 Ralf Jungavoid some borrow_mut calls in data_race
2021-05-23 Ralf Jungavoid unnecessary RefCell calls in Stacked Borrows
2021-05-23 borsAuto merge of #1815 - RalfJung:rustup2, r=RalfJung
2021-05-23 Ralf Jungrustup
2021-05-22 borsAuto merge of #1811 - RalfJung:less-rc, r=RalfJung
2021-05-22 Ralf Jungfmt
2021-05-22 Ralf Jungget rid of Rc in data_race
2021-05-22 Ralf Jungget rid of Rc in Stacked Borrows
2021-05-20 borsAuto merge of #1809 - RalfJung:rustup, r=RalfJung
2021-05-20 Ralf Jungrustup
2021-05-19 borsAuto merge of #1804 - RalfJung:ptrless-allocs, r=RalfJung
2021-05-19 Ralf Jungfix write_os_str_to_wide_str
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
next