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
8277e7d
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 30, 2023
Don't pass extra generic arguments in `needless_borrow`
Jarcho
committed
8277e7d
Copy full SHA for 8277e7d
Auto merge of #8685 - Jarcho:redundant_closure_fixes, r=llogiq
Show description for 4c2f460
bors
committed
4c2f460
Copy full SHA for 4c2f460
Don't lint redundant closure for any function call inserted by the compiler.
Jarcho
committed
7423c27
Copy full SHA for 7423c27
Rework `redundant_closure`
Show description for 4d80a2e
Jarcho
committed
4d80a2e
Copy full SHA for 4d80a2e
Add debug assertions to `implements_trait`
Show description for 71cc39e
Jarcho
committed
71cc39e
Copy full SHA for 71cc39e
Commits on Jul 28, 2023
Auto merge of #11250 - flip1995:rustup, r=flip1995
Show description for 2973096
bors
committed
2973096
Copy full SHA for 2973096
Bump nightly version -> 2023-07-28
flip1995
committed
65c5afd
Copy full SHA for 65c5afd
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
committed
3d60241
Copy full SHA for 3d60241
Auto merge of #11210 - y21:readonly_write_lock, r=giraffate
Show description for d3c5b48
bors
committed
d3c5b48
Copy full SHA for d3c5b48
pattern match on local usage slice to avoid ICE
y21
committed
5e88003
Copy full SHA for 5e88003
Commits on Jul 27, 2023
Auto merge of #10759 - blyxyas:unset_opt_env_unwrap, r=flip1995
Show description for 295bdc0
bors
committed
295bdc0
Copy full SHA for 295bdc0
make lint description more consistent (writer/reader -> write/read)
Show description for 205a374
y21
and
giraffate
committed
205a374
Copy full SHA for 205a374
new lint: [`readonly_write_lock`]
y21
committed
136339f
Copy full SHA for 136339f
Auto merge of #113298 - tgross35:update-bless-envs, r=oli-obk
Show description for 42d3370
bors
committed
42d3370
Copy full SHA for 42d3370
Commits on Jul 26, 2023
Add comments + Very minor Refactor
blyxyas
committed
3bfccac
Copy full SHA for 3bfccac
Unite bless environment variables under `RUSTC_BLESS`
Show description for 6ca6be6
tgross35
committed
6ca6be6
Copy full SHA for 6ca6be6
Rollup merge of #114070 - blyxyas:iter_mut_symbol, r=oli-obk
Show description for 8615595
matthiaskrgr
authored
8615595
Copy full SHA for 8615595
Now `option_env_unwrap` warns even if a variable isn't set at compile time.
blyxyas
committed
4e1db44
Copy full SHA for 4e1db44
Auto merge of #11228 - matthiaskrgr:fix_integration_tests2__with_test, r=flip1995
Show description for d446378
bors
committed
d446378
Copy full SHA for d446378
ci: test that we fail CI if we don't find clippy panicking
matthiaskrgr
committed
01b9f9d
Copy full SHA for 01b9f9d
Auto merge of #114054 - oli-obk:cleanups, r=estebank
Show description for ed2ec81
bors
committed
ed2ec81
Copy full SHA for ed2ec81
Auto merge of #11225 - matthiaskrgr:fix_integration_tests2, r=flip1995
Show description for fc13bf8
bors
committed
fc13bf8
Copy full SHA for fc13bf8
Auto merge of #11231 - xFrednet:00000-merge-no-merge, r=flip1995
Show description for 80641c0
bors
committed
80641c0
Copy full SHA for 80641c0
Auto merge of #11233 - Centri3:#11232, r=Jarcho
Show description for 0d0dbae
bors
committed
0d0dbae
Copy full SHA for 0d0dbae
Auto merge of #11115 - Centri3:filter_map_bool_then, r=Jarcho
Show description for 0fec99f
bors
committed
0fec99f
Copy full SHA for 0fec99f
Commits on Jul 25, 2023
Add `sym::iter_mut` + `sym::as_mut_ptr`
blyxyas
committed
0404b6b
Copy full SHA for 0404b6b
[`arc_with_non_send_sync`]: Check if it's macro-generated
Centri3
committed
90947e9
Copy full SHA for 90947e9
Only lint `Copy` types
Centri3
committed
3235d9d
Copy full SHA for 3235d9d
New lint [`filter_map_bool_then`]
Centri3
committed
978b1da
Copy full SHA for 978b1da
Add *no merge policy* note via rustbot
xFrednet
committed
5976fda
Copy full SHA for 5976fda
Auto merge of #11226 - GuillaumeGomez:needless-ref-mut-cfg, r=llogiq
Show description for 2153c0f
bors
committed
2153c0f
Copy full SHA for 2153c0f
Auto merge of #114063 - matthiaskrgr:rollup-c90czu6, r=matthiaskrgr
Show description for 61e0aac
bors
committed
61e0aac
Copy full SHA for 61e0aac
ci: integration tests: print clippy run output and set LD_LIBRARY_PATH to rustc sysroot
matthiaskrgr
committed
12b63f5
Copy full SHA for 12b63f5
Auto merge of #11198 - y21:issue10938, r=Centri3
Show description for 70c5798
bors
committed
70c5798
Copy full SHA for 70c5798
Rollup merge of #114014 - davidtwco:issue-114010-env-rawstr, r=cjgillot
Show description for 0f3a149
matthiaskrgr
authored
0f3a149
Copy full SHA for 0f3a149
Pagination
Previous
Next
You can’t perform that action at this time.