Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
compiler-errors
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
5ab2319
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 25, 2023
Auto merge of #12011 - blyxyas:not-on-vacation, r=blyxyas
Show description for 5ab2319
bors
committed
5ab2319
Copy full SHA for 5ab2319
Remove blyxyas from users_on_vacation
blyxyas
committed
c1c52e9
Copy full SHA for c1c52e9
Commits on Dec 23, 2023
Auto merge of #11997 - TethysSvensson:uninhabited-references-pedantic, r=xFrednet
Show description for 370615b
bors
committed
370615b
Copy full SHA for 370615b
Auto merge of #11994 - y21:issue11993-fn, r=xFrednet
Show description for 830f1c5
bors
committed
830f1c5
Copy full SHA for 830f1c5
Move uninhabited_references to nursery
TethysSvensson
committed
1576ecc
Copy full SHA for 1576ecc
respect comments in `question_mark`
y21
committed
e44caea
Copy full SHA for e44caea
[`question_mark`]: also trigger on `return` statements
y21
committed
dfb4ff8
Copy full SHA for dfb4ff8
Auto merge of #11999 - Takashiidobe:fix-typo-in-infinite-loop-lint, r=xFrednet
Show description for 618fd4b
bors
committed
618fd4b
Copy full SHA for 618fd4b
Auto merge of #11871 - GuillaumeGomez:UNNECESSARY_TO_OWNED-split, r=llogiq
Show description for 858d96d
bors
committed
858d96d
Copy full SHA for 858d96d
Auto merge of #12000 - Takashiidobe:fix-some-typos, r=llogiq
Show description for 2ddcfb8
bors
committed
2ddcfb8
Copy full SHA for 2ddcfb8
run cargo uibless
Takashiidobe
committed
3a4d99e
Copy full SHA for 3a4d99e
Commits on Dec 22, 2023
fix typos in default constructed unit structs, implied bounds, ineffective open options
Takashiidobe
committed
9c2be20
Copy full SHA for 9c2be20
fix typo in infinite loop lint
Takashiidobe
committed
67a33e8
Copy full SHA for 67a33e8
Auto merge of #11998 - cocodery:fix/issue11762, r=llogiq
Show description for e0b25c5
bors
committed
e0b25c5
Copy full SHA for e0b25c5
Add test for indexing_slicing_index and modify related test
cocodery
committed
18eb406
Copy full SHA for 18eb406
Add check for illegal accessing known length array with a constant index
cocodery
committed
d020196
Copy full SHA for d020196
Commits on Dec 21, 2023
Auto merge of #11991 - J-ZhengLi:issue9911, r=llogiq
Show description for dc97526
bors
committed
dc97526
Copy full SHA for dc97526
stop [`bool_comparison`]'s suggestion from consuming parentheses
J-ZhengLi
committed
a556d00
Copy full SHA for a556d00
Commits on Dec 18, 2023
Add ui tests for `UNNECESSARY_TO_OWNED` on `split`
GuillaumeGomez
committed
238c5f9
Copy full SHA for 238c5f9
Extend `UNNECESSARY_TO_OWNED` to handle `split`
GuillaumeGomez
committed
71ea36b
Copy full SHA for 71ea36b
Commits on Dec 17, 2023
Auto merge of #11947 - hamirmahal:fix/broken-GitHub-corner, r=blyxyas,xFrednet
Show description for 7e650b7
bors
committed
7e650b7
Copy full SHA for 7e650b7
Auto merge of #11966 - StackOverflowExcept1on:issue-8159, r=Jarcho
Show description for dd857f8
bors
committed
dd857f8
Copy full SHA for dd857f8
Commits on Dec 16, 2023
Auto merge of #11869 - PartiallyTyped:result-filter-map, r=Alexendoo
Show description for f9b5def
bors
committed
f9b5def
Copy full SHA for f9b5def
Auto merge of #11977 - y21:is_const_evaluatable_ice, r=Manishearth
Show description for fff484d
bors
committed
fff484d
Copy full SHA for fff484d
don't visit any nested bodies in `is_const_evaluatable`
y21
committed
b5169ae
Copy full SHA for b5169ae
Auto merge of #11938 - GuillaumeGomez:unconditional_recursion, r=llogiq
Show description for 9907b90
bors
committed
9907b90
Copy full SHA for 9907b90
Auto merge of #11974 - y21:if_let_true, r=llogiq
Show description for b918434
bors
committed
b918434
Copy full SHA for b918434
Also check code generated by macros
GuillaumeGomez
committed
6b444f3
Copy full SHA for 6b444f3
add tests, lint on `while let true` and `matches!(.., true)`
y21
committed
bc22407
Copy full SHA for bc22407
[`redundant_pattern_matching`]: catch `if let true`
y21
committed
850d77e
Copy full SHA for 850d77e
Auto merge of #11971 - flip1995:rustup, r=flip1995
Show description for a859e5c
bors
committed
a859e5c
Copy full SHA for a859e5c
Bump nightly version -> 2023-12-16
flip1995
committed
71f48ee
Copy full SHA for 71f48ee
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
committed
80ccd63
Copy full SHA for 80ccd63
Commits on Dec 15, 2023
New Lint: `Result_filter_map`
Show description for 8892420
PartiallyUntyped
and
Alexendoo
committed
8892420
Copy full SHA for 8892420
simplify pattern
StackOverflowExcept1on
committed
90ece56
Copy full SHA for 90ece56
Pagination
Previous
Next
You can’t perform that action at this time.