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_common
Age
Commit message (
Expand
)
Author
Lines
2022-06-05
std: solve priority issue for Parker
joboet
-24
/
+31
2022-06-03
Lazily allocate+initialize locks.
Mara Bos
-8
/
+83
2022-06-03
Use Drop instead of destroy() for locks.
Mara Bos
-25
/
+0
2022-05-30
Remove "sys isn't exported yet" phrase
est31
-2
/
+2
2022-05-19
std: fix deadlock in `Parker`
joboet
-4
/
+4
2022-05-18
std: use an event flag based thread parker on SOLID
joboet
-3
/
+100
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-2
/
+1
2022-05-06
Auto merge of #96510 - m-ou-se:futex-bsd, r=Amanieu
bors
-0
/
+3
2022-05-05
Rollup merge of #96619 - akiekintveld:same_mutex_check_relaxed_ordering, r=m-...
Yuki Okushi
-2
/
+8
2022-05-03
Don't use futexes on netbsd.
Mara Bos
-1
/
+0
2022-05-01
Add comment
Austin Kiekintveld
-0
/
+2
2022-05-01
Fix formatting
Austin Kiekintveld
-2
/
+6
2022-05-01
Relax memory ordering used in SameMutexCheck
Austin Kiekintveld
-1
/
+1
2022-05-01
Relax memory ordering used in `min_stack`
Austin Kiekintveld
-2
/
+2
2022-04-29
Use futex-based locks and thread parker on FreeBSD.
Mara Bos
-0
/
+1
2022-04-29
Use futex-based locks and thread parker on DragonFlyBSD.
Mara Bos
-0
/
+1
2022-04-29
Use futex-based locks and thread parker on NetBSD.
Mara Bos
-0
/
+1
2022-04-29
Use futex-based locks and thread parker on OpenBSD.
Mara Bos
-0
/
+1
2022-04-28
Auto merge of #96393 - joboet:pthread_parker, r=thomcc
bors
-16
/
+28
2022-04-25
Make EncodeWide implement FusedIterator
Aron Parker
-1
/
+4
2022-04-25
std: directly use pthread in UNIX parker implementation
joboet
-16
/
+28
2022-04-16
Use a single ReentrantMutex implementation on all platforms.
Mara Bos
-13
/
+86
2022-04-14
Use u32 instead of i32 for futexes.
Mara Bos
-6
/
+6
2022-04-06
Rename RWLock to RwLock in std::sys.
Mara Bos
-18
/
+18
2022-03-29
Make the stdlib largely conform to strict provenance.
Aria Beingessner
-5
/
+7
2022-03-21
Move pthread locks to own module.
Mara Bos
-10
/
+9
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-6
/
+6
2022-02-20
Remove assertion on output length for `getsockopt`.
Chris Copeland
-1
/
+0
2022-02-20
Fix `setsockopt` and `getsockopt` parameter names.
Chris Copeland
-9
/
+25
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-5
/
+5
2022-02-02
Configure panic hook backtrace behavior
Mark Rousskov
-57
/
+0
2022-01-25
Avoid double panics when using `TempDir` in tests
Chris Denton
-1
/
+7
2022-01-17
Help optimize out backtraces when disabled
Kornel
-7
/
+18
2022-01-01
Auto merge of #92396 - xfix:remove-commandenv-apply, r=Mark-Simulacrum
bors
-16
/
+0
2021-12-29
Remove CommandEnv::apply
Konrad Borowski
-16
/
+0
2021-12-29
Address comments
Xuanwo
-4
/
+4
2021-12-28
Implement support in wtf8
Xuanwo
-0
/
+37
2021-12-14
Fix a bunch of typos
Frank Steffahn
-3
/
+3
2021-11-21
libcore: assume the input of `next_code_point` and `next_code_point_reverse` ...
Eduardo Sánchez Muñoz
-1
/
+2
2021-11-10
Use `target_family = "wasm"`
Alex Crichton
-2
/
+1
2021-11-10
std: Get the standard library compiling for wasm64
Alex Crichton
-0
/
+1
2021-10-30
Add #[must_use] to remaining std functions (O-Z)
John Kugelman
-0
/
+1
2021-10-22
docs: Escape brackets to satisfy the linkchecker
Noah Lev
-1
/
+1
2021-10-11
Rollup merge of #89707 - clemenswasser:apply_clippy_suggestions, r=Mark-Simul...
Matthias Krüger
-4
/
+2
2021-10-09
Apply clippy suggestions
Clemens Wasser
-4
/
+2
2021-10-09
Rollup merge of #88436 - lf-:stabilize-command-access, r=yaahc
Guillaume Gomez
-3
/
+3
2021-10-05
Apply suggestions from code review
Jane Lusby
-3
/
+3
2021-09-16
Merge two THREAD_INFO.with and following RefCell borrow
bjorn3
-2
/
+5
2021-09-16
Replace a couple of asserts with rtassert! in rt code
bjorn3
-1
/
+1
2021-09-16
Remove unused function
bjorn3
-4
/
+0
[prev]
[next]