Skip to content
Snippets Groups Projects
  1. Nov 01, 2018
  2. Oct 30, 2018
  3. Aug 23, 2018
  4. Jun 13, 2018
  5. 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
  6. May 03, 2018
  7. 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
  8. Mar 27, 2018
  9. Jan 03, 2018
  10. Dec 01, 2017
  11. Jul 07, 2017
  12. Mar 21, 2017
  13. Feb 07, 2017
  14. Jan 19, 2017
  15. Jan 09, 2017
  16. Jan 04, 2017
  17. Dec 20, 2016
  18. Nov 24, 2016
  19. Oct 20, 2016
  20. Oct 03, 2016
  21. Sep 29, 2016
  22. May 03, 2016
  23. Mar 24, 2016
  24. Mar 17, 2016
  25. Mar 01, 2016
  26. Feb 23, 2016
  27. Feb 19, 2016
  28. Feb 16, 2016
  29. Feb 04, 2016
  30. Feb 03, 2016
  31. Jan 11, 2016
  32. Oct 13, 2015
  33. Sep 28, 2015
  34. Aug 21, 2015
  35. Aug 13, 2015
  36. Jul 07, 2015
Loading