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: mlua-rs/lua-src-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: emscripten
Choose a base ref
...
head repository: mlua-rs/lua-src-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 63 files changed
  • 3 contributors

Commits on Feb 24, 2026

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

Commits on Mar 28, 2026

  1. Bump CI dependencies

    khvzak committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    8e5cb7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from trisk/illumos-support

    Add support for building on illumos and Solaris
    khvzak authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    9b7aeaa View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    khvzak committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    141aeae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c641952 View commit details
    Browse the repository at this point in the history
  5. v550.1.0

    khvzak committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    178af5a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2026

  1. fix: add DragonFlyBSD target support

    DragonFly's Rust target triple is `x86_64-unknown-dragonfly` which
    doesn't end with "bsd", so the existing check missed it. DragonFly
    is a BSD and uses the same POSIX/Linux-compatible Lua build flags.
    seuros committed May 23, 2026
    Configuration menu
    Copy the full SHA
    2f56d73 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2026

  1. Merge pull request #19 from seuros/fix/dragonfly-support

    fix: add DragonFlyBSD target support
    khvzak authored May 25, 2026
    Configuration menu
    Copy the full SHA
    335bc1e View commit details
    Browse the repository at this point in the history
  2. Better NetBSD support

    Close #18
    khvzak committed May 25, 2026
    Configuration menu
    Copy the full SHA
    85780d1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2026

  1. v550.1.1

    khvzak committed May 26, 2026
    Configuration menu
    Copy the full SHA
    4518bd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2026

  1. Update Lua to 5.5.1

    khvzak committed Aug 5, 2026
    Configuration menu
    Copy the full SHA
    1d1a6a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8476306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd56586 View commit details
    Browse the repository at this point in the history
  4. v551.0.0

    khvzak committed Aug 5, 2026
    Configuration menu
    Copy the full SHA
    1664c63 View commit details
    Browse the repository at this point in the history
Loading