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

Roll to nightly 2019-09-... #165

Merged
merged 49 commits into from
Oct 16, 2019
Merged

Roll to nightly 2019-09-... #165

merged 49 commits into from
Oct 16, 2019

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    e084c5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    551a182 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08e91ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac03f22 View commit details
    Browse the repository at this point in the history
  5. Fix rustc version in scripts

    rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    3d82fe8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95dce18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73d1c5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3be157f View commit details
    Browse the repository at this point in the history
  9. Fix test output

    Whitespace changed in the new compiler version
    rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    9f90d44 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    484fc22 View commit details
    Browse the repository at this point in the history
  11. Use Span::from_expansion

    rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    ab52c9e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2967b39 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b9d6000 View commit details
    Browse the repository at this point in the history
  14. Update Node IDs for new compiler version

    We really should make this test more robust so we don't have to update node ids
    when the AST changes slightly.
    rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    4d96e65 View commit details
    Browse the repository at this point in the history
  15. Fix format! macro spans for correct collapsing.

    This depends on rust-lang/rust#64793 landing upstream.
    rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    d486304 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3e99e8d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6b51e1e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1f71282 View commit details
    Browse the repository at this point in the history
  19. Rename Expr.node to Expr.kind

    For both `ast::Expr` and `hir::Expr`.
    varkor authored and rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    c34dd98 View commit details
    Browse the repository at this point in the history
  20. Rename Pat.node to Pat.kind

    varkor authored and rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    fc8069c View commit details
    Browse the repository at this point in the history
  21. Rename ImplItem.node to ImplItem.kind

    varkor authored and rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    252addb View commit details
    Browse the repository at this point in the history
  22. Rename TraitItem.node to TraitItem.kind

    varkor authored and rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    a944e3a View commit details
    Browse the repository at this point in the history
  23. Rename Ty.node to Ty.kind

    varkor authored and rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    886be91 View commit details
    Browse the repository at this point in the history
  24. Rename Stmt.node to Stmt.kind

    varkor authored and rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    54867c7 View commit details
    Browse the repository at this point in the history
  25. Rename Item.node to Item.kind

    varkor authored and rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    3f2683b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    362e66f View commit details
    Browse the repository at this point in the history
  27. Rename MetaItem.node to MetaItem.kind

    varkor authored and rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    ef0422a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0694357 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fdd6045 View commit details
    Browse the repository at this point in the history
  30. Rename Expr.node to Expr.kind

    rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    1e2eb8c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    0205050 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b90da23 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2f9a549 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    826bd04 View commit details
    Browse the repository at this point in the history
  35. Ty FnSigs no longer have the variadic param

    As of commit a88d181a023e in rustc, HIR and Ty level IR no longer carries the
    variadic dummy param, so we don't need to subtract 1 from the number of
    arguments.
    rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    e9dac14 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    7f8017a View commit details
    Browse the repository at this point in the history
  37. Update to 2019-10-04

    rinon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    0a82ae2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d293c2c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7a1231e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e1a328f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f10f8c1 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    bc29cfa View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    acdad50 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    fa537b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    4fff66d View commit details
    Browse the repository at this point in the history
  2. Replace #[cross_check] structure attribute with #[cross_check_hash] d…

    …irectly to fix structure.rs tests
    ahomescu committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    78c5717 View commit details
    Browse the repository at this point in the history
  3. Move rustc-plugin tests into inner module with module-level outer cro…

    …ss_check attribute instead of crate-level inner attribute
    ahomescu committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    735bf69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c3a894 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c47c1c View commit details
    Browse the repository at this point in the history