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

[nll] enable feature(nll) on various crates for bootstrap: part 4 #53230

Merged
merged 24 commits into from
Aug 13, 2018

Commits on Aug 9, 2018

  1. Configuration menu
    Copy the full SHA
    bf089a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26991eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed55520 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9207cc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c556cff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75fa16b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6858bd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d2c4a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2cb91da View commit details
    Browse the repository at this point in the history
  10. [nll] libsyntax_ext: remove unnecessary mut annotation on variable

    Pointed out by nll. It is correct that the mut annotation is not needed.
    memoryruins committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    ce5b9c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4861643 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b42a21 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8172485 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    588dbed View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d9f2b51 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5840735 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ac9b7be View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4aced68 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ef34a16 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    e8d95a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d6ca8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46b818e View commit details
    Browse the repository at this point in the history
  4. [nll] librustc_codegen_llvm: change Child signature to fix error poin…

    …ted out by nll
    
    As explained by eddyb in rust-lang#53221, "An &ArchiveChild doesn't point into the archive itself, it points to an owned object that itself points to the archive, and LLVMRustArchiveMemberNew copies the ArchiveChild (whereas the current signature suggests it keeps the &ArchiveChild)."
    memoryruins committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    085535b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0123ac1 View commit details
    Browse the repository at this point in the history