-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify rustc_serialize by dropping support for decoding into JSON #93839
Merged
bors
merged 16 commits into
rust-lang:master
from
Mark-Simulacrum:delete-json-rust-deserialization
Feb 22, 2022
Merged
Simplify rustc_serialize by dropping support for decoding into JSON #93839
bors
merged 16 commits into
rust-lang:master
from
Mark-Simulacrum:delete-json-rust-deserialization
Feb 22, 2022
Commits on Feb 20, 2022
-
Remove support for JSON deserialization to Rust
This is no longer used by the compiler itself, and removing this support opens the door to massively simplifying the Decodable/Decoder API by dropping the self-describing deserialization support (necessary for JSON).
Configuration menu - View commit details
-
Copy full SHA for 60b71f5 - Browse repository at this point
Copy the full SHA 60b71f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6bd6b4 - Browse repository at this point
Copy the full SHA c6bd6b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87060a - Browse repository at this point
Copy the full SHA c87060aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a421b63 - Browse repository at this point
Copy the full SHA a421b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for c021ba4 - Browse repository at this point
Copy the full SHA c021ba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1928895 - Browse repository at this point
Copy the full SHA 1928895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f711a3 - Browse repository at this point
Copy the full SHA 6f711a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 886c72d - Browse repository at this point
Copy the full SHA 886c72dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d8595e - Browse repository at this point
Copy the full SHA 2d8595eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24dc052 - Browse repository at this point
Copy the full SHA 24dc052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e6dad - Browse repository at this point
Copy the full SHA 38e6dadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 025e1b5 - Browse repository at this point
Copy the full SHA 025e1b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8def096 - Browse repository at this point
Copy the full SHA 8def096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75614c0 - Browse repository at this point
Copy the full SHA 75614c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42904b0 - Browse repository at this point
Copy the full SHA 42904b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6ad61a - Browse repository at this point
Copy the full SHA c6ad61aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.