]> git.lizzy.rs Git - rust.git/history - src/thread.rs
Typo
[rust.git] / src / thread.rs
2022-06-22 borsAuto merge of #2248 - RalfJung:arc-drop-fix, r=RalfJung
2022-06-22 borsAuto merge of #2252 - dtolnay-contrib:rustfmt5, r=oli-obk
2022-06-22 borsAuto merge of #2251 - dtolnay-contrib:rustfmt4, r=RalfJung
2022-06-22 borsAuto merge of #2241 - RalfJung:extern_static_in_const...
2022-06-22 Ralf Jungfix ICE when const refers to extern static
2022-06-13 borsAuto merge of #2179 - RalfJung:rustc, r=oli-obk
2022-06-13 borsAuto merge of #2203 - RalfJung:deprecate, r=oli-obk
2022-06-07 borsAuto merge of #2208 - RalfJung:preempt, r=RalfJung
2022-06-07 Ralf Jungmake scheduler preemptive, with configurable preemption...
2022-06-06 borsAuto merge of #1963 - cbeuw:weak-memory, r=RalfJung
2022-06-06 Andy WangMove data_race and weak_memory into a submodule
2022-06-05 borsAuto merge of #2197 - RalfJung:round-robin, r=RalfJung
2022-06-05 Ralf Jungmake Miri's scheduler proper round-robin
2022-05-15 borsAuto merge of #2116 - carbotaniuman:minimal-miri-change...
2022-05-14 borsAuto merge of #2030 - saethlin:track-alloc-history...
2022-05-10 borsAuto merge of #2084 - rust-lang:silence, r=RalfJung
2022-04-30 Ben KimockSet the current span (somewhat) lazily
2022-04-30 borsAuto merge of #2090 - dtolnay-contrib:addcarry, r=oli-obk
2022-04-30 borsAuto merge of #2091 - dtolnay-contrib:clippy, r=oli-obk
2022-04-29 David TolnayResolve clippy::useless_conversion
2022-04-29 David TolnayResolve clippy::redundant_field_names
2022-04-29 David TolnayResolve clippy::redundant_closure
2022-04-29 David TolnayResolve clippy::needless_return
2022-04-29 David TolnayResolve clippy::extra_unused_lifetimes
2022-04-19 borsAuto merge of #2074 - RalfJung:tls-ro, r=RalfJung
2022-04-19 Ralf Jungdo not consider thread-local allocations read-only
2022-04-10 borsAuto merge of #2062 - RalfJung:rustup, r=RalfJung
2022-04-09 borsAuto merge of #2061 - RalfJung:edition, r=RalfJung
2022-04-09 Ralf Jungremove no longer needed imports
2022-04-05 borsAuto merge of #2047 - RalfJung:no-extras, r=RalfJung
2022-04-05 Ralf Jungadjust for MemoryExtra being merged into Machine
2022-03-20 borsAuto merge of #1975 - DrMeepster:backtrace_fix, r=RalfJung
2022-03-07 borsAuto merge of #2005 - RalfJung:rustup, r=RalfJung
2022-03-07 Ralf Jungrustup
2021-07-27 borsAuto merge of #1858 - RalfJung:thread-leaks, r=oli-obk
2021-07-25 Ralf Jungalso ignore 'thread leaks' with -Zmiri-ignore-leaks
2021-07-17 borsAuto merge of #1851 - RalfJung:provenance-overhaul...
2021-07-16 Ralf Jungadjust Miri to Pointer type overhaul
2021-05-23 borsAuto merge of #1814 - RalfJung:rustup, r=RalfJung
2021-05-23 Ralf Jungavoid some borrow_mut calls in data_race
2021-05-22 borsAuto merge of #1811 - RalfJung:less-rc, r=RalfJung
2021-05-22 Ralf Jungfmt
2021-05-22 Ralf Jungget rid of Rc in data_race
2021-05-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
2021-05-16 Ralf Jungformat much of Miri
2021-04-22 borsAuto merge of #1769 - RalfJung:remove-compat, r=oli-obk
2021-04-11 borsAuto merge of #1772 - RalfJung:less-timeout-checking...
2021-04-11 borsAuto merge of #1771 - vakaras:bug-1763, r=RalfJung
2021-04-11 Vytautas AstrauskasReference issue 1763 in the comment.
2021-04-11 Ralf Jungonly check timeouts when a thread yields
2021-04-10 Vytautas AstrauskasAttempt to fix #1763 by asking the scheduler to retry...
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.
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-15 JCTyBlaiddTidy up comments and function layout, should fix most...
2020-11-06 JCTyBlaiddMore aggressive vector index re-use, and added some...
2020-11-05 JCTyBlaiddMove to use of thread termination hook for vector re...
2020-11-05 JCTyBlaiddSplit out vector_clock to separate file, general tidy...
2020-11-02 JCTyBlaiddInitial data-race detector,
2020-09-03 borsAuto merge of #1532 - divergentdave:thread-panic-payloa...
2020-09-03 David CookPer-thread errno storage
2020-09-01 David CookReview comments
2020-08-30 David CookMove panic payload state from Machine to Thread
2020-08-12 borsAuto merge of #1507 - rust-lang:get_static, r=RalfJung
2020-08-11 Oliver SchererBump for rustc changes
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 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 Ralf Jungget_or_create_thread_local_alloc_id: share code with...
2020-07-27 Ralf Jungadjust to canonical_alloc_id removal
2020-07-18 borsAuto merge of #1436 - samrat:support-stdin-read, r...
2020-07-17 borsAuto merge of #1480 - RalfJung:diagnostic-stacktrace...
2020-07-17 Ralf Jungfix typo
2020-07-17 Ralf Jungfix non-fatal diagnostics stacktraces
2020-06-27 borsAuto merge of #1460 - RalfJung:modules, r=RalfJung
2020-06-27 Ralf JungRename shims::{sync -> posic_sync} and move sync_single...
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-05-25 borsAuto merge of #1362 - vakaras:add-sync-primitives-cr1...
2020-05-24 Vytautas AstrauskasSmall fixes.
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasChange the scheduling to execute timeout callbacks...
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasChange how the time is handled.
2020-05-24 Vytautas AstrauskasImprove code readability and comments.
2020-05-24 Vytautas AstrauskasCleanup.
2020-05-24 Vytautas AstrauskasImplement support for synchronization primitives.
2020-05-10 borsAuto merge of #1402 - rust-lang:alloc_map_unlock, r...
2020-05-10 Oliver SchererUpdate to rustc changes
2020-05-03 borsAuto merge of #1390 - RalfJung:conc, r=RalfJung
2020-05-03 Ralf Jungde-duplicate <unnamed> default thread name
2020-04-30 borsAuto merge of #1284 - vakaras:add-threads-cr2, r=RalfJung
2020-04-30 Vytautas AstrauskasFix prctl SET_NAME and GET_NAME behaviour.
2020-04-29 Vytautas AstrauskasImprove code readability and comments.
2020-04-27 Vytautas AstrauskasMake From implementations non-failing.
2020-04-27 Vytautas AstrauskasImprove comments.
2020-04-27 Vytautas AstrauskasImprove comments and code clarity.
next