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.9k
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
- #67043
#67043
Closed
JohnTitor
wants to merge 39 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-085thkp
JohnTitor/rust:rollup-085thkp
Copy head branch name to clipboard
Conversation
Commits
39
(39)
Checks
Files changed
Closed
Rollup of 13 pull requests
#67043
JohnTitor
wants to merge 39 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-085thkp
JohnTitor/rust:rollup-085thkp
Copy head branch name to clipboard
Commits
Commits on Nov 14, 2019
Improve comments about NodeStates.
Show description for 5a9b704
nnethercote
committed
5a9b704
View commit details
Copy full SHA for 5a9b704
Browse repository at this point
Give two functions clearer names.
nnethercote
committed
c45fc6b
View commit details
Copy full SHA for c45fc6b
Browse repository at this point
Commits on Nov 25, 2019
remove dependency from libhermit
Show description for c874789
stlankes
committed
c874789
View commit details
Copy full SHA for c874789
Browse repository at this point
Commits on Nov 30, 2019
Small error codes explanation cleanup (E0092, E0093 and E0094)
GuillaumeGomez
committed
481b18a
View commit details
Copy full SHA for 481b18a
Browse repository at this point
Commits on Dec 1, 2019
Add support for RISC-V 64-bit GNU/Linux
msizanoen1
committed
e4b2cb8
View commit details
Copy full SHA for e4b2cb8
Browse repository at this point
Update libc
msizanoen1
committed
930a0a2
View commit details
Copy full SHA for 930a0a2
Browse repository at this point
Commits on Dec 2, 2019
Add missing check
GuillaumeGomez
committed
5748b4c
View commit details
Copy full SHA for 5748b4c
Browse repository at this point
Remove minification on search-index.js file
GuillaumeGomez
committed
35ba58f
View commit details
Copy full SHA for 35ba58f
Browse repository at this point
minify theme.js as well
GuillaumeGomez
committed
852079f
View commit details
Copy full SHA for 852079f
Browse repository at this point
Use Module::print() instead of a PrintModulePass
Show description for 85df207
Victor Ding
committed
85df207
View commit details
Copy full SHA for 85df207
Browse repository at this point
Add missing backline
GuillaumeGomez
committed
2d0f0ca
View commit details
Copy full SHA for 2d0f0ca
Browse repository at this point
Commits on Dec 3, 2019
Add long error for E0631 and update ui tests.
reese
committed
7693bb9
View commit details
Copy full SHA for 7693bb9
Browse repository at this point
Use simpler code example for E0631 long error.
reese
committed
26a1ba8
View commit details
Copy full SHA for 26a1ba8
Browse repository at this point
Tweak wording of `collect()` on bad target type
estebank
committed
3091b82
View commit details
Copy full SHA for 3091b82
Browse repository at this point
Update missed test.
reese
committed
911b7d6
View commit details
Copy full SHA for 911b7d6
Browse repository at this point
clean up E0107 error explanation
GuillaumeGomez
committed
c911bb1
View commit details
Copy full SHA for c911bb1
Browse repository at this point
Commits on Dec 4, 2019
capitalize Rust
Andrew Banchich
authored
1fa948f
View commit details
Copy full SHA for 1fa948f
Browse repository at this point
Accurately portray raw identifiers in error messages
Show description for f6b435d
estebank
committed
f6b435d
View commit details
Copy full SHA for f6b435d
Browse repository at this point
Include a span in more `expected...found` notes
Show description for 168e35d
Aaron1011
committed
168e35d
View commit details
Copy full SHA for 168e35d
Browse repository at this point
review comments: move test
estebank
committed
b5ad0cb
View commit details
Copy full SHA for b5ad0cb
Browse repository at this point
Account for raw idents in module file finding
estebank
committed
0103308
View commit details
Copy full SHA for 0103308
Browse repository at this point
Clean up E0116 error code long explanation
GuillaumeGomez
committed
c2ce7dd
View commit details
Copy full SHA for c2ce7dd
Browse repository at this point
Clean up E0117 error code long explanation
GuillaumeGomez
committed
1e5450d
View commit details
Copy full SHA for 1e5450d
Browse repository at this point
Clean up E0118 error code long explanation
GuillaumeGomez
committed
9eaea4d
View commit details
Copy full SHA for 9eaea4d
Browse repository at this point
some error codes long explanation
GuillaumeGomez
committed
ae753a5
View commit details
Copy full SHA for ae753a5
Browse repository at this point
Fix docs for formatting delegations
elichai
committed
8be7223
View commit details
Copy full SHA for 8be7223
Browse repository at this point
Commits on Dec 5, 2019
Rollup merge of #66405 - nnethercote:tweak-ObligForest-NodeStates, r=nikomatsakis
Show description for 3844ecb
JohnTitor
authored
3844ecb
View commit details
Copy full SHA for 3844ecb
Browse repository at this point
Rollup merge of #66730 - hermitcore:master, r=alexcrichton
Show description for 3799a3f
JohnTitor
authored
3799a3f
View commit details
Copy full SHA for 3799a3f
Browse repository at this point
Rollup merge of #66764 - estebank:reword-bad-collect, r=alexcrichton
Show description for b4e4707
JohnTitor
authored
b4e4707
View commit details
Copy full SHA for b4e4707
Browse repository at this point
Rollup merge of #66828 - GuillaumeGomez:less-minification, r=kinnison
Show description for ac97356
JohnTitor
authored
ac97356
View commit details
Copy full SHA for ac97356
Browse repository at this point
Rollup merge of #66899 - msizanoen1:riscv-std, r=alexcrichton
Show description for d4b923a
JohnTitor
authored
d4b923a
View commit details
Copy full SHA for d4b923a
Browse repository at this point
Rollup merge of #66900 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPC
Show description for 0559618
JohnTitor
authored
0559618
View commit details
Copy full SHA for 0559618
Browse repository at this point
Rollup merge of #66952 - 0dvictor:print, r=rkruppe
Show description for efcca89
JohnTitor
authored
efcca89
View commit details
Copy full SHA for efcca89
Browse repository at this point
Rollup merge of #66979 - reese:E0631-long-error, r=GuillaumeGomez
Show description for da1b26f
JohnTitor
authored
da1b26f
View commit details
Copy full SHA for da1b26f
Browse repository at this point
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
Show description for 7291c76
JohnTitor
authored
7291c76
View commit details
Copy full SHA for 7291c76
Browse repository at this point
Rollup merge of #67010 - estebank:raw-idents, r=Centril
Show description for 2750309
JohnTitor
authored
2750309
View commit details
Copy full SHA for 2750309
Browse repository at this point
Rollup merge of #67011 - Aaron1011:fix/expected-found-span, r=Dylan-DPC
Show description for 5dcefce
JohnTitor
authored
5dcefce
View commit details
Copy full SHA for 5dcefce
Browse repository at this point
Rollup merge of #67017 - GuillaumeGomez:long-err-explanations-2, r=Dylan-DPC
Show description for ae38687
JohnTitor
authored
ae38687
View commit details
Copy full SHA for ae38687
Browse repository at this point
Rollup merge of #67021 - elichai:2019-12-fmt, r=QuietMisdreavus
Show description for 18fe87b
JohnTitor
authored
18fe87b
View commit details
Copy full SHA for 18fe87b
Browse repository at this point
You can’t perform that action at this time.