1. d55b12a playground: fix vertical alignment of "Imports" checkbox by smasher164 · 3 years, 2 months ago
  2. 69dad2b examples: add an HTTP server example by Filippo Valsorda · 2 years, 10 months ago
  3. d790a2e all: fix build timeouts for std dependent snippets by Alexander Rakoczy · 2 years, 9 months ago
  4. 541c3c3 deploy: use gcloud to manage triggers, trigger from GCR by Heschi Kreinick · 2 years, 11 months ago
  5. 9814fb9 all: increase compile timeout to 10 seconds by Alexander Rakoczy · 3 years, 1 month ago
  6. 0a69b5b internal/metrics: fix detection of GCE environment by Alexander Rakoczy · 3 years, 1 month ago
  7. 3398ffb all: instrument build, vet, and run time by Alexander Rakoczy · 3 years, 1 month ago
  8. d1c0810 internal/metrics: add new package for recording metrics by Alexander Rakoczy · 3 years, 1 month ago
  9. 6cd0363 all: set CGO_ENABLED=0 when building snippets by Alexander Rakoczy · 3 years, 2 months ago
  10. 94eacb7 all: test with the latest released Go version by Alexander Rakoczy · 3 years, 2 months ago
  11. 4d02eef sandbox: always use latest runsc version by Alexander Rakoczy · 3 years, 2 months ago
  12. 9028cb5 all: support Go 1.16 in the Go Playground by Alexander Rakoczy · 3 years, 2 months ago
  13. 9040051 all: go fmt ./... by Russ Cox · 3 years, 2 months ago
  14. 48a1655 README.md: add badge to pkg.go.dev by Julie Qiu · 3 years, 5 months ago
  15. 352556d playground: fix image tag in README by John McCabe · 3 years, 9 months ago
  16. 0298bc8 sandbox: fix missing timezone data by Alexander Rakoczy · 4 years ago
  17. 195e12f sandbox: reduce container starvation by Alexander Rakoczy · 4 years ago
  18. 560694f playground: use flexbox for navbar layout by smasher164 · 4 years ago
  19. 66a9e4b sandbox: add container creation metrics by Alexander Rakoczy · 4 years ago
  20. 26d50f8 sandbox: correct stackdriver labels by Alexander Rakoczy · 4 years ago
  21. ccdf1e5 sandbox: instrument number of running containers by Alexander Rakoczy · 4 years ago
  22. 7bdfbfb sandbox: instrument HTTP handlers with StackDriver by Alexander Rakoczy · 4 years ago
  23. 91bfd78 sandbox: add stackdriver scope by Alexander Rakoczy · 4 years ago
  24. a90f64a sandbox: change from n1 to e2 instances by Alexander Rakoczy · 4 years ago
  25. 8da5bd6 sandbox: update configuration to match production by Alexander Rakoczy · 4 years ago
  26. b8c0e2b playground: only build binaries for health check by Alexander Rakoczy · 4 years ago
  27. 11cd822 playground: stop storing timeouts in cache by Alexander Rakoczy · 4 years ago
  28. 0084f7f playground: show a meaningful error on build timeout by Alexander Rakoczy · 4 years ago
  29. ede79dd playground: update x/mod and x/tools by smasher164 · 4 years ago
  30. b92c87d playground: make isTest match its documentation by Bryan C. Mills · 4 years ago
  31. 136c41e sandbox: timeout runsc commands by Alexander Rakoczy · 4 years, 1 month ago
  32. 0a10c62 internal/gcpdial: throttle polling for instances by Alexander Rakoczy · 4 years, 1 month ago
  33. 8e01013 playground: isolate playground build stage in Docker by Alexander Rakoczy · 4 years ago
  34. 688d9f6 playground: move build and run into functions by Alexander Rakoczy · 4 years, 1 month ago
  35. 27e208b playground: drop NaCL support by Alexander Rakoczy · 4 years, 1 month ago
  36. cb3741f playground: use the correct contexts for sandbox requests by Alexander Rakoczy · 4 years, 1 month ago
  37. 15e9685 playground: enable gVisor in production by Alexander Rakoczy · 4 years, 1 month ago
  38. 0bc4181 playground: correct ARG scoping in Dockerfile by Alexander Rakoczy · 4 years, 1 month ago
  39. 9d1e738 playground: fix the build for gVisor by Alexander Rakoczy · 4 years, 1 month ago
  40. dda036d playground: upgrade to Debian Buster by Alexander Rakoczy · 4 years, 1 month ago
  41. 5682330 playground: fix the build for Go 1.14.x by Alexander Rakoczy · 4 years, 1 month ago
  42. fa32453 playground: enable CORS on /fmt and /p/ routes by mo4islona · 4 years, 8 months ago
  43. 09dfaa1 playground: add examples to demonstrate tricks by smasher164 · 4 years, 3 months ago
  44. 3f031d7 playground: warm up backend dialer at start by Brad Fitzpatrick · 4 years, 3 months ago
  45. 1e9c260 sandbox, internal/gcpdial: dial sandbox backends directly, add health check by Brad Fitzpatrick · 4 years, 3 months ago
  46. 8445a09 playground: slurp binary to memory in gvisor mode by Brad Fitzpatrick · 4 years, 3 months ago
  47. bca227f sandbox: add header to stderr output, to skip anything that comes before it by Brad Fitzpatrick · 4 years, 3 months ago
  48. 2f45547 sandbox: add logging-write scope to service account by Alexander Rakoczy · 4 years, 3 months ago
  49. 0eefa27 sandbox: create larger VMs, add instance tags to permits health checks by Brad Fitzpatrick · 4 years, 3 months ago
  50. 62f81bd sandbox: test docker connection & pull image before starting workers by Brad Fitzpatrick · 4 years, 4 months ago
  51. 33fdd75 playground: run in golang VPC network by Brad Fitzpatrick · 4 years, 4 months ago
  52. a0e4bb3 sandbox: add missing word to package doc by Brad Fitzpatrick · 4 years, 4 months ago
  53. 4d36241 sandbox: add gvisor runsc-based sandbox by Brad Fitzpatrick · 4 years, 7 months ago
  54. a46a9c2 playground: use txtar and modfile from golang.org/x by Brad Fitzpatrick · 4 years, 5 months ago
  55. bd57f61 playground: bound compilation time too by Brad Fitzpatrick · 4 years, 8 months ago
  56. 394f19f playground: differentiate cache key based on client JS version by Brad Fitzpatrick · 5 years ago
  57. a712dec Dockerfile: update Go version to 1.13 by Andrew Bonventre · 4 years, 8 months ago
  58. ee0783d playground: set GOPROXY when building Docker image by Andrew Bonventre · 4 years, 9 months ago
  59. 509e10f playground: allow explicit GOPROXY variable by Jack Lindamood · 4 years, 10 months ago
  60. 5fdf601 playground: simplify latest go version logic by Alexander Rakoczy · 4 years, 10 months ago
  61. 01ce4a0 playground: trigger playground deploys from master by Alexander Rakoczy · 4 years, 10 months ago
  62. 18ef8a7 playground: push image in trigger before deploying by Alexander Rakoczy · 4 years, 10 months ago
  63. 607f1df playground: build playground Go from source by Alexander Rakoczy · 4 years, 10 months ago
  64. 78fe024 playground: trigger playground releases from Go releases by Alexander Rakoczy · 4 years, 10 months ago
  65. c4ae04c playground: parameterize GO_VERSION in Dockerfile by Alexander Rakoczy · 4 years, 11 months ago
  66. 742871f Makefile: adjust the test rule to be more useful by Brad Fitzpatrick · 5 years ago
  67. e1479bc playground: format go.mod files; fix paths in formatting errors by Dmitri Shuralyov · 5 years ago
  68. a7b4d4c playground: support multiple input files in txtar format by Brad Fitzpatrick · 5 years ago
  69. 1b5b098 playground: enable third-party imports by Brad Fitzpatrick · 5 years ago
  70. 1cc919a playground: let clients request vet check in same HTTP request as compile+run by Brad Fitzpatrick · 5 years ago
  71. 046e863 playground: support third-party imports (off by default for now) by Brad Fitzpatrick · 5 years ago
  72. 33ccd9b Dockerfile: update from jessie to stretch by Brad Fitzpatrick · 5 years ago
  73. b884d85 README: document the need to increase cloud build timeout by Dmitri Shuralyov · 5 years ago
  74. be0fe03 playground: put GOCACHE in temp dir by Brad Fitzpatrick · 5 years ago
  75. 15cfee7 playground: update dependencies by Dmitri Shuralyov · 5 years ago
  76. 381a079 playground: use Go 1.12 by Dmitri Shuralyov · 5 years ago
  77. e08a6e0 playground: update snippet to tell version by Dmitri Shuralyov · 5 years ago
  78. 22a2396 playground: remove stale TODO about exit code by Yury Smolsky · 5 years ago
  79. d134d7d playground: prevent caching memory-related compile time errors by Katie Hockman · 6 years ago
  80. cadbb20 Dockerfile: update golang.org/x/talks/... import path by Dmitri Shuralyov · 6 years ago
  81. ad3cdb9 playground: fix the test broken by CL 141478 by Yury Smolsky · 6 years ago
  82. ed387e6 Dockerfile: include updated x/tools containing CL 141477 by Yury Smolsky · 6 years ago
  83. e03e829 playground: make outcome of "Run" clearer by Yury Smolsky · 6 years ago
  84. 8cbc41a playground: mention vet in about text by Yury Smolsky · 6 years ago
  85. e11e51b playground: use Go 1.11.1 by Dmitri Shuralyov · 6 years ago
  86. 132c64f Dockerfile: use latest x/tools containing the CL 113875 by Yury Smolsky · 6 years ago
  87. e07747d playground: prevent caching memory-related runtime errors by Katie Hockman · 6 years ago
  88. 0757b4e playground: serve 404 for non-existent pages by Dmitri Shuralyov · 6 years ago
  89. 06ce2e1 playground: update to 1.10.3 by Andrew Bonventre · 6 years ago
  90. a6ad7bf playground: disable cgo when executing the vet tool by Yury Smolsky · 6 years ago
  91. f759808 playground: allow CORS requests on /compile and /vet endpoints by Andrew Bonventre · 6 years ago
  92. a7e8e78 playground: refactor handleVet and handleCompile methods by Yury Smolsky · 6 years ago
  93. 0a3c79a Dockerfile: use x/tools containing the CL 107455 by Yury Smolsky · 6 years ago
  94. da85333 playground: add vet by Yury Smolsky · 6 years ago
  95. f3bb33c Dockerfile: bump Go version to 1.10.2 by Andrew Bonventre · 6 years ago
  96. 0cf5f3c playground: add integration test for https://golang.org/cl/105235 by Yury Smolsky · 6 years ago
  97. 6cd23d6 playground: interleave standard output and error correctly by Yury Smolsky · 6 years ago
  98. b3b8232 playground: patch runtime with https://golang.org/cl/105235 by Bryan C. Mills · 6 years ago
  99. 66c23b7 README.md: update example commands and remove redundant text by Bryan C. Mills · 6 years ago
  100. f980e90 playground: update Dockerfile to use multi-stage builds, 1.10.1 by Andrew Bonventre · 6 years ago