Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ron-rs/ron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.1
Choose a base ref
...
head repository: ron-rs/ron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 7 commits
  • 60 files changed
  • 4 contributors

Commits on Apr 8, 2025

  1. Configuration menu
    Copy the full SHA
    3159534 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Add no_std support (#567)

    * Add `no_std` support
    
    * Highlight future work
    
    * Test all feature/version combinations
    
    * Explicitly list examples and their required features
    
    * Feature gate tests which require `std`
    
    * Simplify feature testing using `cargo-hack`
    
    Co-Authored-By: Juniper Tyree <[email protected]>
    
    * Added `CHANGELOG` entry for `no_std` support
    
    Compared against `cargo-semver-checks` to ensure all breaking changes are captured. Note that while I have listed this as a breaking change, it technically isn't, as the functionality is still available with default features enabled.
    
    ---------
    
    Co-authored-by: Juniper Tyree <[email protected]>
    bushrat011899 and juntyr authored May 14, 2025
    Configuration menu
    Copy the full SHA
    b7a5bfc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2025

  1. SpannedError: Store error span (#569)

    * SpannedError: Store position start and position end in span
    
    * Update CHANGELOG.md
    
    Co-authored-by: Juniper Tyree <[email protected]>
    
    * fix: SpannedError: fmt displays start and end of span if they differ
    
    * fix: errant tests and formatting
    
    * ci: Clean between Check/Clippy/Test
    
    * test: Add helpers for Position and Span error checking, and use them in all unit tests that use non-trivial Spans
    
    * fix: place unicode-segmentation and the Span::substring helpers behind an optional (non-default) feature, include substring Span checks in non-trivial integration tests
    
    ---------
    
    Co-authored-by: Juniper Tyree <[email protected]>
    pfnsec and juntyr authored Jun 7, 2025
    Configuration menu
    Copy the full SHA
    27a26d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Fix (again) non-exhaustive matching on Number (#568)

    * Try to fix non-exhaustive Number enum (again)
    
    * Use compile_fail doctests
    
    * Adjust docs for the Number::__NonExhaustive variant
    
    * Add CHANGELOG entry
    juntyr authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    ba57201 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Add file IO with Vec<T> example (#573)

    * Add file IO with Vec<T> example
    
    * Update CHANGELOG.md (#573)
    LanHikari22 authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    29e244a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Configuration menu
    Copy the full SHA
    1dcc70e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Bump ron to v0.11.0

    juntyr committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    cdd9fcc View commit details
    Browse the repository at this point in the history
Loading