Skip to content
Snippets Groups Projects
  1. Oct 30, 2018
  2. Aug 23, 2018
  3. Jun 13, 2018
  4. Jun 12, 2018
    • Nate Bosch's avatar
      Add types to a bunch of uninitalized variables (#869) · 69fb67ea
      Nate Bosch authored
      Searched for lines matching `var \w+;`. This is a much weaker version of
      no-implicit-dynamic. This catches a bunch of places where we otherwise
      had dynamic calls and tightens up types a bit. Where we are relying on
      being able to parse to multiple types and then throw a specific
      excpetion or return null on bad types I added an explicit `dynamic`.
      69fb67ea
  5. May 03, 2018
  6. Apr 17, 2018
    • Nate Bosch's avatar
      Drop dartium support (#812) · ad35c5c1
      Nate Bosch authored
      - Delete dartium and content shell platforms
      - Delete tests related to dartium
      - Remove references to these platforms in docs
      - Stop installing dartium on Travis
      ad35c5c1
  7. Mar 27, 2018
  8. Jan 03, 2018
  9. Dec 01, 2017
  10. Jul 07, 2017
  11. Mar 21, 2017
  12. Feb 07, 2017
  13. Jan 19, 2017
  14. Jan 09, 2017
  15. Jan 04, 2017
  16. Dec 20, 2016
  17. Nov 24, 2016
  18. Oct 20, 2016
  19. Oct 03, 2016
  20. Sep 29, 2016
  21. May 03, 2016
  22. Mar 24, 2016
  23. Mar 17, 2016
  24. Mar 01, 2016
  25. Feb 23, 2016
  26. Feb 19, 2016
  27. Feb 16, 2016
  28. Feb 04, 2016
  29. Feb 03, 2016
  30. Jan 11, 2016
  31. Oct 13, 2015
  32. Sep 28, 2015
  33. Aug 21, 2015
  34. Aug 13, 2015
  35. Jul 07, 2015
  36. May 17, 2015
  37. May 08, 2015
Loading