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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
log
Public
Notifications
You must be signed in to change notification settings
Fork
287
Star
2.5k
Code
Issues
15
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Rework structured value casting
- #396
#396
Merged
KodrAus
merged 24 commits into
rust-lang:master
rust-lang/log:master
from
KodrAus:fix/value-casting
KodrAus/log:fix/value-casting
Copy head branch name to clipboard
Aug 3, 2020
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Rework structured value casting
#396
KodrAus
merged 24 commits into
rust-lang:master
rust-lang/log:master
from
KodrAus:fix/value-casting
KodrAus/log:fix/value-casting
Copy head branch name to clipboard
Commits
Commits on May 22, 2020
capture primitives in from_debug and from_display calls
Show description for 0459fd0
KodrAus
committed
0459fd0
View commit details
Copy full SHA for 0459fd0
Browse repository at this point
experiment with different strategies for lookups
KodrAus
committed
be90b6e
View commit details
Copy full SHA for be90b6e
Browse repository at this point
wire up build-time type id sorting
KodrAus
committed
ef5778b
View commit details
Copy full SHA for ef5778b
Browse repository at this point
refactor type id generation to encapsulate details
KodrAus
committed
75211b5
View commit details
Copy full SHA for 75211b5
Browse repository at this point
remove dead code
KodrAus
committed
dac6e30
View commit details
Copy full SHA for dac6e30
Browse repository at this point
Commits on May 26, 2020
refactor casting a bit and fix sval
KodrAus
committed
1f59a35
View commit details
Copy full SHA for 1f59a35
Browse repository at this point
shift some docs
KodrAus
committed
7af0cf1
View commit details
Copy full SHA for 7af0cf1
Browse repository at this point
explicit From impls for dyn traits
KodrAus
committed
c00c8aa
View commit details
Copy full SHA for c00c8aa
Browse repository at this point
remove junk file
KodrAus
committed
690ae53
View commit details
Copy full SHA for 690ae53
Browse repository at this point
remove an invalid ;
KodrAus
committed
dd15f5b
View commit details
Copy full SHA for dd15f5b
Browse repository at this point
const works out the same as static
KodrAus
committed
256b962
View commit details
Copy full SHA for 256b962
Browse repository at this point
Commits on Jun 3, 2020
remove 'static bounds where unneeded
KodrAus
committed
fd2049a
View commit details
Copy full SHA for fd2049a
Browse repository at this point
add const version
KodrAus
committed
c8a3d37
View commit details
Copy full SHA for c8a3d37
Browse repository at this point
add specialization-based conversion
KodrAus
committed
f9333fb
View commit details
Copy full SHA for f9333fb
Browse repository at this point
add some notes about Value construction
KodrAus
committed
751ea85
View commit details
Copy full SHA for 751ea85
Browse repository at this point
add a from_any method to avoid trait imports
KodrAus
committed
b265bdc
View commit details
Copy full SHA for b265bdc
Browse repository at this point
Commits on Jun 4, 2020
remove implied Sized bound
KodrAus
committed
a022108
View commit details
Copy full SHA for a022108
Browse repository at this point
Commits on Jul 1, 2020
tidy up type id checking
KodrAus
committed
117b7a8
View commit details
Copy full SHA for 117b7a8
Browse repository at this point
flesh out const eval based conversions
KodrAus
committed
d0f6561
View commit details
Copy full SHA for d0f6561
Browse repository at this point
Merge branch 'master' of https://github.com/rust-lang/log into fix/value-casting
KodrAus
committed
34d4a49
View commit details
Copy full SHA for 34d4a49
Browse repository at this point
get doc tests to pass
KodrAus
committed
52ddb2e
View commit details
Copy full SHA for 52ddb2e
Browse repository at this point
run fmt
KodrAus
committed
84a3a7b
View commit details
Copy full SHA for 84a3a7b
Browse repository at this point
Commits on Jul 30, 2020
remove unneeded unstable attribute
KodrAus
committed
0628fe6
View commit details
Copy full SHA for 0628fe6
Browse repository at this point
const type ids needs 1.47
KodrAus
committed
023e7e5
View commit details
Copy full SHA for 023e7e5
Browse repository at this point
You can’t perform that action at this time.