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 rustc nightly 2019-04-08 #49

Merged
merged 66 commits into from
Apr 10, 2019
Merged

Bump to rustc nightly 2019-04-08 #49

merged 66 commits into from
Apr 10, 2019

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    5b169cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e06eca9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37f07e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Configuration menu
    Copy the full SHA
    d68ef6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a003ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    496c949 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a31288 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. WIP: Rewrite fold nodes API

    rinon committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    5ff9333 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. WIP: Finished making the type checker happy

    Now to make the borrow checker happy...
    rinon committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    410ee37 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    dd44bfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27829df View commit details
    Browse the repository at this point in the history
  3. Finish updating refactoring to use MutVisit

    c2rust-refactor now compiles, but crashes during startup
    rinon committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    6b6d7a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c6d1a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    d2c5e57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ba83ef View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Configuration menu
    Copy the full SHA
    dfa4cda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06dfe62 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    63bde2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5992a42 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    09401c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd59efc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf0946b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    060416c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2357512 View commit details
    Browse the repository at this point in the history
  6. Add dump_crate debug command

    rinon committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    5f2e8c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a8543a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Configuration menu
    Copy the full SHA
    d15c8bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa06aed View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    b04e44c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15048f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d01e4c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c5e47d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa5743a View commit details
    Browse the repository at this point in the history
  6. Revert "Unconditionally emit dependency on libc in Cargo.toml"

    This reverts commit 2b02cd947271dab96b200bc89b04f750151f64b6.
    thedataking authored and rinon committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    0a3e98e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3b43ab View commit details
    Browse the repository at this point in the history
  8. Revert "Revert "Unconditionally emit dependency on libc in Cargo.toml""

    This reverts commit b6bdea6668ccb703b81f1375d4b8b37a3052a82f.
    thedataking authored and rinon committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    5e65ce2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fdb994d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1bee92e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5abbea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    098255d View commit details
    Browse the repository at this point in the history
  13. Update known limitations

    thedataking authored and rinon committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    b9917eb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c19943f View commit details
    Browse the repository at this point in the history
  15. Add function context to track information related to variadic argumen…

    …ts. Improve handling of va_copy.
    thedataking authored and rinon committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    ef1261f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    db6a5c9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b471393 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b7204f9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fdeb7f8 View commit details
    Browse the repository at this point in the history
  20. call set_feature for c_variadics

    thedataking authored and rinon committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    8a2299a View commit details
    Browse the repository at this point in the history
  21. fix typo in prev commit

    thedataking authored and rinon committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    04229a2 View commit details
    Browse the repository at this point in the history
  22. Emit template build.rs

    thedataking authored and rinon committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    2f3d727 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a133ddd View commit details
    Browse the repository at this point in the history
  24. Clean up transpiler error messages

    thedataking authored and rinon committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    54afb32 View commit details
    Browse the repository at this point in the history
  25. Update rust nightly version

    thedataking authored and rinon committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    0e4394d View commit details
    Browse the repository at this point in the history
  26. Emit calls to va_end intrinsic

    thedataking authored and rinon committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    ff53cee View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e1572fe View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c1acd9f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7b02c22 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6d48244 View commit details
    Browse the repository at this point in the history
  31. Cleanup and simplify last commit

    thedataking authored and rinon committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    6d3422d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3f36a9b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    defb74a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    aac547b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50889af View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Update to nightly-2019-04-08

    We need rust-lang/rust#59173 to be in our nightly for
    LLVM 8 builds against system libLLVM-8.so on linux.
    rinon committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    f706876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4313b23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd65682 View commit details
    Browse the repository at this point in the history