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: bytecodealliance/javy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.2
Choose a base ref
...
head repository: bytecodealliance/javy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.3
Choose a head ref
  • 14 commits
  • 35 files changed
  • 2 contributors

Commits on Mar 6, 2025

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

Commits on Mar 7, 2025

  1. Migrated code generation logic to it's own crate (#890)

    * Migrated code generation logic to it's own crate
    
    * Skip javy-codegen during CI test command.
    
    * Skip javy-codegen during CI lint command.
    
    * Correct various typo's and updated CI flows and Makefiles
    
    * Added integration testing for codegen and cleaned up documentation.
    
    * Corrected minor formatting issue in README.md
    
    * Updated feature documentation to no longer include javy_unstable
    
    * Added missing newline in documentation.
    
    * Updated integration tests to use the default plugin.
    
    * Updated test comment
    
    * Support using Cow instead of Vec<u8> for Plugins
    
    * Upgrade codegen to vet approved version of convert_case
    
    * Updated cargo lock and vetting information
    
    * Revert "Updated cargo lock and vetting information"
    
    This reverts commit fc91898.
    
    * Fixed up vetting information.
    ianmarmour authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    bf5df68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5833c8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0455688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32dd15f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05dee64 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Configuration menu
    Copy the full SHA
    2324cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d93287 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Configuration menu
    Copy the full SHA
    2b6d42d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a98ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69df81a View commit details
    Browse the repository at this point in the history
  4. Update url dependency to address security issue (#912)

    * Update url dependency to address security issue
    
    * cargo vet
    jeffcharles authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    5847487 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Configuration menu
    Copy the full SHA
    310fb0d View commit details
    Browse the repository at this point in the history
  2. v5.0.3 (#917)

    jeffcharles authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    fc63008 View commit details
    Browse the repository at this point in the history
Loading