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
16k
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 13 pull requests
- #66356
#66356
Closed
JohnTitor
wants to merge 37 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-1mh7jsr
JohnTitor/rust:rollup-1mh7jsr
Copy head branch name to clipboard
Conversation
Commits
37
(37)
Checks
Files changed
Closed
Rollup of 13 pull requests
#66356
JohnTitor
wants to merge 37 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-1mh7jsr
JohnTitor/rust:rollup-1mh7jsr
Copy head branch name to clipboard
Commits
Commits on Nov 4, 2019
Fix documentation for `Iterator::count()`.
ArturKovacs
committed
7550b61
View commit details
Copy full SHA for 7550b61
Browse repository at this point
Fixed trailing whitespace.
ArturKovacs
committed
6ce3e1d
View commit details
Copy full SHA for 6ce3e1d
Browse repository at this point
Improve wording in the documentation of `Iterator::count()`.
ArturKovacs
committed
23be25c
View commit details
Copy full SHA for 23be25c
Browse repository at this point
Commits on Nov 6, 2019
rename cfg(rustdoc) into cfg(doc)
GuillaumeGomez
committed
0282c27
View commit details
Copy full SHA for 0282c27
Browse repository at this point
Commits on Nov 8, 2019
docs: Fix link to BufWriter::flush
Show description for 413ab57
bryanburgers
committed
413ab57
View commit details
Copy full SHA for 413ab57
Browse repository at this point
Commits on Nov 10, 2019
download .tar.xz if python3 is used
Guanqun Lu
committed
8d56bcc
View commit details
Copy full SHA for 8d56bcc
Browse repository at this point
Commits on Nov 11, 2019
bootstrap: don't call support_xz in hot-path
Guanqun Lu
committed
0019371
View commit details
Copy full SHA for 0019371
Browse repository at this point
Add a callback that allows compiler consumers to override queries.
vakaras
committed
f9f5a88
View commit details
Copy full SHA for f9f5a88
Browse repository at this point
Move injected_panic_runtime to CrateStore
Show description for e1cf38a
Mark-Simulacrum
committed
e1cf38a
View commit details
Copy full SHA for e1cf38a
Browse repository at this point
Move allocator_kind to CrateStore
Show description for 2c6d609
Mark-Simulacrum
committed
2c6d609
View commit details
Copy full SHA for 2c6d609
Browse repository at this point
Use a relative bindir for rustdoc to find rustc
Show description for 1aee3e4
cuviper
committed
1aee3e4
View commit details
Copy full SHA for 1aee3e4
Browse repository at this point
Commits on Nov 12, 2019
[mir-opt] Turn on the `ConstProp` pass by default
Show description for db5fc10
wesleywiser
committed
db5fc10
View commit details
Copy full SHA for db5fc10
Browse repository at this point
add Result::map_or
tesuji
committed
e8f3a9f
View commit details
Copy full SHA for e8f3a9f
Browse repository at this point
Match constructor first in Constructor methods
Show description for eb99c73
Nadrieril
committed
eb99c73
View commit details
Copy full SHA for eb99c73
Browse repository at this point
Introduce Constructor::NonExhaustive
Show description for 357d53c
Nadrieril
committed
357d53c
View commit details
Copy full SHA for 357d53c
Browse repository at this point
Move NonExhaustive checks to the relevant match branches
Nadrieril
committed
e398d89
View commit details
Copy full SHA for e398d89
Browse repository at this point
Add test for issue-30904
JohnTitor
committed
ec45882
View commit details
Copy full SHA for ec45882
Browse repository at this point
Add test for issue-40231
JohnTitor
committed
bae9832
View commit details
Copy full SHA for bae9832
Browse repository at this point
Add test for issue-52432
JohnTitor
committed
412f000
View commit details
Copy full SHA for 412f000
Browse repository at this point
Add test for issue-63279
JohnTitor
committed
74d45af
View commit details
Copy full SHA for 74d45af
Browse repository at this point
Fallback to the unmodified path in bindir_relative
cuviper
committed
bfa5e5f
View commit details
Copy full SHA for bfa5e5f
Browse repository at this point
Move self-profile infrastructure to data structures
Show description for f696b21
Mark-Simulacrum
committed
f696b21
View commit details
Copy full SHA for f696b21
Browse repository at this point
Remove dead code for encoding/decoding lint IDs
Show description for 8c29b74
Mark-Simulacrum
committed
8c29b74
View commit details
Copy full SHA for 8c29b74
Browse repository at this point
Register queries with self profiler in rustc_interface
Mark-Simulacrum
committed
2fd5454
View commit details
Copy full SHA for 2fd5454
Browse repository at this point
Commits on Nov 13, 2019
Rollup merge of #65932 - guanqun:download-xz, r=alexcrichton
Show description for ec5e74f
JohnTitor
authored
ec5e74f
View commit details
Copy full SHA for ec5e74f
Browse repository at this point
Rollup merge of #66074 - wesleywiser:test_run_const_prop, r=oli-obk
Show description for f1b0974
JohnTitor
authored
f1b0974
View commit details
Copy full SHA for f1b0974
Browse repository at this point
Rollup merge of #66094 - ArturKovacs:fix-count-doc, r=Dylan-DPC
Show description for 5b21f9e
JohnTitor
authored
5b21f9e
View commit details
Copy full SHA for 5b21f9e
Browse repository at this point
Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus
Show description for a45983c
JohnTitor
authored
a45983c
View commit details
Copy full SHA for a45983c
Browse repository at this point
Rollup merge of #66227 - bryanburgers:bufwriter-docs-fix-flush-link, r=Dylan-DPC
Show description for 53a83e7
JohnTitor
authored
53a83e7
View commit details
Copy full SHA for 53a83e7
Browse repository at this point
Rollup merge of #66292 - lzutao:result-map_or, r=SimonSapin
Show description for 64e8cfa
JohnTitor
authored
64e8cfa
View commit details
Copy full SHA for 64e8cfa
Browse repository at this point
Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk
Show description for 57e0220
JohnTitor
authored
57e0220
View commit details
Copy full SHA for 57e0220
Browse repository at this point
Rollup merge of #66317 - cuviper:bindir_relative, r=Mark-Simulacrum
Show description for 15d0c31
JohnTitor
authored
15d0c31
View commit details
Copy full SHA for 15d0c31
Browse repository at this point
Rollup merge of #66330 - Nadrieril:nonexhaustive-constructor, r=varkor
Show description for 7567b52
JohnTitor
authored
7567b52
View commit details
Copy full SHA for 7567b52
Browse repository at this point
Rollup merge of #66331 - JohnTitor:add-tests, r=Centril
Show description for b1b794f
JohnTitor
authored
b1b794f
View commit details
Copy full SHA for b1b794f
Browse repository at this point
Rollup merge of #66334 - Mark-Simulacrum:sess-cstore, r=petrochenkov
Show description for a36fdf8
JohnTitor
authored
a36fdf8
View commit details
Copy full SHA for a36fdf8
Browse repository at this point
Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoerister
Show description for d25bc6c
JohnTitor
authored
d25bc6c
View commit details
Copy full SHA for d25bc6c
Browse repository at this point
Rollup merge of #66337 - Mark-Simulacrum:no-decode-lint-id, r=Dylan-DPC
Show description for 6302a35
JohnTitor
authored
6302a35
View commit details
Copy full SHA for 6302a35
Browse repository at this point
You can’t perform that action at this time.