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 11 pull requests
- #66483
#66483
Closed
Centril
wants to merge 44 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-u5l8cpy
Centril/rust:rollup-u5l8cpy
Copy head branch name to clipboard
Conversation
Commits
44
(44)
Checks
Files changed
Closed
Rollup of 11 pull requests
#66483
Centril
wants to merge 44 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-u5l8cpy
Centril/rust:rollup-u5l8cpy
Copy head branch name to clipboard
Commits
Commits on Sep 25, 2019
Stabilize rustdoc theme options
GuillaumeGomez
committed
75ab3a8
View commit details
Copy full SHA for 75ab3a8
Browse repository at this point
Add documentation for stabilized flags
GuillaumeGomez
committed
272799f
View commit details
Copy full SHA for 272799f
Browse repository at this point
Warn instead of failing for themes
GuillaumeGomez
committed
ca64df5
View commit details
Copy full SHA for ca64df5
Browse repository at this point
Apply review comments
GuillaumeGomez
committed
10e6ca6
View commit details
Copy full SHA for 10e6ca6
Browse repository at this point
add test for rustdoc's --themes flag
QuietMisdreavus
authored and
GuillaumeGomez
committed
8df4ce2
View commit details
Copy full SHA for 8df4ce2
Browse repository at this point
Prevent invalid html characters in themes name
GuillaumeGomez
committed
2aa57e9
View commit details
Copy full SHA for 2aa57e9
Browse repository at this point
Add sentence to tell other options are ignored when running check-theme
GuillaumeGomez
committed
5b2862c
View commit details
Copy full SHA for 5b2862c
Browse repository at this point
Rename theme-checker option to check-theme
GuillaumeGomez
committed
2f535a4
View commit details
Copy full SHA for 2f535a4
Browse repository at this point
Fix typos
Show description for 29494a8
GuillaumeGomez
and
ollie27
committed
29494a8
View commit details
Copy full SHA for 29494a8
Browse repository at this point
Improve documentation, add checks for themes option arguments, make sure the themes file names are js compatible
GuillaumeGomez
committed
b65a369
View commit details
Copy full SHA for b65a369
Browse repository at this point
rename check-theme option into check-themes
GuillaumeGomez
committed
c45a553
View commit details
Copy full SHA for c45a553
Browse repository at this point
remove unstable docs
GuillaumeGomez
committed
747dcaf
View commit details
Copy full SHA for 747dcaf
Browse repository at this point
Rename rustdoc options --themes and --check-themes to --theme and --check-theme
GuillaumeGomez
committed
94b21eb
View commit details
Copy full SHA for 94b21eb
Browse repository at this point
Commits on Oct 10, 2019
Apply review comments
GuillaumeGomez
committed
c614cad
View commit details
Copy full SHA for c614cad
Browse repository at this point
Commits on Oct 12, 2019
remove -Z option from rustdoc theme checker tool
GuillaumeGomez
committed
82a7b32
View commit details
Copy full SHA for 82a7b32
Browse repository at this point
Commits on Oct 17, 2019
improve error messages and documentation
GuillaumeGomez
committed
1ebb9ec
View commit details
Copy full SHA for 1ebb9ec
Browse repository at this point
Commits on Nov 14, 2019
Centralize panic macro documentation
czipperz
authored and
jplatte
committed
6fc18a9
View commit details
Copy full SHA for 6fc18a9
Browse repository at this point
Commits on Nov 15, 2019
find_deprecation: deprecation attr may be ill-formed meta.
Centril
committed
91aadf0
View commit details
Copy full SHA for 91aadf0
Browse repository at this point
Commits on Nov 16, 2019
add missing 'static lifetime in docs
Show description for e85f40c
mulimoen
committed
e85f40c
View commit details
Copy full SHA for e85f40c
Browse repository at this point
miri panic_unwind: fix hack for SEH platforms
RalfJung
committed
52d7246
View commit details
Copy full SHA for 52d7246
Browse repository at this point
avoid linking errors
RalfJung
committed
e8ff465
View commit details
Copy full SHA for e8ff465
Browse repository at this point
Use "field is never read" instead of "field is never used"
cosine
committed
bd63c59
View commit details
Copy full SHA for bd63c59
Browse repository at this point
rustc_plugin: Remove `Registry::register_attribute`
petrochenkov
committed
8575743
View commit details
Copy full SHA for 8575743
Browse repository at this point
ast: Keep `extern` qualifiers in functions more precisely
petrochenkov
committed
266f547
View commit details
Copy full SHA for 266f547
Browse repository at this point
ast: Keep string literals in ABIs precisely
petrochenkov
committed
00bc449
View commit details
Copy full SHA for 00bc449
Browse repository at this point
parse: Support parsing optional literals
Show description for b85a3da
petrochenkov
committed
b85a3da
View commit details
Copy full SHA for b85a3da
Browse repository at this point
parse: Use string literal parsing in the `asm` macro
petrochenkov
committed
a699f17
View commit details
Copy full SHA for a699f17
Browse repository at this point
Improve documentation of `Vec::split_off(...)`
Show description for 8c7530a
mqudsi
committed
8c7530a
View commit details
Copy full SHA for 8c7530a
Browse repository at this point
Revise the text of `vec::split_off()` per review in #65739
Show description for a36c3f6
mqudsi
committed
a36c3f6
View commit details
Copy full SHA for a36c3f6
Browse repository at this point
Clarify transmute_copy documentation example
ALSchwalm
committed
3407c49
View commit details
Copy full SHA for 3407c49
Browse repository at this point
Address review comments
petrochenkov
committed
11580ce
View commit details
Copy full SHA for 11580ce
Browse repository at this point
Add some more tests
petrochenkov
committed
28aec1b
View commit details
Copy full SHA for 28aec1b
Browse repository at this point
Add test for issue 63116
Alexendoo
committed
cfe94b4
View commit details
Copy full SHA for cfe94b4
Browse repository at this point
Commits on Nov 17, 2019
Rollup merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=Dylan-DPC
Show description for 8195038
Centril
authored
8195038
View commit details
Copy full SHA for 8195038
Browse repository at this point
Rollup merge of #65739 - mqudsi:vec_split_off_docs, r=dtolnay
Show description for f188904
Centril
authored
f188904
View commit details
Copy full SHA for f188904
Browse repository at this point
Rollup merge of #66271 - petrochenkov:abism, r=Centril
Show description for b25e706
Centril
authored
b25e706
View commit details
Copy full SHA for b25e706
Browse repository at this point
Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasper
Show description for fd55f5c
Centril
authored
fd55f5c
View commit details
Copy full SHA for fd55f5c
Browse repository at this point
Rollup merge of #66381 - Centril:66340, r=petrochenkov
Show description for d7b2b87
Centril
authored
d7b2b87
View commit details
Copy full SHA for d7b2b87
Browse repository at this point
Rollup merge of #66395 - jplatte:centralize-panic-docs, r=Dylan-DPC
Show description for 5aa6e46
Centril
authored
5aa6e46
View commit details
Copy full SHA for 5aa6e46
Browse repository at this point
Rollup merge of #66465 - mulimoen:fix_lifetime_elision_not_shown, r=rkruppe
Show description for 6268e5b
Centril
authored
6268e5b
View commit details
Copy full SHA for 6268e5b
Browse repository at this point
Rollup merge of #66466 - RalfJung:seh, r=oli-obk
Show description for 99a4b98
Centril
authored
99a4b98
View commit details
Copy full SHA for 99a4b98
Browse repository at this point
Rollup merge of #66469 - CosineP:fix/field-lint, r=petrochenkov
Show description for c269580
Centril
authored
c269580
View commit details
Copy full SHA for c269580
Browse repository at this point
Rollup merge of #66471 - Alexendoo:test-issue-63116, r=Centril
Show description for d14a893
Centril
authored
d14a893
View commit details
Copy full SHA for d14a893
Browse repository at this point
Rollup merge of #66477 - ALSchwalm:clarify-transmute-copy, r=Centril
Show description for 9885dd3
Centril
authored
9885dd3
View commit details
Copy full SHA for 9885dd3
Browse repository at this point
You can’t perform that action at this time.