1. 199475d exp/shiny: support unicode-but-not-ASCII keysyms by aarzilli · 5 years ago
  2. 7da06db sumdb: mv notary sumdb by Russ Cox · 5 years ago
  3. 2cc83dd notary/internal/sumweb: extract hasGlobsPathPrefix from glob-matching by Russ Cox · 5 years ago
  4. 79ac8e8 notary/internal/sumweb: change GONOVERIFY to GONOSUMDB by Russ Cox · 5 years ago
  5. 36d25d5 notary/internal/sumweb: add GONOVERIFY support by Russ Cox · 5 years ago
  6. 969adad notary/gosumcheck: move notary/internal/notecheck to notary/gosumcheck by Russ Cox · 5 years ago
  7. f32486b notary/internal/sumweb: extract client code from notecheck into library by Russ Cox · 5 years ago
  8. 382f7b3 notary/internal/sumweb: copy notecheck/main.go to client.go by Russ Cox · 5 years ago
  9. 8c7d1c5 notary/internal/sumweb: copy path, version encoding from cmd/go by Russ Cox · 5 years ago
  10. 0a2cc96 notary/internal/sumweb: avoid use of "notary" by Russ Cox · 5 years ago
  11. f1e7de1 notary/internal/note: replace NewVerifierFromEd25519Key with NewEd25519VerifierKey by Filippo Valsorda · 5 years ago
  12. 47ea93f old/netchan: disable a test with a data race on the builders for now by Brad Fitzpatrick · 5 years ago
  13. b8972e6 notary/internal/notecheck: refactor for integration into go command by Russ Cox · 5 years ago
  14. 05b5771 notary/internal/tlog: add record formatting and parsing by Russ Cox · 5 years ago
  15. 0bd95b7 notary/internal/noteweb: basic notary web frontend by Russ Cox · 5 years ago
  16. 34863f2 notary/internal/notecheck: update default tile height to 8 by Katie Hockman · 5 years ago
  17. 694a7e2 notary/internal/tlog: update ParseTilePath for tile/H/data/... paths by Russ Cox · 5 years ago
  18. 6ee95cb notary/internal/note: allow Open to be passed known==nil by Russ Cox · 5 years ago
  19. 88ff72d notary/internal/tlog: change TileReader.Reject to TileReader.SaveTiles by Russ Cox · 5 years ago
  20. e40e924 notary/internal/note: remove use of 'notary' by Russ Cox · 5 years ago
  21. 10366f3 notary/internal/tlog: remove use of 'notary' by Russ Cox · 5 years ago
  22. 7f338f5 shiny/driver/internal/win32: Close window correctly to be able to re-open one after closing by Mirko Hansen · 5 years ago
  23. 0480eff shiny/driver/internal/win32: Close window correctly to be able to re-open one after closing by Mirko Hansen · 5 years ago
  24. 56b785e shiny/driver/gldriver: fix 2 warnings on macOS 10.14 by Dmitri Shuralyov · 5 years ago
  25. eba85a1 shiny/driver/gldriver: define GL_SILENCE_DEPRECATION by Dmitri Shuralyov · 5 years ago
  26. 4f75125 cmd/modgraphviz: add modgraphviz by Jean de Klerk · 5 years ago
  27. e0c8012 notary/internal/tlog: fix bit shifting bug when determining if an index is in a tree by Katie Hockman · 5 years ago
  28. 7fd597e notary/internal/tlog: expose NodeHash by Filippo Valsorda · 5 years ago
  29. f0864ed notary/internal/note: add NewVerifierFromEd25519PublicKey by Filippo Valsorda · 5 years ago
  30. 8603887 notary/internal/notecheck: check go.sum against notary by Russ Cox · 5 years ago
  31. 6983f9a notary/internal/tlog: add log tile helpers by Russ Cox · 5 years ago
  32. 8abc145 notary/internal/tlog: add Go signed tree head format by Russ Cox · 5 years ago
  33. ec727a9 notary/internal/note: signed note formats, keys, and operations by Russ Cox · 5 years ago
  34. 4b39c73 all: add go.mod by Bryan C. Mills · 5 years ago
  35. 41a7a02 apidiff: fix tests in module mode by Bryan C. Mills · 5 years ago
  36. a1d7652 shiny/driver/gldriver: skip on GOOS=android by Elias Naur · 5 years ago
  37. 01c40f5 notary/internal/tlog: implement algorithms for tamper-evident log by Russ Cox · 5 years ago
  38. 438050d cmd/macos-roots-test, ebnflint: fix tests so trybots work by Brad Fitzpatrick · 5 years ago
  39. 3d75e7a exp: use new operations from math/bits for faster generation by Rob Pike · 5 years ago
  40. 21964bb xerrors: delete x/exp/xerrors by Damien Neil · 5 years ago
  41. c74c464 xerrors: add and modify documentation by Jonathan Amsterdam · 5 years ago
  42. 9bb7326 xerrors: change order of arguments of FormatError by Marcel van Lohuizen · 5 years ago
  43. d7e63a8 xerrors: first working implementation by Marcel van Lohuizen · 5 years ago
  44. f1c91bc xerrors: minimize diffs for implementation CL by Marcel van Lohuizen · 5 years ago
  45. 3d56c96 xerrors: copy files from errors to new package by Marcel van Lohuizen · 5 years ago
  46. 509febe errors/fmt: remove spurious newline by Marcel van Lohuizen · 5 years ago
  47. ae74f88 errors/fmt: don’t indent first line of detail in absence of message by Marcel van Lohuizen · 5 years ago
  48. 7e9ba78 errors/fmt: errors.Formatter always has precendence over Formatter by Marcel van Lohuizen · 5 years ago
  49. b686611 cmd/apidiff: exit on bad input by Jonathan Amsterdam · 5 years ago
  50. 3c25489 cmd/apidiff: in -incompatible mode, don't show header by Jean de Klerk · 5 years ago
  51. ee2e2e1 cmd/apidiff: check for package existence by Jean de Klerk · 5 years ago
  52. 6d07648 errors/fmt: add adaptor support by Marcel van Lohuizen · 5 years ago
  53. 46ee236 shiny/driver/gldriver: update the open gl context after making it current by Ethan Burns · 5 years ago
  54. a8d4f38 errors/fmt: avoid printing spurious colon by Marcel van Lohuizen · 5 years ago
  55. 56fce82 cmd/apidiff: add additional documentation module cache behavior by Jean de Klerk · 5 years ago
  56. 7d6377e errors/fmt: fix test by Marcel van Lohuizen · 5 years ago
  57. 68cc7b1 cmd/apidiff: add package commentary and move away from os.Args[0] by Paul Jolly · 5 years ago
  58. 31789d5 apidiff: support display of just incompatible changes by Jonathan Amsterdam · 5 years ago
  59. d319078 cmd/apidiff: apidiff CLI by Jonathan Amsterdam · 5 years ago
  60. 2a5c3a0 errors/fmt: don't wrap in Errorf by default by Marcel van Lohuizen · 5 years ago
  61. d9c527d apidiff: implementation by Jonathan Amsterdam · 6 years ago
  62. 2bc4fd1 apidiff: README: describe compatibility between numeric types by Jonathan Amsterdam · 5 years ago
  63. 2f5b2f6 errors: add support for Is and As methods by Marcel van Lohuizen · 6 years ago
  64. 80b4bdf errors/fmt: added benchmarks for stack trace by Marcel van Lohuizen · 6 years ago
  65. ddaa976 errors/fmt: change format of detail printing by Marcel van Lohuizen · 6 years ago
  66. a3060d4 apidiff: changes to README by Jonathan Amsterdam · 5 years ago
  67. 929df1f apidiff: README by Jonathan Amsterdam · 6 years ago
  68. d68db94 errors/fmt: improve error printing in detail mode by Marcel van Lohuizen · 6 years ago
  69. 4ee764a errors: add Caller, a helper for recording stack frame detail by Marcel van Lohuizen · 6 years ago
  70. b566bde errors: add Is, As, Wrapper, Unwrap, Opaque by Marcel van Lohuizen · 6 years ago
  71. ecff091 errors/fmt: interpret error passed to Errorf by Marcel van Lohuizen · 6 years ago
  72. ec2a8a1 errors/fmt: implementation of formatting interfaces by Marcel van Lohuizen · 6 years ago
  73. 42ba7d4 errors: formatting interfaces by Marcel van Lohuizen · 6 years ago
  74. ff81beb errors/fmt: make tests pass by Marcel van Lohuizen · 6 years ago
  75. 962cded errors/fmt: add copy of fmt @go1.11.1 by Marcel van Lohuizen · 6 years ago
  76. d8bb7a1 exp/errors: rename xerrors to errors by Damien Neil · 6 years ago
  77. 3448815 xerrors: new package by Damien Neil · 6 years ago
  78. e88728d exp/shiny: fix usage of TexImage2D after breaking change by Elias Naur · 6 years ago
  79. 3d87b88 cmd/macos-roots-test: new package by Filippo Valsorda · 6 years ago
  80. 14dda7b exp/rand: add Shuffle, copying CL51891 from math/rand by Rob Pike · 6 years ago
  81. a29023d io: add note to i2c and spi about being deprecated by Marc-Antoine Ruel · 6 years ago
  82. f9fa0fe mmap: fix max size of bytes. by Yasuhiro Matsumoto · 6 years ago
  83. f5f3468 shiny/driver/internal/win32: send WM_CLOSE on Release by unknown · 6 years ago
  84. d20ef58 shiny: windriver: close client windows by elmar · 6 years ago
  85. 8460e60 exp/shiny: fix a typo that prevented correct rounding by Giovanni Bajo · 6 years ago
  86. 9673cff CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  87. 83bc9a1 shiny/driver/internal/event: factor out initalization boilerplate into a method by Bryan C. Mills · 6 years ago
  88. 50a1031 shiny/driver/internal/event: do not over-retain references to events by Bryan C. Mills · 6 years ago
  89. 0729911 shiny/driver: use __MAC_OS_X_VERSION_MAX_ALLOWED for conditional compilation by tomheng · 8 years ago
  90. a05f2c1 shiny: add OpenBSD support by Sergiusz Bazanski · 6 years ago
  91. 6e195c1 io/i2c: fix vet format error in test by Brad Fitzpatrick · 6 years ago
  92. f772359 rand: let pre-go1.9 users use rand by kortschak · 6 years ago
  93. be09b60 README: convert to markdown syntax by Avelino · 7 years ago
  94. 50c28f9 exp/rand: delete blank link to tie doc comment to PCGSource by Rob Pike · 7 years ago
  95. 9b25c0c rand: delete spurious return by Rob Pike · 7 years ago
  96. 1f324b6 x/exp/rand: new rand package by Rob Pike · 9 years ago
  97. be79676 shiny/driver/gldriver: disable forced OpenGL acceleration on macOS by aarzilli · 7 years ago
  98. 239d448 mmap: use Linux support for Darwin as well. by Giovanni Bajo · 7 years ago
  99. cf79bb0 shiny/driver/windriver: fix destination rectangle formula by Alex Brainman · 7 years ago
  100. e9c3453 shiny/driver/internal/win32: introduce and use ResizeClientRect by Alex Brainman · 7 years ago