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 12 pull requests
- #49302
#49302
Closed
frewsxcv
wants to merge 49 commits into
rust-lang:master
rust-lang/rust:master
from
frewsxcv:rollup
frewsxcv/rust:rollup
Copy head branch name to clipboard
Conversation
Commits
49
(49)
Checks
Files changed
Closed
Rollup of 12 pull requests
#49302
frewsxcv
wants to merge 49 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 15, 2018
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
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
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
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
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
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
Add support to rustbuild for a 'rustc docs' component tarball
davidtwco
committed
178652a
View commit details
Copy full SHA for 178652a
Browse repository at this point
Configure the dist-x86_64-linux builder to produce compiler documentation
davidtwco
committed
1392179
View commit details
Copy full SHA for 1392179
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
Better diagnostics for '..' pattern fragment not in the last position
ordovicia
committed
25c5b03
View commit details
Copy full SHA for 25c5b03
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
Fix error annotations in test
ordovicia
committed
347b9d6
View commit details
Copy full SHA for 347b9d6
Browse repository at this point
Only generate documentation for local rustc crates.
davidtwco
committed
1b0e9f5
View commit details
Copy full SHA for 1b0e9f5
Browse repository at this point
Remove std/test documentation from compiler docs.
davidtwco
committed
73fa6d5
View commit details
Copy full SHA for 73fa6d5
Browse repository at this point
Commits on Mar 23, 2018
Rollup merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton
Show description for f78405d
frewsxcv
authored
f78405d
View commit details
Copy full SHA for f78405d
Browse repository at this point
Rollup merge of #49035 - klnusbaum:49001_epoch, r=Manishearth
Show description for 8b41a59
frewsxcv
authored
8b41a59
View commit details
Copy full SHA for 8b41a59
Browse repository at this point
Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister
Show description for 0616e86
frewsxcv
authored
0616e86
View commit details
Copy full SHA for 0616e86
Browse repository at this point
Rollup merge of #49064 - QuietMisdreavus:piercing-the-veil, r=GuillaumeGomez
Show description for db65b0c
frewsxcv
authored
db65b0c
View commit details
Copy full SHA for db65b0c
Browse repository at this point
Rollup merge of #49102 - glandium:decimal, r=aturon
Show description for a662d20
frewsxcv
authored
a662d20
View commit details
Copy full SHA for a662d20
Browse repository at this point
Rollup merge of #49160 - estebank:issue-47457-missing-fields, r=oli-obk
Show description for c783019
frewsxcv
authored
c783019
View commit details
Copy full SHA for c783019
Browse repository at this point
Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis
Show description for dcf27e9
frewsxcv
authored
dcf27e9
View commit details
Copy full SHA for dcf27e9
Browse repository at this point
Rollup merge of #49169 - sanxiyn:doc-only, r=aturon
Show description for 6f29269
frewsxcv
authored
6f29269
View commit details
Copy full SHA for 6f29269
Browse repository at this point
Rollup merge of #49193 - davidtwco:issue-29893, r=alexcrichton
Show description for 1247bef
frewsxcv
authored
1247bef
View commit details
Copy full SHA for 1247bef
Browse repository at this point
Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebank
Show description for 759ebda
frewsxcv
authored
759ebda
View commit details
Copy full SHA for 759ebda
Browse repository at this point
Rollup merge of #49268 - ordovicia:dotdot-pattern-diag, r=petrochenkov
Show description for 9e0d0ff
frewsxcv
authored
9e0d0ff
View commit details
Copy full SHA for 9e0d0ff
Browse repository at this point
Rollup merge of #49272 - semarie:cat-and-grep-gnu, r=alexcrichton
Show description for cb1ffc7
frewsxcv
authored
cb1ffc7
View commit details
Copy full SHA for cb1ffc7
Browse repository at this point
You can’t perform that action at this time.