Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
03d4299
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 1, 2023
Rollup merge of #111318 - scottmcm:operand-value-poison, r=compiler-errors
Show description for 03d4299
Dylan-DPC
authored
03d4299
Copy full SHA for 03d4299
Rollup merge of #108459 - benediktwerner:rustdoc-fix-link-match, r=GuillaumeGomez
Show description for 0baa301
Dylan-DPC
authored
0baa301
Copy full SHA for 0baa301
Add a distinct `OperandValue::ZeroSized` variant for ZSTs
Show description for bf36193
scottmcm
committed
bf36193
Copy full SHA for bf36193
Auto merge of #111567 - Urgau:uplift_cast_ref_to_mut, r=b-naber
Show description for ba1690b
bors
committed
ba1690b
Copy full SHA for ba1690b
Commits on May 31, 2023
Auto merge of #110807 - petrochenkov:strictflavor, r=lqd,wesleywiser
Show description for 9af3865
bors
committed
9af3865
Copy full SHA for 9af3865
Auto merge of #111913 - oli-obk:valtrees2, r=lcnr
Show description for 871b595
bors
committed
871b595
Copy full SHA for 871b595
Explain the reason for why a test exists
oli-obk
committed
3c02cfc
Copy full SHA for 3c02cfc
Inline from_inline_const into its sole call site
oli-obk
committed
81b07ed
Copy full SHA for 81b07ed
Explain and simplify valtree -> mir-const fallback
oli-obk
committed
c4d5dde
Copy full SHA for c4d5dde
`bug!` message nit
oli-obk
committed
9cf7810
Copy full SHA for 9cf7810
Simplify an `if let Some` to a `?`
oli-obk
committed
bd4197c
Copy full SHA for bd4197c
Remove some dead code
oli-obk
committed
1722aa7
Copy full SHA for 1722aa7
Remove `lit_to_mir_constant` query
oli-obk
committed
4ca8707
Copy full SHA for 4ca8707
Remove `deref_mir_constant`
oli-obk
committed
aa3a186
Copy full SHA for aa3a186
Only rewrite valtree-constants to patterns and keep other constants opaque
oli-obk
committed
d030ece
Copy full SHA for d030ece
Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-suggestions, r=cjgillot
Show description for ad8304a
bors
committed
ad8304a
Copy full SHA for ad8304a
Adjust tests for newly uplifted cast_ref_to_mut lint
Urgau
committed
32d4e1c
Copy full SHA for 32d4e1c
Drop uplifted clippy::cast_ref_to_mut
Urgau
committed
0169ace
Copy full SHA for 0169ace
Auto merge of #112132 - matthiaskrgr:rollup-x2l75gf, r=matthiaskrgr
Show description for e4f7ad8
bors
committed
e4f7ad8
Copy full SHA for e4f7ad8
Uplift clippy::cast_ref_to_mut to rustc
Urgau
committed
5da6067
Copy full SHA for 5da6067
Add diagnostic items for `ptr::cast_mut` and `ptr::from_ref`
Urgau
committed
a51ad13
Copy full SHA for a51ad13
Rollup merge of #112103 - Mark-Simulacrum:bootstrap-update, r=clubby789
Show description for 2054acb
matthiaskrgr
authored
2054acb
Copy full SHA for 2054acb
Rollup merge of #112089 - Kobzol:bootstrap-warnings, r=jyn514
Show description for 9e108f8
matthiaskrgr
authored
9e108f8
Copy full SHA for 9e108f8
Rollup merge of #111979 - jyn514:cargoflags, r=albertlarsan68
Show description for aee05c7
matthiaskrgr
authored
aee05c7
Copy full SHA for aee05c7
Rollup merge of #111975 - jyn514:normalization, r=cjgillot
Show description for ef82bd4
matthiaskrgr
authored
ef82bd4
Copy full SHA for ef82bd4
Rollup merge of #111772 - liushuyu:ubuntu/mips64-linkage, r=jackh726
Show description for fd1c0d8
matthiaskrgr
authored
fd1c0d8
Copy full SHA for fd1c0d8
Auto merge of #111623 - BoxyUwU:move_eval_hack, r=compiler-errors
Show description for e29821f
bors
committed
e29821f
Copy full SHA for e29821f
Auto merge of #112127 - matthiaskrgr:rollup-77pt893, r=matthiaskrgr
Show description for 617d3d6
bors
committed
617d3d6
Copy full SHA for 617d3d6
Rollup merge of #112113 - notriddle:notriddle/rm-fnretty, r=GuillaumeGomez
Show description for 77bbfbc
matthiaskrgr
authored
77bbfbc
Copy full SHA for 77bbfbc
Rollup merge of #112108 - GuillaumeGomez:reexport-doc-hidden-private, r=notriddle
Show description for 1d643e1
matthiaskrgr
authored
1d643e1
Copy full SHA for 1d643e1
Rollup merge of #112096 - workingjubilee:array-unzip, r=scottmcm
Show description for 88160ab
matthiaskrgr
authored
88160ab
Copy full SHA for 88160ab
Rollup merge of #112084 - ozkanonur:improvements, r=clubby789
Show description for 183a31b
matthiaskrgr
authored
183a31b
Copy full SHA for 183a31b
Rollup merge of #112069 - clubby789:offset-of-sized-fields, r=WaffleLapkin
Show description for f589451
matthiaskrgr
authored
f589451
Copy full SHA for f589451
Rollup merge of #112053 - nnethercote:rm-Zcpu-partitioning-strategy, r=wesleywiser
Show description for 7ca941f
matthiaskrgr
authored
7ca941f
Copy full SHA for 7ca941f
Rollup merge of #112031 - sladyn98:migrate-proc-macro, r=GuillaumeGomez
Show description for fdd62cf
matthiaskrgr
authored
fdd62cf
Copy full SHA for fdd62cf
Pagination
Previous
Next
You can’t perform that action at this time.