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.3k
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 11 pull requests
- #80449
#80449
Merged
bors
merged 24 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-kp2e5n8
m-ou-se/rust:rollup-kp2e5n8
Copy head branch name to clipboard
Dec 29, 2020
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Rollup of 11 pull requests
#80449
bors
merged 24 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-kp2e5n8
m-ou-se/rust:rollup-kp2e5n8
Copy head branch name to clipboard
Commits
Commits on Dec 26, 2020
clarify wrapping ptr arithmetic docs
RalfJung
committed
3533204
View commit details
Copy full SHA for 3533204
Browse repository at this point
address review feedback
RalfJung
committed
8543388
View commit details
Copy full SHA for 8543388
Browse repository at this point
BTreeMap: rename the area access methods
ssomers
committed
be3a5a1
View commit details
Copy full SHA for be3a5a1
Browse repository at this point
Add links to the source for the rustc and rustdoc books.
ehuss
committed
142764f
View commit details
Copy full SHA for 142764f
Browse repository at this point
Use raw version of align_of in rc data_offset
Show description for eeed311
CAD97
committed
eeed311
View commit details
Copy full SHA for eeed311
Browse repository at this point
Commits on Dec 27, 2020
Document `InferTy` & co.
camelid
authored
6aea014
View commit details
Copy full SHA for 6aea014
Browse repository at this point
fix: small typo error in chalk/mod.rs
0xflotus
authored
cb17785
View commit details
Copy full SHA for cb17785
Browse repository at this point
rustdoc book: fix example
marcoieni
authored
f57152f
View commit details
Copy full SHA for f57152f
Browse repository at this point
Add regression test for #80375
LeSeulArtichaut
committed
fcc88fa
View commit details
Copy full SHA for fcc88fa
Browse repository at this point
Also show the displayed version of IntVar and FloatVar
Show description for cdad0c8
camelid
and
Joshua Nelson
authored
cdad0c8
View commit details
Copy full SHA for cdad0c8
Browse repository at this point
Commits on Dec 28, 2020
Add "length" as doc alias to len methods
sugar700
committed
9e77998
View commit details
Copy full SHA for 9e77998
Browse repository at this point
Add "chr" as doc alias to char::from_u32
sugar700
committed
b3be9e1
View commit details
Copy full SHA for b3be9e1
Browse repository at this point
Fix stabilization version of deque_range feature.
m-ou-se
committed
10d6ff7
View commit details
Copy full SHA for 10d6ff7
Browse repository at this point
Rollup merge of #80383 - RalfJung:wrapping-ptr-arithmetic, r=dtolnay
Show description for 9fdd95f
m-ou-se
authored
9fdd95f
View commit details
Copy full SHA for 9fdd95f
Browse repository at this point
Rollup merge of #80390 - ssomers:btree_cleanup_slices_2, r=Mark-Simulacrum
Show description for 255fde3
m-ou-se
authored
255fde3
View commit details
Copy full SHA for 255fde3
Browse repository at this point
Rollup merge of #80393 - ehuss:doc-git-link, r=jyn514
Show description for bae6475
m-ou-se
authored
bae6475
View commit details
Copy full SHA for bae6475
Browse repository at this point
Rollup merge of #80398 - CAD97:fix-80365, r=dtolnay
Show description for 7003537
m-ou-se
authored
7003537
View commit details
Copy full SHA for 7003537
Browse repository at this point
Rollup merge of #80402 - camelid:inferty-docs, r=matthewjasper
Show description for 803b375
m-ou-se
authored
803b375
View commit details
Copy full SHA for 803b375
Browse repository at this point
Rollup merge of #80403 - 0xflotus:patch-1, r=jyn514
Show description for 8b43932
m-ou-se
authored
8b43932
View commit details
Copy full SHA for 8b43932
Browse repository at this point
Rollup merge of #80410 - MarcoIeni:patch-1, r=jonas-schievink
Show description for 7800c70
m-ou-se
authored
7800c70
View commit details
Copy full SHA for 7800c70
Browse repository at this point
Rollup merge of #80419 - LeSeulArtichaut:80375-test-case, r=lcnr
Show description for a570928
m-ou-se
authored
a570928
View commit details
Copy full SHA for a570928
Browse repository at this point
Rollup merge of #80430 - xfix:add-length-as-doc-alias, r=steveklabnik
Show description for e351a3b
m-ou-se
authored
e351a3b
View commit details
Copy full SHA for e351a3b
Browse repository at this point
Rollup merge of #80431 - xfix:add-chr-as-doc-alias, r=steveklabnik
Show description for 5a08162
m-ou-se
authored
5a08162
View commit details
Copy full SHA for 5a08162
Browse repository at this point
Rollup merge of #80448 - m-ou-se:deque-range-version, r=m-ou-se
Show description for e3d26e0
m-ou-se
authored
e3d26e0
View commit details
Copy full SHA for e3d26e0
Browse repository at this point
You can’t perform that action at this time.