Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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 }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16.1k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rollup of 9 pull requests
- #58726
#58726
Closed
Centril
wants to merge 19 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Closed
Rollup of 9 pull requests
#58726
Centril
wants to merge 19 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Commits
Commits on Jan 17, 2019
Deny the `overflowing_literals` lint for all editions
ollie27
committed
c654968
View commit details
Copy full SHA for c654968
Browse repository at this point
Commits on Feb 23, 2019
reduce miri code repetition like (n << amt) >> amt
kenta7777
committed
46f1cc6
View commit details
Copy full SHA for 46f1cc6
Browse repository at this point
Commits on Feb 24, 2019
Fix error index E0370 doctests on 32 bit platforms
ollie27
authored
e7296fd
View commit details
Copy full SHA for e7296fd
Browse repository at this point
reduce a code repetition like (n << amt) >> amt
kenta7777
committed
423ae56
View commit details
Copy full SHA for 423ae56
Browse repository at this point
Commits on Feb 25, 2019
heading # Unsafety => # Safety in stdlib docs.
Centril
committed
4ca865e
View commit details
Copy full SHA for 4ca865e
Browse repository at this point
librustc_codegen_llvm: deny(elided_lifetimes_in_paths)
Centril
committed
9661a81
View commit details
Copy full SHA for 9661a81
Browse repository at this point
librustc_codegen_ssa: deny(elided_lifetimes_in_paths)
Centril
committed
1d34f2c
View commit details
Copy full SHA for 1d34f2c
Browse repository at this point
librustc_typeck: deny(elided_lifetimes_in_paths)
Centril
committed
e8ce56f
View commit details
Copy full SHA for e8ce56f
Browse repository at this point
librustc: deny(elided_lifetimes_in_paths)
Centril
committed
235d3ed
View commit details
Copy full SHA for 235d3ed
Browse repository at this point
Test that binop subtyping in rustc_typeck fixes #27949
jamwt
committed
7029094
View commit details
Copy full SHA for 7029094
Browse repository at this point
Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=Centril
Show description for 154b218
Centril
authored
154b218
View commit details
Copy full SHA for 154b218
Browse repository at this point
Rollup merge of #58687 - kenta7777:reduce-miri-code-repetition, r=oli-obk
Show description for 504c8f4
Centril
authored
504c8f4
View commit details
Copy full SHA for 504c8f4
Browse repository at this point
Rollup merge of #58690 - kenta7777:reduce-code-repetition-miri-related, r=oli-obk
Show description for f58ff22
Centril
authored
f58ff22
View commit details
Copy full SHA for f58ff22
Browse repository at this point
Rollup merge of #58718 - Centril:doc-convention-safety, r=RalfJung
Show description for 3f96844
Centril
authored
3f96844
View commit details
Copy full SHA for 3f96844
Browse repository at this point
Rollup merge of #58719 - Centril:deny-elided_lifetimes_in_paths, r=oli-obk
Show description for ffdeb72
Centril
authored
ffdeb72
View commit details
Copy full SHA for ffdeb72
Browse repository at this point
Rollup merge of #58720 - Centril:deny-elided_lifetimes_in_paths-librustc_codegen_ssa, r=oli-obk
Show description for 88d35d2
Centril
authored
88d35d2
View commit details
Copy full SHA for 88d35d2
Browse repository at this point
Rollup merge of #58722 - Centril:deny-elided_lifetimes_in_paths-librustc_typeck, r=oli-obk
Show description for 6403e0e
Centril
authored
6403e0e
View commit details
Copy full SHA for 6403e0e
Browse repository at this point
Rollup merge of #58723 - Centril:deny-elided_lifetimes_in_paths-librustc, r=oli-obk
Show description for 8af9334
Centril
authored
8af9334
View commit details
Copy full SHA for 8af9334
Browse repository at this point
Rollup merge of #58725 - jamwt:fix-27949, r=Centril
Show description for f8e3e66
Centril
authored
f8e3e66
View commit details
Copy full SHA for f8e3e66
Browse repository at this point
You can’t perform that action at this time.