• Individual project status
  • MooV parser
  • rust-url
  • What about BMP decoder? (bholley)
  • Platform support status - where are we at now? What blockers remain?
  • Rust 1.5 stable just hit!
  • jemalloc (fine to redirect)
  • work remaining for try builds
  • status for each tier 1 platform
  • Servo style system on stable Rust
  • Code / optimize / debug workflow
  • How do we handle PGO build interactions (if in LLVM, can be added)
  • How well does Rust work with the Gecko gdb/lldb/profiling (native and custom)?
  • What about Windows?
  • Diagnosing bugs reported "in the wild"
  • Crash reporting (how do stack traces look; are symbols generated/stored properly)
  • How do we make sure bugs are fixed in both engines?
  • Vendoring
  • m-c tree integration
  • Build one huge crate that builds all the Gecko/Rust code into one world
  • implicitly trust code review from Servo/Rust code / module policy concerns
  • bisection
  • Intent to Implement
  • Issues for the rust team
  • Rust has integer overflow checking in debug builds, disabled in optimized builds. Is there any static proof of no overflow?
  • Compile times.
  • New rust toolchain every 6 weeks?