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
09e619d
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 28, 2023
Rollup merge of #119331 - notriddle:notriddle/maxpatheditdistance, r=GuillaumeGomez
Show description for 2f51bad
matthiaskrgr
authored
2f51bad
Copy full SHA for 2f51bad
Movability doesn't need to be a query anymore
compiler-errors
committed
e24da8e
Copy full SHA for e24da8e
Restore movability to SMIR
compiler-errors
committed
15ccf2e
Copy full SHA for 15ccf2e
Remove movability from TyKind::Coroutine
compiler-errors
committed
fcb42b4
Copy full SHA for fcb42b4
Remove `--enable-missing-tools` from `configure.py`
Kobzol
committed
8763f7a
Copy full SHA for 8763f7a
Remove `--enable-missing-tools` usage in CI
Kobzol
committed
23994e1
Copy full SHA for 23994e1
utilize the unused `llvm-tools` option
Show description for 12190e5
onur-ozkan
committed
12190e5
Copy full SHA for 12190e5
Don't expect bodyless arms if the pattern can never be a never pattern
ShE3py
committed
7d6cd6b
Copy full SHA for 7d6cd6b
Add regression test for #106630
msrd0
committed
a88c9a6
Copy full SHA for a88c9a6
Update `parse_seq` doc
ShE3py
committed
44bf2a3
Copy full SHA for 44bf2a3
Auto merge of #119368 - coder-s-cat:master, r=WaffleLapkin
Show description for f4d794e
bors
committed
f4d794e
Copy full SHA for f4d794e
Fix some comments
Show description for 1adf0c1
cuishuang
committed
1adf0c1
Copy full SHA for 1adf0c1
Auto merge of #119349 - zetanumbers:liveness-pass-refactor, r=WaffleLapkin
Show description for 928b3da
bors
committed
928b3da
Copy full SHA for 928b3da
Auto merge of #119336 - Zalathar:find-ancestor, r=petrochenkov
Show description for 8e34642
bors
committed
8e34642
Copy full SHA for 8e34642
Commits on Dec 27, 2023
Auto merge of #119105 - dtolnay:paren, r=WaffleLapkin
Show description for 89e2160
bors
committed
89e2160
Copy full SHA for 89e2160
Simplify Parser::ident_or_error
Show description for 826269e
DaniPopes
committed
826269e
Copy full SHA for 826269e
Auto merge of #12029 - torfsen:6459-more-cases-for-redundant-matches!, r=llogiq
Show description for 7343db9
bors
committed
7343db9
Copy full SHA for 7343db9
Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-dead
Show description for 88d69b7
bors
committed
88d69b7
Copy full SHA for 88d69b7
6459: Check for redundant `matches!` with `Ready`, `Pending`, `V4`, `V6`
torfsen
committed
ebc0588
Copy full SHA for ebc0588
Auto merge of #117303 - sjwang05:issue-117245, r=estebank
Show description for a861c89
bors
committed
a861c89
Copy full SHA for a861c89
Auto merge of #11981 - y21:eager_int_transmute, r=llogiq
Show description for c689d32
bors
committed
c689d32
Copy full SHA for c689d32
Auto merge of #119302 - Mark-Simulacrum:relative-spans, r=WaffleLapkin
Show description for 15755f3
bors
committed
15755f3
Copy full SHA for 15755f3
move walk_expr outside of every match branch
zetanumbers
committed
4bb7a12
Copy full SHA for 4bb7a12
new lint: `eager_int_transmute`
y21
committed
08d8ca9
Copy full SHA for 08d8ca9
coverage: Unexpand spans with `find_ancestor_inside_same_ctxt`
Zalathar
committed
be6b059
Copy full SHA for be6b059
Support relative offsets when encoding spans
Show description for 9c5293c
Mark-Simulacrum
committed
9c5293c
Copy full SHA for 9c5293c
Introduce `const Trait` (always-const trait bounds)
fmease
committed
3eb48a3
Copy full SHA for 3eb48a3
Auto merge of #119327 - notriddle:notriddle/plusencoding, r=GuillaumeGomez
Show description for ca9ff83
bors
committed
ca9ff83
Copy full SHA for ca9ff83
Auto merge of #12018 - waywardmonkeys:doc-markdown-allow-webgpu-webgl2, r=blyxyas
Show description for 677f8d8
bors
committed
677f8d8
Copy full SHA for 677f8d8
Auto merge of #119343 - matthiaskrgr:rollup-vkt8lst, r=matthiaskrgr
Show description for df5d535
bors
committed
df5d535
Copy full SHA for df5d535
Rollup merge of #119337 - mu001999:dead_code/clean, r=WaffleLapkin
Show description for f05e16a
matthiaskrgr
authored
f05e16a
Copy full SHA for f05e16a
Rollup merge of #119175 - veera-sivarajan:fix-cast-to-slice, r=WaffleLapkin
Show description for d6382c7
matthiaskrgr
authored
d6382c7
Copy full SHA for d6382c7
Auto merge of #119233 - Nadrieril:keep-whole-pat-around, r=compiler-errors
Show description for 9da4432
bors
committed
9da4432
Copy full SHA for 9da4432
fix broken CI and code review
Young-Flash
committed
9e9353c
Copy full SHA for 9e9353c
Remove dead codes
mu001999
authored
3386783
Copy full SHA for 3386783
Pagination
Previous
Next
You can’t perform that action at this time.