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.2k
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
- #49306
#49306
Closed
frewsxcv
wants to merge 73 commits into
rust-lang:master
rust-lang/rust:master
from
frewsxcv:rollup
frewsxcv/rust:rollup
Copy head branch name to clipboard
Conversation
Commits
73
(73)
Checks
Files changed
Closed
Rollup of 13 pull requests
#49306
frewsxcv
wants to merge 73 commits into
rust-lang:master
rust-lang/rust:master
from
frewsxcv:rollup
frewsxcv/rust:rollup
Copy head branch name to clipboard
Commits
Commits on Mar 12, 2018
add page to the Rustdoc Book about unstable features
QuietMisdreavus
committed
c685b57
View commit details
Copy full SHA for c685b57
Browse repository at this point
talk about error numbers for compile_fail doctests
QuietMisdreavus
committed
373b2cd
View commit details
Copy full SHA for 373b2cd
Browse repository at this point
Commits on Mar 13, 2018
talk about intra-links
QuietMisdreavus
committed
30adb53
View commit details
Copy full SHA for 30adb53
Browse repository at this point
Commits on Mar 14, 2018
talk about doc(cfg)
QuietMisdreavus
committed
0f96e14
View commit details
Copy full SHA for 0f96e14
Browse repository at this point
talk about doc(spotlight)
QuietMisdreavus
committed
23a1da4
View commit details
Copy full SHA for 23a1da4
Browse repository at this point
talk about doc(masked)
QuietMisdreavus
committed
82bd146
View commit details
Copy full SHA for 82bd146
Browse repository at this point
talk about doc(include)
QuietMisdreavus
committed
067553d
View commit details
Copy full SHA for 067553d
Browse repository at this point
add headings to categorize the features
QuietMisdreavus
committed
3d90b4d
View commit details
Copy full SHA for 3d90b4d
Browse repository at this point
Commits on Mar 15, 2018
fix link
QuietMisdreavus
committed
c24a58c
View commit details
Copy full SHA for c24a58c
Browse repository at this point
add new section about CLI flags
QuietMisdreavus
committed
43ed377
View commit details
Copy full SHA for 43ed377
Browse repository at this point
talk about --markdown-(before|after)-content
QuietMisdreavus
committed
bb32823
View commit details
Copy full SHA for bb32823
Browse repository at this point
talk about --playground-url
QuietMisdreavus
committed
5d8443a
View commit details
Copy full SHA for 5d8443a
Browse repository at this point
suppress the default allow(unused) under --display-warnings
QuietMisdreavus
committed
261efb6
View commit details
Copy full SHA for 261efb6
Browse repository at this point
Commits on Mar 16, 2018
Add OnDrop
Zoxc
committed
683ad94
View commit details
Copy full SHA for 683ad94
Browse repository at this point
Replace Rc with Lrc
Zoxc
committed
3b43dcb
View commit details
Copy full SHA for 3b43dcb
Browse repository at this point
Always print `aborting due to n previous error(s)` and only print it once for multi-threaded code
Zoxc
committed
910bf84
View commit details
Copy full SHA for 910bf84
Browse repository at this point
Update tests
Zoxc
committed
b1d872b
View commit details
Copy full SHA for b1d872b
Browse repository at this point
talk about --crate-version
QuietMisdreavus
committed
f9d3845
View commit details
Copy full SHA for f9d3845
Browse repository at this point
talk about --linker
QuietMisdreavus
committed
33ed787
View commit details
Copy full SHA for 33ed787
Browse repository at this point
talk about --sort-modules-by-appearance
QuietMisdreavus
committed
cc4f97e
View commit details
Copy full SHA for cc4f97e
Browse repository at this point
talk about --themes and --theme-checker
QuietMisdreavus
committed
6b29060
View commit details
Copy full SHA for 6b29060
Browse repository at this point
talk about --resource-suffix
QuietMisdreavus
committed
b5ab5ce
View commit details
Copy full SHA for b5ab5ce
Browse repository at this point
Commits on Mar 17, 2018
Remove core::fmt::num::Decimal
Show description for 9e62681
glandium
committed
9e62681
View commit details
Copy full SHA for 9e62681
Browse repository at this point
Add 12 num::NonZero* types for each primitive integer
Show description for f40877f
SimonSapin
committed
f40877f
View commit details
Copy full SHA for f40877f
Browse repository at this point
Use NonNull<_> instead of NonZero<*const _> in btree internals
SimonSapin
committed
2d13ddb
View commit details
Copy full SHA for 2d13ddb
Browse repository at this point
Use num::NonZero* instead of NonZero<_> in rustc and tests
SimonSapin
committed
67f46ce
View commit details
Copy full SHA for 67f46ce
Browse repository at this point
Deprecate core::nonzero in favor of ptr::NonNull and num::NonZero*
SimonSapin
committed
22f7a02
View commit details
Copy full SHA for 22f7a02
Browse repository at this point
Stop using deprecated NonZero APIs
Show description for 6d682c9
SimonSapin
committed
6d682c9
View commit details
Copy full SHA for 6d682c9
Browse repository at this point
Test NonZero in a const item in a pattern.
Show description for 7cf1f18
SimonSapin
committed
7cf1f18
View commit details
Copy full SHA for 7cf1f18
Browse repository at this point
Remove deprecated unstable ptr::Shared type alias.
Show description for 73c0537
SimonSapin
committed
73c0537
View commit details
Copy full SHA for 73c0537
Browse repository at this point
Commits on Mar 18, 2018
rustc_driver: get rid of extra thread on Unix
ishitatsuyuki
committed
e85c922
View commit details
Copy full SHA for e85c922
Browse repository at this point
rustc_driver: get rid of extra thread on Windows
ishitatsuyuki
committed
1bb89f1
View commit details
Copy full SHA for 1bb89f1
Browse repository at this point
num::NonZero* types now have their own tracking issue: #49137
Show description for a23f685
SimonSapin
committed
a23f685
View commit details
Copy full SHA for a23f685
Browse repository at this point
Commits on Mar 19, 2018
Address review comments
ishitatsuyuki
committed
a185b56
View commit details
Copy full SHA for a185b56
Browse repository at this point
Split out termination_trait_test feature gate
tmandry
committed
c5c650d
View commit details
Copy full SHA for c5c650d
Browse repository at this point
Reduce the diagnostic span when multiple fields are missing in pattern
estebank
committed
685c3c1
View commit details
Copy full SHA for 685c3c1
Browse repository at this point
Stabilize termination_trait
Show description for 97b3bf9
tmandry
committed
97b3bf9
View commit details
Copy full SHA for 97b3bf9
Browse repository at this point
Stabilize termination_trait in 1.25, not 1.26
tmandry
committed
e5a55e7
View commit details
Copy full SHA for e5a55e7
Browse repository at this point
Document only-X test header
sanxiyn
committed
8236e43
View commit details
Copy full SHA for 8236e43
Browse repository at this point
Single diagnostic for all non-mentioned fields in a pattern
estebank
committed
f332a9c
View commit details
Copy full SHA for f332a9c
Browse repository at this point
Commits on Mar 20, 2018
Reduce diagnostic verbosity by removing labels
estebank
committed
062a46f
View commit details
Copy full SHA for 062a46f
Browse repository at this point
Match against friendly error message
tmandry
committed
be29e52
View commit details
Copy full SHA for be29e52
Browse repository at this point
diagnostics: Remove main return type errors from E0580
tmandry
committed
5ccf3ff
View commit details
Copy full SHA for 5ccf3ff
Browse repository at this point
Reinit the stack guard on unexpected failure
ishitatsuyuki
committed
8c8a72f
View commit details
Copy full SHA for 8c8a72f
Browse repository at this point
Refactor the stack addr aligning code into a function
ishitatsuyuki
committed
2928c7a
View commit details
Copy full SHA for 2928c7a
Browse repository at this point
Remove outdated comment
oli-obk
committed
df76629
View commit details
Copy full SHA for df76629
Browse repository at this point
talk about --display-warnings
QuietMisdreavus
committed
5e93394
View commit details
Copy full SHA for 5e93394
Browse repository at this point
talk about force-unstable-if-unmarked
QuietMisdreavus
committed
83e9f39
View commit details
Copy full SHA for 83e9f39
Browse repository at this point
rename epoch to edition
klnusbaum
committed
3c8d555
View commit details
Copy full SHA for 3c8d555
Browse repository at this point
change all appropriate EPOCH to EDITION
klnusbaum
committed
11f1406
View commit details
Copy full SHA for 11f1406
Browse repository at this point
typeck: Report main return type errors on return type span
tmandry
committed
72334fe
View commit details
Copy full SHA for 72334fe
Browse repository at this point
Commits on Mar 21, 2018
Revert "Stabilize termination_trait in 1.25, not 1.26"
Show description for 1937661
tmandry
committed
1937661
View commit details
Copy full SHA for 1937661
Browse repository at this point
termination_trait: Add () example to error message
tmandry
committed
94bdeb6
View commit details
Copy full SHA for 94bdeb6
Browse repository at this point
Use NOTE instead of error-pattern directive
tmandry
committed
2cdc7af
View commit details
Copy full SHA for 2cdc7af
Browse repository at this point
Cargo fmt libtest
topecongiro
committed
75dcc61
View commit details
Copy full SHA for 75dcc61
Browse repository at this point
review comments
QuietMisdreavus
committed
b996f9d
View commit details
Copy full SHA for b996f9d
Browse repository at this point
termination_trait: Put examples in error help, not label
tmandry
committed
b6934c9
View commit details
Copy full SHA for b6934c9
Browse repository at this point
Commits on Mar 22, 2018
termination_trait: Make error message more helpful
tmandry
committed
2b13d95
View commit details
Copy full SHA for 2b13d95
Browse repository at this point
Produce nice array lengths on a best effort basis
oli-obk
committed
b48a26c
View commit details
Copy full SHA for b48a26c
Browse repository at this point
Use GNU version of fgrep/egrep tool if available
Show description for de1c929
semarie
committed
de1c929
View commit details
Copy full SHA for de1c929
Browse repository at this point
Commits on Mar 23, 2018
Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus
Show description for a803046
frewsxcv
authored
a803046
View commit details
Copy full SHA for a803046
Browse repository at this point
Rollup merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton
Show description for 2ae8ffb
frewsxcv
authored
2ae8ffb
View commit details
Copy full SHA for 2ae8ffb
Browse repository at this point
Rollup merge of #49028 - QuietMisdreavus:the-dark-forbidden-corners-of-rustdoc, r=frewsxcv
Show description for 832271f
frewsxcv
authored
832271f
View commit details
Copy full SHA for 832271f
Browse repository at this point
Rollup merge of #49035 - klnusbaum:49001_epoch, r=Manishearth
Show description for c2dbfa6
frewsxcv
authored
c2dbfa6
View commit details
Copy full SHA for c2dbfa6
Browse repository at this point
Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister
Show description for a10dd4d
frewsxcv
authored
a10dd4d
View commit details
Copy full SHA for a10dd4d
Browse repository at this point
Rollup merge of #49064 - QuietMisdreavus:piercing-the-veil, r=GuillaumeGomez
Show description for 79224ae
frewsxcv
authored
79224ae
View commit details
Copy full SHA for 79224ae
Browse repository at this point
Rollup merge of #49102 - glandium:decimal, r=aturon
Show description for e3e28cd
frewsxcv
authored
e3e28cd
View commit details
Copy full SHA for e3e28cd
Browse repository at this point
Rollup merge of #49160 - estebank:issue-47457-missing-fields, r=oli-obk
Show description for f3fdc53
frewsxcv
authored
f3fdc53
View commit details
Copy full SHA for f3fdc53
Browse repository at this point
Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis
Show description for 31462b8
frewsxcv
authored
31462b8
View commit details
Copy full SHA for 31462b8
Browse repository at this point
Rollup merge of #49169 - sanxiyn:doc-only, r=aturon
Show description for e0274d6
frewsxcv
authored
e0274d6
View commit details
Copy full SHA for e0274d6
Browse repository at this point
Rollup merge of #49235 - topecongiro:run-rustfmt/libtest, r=nrc
Show description for 003a135
frewsxcv
authored
003a135
View commit details
Copy full SHA for 003a135
Browse repository at this point
Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebank
Show description for 7936d7d
frewsxcv
authored
7936d7d
View commit details
Copy full SHA for 7936d7d
Browse repository at this point
Rollup merge of #49272 - semarie:cat-and-grep-gnu, r=alexcrichton
Show description for bd57bb8
frewsxcv
authored
bd57bb8
View commit details
Copy full SHA for bd57bb8
Browse repository at this point
You can’t perform that action at this time.