Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
89d4626
thread parking: fix docs and examples
RalfJung Aug 26, 2025
faa3cd5
Auto merge of #146328 - zetanumbers:fix-141951, r=lcnr
bors Sep 12, 2025
3f756a9
Auto merge of #146019 - joboet:better-dlsym, r=tgross35
bors Sep 12, 2025
40df2fb
Rollup merge of #144549 - folkertdev:va-arg-arm, r=saethlin
Zalathar Sep 12, 2025
d77bbb4
Rollup merge of #145895 - RalfJung:unpark, r=joboet
Zalathar Sep 12, 2025
7d19369
Rollup merge of #146308 - cyrgani:concat-integer-literals, r=jackh726
Zalathar Sep 12, 2025
acfd2cf
Rollup merge of #146323 - h3fang:issue-146230-fix, r=Amanieu
Zalathar Sep 12, 2025
4c8d04f
Rollup merge of #146332 - lolbinarycat:tidy-extra-checks-regularize, …
Zalathar Sep 12, 2025
1de4866
Rollup merge of #146374 - GuillaumeGomez:update-browser-ui-test, r=Gu…
Zalathar Sep 12, 2025
661370c
Rollup merge of #146413 - GuillaumeGomez:rustdoc-bare-urls, r=lolbina…
Zalathar Sep 12, 2025
5da13c8
Rollup merge of #146426 - dpaoliello:miow, r=lqd
Zalathar Sep 12, 2025
ea24305
Rollup merge of #146432 - hermit-os:hermit-take_error, r=joboet
Zalathar Sep 12, 2025
912835f
Rollup merge of #146433 - RalfJung:rwlock-miri, r=tgross35
Zalathar Sep 12, 2025
4f70320
Rollup merge of #146435 - Kobzol:gcc-download-default-true, r=Guillau…
Zalathar Sep 12, 2025
47dd02f
Rollup merge of #146439 - connortsui20:fix-sync-macro-attr, r=RalfJung
Zalathar Sep 12, 2025
d4cbcff
Rollup merge of #146448 - GuillaumeGomez:fix-literal-search-paths, r=…
Zalathar Sep 12, 2025
cb548d7
Rollup merge of #146449 - Kobzol:gcc-fix-symlink, r=GuillaumeGomez
Zalathar Sep 12, 2025
b5215a8
Rollup merge of #146455 - cuviper:no-rustc-version, r=jieyouxu
Zalathar Sep 12, 2025
7d9734f
Auto merge of #146468 - Zalathar:rollup-6u3s44d, r=Zalathar
bors Sep 12, 2025
87e874d
Auto merge of #146329 - lcnr:opaque-type-infer-alias-candidates, r=Bo…
bors Sep 12, 2025
3237c69
Auto merge of #144847 - Randl:const-ord, r=oli-obk
bors Sep 12, 2025
84b64d8
Auto merge of #146444 - heiher:fix-loong-jemalloc-page-size, r=Mark-S…
bors Sep 12, 2025
bddeecf
Prepare for merging from rust-lang/rust
Sep 13, 2025
3c83fb9
Merge ref '4ba1cf9ade4c' from rust-lang/rust
Sep 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ Definite bugs found:
* [A bug in the new `RwLock::downgrade` implementation](https://rust-lang.zulipchat.com/#narrow/channel/269128-miri/topic/Miri.20error.20library.20test) (caught by Miri before it landed in the Rust repo)
* [Mockall reading uninitialized memory when mocking `std::io::Read::read`, even if all expectations are satisfied](https://github.com/asomers/mockall/issues/647) (caught by Miri running Tokio's test suite)
* [`ReentrantLock` not correctly dealing with reuse of addresses for TLS storage of different threads](https://github.com/rust-lang/rust/pull/141248)
* [Rare Deadlock in the thread (un)parking example code](https://github.com/rust-lang/rust/issues/145816)

Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):

Expand Down
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2a9bacf6187685931d52346a0ecff2e52bdc91cc
4ba1cf9ade4c8e2fa10676a50ee34594eb161837
Loading