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.8k
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
- #68201
#68201
Merged
bors
merged 23 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-26e39gu
JohnTitor/rust:rollup-26e39gu
Copy head branch name to clipboard
Jan 14, 2020
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Rollup of 10 pull requests
#68201
bors
merged 23 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-26e39gu
JohnTitor/rust:rollup-26e39gu
Copy head branch name to clipboard
Commits
Commits on Jan 7, 2020
rustdoc: Don't allow `#![feature(...)]` on stable or beta
ollie27
committed
4057199
View commit details
Copy full SHA for 4057199
Browse repository at this point
Commits on Jan 11, 2020
Clarify the relationship between `extended` and `tools` in `config.toml`
varkor
committed
9ef4fd7
View commit details
Copy full SHA for 9ef4fd7
Browse repository at this point
parse extended terminfo format
euclio
committed
f9a5746
View commit details
Copy full SHA for f9a5746
Browse repository at this point
Commits on Jan 12, 2020
Forbid elided lifetimes within const generic parameter types.
skinnyBat
committed
b4fddf0
View commit details
Copy full SHA for b4fddf0
Browse repository at this point
Added comment about behaviour.
skinnyBat
committed
9e46ddc
View commit details
Copy full SHA for 9e46ddc
Browse repository at this point
Update test benchmark file
skinnyBat
committed
82b90bd
View commit details
Copy full SHA for 82b90bd
Browse repository at this point
Document behavior of set_nonblocking on UnixListener
tillarnold
committed
c32090c
View commit details
Copy full SHA for c32090c
Browse repository at this point
rustdoc: HTML escape arrows on help popup
ollie27
committed
79f59fa
View commit details
Copy full SHA for 79f59fa
Browse repository at this point
Commits on Jan 13, 2020
Use `report_in_external_macro` for internal lints
Show description for 9d95eaa
afnanenayet
committed
9d95eaa
View commit details
Copy full SHA for 9d95eaa
Browse repository at this point
Remove unneeded scope
JohnTitor
committed
13785c4
View commit details
Copy full SHA for 13785c4
Browse repository at this point
Clean up E0191 explanation
GuillaumeGomez
committed
11f7418
View commit details
Copy full SHA for 11f7418
Browse repository at this point
Clean up E0192 explanation
GuillaumeGomez
committed
3ec0a84
View commit details
Copy full SHA for 3ec0a84
Browse repository at this point
Tweak assertion note in fmt
JohnTitor
committed
d975228
View commit details
Copy full SHA for d975228
Browse repository at this point
Commits on Jan 14, 2020
Rollup merge of #67854 - afnanenayet:afnan/report-external-macro-lints, r=petrochenkov
Show description for fd162a4
JohnTitor
authored
fd162a4
View commit details
Copy full SHA for fd162a4
Browse repository at this point
Rollup merge of #67989 - ollie27:rustdoc_unstable, r=GuillaumeGomez
Show description for 9e47ddd
JohnTitor
authored
9e47ddd
View commit details
Copy full SHA for 9e47ddd
Browse repository at this point
Rollup merge of #68036 - euclio:libterm-ncurses6-fix, r=KodrAus
Show description for 974b699
JohnTitor
authored
974b699
View commit details
Copy full SHA for 974b699
Browse repository at this point
Rollup merge of #68127 - varkor:clarify-extended-option, r=alexcrichton
Show description for 7da1dcc
JohnTitor
authored
7da1dcc
View commit details
Copy full SHA for 7da1dcc
Browse repository at this point
Rollup merge of #68143 - skinny121:const-param-type-elided-lifetime, r=petrochenkov
Show description for d7e5992
JohnTitor
authored
d7e5992
View commit details
Copy full SHA for d7e5992
Browse repository at this point
Rollup merge of #68150 - tillarnold:master, r=cramertj
Show description for 725f88b
JohnTitor
authored
725f88b
View commit details
Copy full SHA for 725f88b
Browse repository at this point
Rollup merge of #68166 - ollie27:rustdoc_help_escape, r=GuillaumeGomez
Show description for 076d6a0
JohnTitor
authored
076d6a0
View commit details
Copy full SHA for 076d6a0
Browse repository at this point
Rollup merge of #68176 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPC
Show description for d6d5b74
JohnTitor
authored
d6d5b74
View commit details
Copy full SHA for d6d5b74
Browse repository at this point
Rollup merge of #68179 - JohnTitor:nll-scope, r=varkor
Show description for 7d1cbc7
JohnTitor
authored
7d1cbc7
View commit details
Copy full SHA for 7d1cbc7
Browse repository at this point
Rollup merge of #68188 - JohnTitor:tweak-assertion-note, r=Mark-Simulacrum
Show description for b8c0e31
JohnTitor
authored
b8c0e31
View commit details
Copy full SHA for b8c0e31
Browse repository at this point
You can’t perform that action at this time.