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 10 pull requests
- #58728
#58728
Merged
bors
merged 21 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Feb 25, 2019
Conversation
Commits
21
(21)
Checks
Files changed
Merged
Rollup of 10 pull requests
#58728
bors
merged 21 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
bootstrap: deny(rust_2018_idioms)
taiki-e
committed
6343d6b
View commit details
Copy full SHA for 6343d6b
Browse repository at this point
Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=Centril
Show description for 554aed6
Centril
authored
554aed6
View commit details
Copy full SHA for 554aed6
Browse repository at this point
Rollup merge of #58687 - kenta7777:reduce-miri-code-repetition, r=oli-obk
Show description for 5f910fa
Centril
authored
5f910fa
View commit details
Copy full SHA for 5f910fa
Browse repository at this point
Rollup merge of #58690 - kenta7777:reduce-code-repetition-miri-related, r=oli-obk
Show description for 53f15f2
Centril
authored
53f15f2
View commit details
Copy full SHA for 53f15f2
Browse repository at this point
Rollup merge of #58718 - Centril:doc-convention-safety, r=RalfJung
Show description for 2019d96
Centril
authored
2019d96
View commit details
Copy full SHA for 2019d96
Browse repository at this point
Rollup merge of #58719 - Centril:deny-elided_lifetimes_in_paths, r=oli-obk
Show description for 77e2e84
Centril
authored
77e2e84
View commit details
Copy full SHA for 77e2e84
Browse repository at this point
Rollup merge of #58720 - Centril:deny-elided_lifetimes_in_paths-librustc_codegen_ssa, r=oli-obk
Show description for 2a69aec
Centril
authored
2a69aec
View commit details
Copy full SHA for 2a69aec
Browse repository at this point
Rollup merge of #58722 - Centril:deny-elided_lifetimes_in_paths-librustc_typeck, r=oli-obk
Show description for d4a62a7
Centril
authored
d4a62a7
View commit details
Copy full SHA for d4a62a7
Browse repository at this point
Rollup merge of #58723 - Centril:deny-elided_lifetimes_in_paths-librustc, r=oli-obk
Show description for 3f6d65a
Centril
authored
3f6d65a
View commit details
Copy full SHA for 3f6d65a
Browse repository at this point
Rollup merge of #58725 - jamwt:fix-27949, r=Centril
Show description for e53fbf8
Centril
authored
e53fbf8
View commit details
Copy full SHA for e53fbf8
Browse repository at this point
Rollup merge of #58727 - taiki-e:deny-rust_2018_idioms-bootstrap, r=Centril
Show description for d6de1e9
Centril
authored
d6de1e9
View commit details
Copy full SHA for d6de1e9
Browse repository at this point
You can’t perform that action at this time.