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

Constier maybe uninit #79621

Merged
merged 16 commits into from
Dec 10, 2020
Merged

Constier maybe uninit #79621

merged 16 commits into from
Dec 10, 2020

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    8bd80e2 View commit details
    Browse the repository at this point in the history
  2. Even more const

    usbalbin committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    91772c3 View commit details
    Browse the repository at this point in the history
  3. Resolved some of the comments

    * Undo fn -> const fn for some fns.
    * Split feature gate.
    * Made all three intrinsics const
    usbalbin committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    1ef5dbe View commit details
    Browse the repository at this point in the history
  4. Added tests for assume_init

    usbalbin committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    f311db1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f9fd2a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Configuration menu
    Copy the full SHA
    d366ed2 View commit details
    Browse the repository at this point in the history
  2. Fix tests (hopefully)

    usbalbin committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    7bd754c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9476241 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Moved failing test to src/test/ui/

    Still have not figured out how to make it work
    usbalbin committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    4255a5a View commit details
    Browse the repository at this point in the history
  2. Tests finally working

    usbalbin committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    3282b54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    345f230 View commit details
    Browse the repository at this point in the history
  4. Remove unused feature gate

    usbalbin committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    d0a1e40 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Add comment for assert_inhabited in compiler/rustc_mir/src/interpret/…

    …intrinsics.rs
    
    Co-authored-by: Ralf Jung <post@ralfj.de>
    usbalbin and RalfJung authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    bdda98a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69ab0bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1749359 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0775271 View commit details
    Browse the repository at this point in the history