]> git.lizzy.rs Git - rust.git/history - src/machine.rs
Rename MacOS set global dtor function.
[rust.git] / src / machine.rs
2020-04-27 Vytautas AstrauskasCleanup the implementation of adjust_global_const.
2020-04-27 Vytautas AstrauskasFix imports.
2020-04-27 Vytautas AstrauskasRename eval_maybe_thread_local_static_const to adjust_g...
2020-04-27 Vytautas AstrauskasAddress some of the reviewers comments.
2020-04-27 Vytautas AstrauskasGenerate thread local allocations in eval_maybe_thread_...
2020-04-27 Vytautas AstrauskasGenerate fresh allocation ids for thread locals in...
2020-04-27 Vytautas AstrauskasRename ThreadSet to ThreadManager.
2020-04-27 Vytautas AstrauskasFix comments in TLS.
2020-04-27 Vytautas AstrauskasReport that we do not support foreign thread local...
2020-04-27 Vytautas AstrauskasFix the problem of sending pointed to thread local...
2020-04-27 Vytautas AstrauskasUpdate to support the updated API.
2020-04-27 Vytautas AstrauskasImplement basic support for concurrency (Linux only).
2020-04-20 borsAuto merge of #1335 - vakaras:add-threads-noop, r=RalfJung
2020-04-20 Vytautas AstrauskasMove stack and stack_mut implementation in Machine...
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 #1349 - RalfJung:machine-layouts, r=RalfJung
2020-04-18 Ralf Junguse pre-computed layouts some more
2020-04-18 borsAuto merge of #1325 - RalfJung:float_to_int_unchecked...
2020-04-15 borsAuto merge of #1337 - RalfJung:intrinsic-tests, r=RalfJung
2020-04-15 borsAuto merge of #1334 - KrishnaSannasi:track-dealloc...
2020-04-15 Ozarenadded deallocation tracking
2020-04-15 borsAuto merge of #1330 - RalfJung:retag-return-place,...
2020-04-15 Ralf Jungretag return places
2020-04-15 Ralf Jungadjust for frame hook changes
2020-04-14 borsAuto merge of #1331 - samrat:macos-mach-timebase-info...
2020-04-14 borsAuto merge of #1332 - RalfJung:disable-alignment-check...
2020-04-13 Ralf Jungadd option to disable alignment checks
2020-04-12 borsAuto merge of #1323 - RalfJung:noref, r=RalfJung
2020-04-12 Ralf Jungavoid a bunch of as_ref/as_mut
2020-04-12 borsAuto merge of #1322 - RalfJung:noref, r=RalfJung
2020-04-12 Ralf Jungavoid ref in matches
2020-04-10 borsAuto merge of #1308 - RalfJung:miri, r=RalfJung
2020-04-10 borsAuto merge of #1304 - RalfJung:backtrace-sep, r=RalfJung
2020-04-07 borsAuto merge of #1301 - RalfJung:global-leaks, r=RalfJung
2020-04-07 Ralf Jungmemory reachable through globals is not a leak any...
2020-04-07 borsAuto merge of #1310 - RalfJung:float-assoc, r=RalfJung
2020-04-06 borsAuto merge of #1157 - divergentdave:shim-pthread-try...
2020-04-05 David CookEagerly compute i32 and u32 layouts
2020-04-05 David CookUpdate comments, rearrange code
2020-04-05 David CookStore layouts of i32 and u32 inside Evaluator
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 Jungadjust for span not being passed around any more
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-28 borsAuto merge of #1276 - RalfJung:scalar-precise-sizes...
2020-03-28 Ralf Junguse ptr_null where appropriate
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,...
2020-03-28 borsAuto merge of #1265 - RalfJung:float-cast, r=RalfJung
2020-03-28 borsAuto merge of #1263 - RalfJung:shims-limit, r=RalfJung
2020-03-28 borsAuto merge of #1271 - RalfJung:env-clean, r=RalfJung
2020-03-28 Ralf Jungenv shim: make sure we clean up all the memory we allocate
2020-03-28 borsAuto merge of #1269 - RalfJung:windows-dtor, r=RalfJung
2020-03-28 Ralf Jungrun Windows TLS dtor function
2020-03-25 borsAuto merge of #1260 - RalfJung:unreachable, r=RalfJung
2020-03-25 Ralf Jungremove an unnecessary as_str
2020-03-25 borsAuto merge of #1259 - RalfJung:rustup, r=RalfJung
2020-03-25 Ralf Jungrustup, adjust for renames
2020-03-22 borsAuto merge of #1249 - RalfJung:rustup, r=RalfJung
2020-03-22 Ralf Jungplatform -> target
2020-03-21 borsAuto merge of #1241 - RalfJung:dont-panic, r=RalfJung
2020-03-20 borsAuto merge of #1243 - RalfJung:instant, r=RalfJung
2020-03-19 Ralf Jungimplement CLOCK_MONOTONIC on Linux
2020-03-18 borsAuto merge of #1239 - elichai:2020-03-abort-intrinsics...
2020-03-18 Elichai TurkelAdd an optional message to abort
2020-03-15 borsAuto merge of #1227 - RalfJung:unwind, r=RalfJung
2020-03-15 Ralf Jungadjust Miri to needs of changed unwinding strategy
2020-03-12 borsAuto merge of #1223 - RalfJung:rustup, r=RalfJung
2020-03-12 Ralf Jungrustup, test Abort terminator
2020-03-12 borsAuto merge of #1213 - lcnr:master, r=RalfJung
2020-03-11 borsAuto merge of #1221 - RalfJung:rustup, r=RalfJung
2020-03-11 Ralf Jungrustup+fix
2020-03-08 borsAuto merge of #1217 - christianpoveda:environ-shim...
2020-03-08 Christian Povedamove environ place to EnvVars
2020-03-08 borsAuto merge of #1215 - RalfJung:readme, r=RalfJung
2020-03-08 borsAuto merge of #1214 - RalfJung:depup, r=RalfJung
2020-03-08 borsAuto merge of #1208 - christianpoveda:environ-shim...
2020-03-08 Christian Povedaonly expose environ on linux
2020-03-07 Christian Povedaminor corrections
2020-03-07 Christian Povedaadd `_NSGetEnviron` foreign function for macos
2020-03-06 Christian Povedadeallocate old environ
2020-03-06 Christian Povedaupdate the environ shim when environment changes
2020-03-06 Christian Povedaadd working shim for environ
2020-03-06 borsAuto merge of #1209 - RalfJung:track-alloc-id, r=oli-obk
2020-03-06 Ralf Jungmake the new option actually do something
2020-03-06 Ralf Jungadd option to track a particular AllocId (does nothing...
2020-03-02 borsAuto merge of #1202 - RalfJung:symbols, r=RalfJung
2020-03-02 Ralf JungHashMap -> FxHashMap
2020-03-02 Ralf Jungswitch extern_statics map to symbols
2020-03-02 borsAuto merge of #1190 - RalfJung:canonical-alloc-id,...
2020-03-02 Ralf Jungremove unused import
2020-03-02 Ralf Jungport from find_foreign_static to canonical_alloc_id
next