- ae74f88 errors/fmt: don’t indent first line of detail in absence of message by Marcel van Lohuizen · 2 years, 1 month ago
- 7e9ba78 errors/fmt: errors.Formatter always has precendence over Formatter by Marcel van Lohuizen · 2 years, 1 month ago
- b686611 cmd/apidiff: exit on bad input by Jonathan Amsterdam · 2 years, 2 months ago
- 3c25489 cmd/apidiff: in -incompatible mode, don't show header by Jean de Klerk · 2 years, 1 month ago
- ee2e2e1 cmd/apidiff: check for package existence by Jean de Klerk · 2 years, 1 month ago
- 6d07648 errors/fmt: add adaptor support by Marcel van Lohuizen · 2 years, 2 months ago
- 46ee236 shiny/driver/gldriver: update the open gl context after making it current by Ethan Burns · 2 years, 1 month ago
- a8d4f38 errors/fmt: avoid printing spurious colon by Marcel van Lohuizen · 2 years, 2 months ago
- 56fce82 cmd/apidiff: add additional documentation module cache behavior by Jean de Klerk · 2 years, 1 month ago
- 7d6377e errors/fmt: fix test by Marcel van Lohuizen · 2 years, 2 months ago
- 68cc7b1 cmd/apidiff: add package commentary and move away from os.Args[0] by Paul Jolly · 2 years, 2 months ago
- 31789d5 apidiff: support display of just incompatible changes by Jonathan Amsterdam · 2 years, 2 months ago
- d319078 cmd/apidiff: apidiff CLI by Jonathan Amsterdam · 2 years, 2 months ago
- 2a5c3a0 errors/fmt: don't wrap in Errorf by default by Marcel van Lohuizen · 2 years, 2 months ago
- d9c527d apidiff: implementation by Jonathan Amsterdam · 2 years, 3 months ago
- 2bc4fd1 apidiff: README: describe compatibility between numeric types by Jonathan Amsterdam · 2 years, 2 months ago
- 2f5b2f6 errors: add support for Is and As methods by Marcel van Lohuizen · 2 years, 3 months ago
- 80b4bdf errors/fmt: added benchmarks for stack trace by Marcel van Lohuizen · 2 years, 3 months ago
- ddaa976 errors/fmt: change format of detail printing by Marcel van Lohuizen · 2 years, 3 months ago
- a3060d4 apidiff: changes to README by Jonathan Amsterdam · 2 years, 2 months ago
- 929df1f apidiff: README by Jonathan Amsterdam · 2 years, 3 months ago
- d68db94 errors/fmt: improve error printing in detail mode by Marcel van Lohuizen · 2 years, 3 months ago
- 4ee764a errors: add Caller, a helper for recording stack frame detail by Marcel van Lohuizen · 2 years, 3 months ago
- b566bde errors: add Is, As, Wrapper, Unwrap, Opaque by Marcel van Lohuizen · 2 years, 3 months ago
- ecff091 errors/fmt: interpret error passed to Errorf by Marcel van Lohuizen · 2 years, 4 months ago
- ec2a8a1 errors/fmt: implementation of formatting interfaces by Marcel van Lohuizen · 2 years, 4 months ago
- 42ba7d4 errors: formatting interfaces by Marcel van Lohuizen · 2 years, 4 months ago
- ff81beb errors/fmt: make tests pass by Marcel van Lohuizen · 2 years, 4 months ago
- 962cded errors/fmt: add copy of fmt @go1.11.1 by Marcel van Lohuizen · 2 years, 4 months ago
- d8bb7a1 exp/errors: rename xerrors to errors by Damien Neil · 2 years, 4 months ago
- 3448815 xerrors: new package by Damien Neil · 2 years, 4 months ago
- e88728d exp/shiny: fix usage of TexImage2D after breaking change by Elias Naur · 2 years, 5 months ago
- 3d87b88 cmd/macos-roots-test: new package by Filippo Valsorda · 2 years, 6 months ago
- 14dda7b exp/rand: add Shuffle, copying CL51891 from math/rand by Rob Pike · 2 years, 7 months ago
- a29023d io: add note to i2c and spi about being deprecated by Marc-Antoine Ruel · 2 years, 7 months ago
- f9fa0fe mmap: fix max size of bytes. by Yasuhiro Matsumoto · 2 years, 7 months ago
- f5f3468 shiny/driver/internal/win32: send WM_CLOSE on Release by unknown · 2 years, 8 months ago
- d20ef58 shiny: windriver: close client windows by elmar · 2 years, 8 months ago
- 8460e60 exp/shiny: fix a typo that prevented correct rounding by Giovanni Bajo · 2 years, 11 months ago
- 9673cff CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 2 years, 11 months ago
- 83bc9a1 shiny/driver/internal/event: factor out initalization boilerplate into a method by Bryan C. Mills · 3 years ago
- 50a1031 shiny/driver/internal/event: do not over-retain references to events by Bryan C. Mills · 3 years ago
- 0729911 shiny/driver: use __MAC_OS_X_VERSION_MAX_ALLOWED for conditional compilation by tomheng · 4 years, 3 months ago
- a05f2c1 shiny: add OpenBSD support by Sergiusz Bazanski · 3 years, 2 months ago
- 6e195c1 io/i2c: fix vet format error in test by Brad Fitzpatrick · 3 years, 2 months ago
- f772359 rand: let pre-go1.9 users use rand by kortschak · 3 years, 2 months ago
- be09b60 README: convert to markdown syntax by Avelino · 3 years, 5 months ago
- 50c28f9 exp/rand: delete blank link to tie doc comment to PCGSource by Rob Pike · 3 years, 5 months ago
- 9b25c0c rand: delete spurious return by Rob Pike · 3 years, 5 months ago
- 1f324b6 x/exp/rand: new rand package by Rob Pike · 6 years ago
- be79676 shiny/driver/gldriver: disable forced OpenGL acceleration on macOS by aarzilli · 3 years, 8 months ago
- 239d448 mmap: use Linux support for Darwin as well. by Giovanni Bajo · 3 years, 9 months ago
- cf79bb0 shiny/driver/windriver: fix destination rectangle formula by Alex Brainman · 3 years, 9 months ago
- e9c3453 shiny/driver/internal/win32: introduce and use ResizeClientRect by Alex Brainman · 3 years, 10 months ago
- 47ce6ee shiny/driver/gldriver: be less racy wrt size events. by Nigel Tao · 3 years, 11 months ago
- c6698df shiny/driver/gldriver: implement Texture.Fill. by Nigel Tao · 4 years ago
- 397dac3 shiny/driver: s/WM_NAME/_NET_WM_NAME/ for X11. by Nigel Tao · 4 years ago
- 7c75da1 shiny/example: add window title strings. by Nigel Tao · 4 years ago
- 8c92c4d shiny/screen: sanitize NewWindowOptions.Title. by Nigel Tao · 4 years ago
- 35a3e98 shiny: add window title support by Fabian Zaremba · 4 years ago
- 1451a5b shiny/driver/x11driver: add support for DragonflyBSD by Dave MacFarlane · 4 years ago
- f2073ad shiny/driver/internal/win32: use relative coordinates for mouse wheel events by elmar · 4 years ago
- f43f8d0 shiny/driver/gldriver: initialize glctx fields earlier. by Nigel Tao · 4 years, 1 month ago
- 0396204 shiny/iconvg: handle x/image/vector args dropping the f32.Vec2. by Nigel Tao · 4 years, 3 months ago
- d4689a4 shiny/iconvg: rearrange some encode_test.go functions. by Nigel Tao · 4 years, 3 months ago
- fb66711 shiny/iconvg: implement suggested palettes. by Nigel Tao · 4 years, 3 months ago
- 8fd4879 shiny/iconvg: implement elliptical gradients. by Nigel Tao · 4 years, 3 months ago
- 77b22ee shiny/iconvg: regenerate testdata/*.png renderings. by Nigel Tao · 4 years, 3 months ago
- 3101306 shiny/driver/x11driver: add support for other architectures on linux by Shenghou Ma · 4 years, 3 months ago
- 1f05e90 shiny/driver: use new style mask and event constants on OSX 10.12 by tomheng · 4 years, 3 months ago
- 8e337e3 shiny/example/widgetgallery: rename gallery to widgetgallery. by Nigel Tao · 4 years, 3 months ago
- 160d7f5 Revert of shiny/driver: repace style mask and event constants deprecated since OSX 10.12 by David Crawshaw · 4 years, 3 months ago
- 2a043f9 shiny/driver: repace style mask and event constants deprecated since OSX 10.12 by tomheng · 4 years, 3 months ago
- 13aa1b9 shiny/iconvg: implement gradients. by Nigel Tao · 4 years, 3 months ago
- d96b5d2 shiny/example/icongallery: new example. by Nigel Tao · 4 years, 3 months ago
- 585538d shiny/iconvg: add note to think about Right-To-Left languages. by Nigel Tao · 4 years, 3 months ago
- 1d1aa78 exp/shiny/iconvg: add testdata/favicon. by Nigel Tao · 4 years, 3 months ago
- 54ebac4 exp/shiny/iconvg: quantize StartPath coordinates. by Nigel Tao · 4 years, 3 months ago
- 62c1663 shiny/materialdesign/icons: generate the full icon set. by Nigel Tao · 4 years, 3 months ago
- 356123c shiny/iconvg: implement arcs. by Nigel Tao · 4 years, 3 months ago
- 2317e4d shiny/iconvg: make HighResolutionCoordinates optional. by Nigel Tao · 4 years, 3 months ago
- 39af320 shiny/materialdesign/icons: new package. by Nigel Tao · 4 years, 4 months ago
- e987cd1 shiny/iconvg: fix test breakage for the LOD case. by Nigel Tao · 4 years, 3 months ago
- cb50aa2 shiny/iconvg: implement Level Of Detail (LOD). by Nigel Tao · 4 years, 4 months ago
- 807d650 shiny/driver/gldriver: try multiple ANGLE platforms by Egon Elbre · 4 years, 4 months ago
- 4259671 shiny/iconvg: add testdata/blank.ivg. by Nigel Tao · 4 years, 4 months ago
- 179d6e5 shiny/iconvg: add disassembly testdata. by Nigel Tao · 4 years, 4 months ago
- c686a66 shiny/iconvg: make a decoding example_test. by Nigel Tao · 4 years, 4 months ago
- c9a9d1b shiny/iconvg: fix color blending. by Nigel Tao · 4 years, 4 months ago
- 54367eb inotify: delete unmaintained code by Russ Cox · 4 years, 4 months ago
- f2486d8 shiny/iconvg: implement colors. by Nigel Tao · 4 years, 4 months ago
- 3a707a3 shiny/iconvg: make the zero Encoder value usable. by Nigel Tao · 4 years, 4 months ago
- dabc0cb shiny/iconvg: implement a decoder. by Nigel Tao · 4 years, 4 months ago
- 77977c4 shiny/iconvg: add 3 byte color encodings. by Nigel Tao · 4 years, 4 months ago
- ccd3679 shiny/iconvg: implement an encoder. by Nigel Tao · 4 years, 4 months ago
- 1e90bda shiny/materialdesign/colornames: new package for named colors. by Nigel Tao · 4 years, 4 months ago
- 00048b0 shiny/iconvg: new package for a new format. by Nigel Tao · 4 years, 5 months ago
- 14f0c66 shiny/widget: let a Flow shrink as well as expand. by Nigel Tao · 4 years, 5 months ago
- da927ba shiny/driver/x11driver: fix ipcCreat constant. by Nigel Tao · 4 years, 5 months ago
- 325d582 io: delete gpio for now by Jaana Burcu Dogan · 4 years, 5 months ago