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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
15.6k
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 8 pull requests
- #92927
#92927
Merged
bors
merged 18 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-pgzwfcm
matthiaskrgr/rust:rollup-pgzwfcm
Copy head branch name to clipboard
Jan 15, 2022
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Rollup of 8 pull requests
#92927
bors
merged 18 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-pgzwfcm
matthiaskrgr/rust:rollup-pgzwfcm
Copy head branch name to clipboard
Commits
Commits on Jan 10, 2022
Simplification of BigNum::bit_length
Show description for 424f38f
swenson
committed
424f38f
View commit details
Copy full SHA for 424f38f
Browse repository at this point
Simplify BigNum::bit_length() with log2()
Show description for 0589cac
swenson
committed
0589cac
View commit details
Copy full SHA for 0589cac
Browse repository at this point
Commits on Jan 11, 2022
Use the new language identifier for Rust in the PDB debug format
Show description for b03fc76
arlosi
committed
b03fc76
View commit details
Copy full SHA for b03fc76
Browse repository at this point
Inline std::os::unix::ffi::OsStringExt methods
sugar700
committed
7e6d97b
View commit details
Copy full SHA for 7e6d97b
Browse repository at this point
Commits on Jan 13, 2022
Remove `&mut` from `io::read_to_string` signature
Show description for aa0ce4a
camelid
committed
aa0ce4a
View commit details
Copy full SHA for aa0ce4a
Browse repository at this point
Ignore static lifetimes for GATs outlives lint
jackh726
committed
e8e32e4
View commit details
Copy full SHA for e8e32e4
Browse repository at this point
Generate more precise generator names
Show description for 05e1f0d
eholk
committed
05e1f0d
View commit details
Copy full SHA for 05e1f0d
Browse repository at this point
Fix non-MSVC test
eholk
committed
a1173cf
View commit details
Copy full SHA for a1173cf
Browse repository at this point
Commits on Jan 14, 2022
Add Sync bound to allocator parameter in vec::IntoIter
compiler-errors
committed
7debb5c
View commit details
Copy full SHA for 7debb5c
Browse repository at this point
Do not fail evaluation in const blocks
compiler-errors
committed
b9a3c32
View commit details
Copy full SHA for b9a3c32
Browse repository at this point
Commits on Jan 15, 2022
Rollup merge of #92747 - swenson:bignum-bit-length-optimization, r=scottmcm
Show description for f511360
matthiaskrgr
authored
f511360
View commit details
Copy full SHA for f511360
Browse repository at this point
Rollup merge of #92767 - arlosi:pdbenum, r=cuviper
Show description for ff1db43
matthiaskrgr
authored
ff1db43
View commit details
Copy full SHA for ff1db43
Browse repository at this point
Rollup merge of #92775 - xfix:osstringext-inline, r=m-ou-se
Show description for 1b241bb
matthiaskrgr
authored
1b241bb
View commit details
Copy full SHA for 1b241bb
Browse repository at this point
Rollup merge of #92863 - camelid:read_to_string-rm-mut, r=m-ou-se
Show description for d878ad0
matthiaskrgr
authored
d878ad0
View commit details
Copy full SHA for d878ad0
Browse repository at this point
Rollup merge of #92865 - jackh726:gats-outlives-no-static, r=nikomatsakis
Show description for cd93be0
matthiaskrgr
authored
cd93be0
View commit details
Copy full SHA for cd93be0
Browse repository at this point
Rollup merge of #92873 - eholk:async-symbol-names, r=tmandry
Show description for 85c119c
matthiaskrgr
authored
85c119c
View commit details
Copy full SHA for 85c119c
Browse repository at this point
Rollup merge of #92879 - compiler-errors:into_iter_unsound, r=dtolnay
Show description for 784e4ba
matthiaskrgr
authored
784e4ba
View commit details
Copy full SHA for 784e4ba
Browse repository at this point
Rollup merge of #92892 - compiler-errors:const-param-env-for-const-block, r=fee1-dead
Show description for 539175c
matthiaskrgr
authored
539175c
View commit details
Copy full SHA for 539175c
Browse repository at this point
You can’t perform that action at this time.