]> git.lizzy.rs Git - rust.git/history - src/helpers.rs
Detect `std` by checking if the crate defines `#[lang = "start"]` rather than string...
[rust.git] / src / helpers.rs
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 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 hyd-devMove `check_abi()` into `EvalContextExt`
2021-05-31 hyd-devAdd `-Zmiri-disable-abi-check`
2021-05-19 borsAuto merge of #1804 - RalfJung:ptrless-allocs, r=RalfJung
2021-05-19 Ralf Jungupdate for Memory API changes
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-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
2021-05-16 Ralf Jungformat much of Miri
2021-05-03 borsAuto merge of #1785 - Smittyvb:fast-math-ub, r=RalfJung
2021-05-03 borsAuto merge of #1786 - RalfJung:rustup, r=RalfJung
2021-05-03 Ralf Jungfix checking os_family
2021-03-17 hyd-devRevert "Don't duplicate `check_abi()`"
2021-03-16 hyd-devDon't duplicate `check_abi()`
2021-03-14 borsAuto merge of #1743 - RalfJung:callee-checks, r=RalfJung
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-02-20 borsAuto merge of #1716 - tmiasko:rustup, r=RalfJung
2021-02-20 Tomasz Miąskorustup to e7c23ab933ebc1f205c3b59f4ebc85d40f67d404
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-27 Nym SeddonAdd ABI check for shims
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-11 borsAuto merge of #1623 - RalfJung:rustup, r=RalfJung
2020-11-11 Ralf Jungrustup
2020-10-15 borsAuto merge of #1583 - est31:target_refactor, r=RalfJung
2020-10-15 est31Replace target.target with target
2020-10-04 borsAuto merge of #1563 - lzutao:dummy-actions, r=RalfJung
2020-10-03 borsAuto merge of #1568 - fusion-engineering-forks:futex...
2020-10-03 Mara BosRemove backtics from isolation error.
2020-09-20 borsAuto merge of #1553 - RalfJung:rustup, r=RalfJung
2020-09-20 Ralf Jungrustup
2020-09-08 borsAuto merge of #1536 - divergentdave:nanosleep, r=RalfJung
2020-09-07 David CookUse try block instead of closure
2020-09-07 David CookSimplify read_timespec error handling
2020-09-07 David CookReview comments
2020-09-06 David CookRefactor timespec parsing, improve error handling
2020-09-04 borsAuto merge of #1534 - LeSeulArtichaut:tys-kind, r=RalfJung
2020-09-04 LeSeulArtichautChange `ty.kind` -> `ty.kind()`
2020-09-03 borsAuto merge of #1532 - divergentdave:thread-panic-payloa...
2020-09-03 David CookAdd comment
2020-09-03 David CookPer-thread errno storage
2020-08-08 borsAuto merge of #1502 - RalfJung:isolation, r=RalfJung
2020-08-08 Ralf Jungfs: move isolation handling to inside trait
2020-08-03 borsAuto merge of #1495 - samrat:fd-trait, r=oli-obk
2020-07-27 borsAuto merge of #1487 - pnadon:miri-rename-undef-uninit...
2020-07-26 Philippe Nadonrenamed ScalarMaybeUninit::not_undef to check_init
2020-07-23 borsAuto merge of #1482 - canova:remote-unreachable, r...
2020-07-23 borsAuto merge of #1484 - RalfJung:rustup, r=RalfJung
2020-07-23 Ralf Jungrustup
2020-06-28 borsAuto merge of #1461 - RalfJung:rwlock-win, r=oli-obk
2020-06-28 Ralf JungMove get/set_at_offset helpers to global helpers file
2020-06-13 borsAuto merge of #1448 - RalfJung:rustup, r=RalfJung
2020-06-13 Ralf Jungrustup; and a bit of UnsafeCell detection refactoring
2020-05-09 borsAuto merge of #1403 - RalfJung:rustup, r=RalfJung
2020-05-09 Ralf Jungbump Rust, fix for renames
2020-05-05 borsAuto merge of #1298 - toc-the-younger:check-arg-count...
2020-05-04 Chase AlbertAddress comments.
2020-05-04 Chase AlbertCheck that shims are called with the correct number...
2020-04-20 borsAuto merge of #1335 - vakaras:add-threads-noop, r=RalfJung
2020-04-20 Vytautas AstrauskasMove the stack to the evaluator to make Miri compile...
2020-04-19 borsAuto merge of #1342 - divergentdave:pause-instruction...
2020-04-18 borsAuto merge of #1325 - RalfJung:float_to_int_unchecked...
2020-04-17 borsAuto merge of #1344 - RalfJung:rustup, r=RalfJung
2020-04-17 Ralf Jungrustup for FieldsShape::Primitive
2020-04-04 borsAuto merge of #1293 - Firstyear:1289-miri-readme, r...
2020-04-03 borsAuto merge of #1294 - JOE1994:windows_instant, r=RalfJung
2020-04-02 borsAuto merge of #1299 - RalfJung:rustup, r=RalfJung
2020-04-02 Ralf Jungrustup for import changes
2020-04-02 borsAuto merge of #1295 - RalfJung:ci-no-incremental, r...
2020-04-02 borsAuto merge of #1283 - RalfJung:backtrace, r=RalfJung
2020-04-02 Ralf Jungfix for FieldPlacement rename
2020-04-02 Ralf Jungadjust for span not being passed around any more
2020-04-01 borsAuto merge of #1290 - RalfJung:rustup, r=RalfJung
2020-04-01 Ralf Jungrustup
2020-04-01 borsAuto merge of #1286 - JOE1994:windows_time, r=RalfJung
2020-04-01 JOE1994Implement 'GetSystemTimeAsFileTime' shim for Windows
2020-03-30 borsAuto merge of #1270 - RalfJung:incremental, r=RalfJung
2020-03-30 borsAuto merge of #1279 - divergentdave:open_O_EXCL, r...
2020-03-30 borsAuto merge of #1281 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungadjust for librustc rename; reduce 'extern crate' to...
2020-03-30 borsAuto merge of #1280 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungrustup; fix for TyLayout rename
2020-03-29 borsAuto merge of #1268 - JOE1994:dir, r=RalfJung
2020-03-29 JOE1994Follow-up to reviews from RalfJung
2020-03-29 JOE1994partially implement 'set_last_error_from_io_error'...
2020-03-29 borsAuto merge of #1277 - RalfJung:rustup, r=RalfJung
2020-03-29 Ralf Jungrustup
2020-03-28 borsAuto merge of #1276 - RalfJung:scalar-precise-sizes...
2020-03-28 Ralf Jungavoid Scalar::from_(u)int in favor of giving the size...
2020-03-28 borsAuto merge of #1275 - JOE1994:move_string_helpers,...
next