]> git.lizzy.rs Git - rust.git/history - src/machine.rs
env shim: make sure we clean up all the memory we allocate
[rust.git] / src / machine.rs
2020-03-28 Ralf Jungenv shim: make sure we clean up all the memory we allocate
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
2020-03-02 Ralf Jungrename memory kind: Env -> Machine
2020-03-01 borsAuto merge of #1197 - RalfJung:rustup, r=RalfJung
2020-03-01 Ralf Jungsome formatting
2020-03-01 Ralf Jungrustup
2020-02-26 borsAuto merge of #1152 - divergentdave:shim-directory...
2020-02-26 borsAuto merge of #1192 - RalfJung:disable-stacked-borrows...
2020-02-24 Ralf Jungmove validate field from memory to machine
2020-02-24 Ralf Jungadd an option to disable Stacked Borrows
2020-02-23 David CookAdd shims for opendir and closedir
2020-02-14 borsAuto merge of #1158 - divergentdave:shim-rename, r...
2020-02-14 borsAuto merge of #1174 - RalfJung:rusutp, r=RalfJung
2020-02-13 Ralf Jungfix for Panic InterpError refactoring
2020-01-10 borsAuto merge of #1143 - christianpoveda:symlink-shim...
2020-01-07 borsAuto merge of #1140 - RalfJung:no-macos, r=oli-obk
2020-01-07 borsAuto merge of #1142 - JohnTitor:rustup-0107, r=RalfJung
2020-01-06 Yuki OkushiRustup
2020-01-06 borsAuto merge of #1141 - RalfJung:lint-adjust, r=RalfJung
2020-01-06 borsAuto merge of #1137 - anp:track-caller-update, r=RalfJung
2020-01-05 Yuki OkushiRustup
2020-01-05 Adam PerryUpdate panic machinery to match #[track_caller] changes.
2019-12-23 borsAuto merge of #1124 - RalfJung:sysroot-check, r=oli-obk
2019-12-23 borsAuto merge of #1118 - rust-lang:stacked_borrow_tracing...
2019-12-23 Oliver SchererRustfmt all the things
2019-12-22 borsAuto merge of #1101 - christianpoveda:stat-shim, r...
2019-12-14 borsAuto merge of #1113 - RalfJung:vtable, r=RalfJung
2019-12-10 borsAuto merge of #1080 - rust-lang:stacked_borrow_tracing...
2019-12-08 Oliver SchererRename track-id to track-pointer-tag
2019-12-08 Oliver SchererAdd a scheme to find the place where an id was destroyed
2019-12-04 borsAuto merge of #1102 - RalfJung:rsutup, r=RalfJung
2019-12-04 Ralf Jungrustup for find_fn rename
2019-12-04 borsAuto merge of #1099 - RalfJung:os_str, r=RalfJung
2019-12-04 Ralf Jungavoid allocation in read_os_string_from_c_string
2019-12-02 borsAuto merge of #1084 - RalfJung:assert-panic, r=RalfJung
2019-12-02 Ralf Jungfix init_allocation_extra
2019-12-02 Ralf Jungadjust for init_allocation_extra
2019-12-02 Ralf Jungimplement proper panicking for other MIR assertions
2019-12-02 Ralf Jungimplement proper panicking for failed index check
2019-11-29 borsAuto merge of #1083 - RalfJung:fn-call-helper, r=oli-obk
2019-11-29 Ralf JungAdd and use helper function for calling a machine funct...
2019-11-27 borsAuto merge of #1077 - RalfJung:unwind_to_block, r=RalfJung
2019-11-27 Ralf Jungadjust for goto_block refactoring
2019-11-19 borsAuto merge of #693 - Aaron1011:feature/panic_unwind_fin...
2019-11-19 Ralf Jungcomments and slight refactoring
2019-11-17 Aaron HillSupport unwinding after a panic
2019-11-17 borsAuto merge of #1055 - RalfJung:panic-stub, r=RalfJung
2019-11-13 Aaron HillRustup for panic changes
2019-11-09 Christian PovedaFix merge conflicts
2019-11-03 borsAuto merge of #961 - rust-lang:exact_div_reuse, r=RalfJung
2019-11-02 borsAuto merge of #1028 - RalfJung:place-apis, r=RalfJung
2019-11-02 Ralf Jungstore scalars where appropriate
2019-10-30 borsAuto merge of #1026 - RalfJung:rustup, r=RalfJung
2019-10-30 Ralf Jungrustup for span in intrinsic emulation
2019-10-21 Christian PovedaFix merge conflicts
2019-10-21 borsAuto merge of #1012 - RalfJung:rustup, r=RalfJung
2019-10-21 borsAuto merge of #1011 - RalfJung:full-stop, r=RalfJung
2019-10-21 Ralf Jungadd some missing trailing full stops that slipped throu...
2019-10-21 borsAuto merge of #991 - christianpoveda:errno-place, r...
2019-10-21 borsAuto merge of #1010 - RalfJung:xargo, r=RalfJung
2019-10-20 Christian PovedaSmall corrections to docs
2019-10-20 Christian PovedaRename set_last_error_from_io_result
2019-10-20 Christian PovedaChange last_error to a place
next