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

Add nominal no_std + alloc support to regex-syntax #477

Closed

Commits on May 7, 2018

  1. Add nominal no_std + alloc support to regex-syntax

    Introduces feature flags and associated conditional
    compilation configuration to alloc use in no_std
    builds for environments with access to a heap.
    
    Note that until ucd-util is updated and the relevant
    feature flags piped through, this mode will not
    be practically usable.
    ZackPierce committed May 7, 2018
    Configuration menu
    Copy the full SHA
    12bd4f4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

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

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    2cee073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    060e9a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23d0533 View commit details
    Browse the repository at this point in the history