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

Change path to mimic std::path #1061

Merged
merged 3 commits into from
Oct 24, 2023
Merged

Commits on Oct 21, 2023

  1. Change path to mimic std::path

    This PR changes `path` to export a `Path` and `PathBuf` struct, akin to
    `std::path`. Initially I made this change because it was necessary for
    Rust FFI for the `std` port, but it turns out the change also removed a
    lot of unnecessary allocations throughout the codebase.
    
    Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
    tsoutsman committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    e0dbfcd View commit details
    Browse the repository at this point in the history
  2. Clippy

    Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
    tsoutsman committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    256747e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Fixups

    Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
    tsoutsman committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    05dca9d View commit details
    Browse the repository at this point in the history