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 support for making functions const #1536

Merged
merged 6 commits into from
Nov 18, 2019

Commits on Oct 28, 2019

  1. Add support for declaring 'const fn'

    Add a new feature to enable this, since `const extern fn`
    support is unstable
    Aaron1011 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    5dfc2c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    add284a View commit details
    Browse the repository at this point in the history
  2. Fix feature name

    Co-Authored-By: gnzlbg <gnzlbg@users.noreply.github.com>
    Aaron1011 and gnzlbg authored Oct 29, 2019
    Configuration menu
    Copy the full SHA
    457d654 View commit details
    Browse the repository at this point in the history
  3. Add Linux test

    Aaron1011 committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    b0ba2de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    476b675 View commit details
    Browse the repository at this point in the history
  5. Run 'cargo fmt'

    Aaron1011 committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    ca2d53e View commit details
    Browse the repository at this point in the history