Skip to content

Instantly share code, notes, and snippets.

@Gankra
Created March 27, 2019 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gankra/c201e0b7c0755ac6f35e7393e3fdb990 to your computer and use it in GitHub Desktop.
Save Gankra/c201e0b7c0755ac6f35e7393e3fdb990 to your computer and use it in GitHub Desktop.
goals
  • Help Webrender Ship

    • misc bugfixes that need help
  • Clean up Webrender's DisplayList

    • Understand what semantics are useful/guaranteed
    • Remove redundant/meaningless states
    • Reduce size of display list interprocess copies
  • Update the Rustonomicon to Rust 2018

    • Do a full read-through
    • cleanup the "Writing Vec" chapter
    • review the update for non-lexical lifetimes
    • review the dropcheck update (done, but needs some polishing)
    • sync up with The Reference team on what should/shouldn't be in each doc
    • Audit the FFI chapter (was added without my supervision)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment