Skip to content
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

Commits on Feb 20, 2022

  1. 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).
    Mark-Simulacrum committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    60b71f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6bd6b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c87060a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a421b63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c021ba4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1928895 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f711a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    886c72d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d8595e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    24dc052 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    38e6dad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    025e1b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8def096 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    75614c0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    42904b0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c6ad61a View commit details
    Browse the repository at this point in the history