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
44bf2a3
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 28, 2023
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
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
Auto merge of #119334 - weihanglo:update-cargo, r=weihanglo
Show description for 625c2c4
bors
committed
625c2c4
Copy full SHA for 625c2c4
Update cargo
weihanglo
committed
eb84788
Copy full SHA for eb84788
Auto merge of #119328 - estebank:might_coerce_eq_typo, r=compiler-errors
Show description for eee93d8
bors
committed
eee93d8
Copy full SHA for eee93d8
Commits on Dec 26, 2023
Suggest `=` to `==` in more cases, even in the face of reference mismatch
Show description for dc30eb1
estebank
committed
dc30eb1
Copy full SHA for dc30eb1
Keep reference to the original `Pat` in `DeconstructedPat`
Nadrieril
committed
fc0be3c
Copy full SHA for fc0be3c
Auto merge of #118431 - sjwang05:issue-44695, r=estebank
Show description for 2df6406
bors
committed
2df6406
Copy full SHA for 2df6406
rustdoc: treat query string `+` as space
Show description for 624885d
notriddle
committed
624885d
Copy full SHA for 624885d
Auto merge of #119324 - compiler-errors:rollup-c6eqcg9, r=compiler-errors
Show description for deace71
bors
committed
deace71
Copy full SHA for deace71
Rollup merge of #119323 - lukas-code:test-never-to-infinite, r=compiler-errors
Show description for a5b3d13
compiler-errors
authored
a5b3d13
Copy full SHA for a5b3d13
Rollup merge of #119307 - compiler-errors:pat-lifetimes, r=Nadrieril
Show description for e1be642
compiler-errors
authored
e1be642
Copy full SHA for e1be642
Rollup merge of #119297 - cjgillot:issue-119267, r=petrochenkov
Show description for 65aaece
compiler-errors
authored
65aaece
Copy full SHA for 65aaece
Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkov
Show description for e7bd402
compiler-errors
authored
e7bd402
Copy full SHA for e7bd402
Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Nilstrieb
Show description for 50e380c
compiler-errors
authored
50e380c
Copy full SHA for 50e380c
Auto merge of #119042 - bvanjoi:fix-118697-2, r=compiler-errors
Show description for a75fed7
bors
committed
a75fed7
Copy full SHA for a75fed7
add test for coercing never to infinite type
Lukas Markeffsky
committed
2903604
Copy full SHA for 2903604
Pagination
Previous
Next
You can’t perform that action at this time.