go /
go /
92c1e720401e07a97670c92b0ac208da8cc4988c - 92c1e72 runtime: make NumGoroutines faster by Dmitriy Vyukov · 11 years ago
- dc84eca runtime: improve select benchmarks by Dmitriy Vyukov · 11 years ago
- 90870e6 strings: remove byteBitmap by Rui Ueyama · 11 years ago
- 8158b8b gofmt: -s flag simplifies "for _ = range x" by Robert Griesemer · 11 years ago
- cf521ce os: Implement symlink support for Windows by Michael Fraenkel · 11 years ago
- 47fd6bd A+C: snyh (individual CLA) by Shenghou Ma · 11 years ago
- 5035750 runtime: align gomemeq return value correctly by Keith Randall · 11 years ago
- 7a9e7c0 archive/tar: fix writing of pax headers by Cristian Staretu · 11 years ago
- 8a23c00 src, misc: applied gofmt -s -w by Robert Griesemer · 11 years ago
- 8d504c4 cmd/gc: implement 'for range x {' by Russ Cox · 11 years ago
- 26d0f75 time: change nsec back to int32 by Russ Cox · 11 years ago
- 055dfc2 liblink: fix precedence bug in pcdata comparison by Russ Cox · 11 years ago
- 0c6b55e runtime: convert map implementation to Go. by Keith Randall · 11 years ago
- 3b1b840 strconv: fix handling of BOMs in CanBackquote by Volker Dobler · 11 years ago
- a03900a flag: fix typo by Matthew Cottingham · 11 years ago
- 74c9cc8 cmd/ld: use count, not upper bound, in type of array by Rob Pike · 11 years ago
- 59af2c6 cmd/go/doc: Fix example domain code.org exists by Yasuhiro Matsumoto · 11 years ago
- aa76377 runtime: start goroutine ids at 1 by Dmitriy Vyukov · 11 years ago
- c12c5db compress/bzip2: fix panics on malformed input. by Adam Langley · 11 years ago
- cddad8a cmd/ld: change DWARF encoding for array lengths by Rob Pike · 11 years ago
- 6012ac9 cmd/ld: consistently document flags that expect values by Matthew Dempsky · 11 years ago
- 348a205 objdump: remove out-of-date comment by Matthew Dempsky · 11 years ago
- 387c1c6 runtime: make a test more robust by Dmitriy Vyukov · 11 years ago
- 8422d1e runtime: zero dangling pointer by Dmitriy Vyukov · 11 years ago
- 0a5cb7d net: Don't read beyond end of slice when parsing resolv.conf options. by Jakob Borg · 11 years ago
- c213b88 cmd/go: skip vcs tests on nacl and android by Dave Cheney · 11 years ago
- c0a824a strconv: fix CanBackquote for invalid UTF-8 by Volker Dobler · 11 years ago
- deae10e go/ast: fix walk to handle "for range x" by Robert Griesemer · 11 years ago
- 79b106e cmd/ld: generate correct upper bound value for array types. by Rob Pike · 11 years ago
- fd7b82b go get: Support for IBM DevOps Services (hub.jazz.net) git repos by Chris McGee · 11 years ago
- a44cf8d A+C: add Chris McGee (individual CLA) by Andrew Gerrand · 11 years ago
- 64c2083 runtime: refactor routines for stopping, running goroutine from m by Russ Cox · 11 years ago
- d3a2f58 go/*: permit "for range x" by Robert Griesemer · 11 years ago
- 81e661a doc/go1.4.txt: permit for range x by Rob Pike · 11 years ago
- 20ae6d9 spec: permit "for range x" (no index variables) by Robert Griesemer · 11 years ago
- 8b836fa cmd/go: introduce support for $GCCGO env var by Peter Collingbourne · 11 years ago
- 369a3ff make.bat: return exit code to dashboard builder by Alex Brainman · 11 years ago
- e182169 cmd/ld: add go-specific dwarf type information by Russ Cox · 11 years ago
- 90c146f liblink: fix warnings on Plan 9 by David du Colombier · 11 years ago
- 125d1e9 ld: change DWARF output for structs by Rob Pike · 11 years ago
- 5c2f01f image/png: interlacing support for png. by Dustin Long · 11 years ago
- 0e69429 cmd/go: do not fail if libgcc does not exist by Benny Siegert · 11 years ago
- f5b600f debug/elf: add (*File).DynamicSymbols, ErrNoSymbols, and tests for (*File).Symbols and (*File).DynamicSymbols, and formalize symbol order. by Pietro Gagliardi · 11 years ago
- 54d0b5a nacltest.bash: set GOROOT before invoking cmd/go by Shenghou Ma · 11 years ago
- 99e2a56 nacltest.bash: nacl/arm support. by Shenghou Ma · 11 years ago
- 0829533 misc/nacl: add go_nacl_arm_exec, update README by Shenghou Ma · 11 years ago
- 366f88f cmd/dist: always use GOARM=7 for nacl/arm by Shenghou Ma · 11 years ago
- d1fee62 crypto/rc4: disable assembly implementation for nacl/arm. by Shenghou Ma · 11 years ago
- 837bc4e syscall: nacl/arm support. by Shenghou Ma · 11 years ago
- 62af04c sync/atomic: nacl/arm support. by Shenghou Ma · 11 years ago
- d1177ed runtime: nacl/arm support. by Shenghou Ma · 11 years ago
- 783bcba cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm support by Shenghou Ma · 11 years ago
- 6fbade1 A+C: add Dustin Long (Markover Inc. DBA Poptip corporate CLA). by Nigel Tao · 11 years ago
- 418b39d runtime: align stack before calling windows in usleep2 by Alex Brainman · 11 years ago
- a1778ec runtime: ignore exceptions from foreign threads. Fixes #8224. by Shenghou Ma · 11 years ago
- 76ce843 net/rpc: use html/template to render html by Josh Bleecher Snyder · 11 years ago
- 475d266 A+C: Manuel Mendez (individual CLA) by Andrew Gerrand · 11 years ago
- 8e902dd docs: Make consistent use of optional li closing tags. by Robin Eklind · 11 years ago
- fe71b387b androidtest.bash: missing ! by David Crawshaw · 11 years ago
- c4b714d os: no /tmp on android by David Crawshaw · 11 years ago
- 5512f6f cmd/go: use $CC to build _cgo_defun.c by Peter Collingbourne · 11 years ago
- 0622e13 runtime: grow heap by 64K instead of 128K by Dmitriy Vyukov · 11 years ago
- a5f8e8f androidtest.bash, misc/android: build scripts for android by David Crawshaw · 11 years ago
- 29aac3d debug/plan9obj: fix test build by Aram Hăvărneanu · 11 years ago
- 9c31411 syscall: use the nsec system call instead of /dev/bintime on Plan 9 by Aram Hăvărneanu · 11 years ago
- a84e3ad runtime: use the nsec system call instead of /dev/bintime on Plan 9 by Aram Hăvărneanu · 11 years ago
- 0a2083e debug/plan9obj, cmd/addr2line: on Plan 9 use a.out header by Aram Hăvărneanu · 11 years ago
- fa113cf cmd/objdump: set goarch properly on non-386 Plan 9 systems by Aram Hăvărneanu · 11 years ago
- 38e75f9 syscall: remove more NxM assumptions on Plan 9 by Aram Hăvărneanu · 11 years ago
- a6cc634 os: fix failing test on Plan 9 by Aram Hăvărneanu · 11 years ago
- 8aea9a0 syscall: NetlinkRIB, avoid allocation in loop by Cristian Staretu · 11 years ago
- 3e80141 cmd/go: fix build -o panic when import path pattern matches 0 pkgs by Dmitri Shuralyov · 11 years ago
- 107b8fc run.bash: disable tests that don't (yet) like running off the host by David Crawshaw · 11 years ago
- f2b59a3 test: add test for gccgo comment lexing failure by Ian Lance Taylor · 11 years ago
- b058986 go/build: add android to the flock by David Crawshaw · 11 years ago
- 1648df6 runtime: skip crash test on android by David Crawshaw · 11 years ago
- 97c8b24 runtime: fix spurious "[string too long]" error by Dmitriy Vyukov · 11 years ago
- 331bf64 cmd/addr2line: skip test on android by David Crawshaw · 11 years ago
- 4e0214e cmd/pack: skip test on android (no Go tool) by David Crawshaw · 11 years ago
- b157077 cmd/nm: skip test on android (no Go tool) by David Crawshaw · 11 years ago
- cb2355b os: adjust tests for android file system by David Crawshaw · 11 years ago
- 8543ed3 cmd/objdump: skip test on android (no Go tool) by David Crawshaw · 11 years ago
- e50d059 crypto/x509: skip test on android (no Go tool) by David Crawshaw · 11 years ago
- 9416fb8 net: no AI_ALL on android by David Crawshaw · 11 years ago
- 8b6dafa net: treat android like linux in tests by David Crawshaw · 11 years ago
- a31eeef undo CL 101670044 / 49a6cbd80cf2 by Josh Bleecher Snyder · 11 years ago
- ccb9912 net/rpc: use html/template to render html by Josh Bleecher Snyder · 11 years ago
- 7b0ee53 cmd/ld: fix off-by-one in DWARF frame tables by Rob Pike · 11 years ago
- c1c8c3c runtime: export _rt0 for android by David Crawshaw · 11 years ago
- 48347cc doc/contribute.html: capitalize the first letter by Tetsuo Kiso · 11 years ago
- 735e38c debug/elf: fix nil deref in test by Dmitriy Vyukov · 11 years ago
- 67afeac image/gif: fix nil deref in test by Dmitriy Vyukov · 11 years ago
- 72faffb runtime/cgo: replace fprintf(stderr, ...) with fatalf(...) for linux/android by David Crawshaw · 11 years ago
- 822b2cb doc/contribute: reorder documented steps to match normal workflow. by Bill Thiede · 11 years ago
- b2c75ae runtime/cgo: revert use of undefined logging function by David Crawshaw · 11 years ago
- 12b990b cmd/go, cmd/ld, runtime, os/user: TLS emulation for android by David Crawshaw · 11 years ago
- d3be3da runtime: delete unnecessary confusing code by Dmitriy Vyukov · 11 years ago
- 2ec3a0a crypto/x509: fix format strings in test by Dmitriy Vyukov · 11 years ago
- df75f08 runtime: make runtime·usleep and runtime·osyield callable from cgo callback by Aram Hăvărneanu · 11 years ago
- 61ccc1f archive/tar: reuse temporary buffer in readHeader by Cristian Staretu · 11 years ago