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

remove sp-std #3008

Closed
wants to merge 41 commits into from
Closed

remove sp-std #3008

wants to merge 41 commits into from

Commits on Jan 17, 2024

  1. to alloc

    gilescope committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    cb90ee2 View commit details
    Browse the repository at this point in the history
  2. to core

    gilescope committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    11b232a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    d2ed91d View commit details
    Browse the repository at this point in the history
  2. remove sp-std crate

    gilescope committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    4816c29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f3a2bf View commit details
    Browse the repository at this point in the history
  4. removing more references

    gilescope committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    3988e7c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. use alloc

    gilescope committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    1320532 View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    gilescope committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    64013d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. loose ends

    gilescope committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a8ec937 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfe4861 View commit details
    Browse the repository at this point in the history
  3. additional

    gilescope committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3a32261 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3ec9ab View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. usings

    gilescope committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    84375ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f5c2d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. taplo

    gilescope committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    60cc270 View commit details
    Browse the repository at this point in the history
  2. fix build

    gilescope committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4dab1e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. more fixes

    gilescope committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    6beda90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eff69f View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    gilescope committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    82ccf11 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. a few more

    gilescope committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4f90297 View commit details
    Browse the repository at this point in the history
  2. fix doc tests

    gilescope committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fc7b2e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. fix doctests

    gilescope committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cffdb4a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

  1. fix

    gilescope committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f6af23c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 4, 2024

  1. add alloc

    gilescope committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    9fb3c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93569a0 View commit details
    Browse the repository at this point in the history
  3. reduce diff

    gilescope committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    441a65f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. reduce diff

    gilescope committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3aa3c64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a53cfe View commit details
    Browse the repository at this point in the history
  3. remove sp-std

    gilescope committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ee5598e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    43d372c View commit details
    Browse the repository at this point in the history
  2. removing sp-std

    gilescope committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0f2dc63 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    9efa51d View commit details
    Browse the repository at this point in the history
  2. merge master

    gilescope committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bba43fc View commit details
    Browse the repository at this point in the history
  3. missing import

    gilescope committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a538ec1 View commit details
    Browse the repository at this point in the history
  4. alloc::fmt -> core::fmt

    gilescope committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5d92cb5 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    gilescope committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3617e4b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. remove warnings

    gilescope committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    aa3e2f0 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

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

    gilescope committed May 5, 2024
    Configuration menu
    Copy the full SHA
    4646ce2 View commit details
    Browse the repository at this point in the history