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
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
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
6362304
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 29, 2023
Auto merge of #119378 - onur-ozkan:utilize-llvm-tools, r=albertlarsan68
Show description for 6362304
bors
committed
6362304
Copy full SHA for 6362304
Commits on Dec 28, 2023
Auto merge of #119174 - compiler-errors:movability, r=cjgillot
Show description for fb5ed72
bors
committed
fb5ed72
Copy full SHA for fb5ed72
Auto merge of #119384 - matthiaskrgr:rollup-hhz9ws0, r=matthiaskrgr
Show description for 3ee6710
bors
committed
3ee6710
Copy full SHA for 3ee6710
Rollup merge of #119380 - ShE3py:match-never-pat, r=petrochenkov
Show description for e8831b6
matthiaskrgr
authored
e8831b6
Copy full SHA for e8831b6
Rollup merge of #119379 - ShE3py:parse-seq-doc, r=compiler-errors
Show description for 0b6e8f5
matthiaskrgr
authored
0b6e8f5
Copy full SHA for 0b6e8f5
Rollup merge of #119376 - msrd0:regression-test-106630, r=petrochenkov
Show description for 77c23b3
matthiaskrgr
authored
77c23b3
Copy full SHA for 77c23b3
Rollup merge of #119359 - DaniPopes:ident-or-err, r=compiler-errors
Show description for 54bcb07
matthiaskrgr
authored
54bcb07
Copy full SHA for 54bcb07
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
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 #119099 - fmease:always-const-trait-bounds, r=fee1-dead
Show description for 88d69b7
bors
committed
88d69b7
Copy full SHA for 88d69b7
Auto merge of #117303 - sjwang05:issue-117245, r=estebank
Show description for a861c89
bors
committed
a861c89
Copy full SHA for a861c89
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
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 #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
Remove dead codes
mu001999
authored
3386783
Copy full SHA for 3386783
Suggest `=>` --> `>=` in conditions
sjwang05
committed
97cf1c8
Copy full SHA for 97cf1c8
Pagination
Previous
Next
You can’t perform that action at this time.