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

Box VTag to reduce size disparity between VNode variants #675

Merged
merged 40 commits into from
Oct 14, 2019

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    6f8d07a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. revert changes

    hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    ea7346c View commit details
    Browse the repository at this point in the history
  2. handle box in library

    hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    1ec8adc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f446f2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b7ed68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4eee87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afac09c View commit details
    Browse the repository at this point in the history
  7. bump

    hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    6ca17ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4f8c5d View commit details
    Browse the repository at this point in the history
  9. bump to stdweb 0.4.19 (yewstack#683)

    ctaggart authored and hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    f531ea4 View commit details
    Browse the repository at this point in the history
  10. Use trait objects with explicit dyn in examples (yewstack#687)

    Fixes yewstack#685
    
    Address deprecations warnings in the examples directory:
    
    warning: trait objects without an explicit `dyn` are deprecated
    benreyn authored and hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    5bf8766 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5112be6 View commit details
    Browse the repository at this point in the history
  12. Bump stdweb to 0.4.20 (yewstack#694)

    jstarry authored and hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    d5c7b83 View commit details
    Browse the repository at this point in the history
  13. Bump wasm bindgen to 0.2.50 (yewstack#695)

    * Bump wasm-bindgen to 0.2.50
    
    * Update Cargo.toml
    
    * Update Cargo.toml
    jstarry authored and hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    a44b8e8 View commit details
    Browse the repository at this point in the history
  14. Variable renames (yewstack#696)

    * childs -> children
    
    * precursor -> previous_sibling
    
    * cargo fmt and name changes
    jstarry authored and hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    90e4ff0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0ecd9f1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    99dc5ae View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f01527a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    20be32c View commit details
    Browse the repository at this point in the history
  19. Add CI caching for nvm (yewstack#700)

    jstarry authored and hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    808aebd View commit details
    Browse the repository at this point in the history
  20. Optimize the default change implementation (yewstack#690)

    * Optimize the default `change` implementation
    
    Return `false` if `Self::Properties` has a value of `()`.
    
    * Use TypeId for checking Properties == ()
    kellytk authored and hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    53bbd7e View commit details
    Browse the repository at this point in the history
  21. Forbid missing Debug implementations (yewstack#673)

    * Forbid missing debug implementations
    
    * someday I'll remember to run cargo fmt before pushing the first time
    
    * add debug for other format types
    
    * derive debug for HandlerId
    hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    e19ec02 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e6060a5 View commit details
    Browse the repository at this point in the history
  23. Fix travis (yewstack#711)

    * Rework travis cache and fix cargo-update
    
    * Split examples out of main workspace
    jstarry authored and hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    c0a1e30 View commit details
    Browse the repository at this point in the history
  24. Use wasm32-unknown-unknown as the default build target (yewstack#702)

    * Use wasm32-unknown-unknown as the default build target
    
    * Print rustup installed targets
    
    * Add doc_test alias
    jstarry authored and hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    6e35bee View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7e423dc View commit details
    Browse the repository at this point in the history
  26. Enable clippy in CI (yewstack#706)

    * Enable clippy in CI
    
    * Fix clippy warnings
    
    * Only run fmt and clippy on stable
    
    * Fix check script
    jstarry authored and hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    0f09bdc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0d29397 View commit details
    Browse the repository at this point in the history
  28. Speed up cache (yewstack#707)

    jstarry authored and hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    7836b58 View commit details
    Browse the repository at this point in the history
  29. Remove git files from travis cache

    jstarry authored and hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    2c5fbb1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    aea3e15 View commit details
    Browse the repository at this point in the history
  31. revert changes

    hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    22b049e View commit details
    Browse the repository at this point in the history
  32. handle box in library

    hgzimmerman committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    576ca2f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5781fae View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    16c3736 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    cdad360 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    7b2a1ef View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    fd1f0fd View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8ef25d9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    153e282 View commit details
    Browse the repository at this point in the history