index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
itron
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-1497
/
+0
2023-08-25
Add a new helper to avoid calling io::Error::kind
Ben Kimock
-0
/
+5
2023-03-03
Match unmatched backticks in library/
est31
-1
/
+1
2023-02-16
Rollup merge of #106372 - joboet:solid_id_parking, r=m-ou-se
Dylan DPC
-72
/
+37
2023-01-14
Remove various double spaces in source comments.
André Vennberg
-1
/
+1
2022-12-31
std: use id-based thread parking on SOLID
joboet
-72
/
+37
2022-12-12
kmc-solid: Synchronize with the read when sending a joining task ID to a joinee
Tomoaki Kawada
-1
/
+8
2022-12-12
kmc-solid: Synchronize the first update of `ThreadInner::lifecycle` with the ...
Tomoaki Kawada
-8
/
+8
2022-12-02
kmc-solid: Don't do `Box::from_raw(&*(x: Box<T>) as *const T as *mut T)`
Tomoaki Kawada
-18
/
+30
2022-12-01
kmc-solid: Address compiler warnings
Tomoaki Kawada
-3
/
+3
2022-12-01
kmc-solid: Use `expose_addr` and `from_exposed_addr` for pointer-integer casts
Tomoaki Kawada
-2
/
+2
2022-11-06
std: remove lock wrappers in `sys_common`
joboet
-11
/
+4
2022-09-03
std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initialization
joboet
-6
/
+0
2022-06-26
Rollup merge of #97140 - joboet:solid_parker, r=m-ou-se
Matthias Krüger
-3
/
+117
2022-06-06
Make all {Mutex, Condvar, RwLock}::new #[inline].
Mara Bos
-0
/
+1
2022-06-03
Use Drop instead of destroy() for locks.
Mara Bos
-3
/
+3
2022-05-19
std: fix deadlock in `Parker`
joboet
-4
/
+9
2022-05-18
std: use an event flag based thread parker on SOLID
joboet
-3
/
+112
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-3
/
+1
2022-04-16
Use a single ReentrantMutex implementation on all platforms.
Mara Bos
-93
/
+0
2022-03-22
Move std::sys::{mutex, condvar, rwlock} to std::sys::locks.
Mara Bos
-1
/
+1
2022-02-13
make Instant::{duration_since, elapsed, sub} saturating and remove workarounds
The8472
-9
/
+0
2022-02-10
kmc-solid: Wait queue should be sorted in the descending order of task priori...
Tomoaki Kawada
-1
/
+1
2022-02-10
kmc-solid: Fix wait queue manipulation errors in the `Condvar` implementation
Tomoaki Kawada
-3
/
+8
2022-01-31
Rollup merge of #93504 - solid-rs:fix-kmc-solid-stack-size, r=nagisa
Eric Huss
-1
/
+2
2022-01-31
kmc-solid: Increase the default stack size
Tomoaki Kawada
-1
/
+2
2022-01-31
kmc-solid: Inherit the calling task's base priority in `Thread::new`
Tomoaki Kawada
-5
/
+2
2021-12-14
Fix a bunch of typos
Frank Steffahn
-2
/
+2
2021-11-01
itron: Rename `itron::thread::{available_conccurrency -> available_parallelism}`
Tomoaki Kawada
-1
/
+1
2021-09-28
Add SOLID targets
Tomoaki Kawada
-0
/
+1507