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
ccb71ff
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 26, 2023
`hir`: Add `Become` expression kind
WaffleLapkin
committed
ccb71ff
Copy full SHA for ccb71ff
Commits on Jun 21, 2023
Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstrieb
Show description for 97bf23d
bors
committed
97bf23d
Copy full SHA for 97bf23d
Rollup merge of #112844 - Vanille-N:unique, r=RalfJung
Show description for 82e6a16
Noratrieb
authored
82e6a16
Copy full SHA for 82e6a16
Rollup merge of #112830 - nnethercote:more-codegen-cleanups, r=oli-obk
Show description for 904994e
Noratrieb
authored
904994e
Copy full SHA for 904994e
Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb
Show description for c6710d1
Noratrieb
authored
c6710d1
Copy full SHA for c6710d1
Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr
Show description for a98c14f
Noratrieb
authored
a98c14f
Copy full SHA for a98c14f
Rollup merge of #112759 - cjgillot:closure-names, r=oli-obk
Show description for 34c8e53
Noratrieb
authored
34c8e53
Copy full SHA for 34c8e53
Rollup merge of #112632 - gootorov:vec_alloc_partialeq, r=dtolnay
Show description for 78a90cb
Noratrieb
authored
78a90cb
Copy full SHA for 78a90cb
Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieu
Show description for 67da586
bors
committed
67da586
Copy full SHA for 67da586
Auto merge of #112119 - zirconium-n:issue-113072-merge-borrow-kind, r=lcnr
Show description for c55d1ee
bors
committed
c55d1ee
Copy full SHA for c55d1ee
Remove Queries::ongoing_codegen.
Show description for 1da1348
nnethercote
committed
1da1348
Copy full SHA for 1da1348
Inline and remove `WorkItem::start_profiling` and `execute_work_item`.
Show description for c696307
nnethercote
committed
c696307
Copy full SHA for c696307
Commits on Jun 20, 2023
Auto merge of #112859 - weihanglo:update-cargo, r=weihanglo
Show description for 4457658
bors
committed
4457658
Copy full SHA for 4457658
Update cargo
weihanglo
committed
214a0d1
Copy full SHA for 214a0d1
Auto merge of #112835 - lcnr:proof-tree-nits, r=BoxyUwU
Show description for 4651421
bors
committed
4651421
Copy full SHA for 4651421
Auto merge of #112847 - bvanjoi:fix-112831, r=Nilstrieb
Show description for a34cead
bors
committed
a34cead
Copy full SHA for a34cead
test(resolve): update_resolution for remove single import
bvanjoi
committed
09d4a82
Copy full SHA for 09d4a82
Revert "Rollup merge of #112758 - bvanjoi:clean-up-resolve, r=petrochenkov"
Show description for 629b509
bvanjoi
committed
629b509
Copy full SHA for 629b509
`Adt` for `Unique` may contain a reference
Vanille-N
committed
74aad5c
Copy full SHA for 74aad5c
Auto merge of #112839 - GuillaumeGomez:rollup-jc5nqug, r=GuillaumeGomez
Show description for 1b6d4cd
bors
committed
1b6d4cd
Copy full SHA for 1b6d4cd
update comment on `MutBorrowKind::ClosureCapture`
zirconium-n
committed
b8a250f
Copy full SHA for b8a250f
address most easy comments
zirconium-n
committed
a52cc0a
Copy full SHA for a52cc0a
merge `BorrowKind::Unique` into `BorrowKind::Mut`
zirconium-n
committed
8fb4c41
Copy full SHA for 8fb4c41
Rollup merge of #112819 - dtolnay:weirdderef, r=Nilstrieb
Show description for 2368fa2
GuillaumeGomez
authored
2368fa2
Copy full SHA for 2368fa2
Rollup merge of #112794 - bjorn3:fix_lib_global_alloc, r=oli-obk
Show description for 0688182
GuillaumeGomez
authored
0688182
Copy full SHA for 0688182
Rollup merge of #112786 - lcnr:early-binder, r=Nilstrieb
Show description for 73496fc
GuillaumeGomez
authored
73496fc
Copy full SHA for 73496fc
Rollup merge of #112762 - chenyukang:yukang-fix-112507-argument-checking, r=compiler-errors
Show description for 6c5e212
GuillaumeGomez
authored
6c5e212
Copy full SHA for 6c5e212
Rollup merge of #112720 - poliorcetics:rustdoc-item-type-color-same-as-item-color, r=notriddle,GuillaumeGomez
Show description for a318824
GuillaumeGomez
authored
a318824
Copy full SHA for a318824
Rollup merge of #112464 - eval-exec:exec/fix-connect_timeout-overflow, r=ChrisDenton
Show description for 816b659
GuillaumeGomez
authored
816b659
Copy full SHA for 816b659
inspect nits
lcnr
committed
e4b171a
Copy full SHA for e4b171a
Remove useless unit tests
eval-exec
committed
a0c757a
Copy full SHA for a0c757a
Ignore `connect_timeout` unit test on SGX platform
Show description for 30e1c1a
eval-exec
and
ChrisDenton
authored
30e1c1a
Copy full SHA for 30e1c1a
cleanup imports
lcnr
committed
f7472aa
Copy full SHA for f7472aa
split probe into 2 functions for better readability
lcnr
committed
f5438d6
Copy full SHA for f5438d6
Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr
Show description for 6fc0273
bors
committed
6fc0273
Copy full SHA for 6fc0273
Pagination
Previous
Next
You can’t perform that action at this time.