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
More distinctive pretty-printing of function item types
- #99927
#99927
Closed
steffahn
wants to merge 15 commits into
rust-lang:master
rust-lang/rust:master
from
steffahn:distinctive_function_item_types_printing
steffahn/rust:distinctive_function_item_types_printing
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Closed
More distinctive pretty-printing of function item types
#99927
steffahn
wants to merge 15 commits into
rust-lang:master
rust-lang/rust:master
from
steffahn:distinctive_function_item_types_printing
steffahn/rust:distinctive_function_item_types_printing
Copy head branch name to clipboard
Commits
Commits on Jul 29, 2022
Change the way fn-item types are displayed: make them easier to distinguish from fn pointers.
steffahn
committed
c7470de
View commit details
Copy full SHA for c7470de
Browse repository at this point
Update error messages in UI tests
steffahn
committed
b423eb9
View commit details
Copy full SHA for b423eb9
Browse repository at this point
Bless changes in UI test output
steffahn
committed
25fbf98
View commit details
Copy full SHA for 25fbf98
Browse repository at this point
Bless changes in Pretty test output
steffahn
committed
15c5afd
View commit details
Copy full SHA for 15c5afd
Browse repository at this point
Bless more test output changes
steffahn
committed
3b0695e
View commit details
Copy full SHA for 3b0695e
Browse repository at this point
Update error messages in codegen-units tests
steffahn
committed
05a7131
View commit details
Copy full SHA for 05a7131
Browse repository at this point
Commits on Jul 30, 2022
Manually bless mir-opt 32bit output changes, from CI
steffahn
committed
7ce3e43
View commit details
Copy full SHA for 7ce3e43
Browse repository at this point
More descriptive type for tuple constructors
steffahn
committed
65eb340
View commit details
Copy full SHA for 65eb340
Browse repository at this point
Highlight more differences between fn pointer and fn item and constructor
steffahn
committed
cb0db7f
View commit details
Copy full SHA for cb0db7f
Browse repository at this point
Commits on Aug 2, 2022
Fix missing `DefKind::AssocFn` handling
steffahn
committed
369b968
View commit details
Copy full SHA for 369b968
Browse repository at this point
Update error messages in UI tests
steffahn
committed
e482d93
View commit details
Copy full SHA for e482d93
Browse repository at this point
Bless changes in UI test output
steffahn
committed
ec83099
View commit details
Copy full SHA for ec83099
Browse repository at this point
Slight highlighting adjustment
steffahn
committed
4c95bb8
View commit details
Copy full SHA for 4c95bb8
Browse repository at this point
Add a test for color output of the updated highlighting logic
steffahn
committed
9988510
View commit details
Copy full SHA for 9988510
Browse repository at this point
Revert/remove the (incomplete) logic for highlighting the parentheses of fn signatures in specific cases
steffahn
committed
2795998
View commit details
Copy full SHA for 2795998
Browse repository at this point
You can’t perform that action at this time.