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

Bump to Rust 1.30, add macros to preludes, and switch macro_use to use #517

Merged
merged 7 commits into from Nov 27, 2018

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    906ca86 View commit details
    Browse the repository at this point in the history
  2. Add array, azip, and s macros to prelude

    Also remove `macro_use` of `array`, `azip`, `s`, and `stack`, and
    replace with normal `use` statements.
    jturner314 committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    644c3bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e8c03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f403a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    057d472 View commit details
    Browse the repository at this point in the history
  6. Use $crate in recursive macro calls

    This makes it possible to use `ndarray::s![]` and `ndarray::azip!()`
    without importing them with `macro_use` or `use`.
    jturner314 committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    c66abeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    beec050 View commit details
    Browse the repository at this point in the history