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
7aa0eea
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 5, 2024
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Show description for 7aa0eea
nnethercote
committed
7aa0eea
Copy full SHA for 7aa0eea
Rename `DiagnosticExt` as `DiagExt`.
nnethercote
committed
d98ad0a
Copy full SHA for d98ad0a
Rename `DiagnosticMode` as `DiagMode`.
nnethercote
committed
d0e9bab
Copy full SHA for d0e9bab
Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.
nnethercote
committed
573267c
Copy full SHA for 573267c
Rename `SubdiagnosticMessage` as `SubdiagMessage`.
nnethercote
committed
60ea6e2
Copy full SHA for 60ea6e2
Fix some out-of-date comments.
nnethercote
committed
f16a8d0
Copy full SHA for f16a8d0
Rename `DiagnosticMessage` as `DiagMessage`.
nnethercote
committed
18715c9
Copy full SHA for 18715c9
Disable `tests/ui-fulldeps/internal-lints/diagnostics.rs` on stage 1.
Show description for d849f5c
nnethercote
committed
d849f5c
Copy full SHA for d849f5c
Commits on Mar 4, 2024
Auto merge of #121998 - matthiaskrgr:rollup-l7lzwpb, r=matthiaskrgr
Show description for 50e77f1
bors
committed
50e77f1
Copy full SHA for 50e77f1
Rollup merge of #121994 - wesleywiser:update_musl_version_docs, r=ehuss
Show description for 5e13bc4
matthiaskrgr
authored
5e13bc4
Copy full SHA for 5e13bc4
Rollup merge of #121977 - Lee-Janggun:master, r=WaffleLapkin
Show description for c83ca5b
matthiaskrgr
authored
c83ca5b
Copy full SHA for c83ca5b
Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiser
Show description for 13b9712
matthiaskrgr
authored
13b9712
Copy full SHA for 13b9712
Rollup merge of #121968 - roblabla:fix-win7, r=jhpratt
Show description for 4944ab4
matthiaskrgr
authored
4944ab4
Copy full SHA for 4944ab4
Rollup merge of #121939 - jonaspleyer:patch-typo-core-From-descr, r=workingjubilee
Show description for 9d81d4e
matthiaskrgr
authored
9d81d4e
Copy full SHA for 9d81d4e
Rollup merge of #121928 - Zalathar:then-else-args, r=Nadrieril
Show description for 58a0f64
matthiaskrgr
authored
58a0f64
Copy full SHA for 58a0f64
Rollup merge of #121732 - Voultapher:improve-assert_matches-documentation, r=cuviper
Show description for 008ab33
matthiaskrgr
authored
008ab33
Copy full SHA for 008ab33
Rollup merge of #121703 - compiler-errors:new, r=lcnr
Show description for e7bb224
matthiaskrgr
authored
e7bb224
Copy full SHA for e7bb224
Rollup merge of #121683 - fortanix:raoul/lvi_fixes, r=cuviper
Show description for 8886c31
matthiaskrgr
authored
8886c31
Copy full SHA for 8886c31
Rollup merge of #120976 - matthiaskrgr:constify_TL_statics, r=lcnr
Show description for 706fe0b
matthiaskrgr
authored
706fe0b
Copy full SHA for 706fe0b
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Show description for 80d2bdb
nnethercote
committed
80d2bdb
Copy full SHA for 80d2bdb
Update platform-support.md with supported musl version
wesleywiser
committed
748da32
Copy full SHA for 748da32
Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiser
Show description for d18480b
bors
committed
d18480b
Copy full SHA for d18480b
Allow a way to add constructors for rustc_type_ir types
compiler-errors
committed
1eedca8
Copy full SHA for 1eedca8
Fix comment in Atomic{Ptr,Bool}::as_ptr.
Lee-Janggun
authored
05e68fa
Copy full SHA for 05e68fa
Fix LVI tests after making frame pointers easily enableable
raoulstrackx
committed
ede25ad
Copy full SHA for ede25ad
include feedback from workingjubilee
Show description for e463060
jonaspleyer
and
workingjubilee
authored
e463060
Copy full SHA for e463060
Don't run test_get_os_named_thread on win7
Show description for 9eb927e
roblabla
committed
9eb927e
Copy full SHA for 9eb927e
Auto merge of #121964 - matthiaskrgr:rollup-rtcju5m, r=matthiaskrgr
Show description for 7606c13
bors
committed
7606c13
Copy full SHA for 7606c13
Extract an arguments struct for `Builder::then_else_break`
Show description for 4146136
Zalathar
committed
4146136
Copy full SHA for 4146136
Rollup merge of #121927 - Zoxc:print-no-query, r=estebank
Show description for de95c39
matthiaskrgr
authored
de95c39
Copy full SHA for de95c39
Rollup merge of #121912 - fmease:diag-method-chains-gat, r=compiler-errors,estebank
Show description for cd9e5b5
matthiaskrgr
authored
cd9e5b5
Copy full SHA for cd9e5b5
Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthiaskrgr
Show description for c620ae5
matthiaskrgr
authored
c620ae5
Copy full SHA for c620ae5
Rename a misnamed `Session` parameter.
nnethercote
committed
4260f7e
Copy full SHA for 4260f7e
Auto merge of #121900 - chenyukang:yukang-fix-121425-repr-pack-error, r=compiler-errors
Show description for f7cb53e
bors
committed
f7cb53e
Copy full SHA for f7cb53e
Move `sess` function and use it more.
nnethercote
committed
0d4ebe1
Copy full SHA for 0d4ebe1
Pagination
Previous
Next
You can’t perform that action at this time.