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

Make Vec::new a const fn #50233

Merged
merged 7 commits into from
Apr 30, 2018
Merged

Make Vec::new a const fn #50233

merged 7 commits into from
Apr 30, 2018

Commits on Apr 25, 2018

  1. Make Vec::new const

    mark-i-m committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    256096d View commit details
    Browse the repository at this point in the history
  2. make RawVec::empty const

    mark-i-m committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    a2105b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. make Vec::new const :P

    mark-i-m committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    20ef0e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. not insta-stable

    mark-i-m committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    c122b3a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. feature on test

    mark-i-m committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    0212e02 View commit details
    Browse the repository at this point in the history
  2. use const trick

    mark-i-m committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    e5280e4 View commit details
    Browse the repository at this point in the history
  3. heh, logic is hard

    mark-i-m committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    f9f9923 View commit details
    Browse the repository at this point in the history