1. 22a2396 playground: remove stale TODO about exit code by Yury Smolsky · 5 years ago
  2. d134d7d playground: prevent caching memory-related compile time errors by Katie Hockman · 6 years ago
  3. cadbb20 Dockerfile: update golang.org/x/talks/... import path by Dmitri Shuralyov · 6 years ago
  4. ad3cdb9 playground: fix the test broken by CL 141478 by Yury Smolsky · 6 years ago
  5. ed387e6 Dockerfile: include updated x/tools containing CL 141477 by Yury Smolsky · 6 years ago
  6. e03e829 playground: make outcome of "Run" clearer by Yury Smolsky · 6 years ago
  7. 8cbc41a playground: mention vet in about text by Yury Smolsky · 6 years ago
  8. e11e51b playground: use Go 1.11.1 by Dmitri Shuralyov · 6 years ago
  9. 132c64f Dockerfile: use latest x/tools containing the CL 113875 by Yury Smolsky · 6 years ago
  10. e07747d playground: prevent caching memory-related runtime errors by Katie Hockman · 6 years ago
  11. 0757b4e playground: serve 404 for non-existent pages by Dmitri Shuralyov · 6 years ago
  12. 06ce2e1 playground: update to 1.10.3 by Andrew Bonventre · 6 years ago
  13. a6ad7bf playground: disable cgo when executing the vet tool by Yury Smolsky · 6 years ago
  14. f759808 playground: allow CORS requests on /compile and /vet endpoints by Andrew Bonventre · 6 years ago
  15. a7e8e78 playground: refactor handleVet and handleCompile methods by Yury Smolsky · 6 years ago
  16. 0a3c79a Dockerfile: use x/tools containing the CL 107455 by Yury Smolsky · 6 years ago
  17. da85333 playground: add vet by Yury Smolsky · 6 years ago
  18. f3bb33c Dockerfile: bump Go version to 1.10.2 by Andrew Bonventre · 6 years ago
  19. 0cf5f3c playground: add integration test for https://golang.org/cl/105235 by Yury Smolsky · 6 years ago
  20. 6cd23d6 playground: interleave standard output and error correctly by Yury Smolsky · 6 years ago
  21. b3b8232 playground: patch runtime with https://golang.org/cl/105235 by Bryan C. Mills · 6 years ago
  22. 66c23b7 README.md: update example commands and remove redundant text by Bryan C. Mills · 6 years ago
  23. f980e90 playground: update Dockerfile to use multi-stage builds, 1.10.1 by Andrew Bonventre · 6 years ago
  24. 76d1738 playground: support examples as tests by Yury Smolsky · 6 years ago
  25. 56e2570 playground: update NaCl to trunk.544461 by Andrew Bonventre · 6 years ago
  26. a72214b CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  27. 58c94ea playground: support running tests by Yury Smolsky · 6 years ago
  28. e9fb1cd playground: show consistent formatting of errors for gofmt mode by Yury Smolsky · 6 years ago
  29. 5b79292 playground: link to the playground source code in the help page by Yury Smolsky · 6 years ago
  30. 6c4376c playground: display the version of Go in use by Yury Smolsky · 6 years ago
  31. 3edbaf3 Dockerfile: update Go version to 1.10 by Andrew Bonventre · 6 years ago
  32. 8d50847 playground: update app.yaml by Andrew Bonventre · 6 years ago
  33. 9d409f1 playground: don’t log the output of a program when it cannot be cached by Andrew Bonventre · 6 years ago
  34. 9b22e25 playground: update Dockerfile to use Go 1.9.3 by Andrew Bonventre · 6 years ago
  35. e656ac5 playground: update deps to pull in golang.org/cl/86317 by Andrew Bonventre · 6 years ago
  36. bb2a4ed playground: loosen restrictions on IPs permitted to share by Andrew Bonventre · 6 years ago
  37. afbed4f playground: specify memcache address via an env variable by Andrew Bonventre · 6 years ago
  38. abbecca playground: add program output caching by Andrew Bonventre · 6 years ago
  39. 7f1f087 playground: fix issues preventing successful deployment by Andrew Bonventre · 6 years ago
  40. 3d026bc playground: ensure that any inserted snippets do not index the Body property by Andrew Bonventre · 6 years ago
  41. fa48acc Merge sandbox and frontend into one service by Andrew Bonventre · 6 years ago
  42. a9dcf46 frontend: don’t allow a trailing underscore in a snippet ID by Andrew Bonventre · 6 years ago
  43. e23805f frontend: update README.md with new deployment instructions by Andrew Bonventre · 6 years ago
  44. 8370ce1 frontend: set service to play by Andrew Bonventre · 6 years ago
  45. cb45f7d frontend: increase hash length to 11 bytes by Andrew Bonventre · 6 years ago
  46. 2067cfa frontend: add Google Analytics snippet by Andrew Bonventre · 6 years ago
  47. 5926d41 frontend: update snippet hashing algorithm from SHA1 to SHA256 by Andrew Bonventre · 6 years ago
  48. e200bb1 frontend: add tests and redirect to https on frontend by Andrew Bonventre · 6 years ago
  49. d921cbb Refactor frontend as prep for merging sandbox and frontend by Andrew Bonventre · 6 years ago
  50. 2a703f0 Small follow-up changes to 84815 by Andrew Bonventre · 6 years ago
  51. d6c2fb3 Complete migration to GAE flex environment by Andrew Bonventre · 6 years ago
  52. fde5780 Add custom flex runtime that uses Go 1.9.2 by Andrew Bonventre · 6 years ago
  53. 9597859 Initial work toward moving play.golang.org to App Engine Flex by Andrew Bonventre · 6 years ago
  54. c7b4e1a Update Go to 1.9.2 in sandbox custom runtime by Andrew Bonventre · 6 years ago
  55. f2ba81b playground: update favicon.ico to be consistent with the website by Michael Stapelberg · 7 years ago
  56. 7e9652a playground: clean up imports, some lint errors, and deprecated calls by Andrew Bonventre · 7 years ago
  57. 5c653ad playground: More verbose error message by Pontus Leitzler · 7 years ago
  58. fd7594b sandbox: update to go1.9 by Chris Broadfoot · 7 years ago
  59. 73acb7d playground: allow CORS requests to /share by Andrew Bonventre · 7 years ago
  60. a7f2a54 sandbox: autoscale with 5 instances as a minimum by Chris Broadfoot · 7 years ago
  61. 8a314e4 app: use https instead of protocol-relative URLs by Chris Broadfoot · 7 years ago
  62. c8f75ca sandbox: update to go1.8 by Chris Broadfoot · 7 years ago
  63. 30c5bfe app: add support to download snippets by Alexander Kucherenko · 7 years ago
  64. 6a38cf4 app: add instructions for content removal by Chris Broadfoot · 7 years ago
  65. 04d81bd app: improve region-locked error text and status code by Chris Broadfoot · 7 years ago
  66. a7c8105 sandbox: add env:flex configuration file by Chris Broadfoot · 7 years ago
  67. 759e430 sandbox: update to go1.7.4, add missing Dockerfile dep by Chris Broadfoot · 7 years ago
  68. 5fbbf1a app/static: fix infinite loop in jquery-linedtextarea.js by Chris Broadfoot · 7 years ago
  69. 816964e sandbox: remove unused k8s config by Chris Broadfoot · 8 years ago
  70. 183b13a sandbox: add missing apt-get purge by Chris Broadfoot · 8 years ago
  71. ede5e6b sandbox: use debian:jessie, add filesystem test, make image smaller by Chris Broadfoot · 8 years ago
  72. d4b1da6 playground: update deployment instructions by Chris Broadfoot · 8 years ago
  73. 42330e7 sandbox: update to go1.7rc6 (go1.7 final will come later) by Chris Broadfoot · 8 years ago
  74. 4ae5ba0 app: return MethodNotAllowed for non-POST requests by Chris Broadfoot · 8 years ago
  75. 5f1a7ca app: return better error responses for /share by Chris Broadfoot · 8 years ago
  76. b8833ac playground: add package from golang.org/x/talks by Francesc Campoy · 8 years ago
  77. ac9505c app: set Strict-Transport-Security header by Andrew Gerrand · 8 years ago
  78. b2e2ef5 app: remove errant share handler by Andrew Gerrand · 8 years ago
  79. 77a50d9 app: use app.yaml directive to redirect to HTTPS by Andrew Gerrand · 8 years ago
  80. 36170a5 app: redirect from HTTP to HTTPS by Andrew Gerrand · 8 years ago
  81. f372baa app: simplify embedded view by Andrew Gerrand · 8 years ago
  82. 74c8718 sandbox: update nacl runtime and deploy instructions by Shenghou Ma · 8 years ago
  83. 68dab05 sandbox: update to Go 1.6 by Andrew Gerrand · 8 years ago
  84. 8574040 app: remove lesser fonts from font-family declarations by Andrew Gerrand · 8 years ago
  85. e624061 app: use factored import in default snippet by Andrew Gerrand · 8 years ago
  86. 7d7eb09 app: remove HK and RC from share-blocked country code list by Andrew Gerrand · 9 years ago
  87. b5679d8 doc: add README by Andrew Gerrand · 9 years ago
  88. 86b22b7 sandbox: deploy to module, enable autoscaling, increase timeout by Andrew Gerrand · 9 years ago
  89. 64f7014 app: hide and block share functionality from specific countries by Andrew Gerrand · 9 years ago
  90. e926f09 playground: update deployment instructions, move sandbox under "sandbox" by Chris Broadfoot · 9 years ago
  91. db46fc8 sandbox: update for Go 1.5 by Andrew Gerrand · 9 years ago
  92. e150213 playground: add Google analytics for Run/Share button clicks. by Chris Broadfoot · 9 years ago
  93. dfcfa70 playground: redesign of top menu bar and add embed functionality by Carlos C · 9 years ago
  94. c81e550 playground: improve error message when package != 'main' by Shawn Smith · 9 years ago
  95. 41c295e playground: add codereview.cfg by Josh Bleecher Snyder · 9 years ago
  96. 8686481 sandbox: update to Go 1.4.2, pull tour sources from new location by Andrew Gerrand · 9 years ago
  97. 1f0b0af doc: add CONTRIBUTING.md by Andrew Gerrand · 9 years ago
  98. 7a4f130 sandbox: rewrite source file name to prog.go by Andrew Gerrand · 9 years ago
  99. 75d4ef8 sandbox: add fake filesystem, tour dependencies, and tests by Andrew Gerrand · 9 years ago
  100. 19096dd app: use a dumb constant that needs no explanation by Andrew Gerrand · 9 years ago