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.8k
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
[WIP] Move from rustc_serialize::json to serde_json.
- #56511
#56511
Closed
eddyb
wants to merge 15 commits into
rust-lang:master
rust-lang/rust:master
from
eddyb:serdeeeeee
eddyb/rust:serdeeeeee
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Closed
[WIP] Move from rustc_serialize::json to serde_json.
#56511
eddyb
wants to merge 15 commits into
rust-lang:master
rust-lang/rust:master
from
eddyb:serdeeeeee
eddyb/rust:serdeeeeee
Copy head branch name to clipboard
Commits
Commits on Dec 4, 2018
syntax: rename MetaItem's ident field to path.
eddyb
committed
53300bd
View commit details
Copy full SHA for 53300bd
Browse repository at this point
syntax: don't pass an (unused) MetaItem to builtin derives.
eddyb
committed
cf242fc
View commit details
Copy full SHA for cf242fc
Browse repository at this point
syntax: use MetaPath (a simpler version of Path) for Attribute and MetaItem.
eddyb
committed
3b5f818
View commit details
Copy full SHA for 3b5f818
Browse repository at this point
Start using serde_derive in a couple places in the compiler.
eddyb
committed
3a83d24
View commit details
Copy full SHA for 3a83d24
Browse repository at this point
bootstrap: include host deps, not just target ones, in `run_cargo`.
eddyb
committed
70aeb79
View commit details
Copy full SHA for 70aeb79
Browse repository at this point
bootstrap: respect `RUSTC_FORCE_UNSTABLE` for build script/proc macro crates, too.
eddyb
committed
51a6a2f
View commit details
Copy full SHA for 51a6a2f
Browse repository at this point
rustc_target: remove unused #[derive(RustcEncodable, RustcDecodable)].
eddyb
committed
389ad1d
View commit details
Copy full SHA for 389ad1d
Browse repository at this point
rustdoc: remove unused #[derive(RustcEncodable, RustcDecodable)].
eddyb
committed
4750cdb
View commit details
Copy full SHA for 4750cdb
Browse repository at this point
rustc_target: move from rustc_serialize::json to serde_json.
eddyb
committed
54cf40f
View commit details
Copy full SHA for 54cf40f
Browse repository at this point
rustc_codegen_ssa: move from rustc_serialize::json to serde_json.
eddyb
committed
0def0dc
View commit details
Copy full SHA for 0def0dc
Browse repository at this point
syntax: move from rustc_serialize::json to serde_json for diagnostics.
eddyb
committed
a9b9ddb
View commit details
Copy full SHA for a9b9ddb
Browse repository at this point
syntax: move from rustc_serialize::json to serde_json for AST.
eddyb
committed
ed681dc
View commit details
Copy full SHA for ed681dc
Browse repository at this point
rustdoc: move from rustc_serialize::json to serde_json.
eddyb
committed
a0694c9
View commit details
Copy full SHA for a0694c9
Browse repository at this point
error_index_generator: move from rustc_serialize::json to serde_json.
eddyb
committed
15fef0a
View commit details
Copy full SHA for 15fef0a
Browse repository at this point
serialize: remove json implementation.
eddyb
committed
f96487c
View commit details
Copy full SHA for f96487c
Browse repository at this point
You can’t perform that action at this time.