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
f7aaa2a
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 6, 2021
Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebank
Show description for f7aaa2a
bors
committed
f7aaa2a
Copy full SHA for f7aaa2a
Commits on Sep 5, 2021
Auto merge of #88499 - eddyb:layout-off, r=nagisa
Show description for ad8610d
bors
committed
ad8610d
Copy full SHA for ad8610d
Commits on Sep 4, 2021
Fix #88256, remove duplicated diagnostic
chenyukang
committed
6764fde
Copy full SHA for 6764fde
Commits on Sep 3, 2021
Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank
Show description for a0152da
bors
committed
a0152da
Copy full SHA for a0152da
Commits on Sep 1, 2021
rustc_target: move `LayoutOf` to `ty::layout`.
eddyb
committed
8f7c249
Copy full SHA for 8f7c249
Commits on Aug 31, 2021
Fix clippy for let-else
camsteffen
committed
78bf4ac
Copy full SHA for 78bf4ac
Commits on Aug 30, 2021
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
committed
fd8b150
Copy full SHA for fd8b150
rename const_evaluatable_checked to generic_const_exprs
Show description for 0b526fd
BoxyUwU
authored and
lcnr
committed
0b526fd
Copy full SHA for 0b526fd
Commits on Aug 28, 2021
Teach tools that macros are now HIR items
inquisitivecrystal
committed
c8262ad
Copy full SHA for c8262ad
Treat macros as HIR items
inquisitivecrystal
committed
8c4056f
Copy full SHA for 8c4056f
Commits on Aug 27, 2021
Path remapping: Make behavior of diagnostics output dependent on presence of --remap-path-prefix.
michaelwoerister
committed
c6c1f32
Copy full SHA for c6c1f32
Commits on Aug 26, 2021
update `TypeFlags` to deal with missing ct substs
lcnr
committed
afd892a
Copy full SHA for afd892a
add `tcx` to `fn walk`
lcnr
committed
b1786f6
Copy full SHA for b1786f6
make unevaluated const substs optional
lcnr
committed
19d1fe2
Copy full SHA for 19d1fe2
require a `tcx` for `TypeVisitor`
lcnr
committed
4d627fc
Copy full SHA for 4d627fc
Commits on Aug 23, 2021
Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnay
Show description for 72df99a
bors
committed
72df99a
Copy full SHA for 72df99a
Rollup merge of #88230 - steffahn:a_an, r=oli-obk
Show description for 4c847c0
m-ou-se
authored
4c847c0
Copy full SHA for 4c847c0
Commits on Aug 22, 2021
Rollup merge of #88211 - petrochenkov:withhilo, r=jyn514
Show description for 5868e28
GuillaumeGomez
authored
5868e28
Copy full SHA for 5868e28
Fix typos “an”→“a” and a few different ones that appeared in the same search
steffahn
committed
8b6529e
Copy full SHA for 8b6529e
Fix more “a”/“an” typos
steffahn
committed
21da42c
Copy full SHA for 21da42c
Fix typos “a”→“an”
steffahn
committed
c860718
Copy full SHA for c860718
Auto merge of #88163 - camsteffen:collapsible-match-fix, r=Manishearth
Show description for e5fe462
bors
committed
e5fe462
Copy full SHA for e5fe462
Commits on Aug 21, 2021
cleanup: `Span::new` -> `Span::with_lo`
petrochenkov
committed
cd4bf7f
Copy full SHA for cd4bf7f
Commits on Aug 19, 2021
introduce a Coerce predicate
nikomatsakis
authored and
Mark-Simulacrum
committed
5fec618
Copy full SHA for 5fec618
Fix clippy let expressions fallout
camsteffen
committed
ae02282
Copy full SHA for ae02282
Commits on Aug 18, 2021
remove box_syntax uses from cranelift and tools
hellow554
authored and
est31
committed
4123fed
Copy full SHA for 4123fed
Commits on Aug 16, 2021
clippy: Fix format_args expansion parsing
camsteffen
committed
d5e51db
Copy full SHA for d5e51db
Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiser
Show description for d9c3f0d
bors
committed
d9c3f0d
Copy full SHA for d9c3f0d
Uplift the `invalid_atomic_ordering` lint from clippy to rustc
Show description for 295225b
thomcc
authored and
jyn514
committed
295225b
Copy full SHA for 295225b
Commits on Aug 15, 2021
Introduce hir::ExprKind::Let - Take 2
c410-f3r
committed
b97d4c0
Copy full SHA for b97d4c0
Commits on Aug 13, 2021
move Constness into TraitPredicate
fee1-dead
committed
80bff87
Copy full SHA for 80bff87
Auto merge of #87954 - flip1995:clippyup, r=Manishearth
Show description for 456e48f
bors
committed
456e48f
Copy full SHA for 456e48f
Commits on Aug 12, 2021
Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev
Show description for fd5427b
GuillaumeGomez
authored
fd5427b
Copy full SHA for fd5427b
Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup
flip1995
committed
1ad5464
Copy full SHA for 1ad5464
Bless clippy tests.
m-ou-se
committed
8e563b5
Copy full SHA for 8e563b5
Pagination
Previous
Next
You can’t perform that action at this time.