rust/src
bors 1cc822e6af Auto merge of #1884 - DrMeepster:start, r=RalfJung
add support for `#[start]`

This PR adds support for the `#[start]` attribute and fixes #1825.

It also renames `eval_main` to `eval_entry` to reflect that it can evaluate any entry function.
2021-09-08 19:43:41 +00:00
..
bin add support for #[start] 2021-09-02 15:41:10 -07:00
shims rustc_target::abi::LayoutOf -> rustc_middle::ty::layout::LayoutOf 2021-09-06 23:05:48 +08:00
data_race.rs Fix typos “a”→“an” 2021-08-22 16:42:23 +02:00
diagnostics.rs Auto merge of #1856 - RalfJung:no-mir, r=RalfJung 2021-07-25 09:50:06 +00:00
eval.rs Auto merge of #1884 - DrMeepster:start, r=RalfJung 2021-09-08 19:43:41 +00:00
helpers.rs rustc_target::abi::LayoutOf -> rustc_middle::ty::layout::LayoutOf 2021-09-06 23:05:48 +08:00
intptrcast.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
lib.rs add support for #[start] 2021-09-02 15:41:10 -07:00
machine.rs rustc_target::abi::LayoutOf -> rustc_middle::ty::layout::LayoutOf 2021-09-06 23:05:48 +08:00
mono_hash_map.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
operator.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
range_map.rs format much of Miri 2021-05-16 11:48:28 +02:00
stacked_borrows.rs rustc_target::abi::LayoutOf -> rustc_middle::ty::layout::LayoutOf 2021-09-06 23:05:48 +08:00
sync.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
thread.rs also ignore 'thread leaks' with -Zmiri-ignore-leaks 2021-07-25 14:21:06 +02:00
vector_clock.rs fmt: set force_multiline_blocks=true 2021-07-11 14:18:44 +02:00