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

Extend the build directive syntax with cargo:: #12201

Merged
merged 11 commits into from
Dec 24, 2023

Commits on Dec 23, 2023

  1. Extend the build directive syntax with cargo::

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    9ebe3b3 View commit details
    Browse the repository at this point in the history
  2. Add parse_metadata to prase metadata

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    56fdb1d View commit details
    Browse the repository at this point in the history
  3. Use syntax_prefix to improve error message

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    25365d9 View commit details
    Browse the repository at this point in the history
  4. Update build script tests to use cargo::

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    dfb2795 View commit details
    Browse the repository at this point in the history
  5. Update build script docs

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    bd230e8 View commit details
    Browse the repository at this point in the history
  6. Add some syntax tests

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    9eeffbf View commit details
    Browse the repository at this point in the history
  7. Update other tests to use cargo:: syntax

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    ed9dc44 View commit details
    Browse the repository at this point in the history
  8. Update other docs to use cargo:: syntax

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    eac79ec View commit details
    Browse the repository at this point in the history
  9. Update the dirty reason message

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    a76564b View commit details
    Browse the repository at this point in the history
  10. Add msrv check for new syntax

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    0e42a8a View commit details
    Browse the repository at this point in the history
  11. Add tests for msrv check

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    dec9e8c View commit details
    Browse the repository at this point in the history