Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.4k
Star
115k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rollup of 9 pull requests
- #120239
#120239
Merged
bors
merged 32 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-vqjn6ot
matthiaskrgr/rust:rollup-vqjn6ot
Copy head branch name to clipboard
Jan 22, 2024
Conversation
Commits
32
(32)
Checks
Files changed
Merged
Rollup of 9 pull requests
#120239
bors
merged 32 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-vqjn6ot
matthiaskrgr/rust:rollup-vqjn6ot
Copy head branch name to clipboard
Commits
Commits on Jan 13, 2024
xous: ffi: fix lend_impl() return values
Show description for dee1c26
xobs
committed
dee1c26
View commit details
Copy full SHA for dee1c26
Browse repository at this point
xous: ffi: correct size of freed memory
Show description for 944dc21
xobs
committed
944dc21
View commit details
Copy full SHA for 944dc21
Browse repository at this point
xous: std: thread_parking: fix deadlocks
Show description for 118e8f7
bunnie
authored and
xobs
committed
118e8f7
View commit details
Copy full SHA for 118e8f7
Browse repository at this point
std: xous: rework condvar to fix soundness issues
Show description for 626926f
xobs
committed
626926f
View commit details
Copy full SHA for 626926f
Browse repository at this point
std: xous: pass entire memory range to flag updater
Show description for f732d2b
xobs
committed
f732d2b
View commit details
Copy full SHA for f732d2b
Browse repository at this point
std: xous: use blocking_scalars for mutex unlock
Show description for b5c1c47
xobs
committed
b5c1c47
View commit details
Copy full SHA for b5c1c47
Browse repository at this point
std: xous: rewrite rwlock to be more robust
Show description for eabd445
xobs
committed
eabd445
View commit details
Copy full SHA for eabd445
Browse repository at this point
std: once: use queue implementation on Xous
Show description for 762e58a
xobs
committed
762e58a
View commit details
Copy full SHA for 762e58a
Browse repository at this point
std: xous: fix thread_local_key under tests
Show description for 007bf7a
xobs
committed
007bf7a
View commit details
Copy full SHA for 007bf7a
Browse repository at this point
std: xous: share allocator symbol in tests
Show description for ef4f722
xobs
committed
ef4f722
View commit details
Copy full SHA for ef4f722
Browse repository at this point
xous: net: initial commit of network support
Show description for aa8acc2
xobs
committed
aa8acc2
View commit details
Copy full SHA for aa8acc2
Browse repository at this point
std: xous: mark stdio structs as `repr(C)`
Show description for aa73860
xobs
committed
aa73860
View commit details
Copy full SHA for aa73860
Browse repository at this point
std: xous: use constants for stdout and stderr
Show description for 99b0659
xobs
committed
99b0659
View commit details
Copy full SHA for 99b0659
Browse repository at this point
xous: thread: mark thread_main() as divergent
Show description for 50e4fed
xobs
committed
50e4fed
View commit details
Copy full SHA for 50e4fed
Browse repository at this point
Commits on Jan 15, 2024
std::net: bind update for using backlog as `-1` too.
Show description for 89cf177
devnexen
committed
89cf177
View commit details
Copy full SHA for 89cf177
Browse repository at this point
make unsafe_op_in_unsafe_fn MachineApplicable and add it to 2024 compatibility
asquared31415
committed
a8bb418
View commit details
Copy full SHA for a8bb418
Browse repository at this point
Commits on Jan 19, 2024
add help message for `exclusive_range_pattern` error
ashsystems
committed
1c77f87
View commit details
Copy full SHA for 1c77f87
Browse repository at this point
Commits on Jan 20, 2024
core: introduce split_at{,_mut}_checked
Show description for 755cfbf
mina86
committed
755cfbf
View commit details
Copy full SHA for 755cfbf
Browse repository at this point
Commits on Jan 21, 2024
exclude unexported macro bindings from extern crate
bvanjoi
committed
9c3091e
View commit details
Copy full SHA for 9c3091e
Browse repository at this point
use u64 to represent file size
Show description for 1afd216
onur-ozkan
committed
1afd216
View commit details
Copy full SHA for 1afd216
Browse repository at this point
review
mina86
committed
50cbbef
View commit details
Copy full SHA for 50cbbef
Browse repository at this point
Don't actually make bound ty/const for RTN
compiler-errors
committed
802d16c
View commit details
Copy full SHA for 802d16c
Browse repository at this point
Commits on Jan 22, 2024
Fix -Zremap-path-scope typo
micolous
authored
7ce206d
View commit details
Copy full SHA for 7ce206d
Browse repository at this point
Rollup merge of #118578 - mina86:c, r=dtolnay
Show description for 99b4f80
matthiaskrgr
authored
99b4f80
View commit details
Copy full SHA for 99b4f80
Browse repository at this point
Rollup merge of #119369 - bvanjoi:fix-119301, r=petrochenkov
Show description for c5984ca
matthiaskrgr
authored
c5984ca
View commit details
Copy full SHA for c5984ca
Browse repository at this point
Rollup merge of #119408 - betrusted-io:xous-fixes-add-network, r=Mark-Simulacrum
Show description for e9c2e1b
matthiaskrgr
authored
e9c2e1b
View commit details
Copy full SHA for e9c2e1b
Browse repository at this point
Rollup merge of #119943 - devnexen:listener_update3, r=thomcc
Show description for 8c3c8bb
matthiaskrgr
authored
8c3c8bb
View commit details
Copy full SHA for 8c3c8bb
Browse repository at this point
Rollup merge of #119948 - asquared31415:unsafe_op_in_unsafe_fn_fix, r=TaKO8Ki
Show description for 34bab29
matthiaskrgr
authored
34bab29
View commit details
Copy full SHA for 34bab29
Browse repository at this point
Rollup merge of #119999 - onur-ozkan:remote-test-tools, r=Mark-Simulacrum
Show description for 9e896f4
matthiaskrgr
authored
9e896f4
View commit details
Copy full SHA for 9e896f4
Browse repository at this point
Rollup merge of #120152 - rowan-sl:help-message-for-range-pattern, r=oli-obk
Show description for 2346647
matthiaskrgr
authored
2346647
View commit details
Copy full SHA for 2346647
Browse repository at this point
Rollup merge of #120213 - compiler-errors:dont-make-non-lifetime-binders-in-rtn, r=fmease
Show description for ba542c8
matthiaskrgr
authored
ba542c8
View commit details
Copy full SHA for ba542c8
Browse repository at this point
Rollup merge of #120225 - micolous:patch-1, r=michaelwoerister
Show description for 44e44f4
matthiaskrgr
authored
44e44f4
View commit details
Copy full SHA for 44e44f4
Browse repository at this point
You can’t perform that action at this time.