]> git.lizzy.rs Git - rust.git/history - src/shims/tls.rs
Replace deprecated `collections::Bound`
[rust.git] / src / shims / tls.rs
2021-03-17 bstrieReplace deprecated `collections::Bound`
2021-03-14 borsAuto merge of #1743 - RalfJung:callee-checks, r=RalfJung
2021-03-14 Ralf Jungwhen Miri calls a function ptr, make sure it has the...
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
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-08-03 borsAuto merge of #1495 - samrat:fd-trait, r=oli-obk
2020-07-27 borsAuto merge of #1489 - RalfJung:tls-alloc-ids, r=oli-obk
2020-07-27 Ralf Jungfix diagnostics printing when triggered during TLS...
2020-07-27 Ralf Jungdeallocate thread-local statics when the thread dies
2020-07-27 Ralf Jungfix and test order of TLS dtors and thread joining
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-18 borsAuto merge of #1436 - samrat:support-stdin-read, r...
2020-07-15 borsAuto merge of #1477 - RalfJung:rustup, r=RalfJung
2020-07-15 Ralf Jungrustup; fix Windows TLS
2020-06-28 borsAuto merge of #1461 - RalfJung:rwlock-win, r=oli-obk
2020-06-27 Ralf Jungimplement Windows SRWLock shims
2020-06-27 borsAuto merge of #1460 - RalfJung:modules, r=RalfJung
2020-06-27 Ralf Jungmodule organization: move platform-specific code to...
2020-06-09 borsAuto merge of #1418 - divergentdave:file-sync, r=RalfJung
2020-05-31 borsAuto merge of #1441 - RalfJung:sync-cleanup, r=RalfJung
2020-05-30 Ralf Jungsync cleanup: mark infallible ops as such; consistent...
2020-04-30 borsAuto merge of #1379 - RalfJung:macos-fn-name, r=RalfJung
2020-04-30 Ralf Jungmake sure macos function has 'macos' in its name
2020-04-30 borsAuto merge of #1284 - vakaras:add-threads-cr2, r=RalfJung
2020-04-29 Vytautas AstrauskasFix a regression in Windows dtors.
2020-04-29 Vytautas AstrauskasUse Entry API in set_dtors_running.
2020-04-29 Vytautas AstrauskasImprove code readability and comments.
2020-04-27 Vytautas AstrauskasFix MacOS and Windows builds.
2020-04-27 Vytautas AstrauskasDelete remaining tls entries after all destructors...
2020-04-27 Vytautas AstrauskasMerge dtors_running and last_dtor_key fields.
2020-04-27 Vytautas AstrauskasUse DLL_THREAD_DETACH when calling windows TLS destructor.
2020-04-27 Vytautas AstrauskasMake sure to remove thread local data only if we have...
2020-04-27 Vytautas AstrauskasImprove style and comments.
2020-04-27 Vytautas AstrauskasMany small changes to clean up code.
2020-04-27 Vytautas AstrauskasRename global tls dtor to thread dtor.
2020-04-27 Vytautas AstrauskasUnify TLS dtors; move stepping outside.
2020-04-27 Vytautas AstrauskasClarify comments about TLS destructor handling in Windo...
2020-04-27 Vytautas AstrauskasRename MacOS set global dtor function.
2020-04-27 Vytautas AstrauskasAdd concurrency tests.
2020-04-27 Vytautas AstrauskasAdd a comment explaining global destructors on MacOS.
2020-04-27 Vytautas AstrauskasFix support for MacOS.
2020-04-27 Vytautas AstrauskasFix imports.
2020-04-27 Vytautas AstrauskasGenerate fresh allocation ids for thread locals in...
2020-04-27 Vytautas AstrauskasFix comments in TLS.
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 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-12 borsAuto merge of #1322 - RalfJung:noref, r=RalfJung
2020-04-12 Ralf Jungavoid ref in matches
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-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-29 borsAuto merge of #1277 - RalfJung:rustup, r=RalfJung
2020-03-29 Ralf Jungrustup
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 #1271 - RalfJung:env-clean, r=RalfJung
2020-03-28 borsAuto merge of #1269 - RalfJung:windows-dtor, r=RalfJung
2020-03-28 Ralf Jungrun Windows TLS dtor function
2020-03-28 Ralf Jungcleanup tcx usage and a few comments
2020-03-28 borsAuto merge of #1267 - RalfJung:macos-dtors, r=RalfJung
2020-03-27 Ralf Jungimplement TLS cleanup for macOS
2020-03-19 borsAuto merge of #1219 - RalfJung:error-cleanup, r=RalfJung
2020-03-19 Ralf Jungadjust for error reform
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-02 borsAuto merge of #1084 - RalfJung:assert-panic, r=RalfJung
2019-12-02 Ralf Jungimplement proper panicking for other MIR assertions
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-10-21 Christian PovedaFix merge conflicts
2019-10-21 borsAuto merge of #1010 - RalfJung:xargo, r=RalfJung
2019-10-20 borsAuto merge of #1009 - RalfJung:expect_none, r=RalfJung
2019-10-20 Ralf Junguse expect_none and unwrap_none where it makes sense
2019-08-27 borsAuto merge of #925 - christianpoveda:environ-shim,...
2019-08-27 borsAuto merge of #917 - RalfJung:isolation, r=oli-obk
2019-08-27 borsAuto merge of #926 - RalfJung:rustup, r=RalfJung
2019-08-27 Ralf Jungrustup
2019-08-14 borsAuto merge of #894 - christianpoveda:env-vars-communica...
2019-08-13 borsAuto merge of #906 - RalfJung:tls, r=RalfJung
2019-08-13 Ralf Jungmake TLS state private to TLS module
2019-08-09 borsAuto merge of #896 - tmandry:add-generator-uninhabited...
next