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 12 pull requests
- #79595
#79595
Closed
m-ou-se
wants to merge 30 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-97n36pq
m-ou-se/rust:rollup-97n36pq
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Closed
Rollup of 12 pull requests
#79595
m-ou-se
wants to merge 30 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-97n36pq
m-ou-se/rust:rollup-97n36pq
Copy head branch name to clipboard
Commits
Commits on Nov 26, 2020
remove const-fn-feature-flags test
sasurau4
committed
5e1cbfa
View commit details
Copy full SHA for 5e1cbfa
Browse repository at this point
Move const ip in ui test to unit test
sasurau4
committed
d4ee2f6
View commit details
Copy full SHA for d4ee2f6
Browse repository at this point
Commits on Nov 28, 2020
lint-docs: Move free functions into methods of LintExtractor.
Show description for f17e648
ehuss
committed
f17e648
View commit details
Copy full SHA for f17e648
Browse repository at this point
lint-docs: Add --validate flag to validate lint docs separately.
ehuss
committed
d2d91b4
View commit details
Copy full SHA for d2d91b4
Browse repository at this point
Commits on Nov 29, 2020
Move `src/test/rustdoc` intra-doc link tests into a subdirectory
Show description for ddfb581
jyn514
committed
ddfb581
View commit details
Copy full SHA for ddfb581
Browse repository at this point
Move `src/test/rustdoc-ui` intra-doc tests into a subdirectory
Show description for 872acb0
jyn514
committed
872acb0
View commit details
Copy full SHA for 872acb0
Browse repository at this point
lint-docs: Add some extra detail to the error message.
Show description for 228510b
ehuss
committed
228510b
View commit details
Copy full SHA for 228510b
Browse repository at this point
lint-docs: Use strip-prefix to simplify.
ehuss
committed
a90fdfc
View commit details
Copy full SHA for a90fdfc
Browse repository at this point
Add -Z normalize-docs and enable it for compiler docs
jyn514
committed
95a6427
View commit details
Copy full SHA for 95a6427
Browse repository at this point
Commits on Nov 30, 2020
Make ui test that are run-pass and do not test the compiler itself library tests
CDirkx
committed
be554c4
View commit details
Copy full SHA for be554c4
Browse repository at this point
Add support for stable-const-since in docs on items (standalone or assoc)
CraftSpider
committed
ccbb0f5
View commit details
Copy full SHA for ccbb0f5
Browse repository at this point
update Miri
RalfJung
committed
4eb64c8
View commit details
Copy full SHA for 4eb64c8
Browse repository at this point
Update with status for various NetBSD ports.
Show description for 1c367c0
he32
committed
1c367c0
View commit details
Copy full SHA for 1c367c0
Browse repository at this point
Stop adding '*' at the end of type names for Ref and Slice when computing debug info for MSVC debuggers
nanguye
committed
36e6aa0
View commit details
Copy full SHA for 36e6aa0
Browse repository at this point
Add json backend
Show description for 36154e5
P1n3appl3
authored and
aDotInTheVoid
committed
36154e5
View commit details
Copy full SHA for 36154e5
Browse repository at this point
Add tests for rustdoc json
Show description for 35cc349
aDotInTheVoid
committed
35cc349
View commit details
Copy full SHA for 35cc349
Browse repository at this point
Address review comments.
Show description for 97011eb
aDotInTheVoid
committed
97011eb
View commit details
Copy full SHA for 97011eb
Browse repository at this point
Commits on Dec 1, 2020
Update books
ehuss
committed
9ba8d6e
View commit details
Copy full SHA for 9ba8d6e
Browse repository at this point
Rollup merge of #79038 - CDirkx:move-ui-tests, r=dtolnay
Show description for b1cb5b6
m-ou-se
authored
b1cb5b6
View commit details
Copy full SHA for b1cb5b6
Browse repository at this point
Rollup merge of #79184 - nanguye2496:nanguye2496/fix_slice_and_str_type_name, r=varkor
Show description for d43436d
m-ou-se
authored
d43436d
View commit details
Copy full SHA for d43436d
Browse repository at this point
Rollup merge of #79227 - sasurau4:test/move-cell-test-to-lib-core, r=jyn514
Show description for 2fffcce
m-ou-se
authored
2fffcce
View commit details
Copy full SHA for 2fffcce
Browse repository at this point
Rollup merge of #79444 - sasurau4:test/move-const-ip, r=matklad
Show description for fc91eec
m-ou-se
authored
fc91eec
View commit details
Copy full SHA for fc91eec
Browse repository at this point
Rollup merge of #79522 - ehuss:lint-check-validate, r=Mark-Simulacrum
Show description for 452eba5
m-ou-se
authored
452eba5
View commit details
Copy full SHA for 452eba5
Browse repository at this point
Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomez
Show description for 89f36d4
m-ou-se
authored
89f36d4
View commit details
Copy full SHA for 89f36d4
Browse repository at this point
Rollup merge of #79527 - jyn514:intra-doc-tests, r=Manishearth
Show description for d6c3d16
m-ou-se
authored
d6c3d16
View commit details
Copy full SHA for d6c3d16
Browse repository at this point
Rollup merge of #79539 - aDotInTheVoid:json-mvp, r=jyn514,GuillaumeGomez
Show description for f401e9e
m-ou-se
authored
f401e9e
View commit details
Copy full SHA for f401e9e
Browse repository at this point
Rollup merge of #79548 - CraftSpider:76998, r=jyn514
Show description for 5096e75
m-ou-se
authored
5096e75
View commit details
Copy full SHA for 5096e75
Browse repository at this point
Rollup merge of #79568 - RalfJung:miri, r=RalfJung
Show description for 608beaf
m-ou-se
authored
608beaf
View commit details
Copy full SHA for 608beaf
Browse repository at this point
Rollup merge of #79573 - he32:master, r=jonas-schievink
Show description for c050c3d
m-ou-se
authored
c050c3d
View commit details
Copy full SHA for c050c3d
Browse repository at this point
Rollup merge of #79583 - ehuss:update-books, r=ehuss
Show description for cd7aab7
m-ou-se
authored
cd7aab7
View commit details
Copy full SHA for cd7aab7
Browse repository at this point
You can’t perform that action at this time.