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

no_std support for the url crate #831

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    35653b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    194122c View commit details
    Browse the repository at this point in the history
  3. Make idna no_std compatible

    Add default feature flag "std" that enables a `std::error::Error` impl for `Errors`.
    madsmtm committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    422a260 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Test no_std support

    madsmtm committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    81ee074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d2a4c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

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

Commits on Apr 8, 2023

  1. Fixed testcases for no_std

    domenukk committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    bb7955a View commit details
    Browse the repository at this point in the history
  2. fix no_std for nightly

    domenukk committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    a98aef8 View commit details
    Browse the repository at this point in the history
  3. Add no_std to CI

    domenukk committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    0d14d5a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Fix no_std for deps

    domenukk committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    315eb43 View commit details
    Browse the repository at this point in the history
  2. Moved to no-std-net

    domenukk committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    6d622ab View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

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

Commits on Apr 27, 2023

  1. Make CI happy by removing no-std-net/serde (not supported in Cargo.to…

    …ml on older rust versions)
    domenukk committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    36bc5b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29bfcf7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Only test aarch64 on ubuntu

    domenukk committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e16eb2b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Fix CI some more

    domenukk committed May 11, 2023
    Configuration menu
    Copy the full SHA
    3dd87d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Windows fix

    domenukk committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    af1d5d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b908f7f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 14, 2023

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

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    028424a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7073957 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    be123af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c145584 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be73851 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    96e2a04 View commit details
    Browse the repository at this point in the history
  2. Fix test

    domenukk committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    268c17e View commit details
    Browse the repository at this point in the history
  3. fmt

    domenukk committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    0c02cd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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