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.3k
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 10 pull requests
- #88605
#88605
Closed
m-ou-se
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-u6qo3ox
m-ou-se/rust:rollup-u6qo3ox
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Closed
Rollup of 10 pull requests
#88605
m-ou-se
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-u6qo3ox
m-ou-se/rust:rollup-u6qo3ox
Copy head branch name to clipboard
Commits
Commits on Aug 21, 2021
Add an example for deriving PartialOrd on enums
Show description for 003a636
azdavis
committed
003a636
View commit details
Copy full SHA for 003a636
Browse repository at this point
Commits on Aug 27, 2021
Path remapping: Make behavior of diagnostics output dependent on presence of --remap-path-prefix.
michaelwoerister
committed
af1b65c
View commit details
Copy full SHA for af1b65c
Browse repository at this point
Add test for showing remapped path in diagnostics
cbeuw
authored and
michaelwoerister
committed
8436fe1
View commit details
Copy full SHA for 8436fe1
Browse repository at this point
Fix remap-path-prefix UI test case.
michaelwoerister
committed
c296c89
View commit details
Copy full SHA for c296c89
Browse repository at this point
Point at unclosed delimiters as part of the primary MultiSpan
Show description for c6d800d
estebank
committed
c6d800d
View commit details
Copy full SHA for c6d800d
Browse repository at this point
Commits on Aug 30, 2021
:arrow_up: rust-analyzer
lnicola
committed
4cdfa5b
View commit details
Copy full SHA for 4cdfa5b
Browse repository at this point
Fix LLVM libunwind build for non-musl targets
Show description for 446c429
Jethro Beekman
committed
446c429
View commit details
Copy full SHA for 446c429
Browse repository at this point
Add regression test for a spurious import
athei
committed
14cbb4b
View commit details
Copy full SHA for 14cbb4b
Browse repository at this point
sunos systems add sanitizer supported.
devnexen
committed
8539a3c
View commit details
Copy full SHA for 8539a3c
Browse repository at this point
Commits on Sep 1, 2021
cleanup const generics FIXME
lcnr
committed
fc2a265
View commit details
Copy full SHA for fc2a265
Browse repository at this point
update FIXME
lcnr
committed
7207194
View commit details
Copy full SHA for 7207194
Browse repository at this point
use the correct feature gate
Show description for d18ff40
lcnr
and
BoxyUwU
authored
d18ff40
View commit details
Copy full SHA for d18ff40
Browse repository at this point
Commits on Sep 2, 2021
remove redundant / misplaced sentence from docs
ast-ral
committed
9da8e2a
View commit details
Copy full SHA for 9da8e2a
Browse repository at this point
expand: Treat more macro calls as statement macro calls
petrochenkov
committed
9940758
View commit details
Copy full SHA for 9940758
Browse repository at this point
Rollup merge of #88202 - azdavis:master, r=jyn514
Show description for d1a2028
m-ou-se
authored
d1a2028
View commit details
Copy full SHA for d1a2028
Browse repository at this point
Rollup merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank
Show description for f51a4f1
m-ou-se
authored
f51a4f1
View commit details
Copy full SHA for f51a4f1
Browse repository at this point
Rollup merge of #88386 - estebank:unmatched-delims, r=jackh726
Show description for e64842a
m-ou-se
authored
e64842a
View commit details
Copy full SHA for e64842a
Browse repository at this point
Rollup merge of #88428 - petrochenkov:stmtid, r=Aaron1011
Show description for 4580257
m-ou-se
authored
4580257
View commit details
Copy full SHA for 4580257
Browse repository at this point
Rollup merge of #88454 - devnexen:sunos_asan, r=wesleywiser
Show description for 731d577
m-ou-se
authored
731d577
View commit details
Copy full SHA for 731d577
Browse repository at this point
Rollup merge of #88478 - lnicola:rust-analyzer-2021-08-30, r=lnicola
Show description for 3f72532
m-ou-se
authored
3f72532
View commit details
Copy full SHA for 3f72532
Browse repository at this point
Rollup merge of #88482 - athei:add-import-test, r=the8472
Show description for 7e2d0e1
m-ou-se
authored
7e2d0e1
View commit details
Copy full SHA for 7e2d0e1
Browse repository at this point
Rollup merge of #88483 - jethrogb:jb/llvm-libunwind-self-contained, r=petrochenkov
Show description for 89ae98f
m-ou-se
authored
89ae98f
View commit details
Copy full SHA for 89ae98f
Browse repository at this point
Rollup merge of #88557 - lcnr:const-generics-cleanup, r=BoxyUwU
Show description for d4d3f41
m-ou-se
authored
d4d3f41
View commit details
Copy full SHA for d4d3f41
Browse repository at this point
Rollup merge of #88579 - ast-ral:master, r=m-ou-se
Show description for 3556f8b
m-ou-se
authored
3556f8b
View commit details
Copy full SHA for 3556f8b
Browse repository at this point
You can’t perform that action at this time.