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
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
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 }}
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
16.2k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rollup of 12 pull requests
- #58014
#58014
Closed
Centril
wants to merge 37 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Conversation
Commits
37
(37)
Checks
Files changed
Closed
Rollup of 12 pull requests
#58014
Centril
wants to merge 37 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Commits
Commits on Dec 26, 2018
mark str::string::String.trim.* functions as #[must_use].
Show description for 809a1a8
matthiaskrgr
committed
809a1a8
View commit details
Copy full SHA for 809a1a8
Browse repository at this point
Update src/libcore/str/mod.rs, tweak must_use message
Show description for e7ce868
zackmdavis
and
matthiaskrgr
committed
e7ce868
View commit details
Copy full SHA for e7ce868
Browse repository at this point
modify remaining #[must_use[ messages
matthiaskrgr
committed
74e9057
View commit details
Copy full SHA for 74e9057
Browse repository at this point
Commits on Jan 20, 2019
Fix aarch64 typo
James Duley
committed
4d65dd0
View commit details
Copy full SHA for 4d65dd0
Browse repository at this point
Fix AArch64 typo in comments
James Duley
committed
c1858f2
View commit details
Copy full SHA for c1858f2
Browse repository at this point
Commits on Jan 26, 2019
use `SOURCE_DATE_EPOCH` for man page time if set
euclio
committed
8db66ca
View commit details
Copy full SHA for 8db66ca
Browse repository at this point
Commits on Jan 28, 2019
Introduce into_raw_non_null on Rc and Arc
dwijnand
committed
1e57726
View commit details
Copy full SHA for 1e57726
Browse repository at this point
Commits on Jan 29, 2019
SGX target: improve panic & exit handling
Jethro Beekman
committed
a75ae00
View commit details
Copy full SHA for a75ae00
Browse repository at this point
Add link to the edition guide.
Siddhartha Sahu
authored
84a89aa
View commit details
Copy full SHA for 84a89aa
Browse repository at this point
Commits on Jan 30, 2019
Suggest to add each of `|` and `()` when unexpected `,` is found in pattern
Krout0n
committed
62867b4
View commit details
Copy full SHA for 62867b4
Browse repository at this point
Merge `locals` and `local_layouts` fields
oli-obk
committed
7cfb05f
View commit details
Copy full SHA for 7cfb05f
Browse repository at this point
Allow `layout_of_local` to also use cached layouts
oli-obk
committed
bc528d9
View commit details
Copy full SHA for bc528d9
Browse repository at this point
Make priroda happy again
oli-obk
committed
154c54c
View commit details
Copy full SHA for 154c54c
Browse repository at this point
Can't use `layout_of_local` for the frame currently being created
oli-obk
committed
4165c89
View commit details
Copy full SHA for 4165c89
Browse repository at this point
The return place's layout is only used once per frame, so caching doesn't help
oli-obk
committed
ab708f5
View commit details
Copy full SHA for ab708f5
Browse repository at this point
Indent fixup
oli-obk
committed
7017927
View commit details
Copy full SHA for 7017927
Browse repository at this point
Monomorphize types when not going through `layout_of_local`
oli-obk
committed
4e0af1f
View commit details
Copy full SHA for 4e0af1f
Browse repository at this point
Eliminate an unwrap
oli-obk
committed
5aa713e
View commit details
Copy full SHA for 5aa713e
Browse repository at this point
Add MOVBE feature
Jethro Beekman
committed
a3f0af2
View commit details
Copy full SHA for a3f0af2
Browse repository at this point
Prefer macro over manual implementation
oli-obk
committed
a7a5cb6
View commit details
Copy full SHA for a7a5cb6
Browse repository at this point
Swap the names of `LocalValue` and `LocalState`
oli-obk
committed
765fa81
View commit details
Copy full SHA for 765fa81
Browse repository at this point
Improve bug message in check_ty
Show description for 037fdb8
phansch
committed
037fdb8
View commit details
Copy full SHA for 037fdb8
Browse repository at this point
Failure resistent trait implementing
oli-obk
committed
8c26c59
View commit details
Copy full SHA for 8c26c59
Browse repository at this point
Don't panic when accessing enum variant ctor using `Self` in match
estebank
committed
74675fe
View commit details
Copy full SHA for 74675fe
Browse repository at this point
Pass correct arguments to places_conflict
Show description for 6fe370c
matthewjasper
committed
6fe370c
View commit details
Copy full SHA for 6fe370c
Browse repository at this point
Rollup merge of #57008 - Knium:misleading-try-adding-parentheses-in-match-with-comma, r=oli-obk
Show description for 4fe9ba5
Centril
authored
4fe9ba5
View commit details
Copy full SHA for 4fe9ba5
Browse repository at this point
Rollup merge of #57106 - matthiaskrgr:trim_must_use, r=sfackler
Show description for 8531a4d
Centril
authored
8531a4d
View commit details
Copy full SHA for 8531a4d
Browse repository at this point
Rollup merge of #57920 - euclio:source-date-epoch, r=Mark-Simulacrum
Show description for 2f603da
Centril
authored
2f603da
View commit details
Copy full SHA for 2f603da
Browse repository at this point
Rollup merge of #57934 - dwijnand:from-Arc/Rc-to-NonNull, r=alexcrichton
Show description for 1c45d1e
Centril
authored
1c45d1e
View commit details
Copy full SHA for 1c45d1e
Browse repository at this point
Rollup merge of #57971 - jethrogb:jb/sgx-panic, r=alexcrichton
Show description for f10986b
Centril
authored
f10986b
View commit details
Copy full SHA for f10986b
Browse repository at this point
Rollup merge of #57980 - siddharthasahu:patch-1, r=QuietMisdreavus
Show description for 776ac40
Centril
authored
776ac40
View commit details
Copy full SHA for 776ac40
Browse repository at this point
Rollup merge of #57984 - phansch:improve_check_ty_error, r=zackmdavis
Show description for 33c4769
Centril
authored
33c4769
View commit details
Copy full SHA for 33c4769
Browse repository at this point
Rollup merge of #57987 - parched:va-args, r=michaelwoerister
Show description for 65cc2e6
Centril
authored
65cc2e6
View commit details
Copy full SHA for 65cc2e6
Browse repository at this point
Rollup merge of #57999 - jethrogb:jb/movbe-feature, r=alexcrichton
Show description for 84c246d
Centril
authored
84c246d
View commit details
Copy full SHA for 84c246d
Browse repository at this point
Rollup merge of #58000 - oli-obk:fixes_and_cleanups, r=RalfJung
Show description for 6b58344
Centril
authored
6b58344
View commit details
Copy full SHA for 6b58344
Browse repository at this point
Rollup merge of #58007 - estebank:issue-58006, r=petrochenkov
Show description for a972c10
Centril
authored
a972c10
View commit details
Copy full SHA for a972c10
Browse repository at this point
Rollup merge of #58008 - matthewjasper:places-conflict-args, r=oli-obk
Show description for 97ac9dd
Centril
authored
97ac9dd
View commit details
Copy full SHA for 97ac9dd
Browse repository at this point
You can’t perform that action at this time.