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
3402f07
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 13, 2024
Add doc and example for building a UEFI driver
nicholasbishop
committed
3402f07
Copy full SHA for 3402f07
Add crate links to unknown-uefi.md
nicholasbishop
committed
0742202
Copy full SHA for 0742202
Auto merge of #117285 - joboet:move_platforms_to_pal, r=ChrisDenton
Show description for 1d8d7b1
bors
committed
1d8d7b1
Copy full SHA for 1d8d7b1
don't break a good link
Show description for 0cfc995
joboet
and
klensy
committed
0cfc995
Copy full SHA for 0cfc995
Auto merge of #119871 - nnethercote:overhaul-treat-err-as-bug, r=compiler-errors
Show description for 284cb71
bors
committed
284cb71
Copy full SHA for 284cb71
Auto merge of #119473 - Urgau:check-cfg-explicit-none, r=petrochenkov
Show description for 7585c62
bors
committed
7585c62
Copy full SHA for 7585c62
Auto merge of #118947 - Bryanskiy:delegStep1, r=petrochenkov,lcnr
Show description for 89110da
bors
committed
89110da
Copy full SHA for 89110da
Auto merge of #118924 - Urgau:check-cfg-exclude-well-known-from-diag, r=petrochenkov
Show description for f1f8687
bors
committed
f1f8687
Copy full SHA for f1f8687
Auto merge of #119909 - weihanglo:update-cargo, r=weihanglo
Show description for 1825374
bors
committed
1825374
Copy full SHA for 1825374
Commits on Jan 12, 2024
Don't consider delayed bugs for `-Ztreat-err-as-bug`.
Show description for f1ac541
nnethercote
committed
f1ac541
Copy full SHA for f1ac541
Auto merge of #117321 - chenyukang:yukang-fix-117142, r=petrochenkov
Show description for 3071aef
bors
committed
3071aef
Copy full SHA for 3071aef
Update cargo
weihanglo
committed
1641d31
Copy full SHA for 1641d31
Auto merge of #119452 - AngelicosPhosphoros:make_nonzeroint_get_assume_nonzero, r=scottmcm
Show description for 2319be8
bors
committed
2319be8
Copy full SHA for 2319be8
Exclude well known names from showing a suggestion in check-cfg
Urgau
committed
29afbbd
Copy full SHA for 29afbbd
Auto merge of #119889 - GuillaumeGomez:rollup-ah3dhya, r=GuillaumeGomez
Show description for ce1f2cc
bors
committed
ce1f2cc
Copy full SHA for ce1f2cc
Rollup merge of #119885 - DianQK:revert-pr-113923, r=petrochenkov
Show description for dafbe17
GuillaumeGomez
authored
dafbe17
Copy full SHA for dafbe17
Rollup merge of #119884 - GuillaumeGomez:rename-env-opt, r=davidtwco
Show description for c997b29
GuillaumeGomez
authored
c997b29
Copy full SHA for c997b29
Rollup merge of #119877 - celinval:smir-visit-projection, r=oli-obk
Show description for 4d12817
GuillaumeGomez
authored
4d12817
Copy full SHA for 4d12817
Rollup merge of #119872 - compiler-errors:eagerly-emit-delayed-bugs, r=oli-obk,nnethercote
Show description for 504794b
GuillaumeGomez
authored
504794b
Copy full SHA for 504794b
Rollup merge of #119819 - chenyukang:yukang-fix-118183-lint, r=davidtwco
Show description for 737452a
GuillaumeGomez
authored
737452a
Copy full SHA for 737452a
Rollup merge of #119817 - compiler-errors:normalize-opaques, r=lcnr
Show description for 46c3c01
GuillaumeGomez
authored
46c3c01
Copy full SHA for 46c3c01
Auto merge of #119396 - Nadrieril:intersection-tracking, r=WaffleLapkin
Show description for 174e73a
bors
committed
174e73a
Copy full SHA for 174e73a
Delegation implementation: step 1
Bryanskiy
committed
d69cd64
Copy full SHA for d69cd64
check rust lints when an unknown lint is detected
chenyukang
committed
ca421fe
Copy full SHA for ca421fe
Revert "Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix"
Show description for aa874c5
dianqk
committed
aa874c5
Copy full SHA for aa874c5
Revert "Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix"
Show description for 6d29eac
dianqk
committed
6d29eac
Copy full SHA for 6d29eac
Rename `--env` option flag to `--env-set`
GuillaumeGomez
committed
462bcac
Copy full SHA for 462bcac
Auto merge of #119879 - matthiaskrgr:rollup-y710der, r=matthiaskrgr
Show description for bfd799f
bors
committed
bfd799f
Copy full SHA for bfd799f
update debuginfo tests on Windows
joboet
committed
df3cb23
Copy full SHA for df3cb23
Rollup merge of #119868 - oli-obk:unknown_lifetime_ice, r=compiler-errors
Show description for d7a720a
matthiaskrgr
authored
d7a720a
Copy full SHA for d7a720a
Rollup merge of #119866 - smoelius:patch-2, r=compiler-errors
Show description for d61ac86
matthiaskrgr
authored
d61ac86
Copy full SHA for d61ac86
Rollup merge of #119865 - eduardosm:bump-version-c_str_literals, r=Nilstrieb
Show description for c738e54
matthiaskrgr
authored
c738e54
Copy full SHA for c738e54
Rollup merge of #119781 - Kleinmarb:master, r=Nilstrieb
Show description for 5bef2e7
matthiaskrgr
authored
5bef2e7
Copy full SHA for 5bef2e7
Auto merge of #119735 - lcnr:provisional-cache-readd, r=compiler-errors
Show description for 2b1365b
bors
committed
2b1365b
Copy full SHA for 2b1365b
Auto merge of #118548 - Enselic:bench-padding, r=thomcc,ChrisDenton
Show description for 5431404
bors
committed
5431404
Copy full SHA for 5431404
Pagination
Previous
Next
You can’t perform that action at this time.