1. c1e8892 net: fix nits found by vet by Mikio Hara · 9 years ago
  2. d1981ac net: reorganize interface tests to avoid vague flakiness by Mikio Hara · 9 years ago
  3. b4538d7 Revert "os: enable TestGetppid on Plan 9" by David du Colombier · 9 years ago
  4. 0efc162 syscall: remove mksyscall_windows.go -xsys flag by Alex Brainman · 9 years ago
  5. d958dab go/importer: use correct path when checking if package was already imported by Robert Griesemer · 9 years ago
  6. b671294 runtime: make mksyscall_windows.go flags do what they say they do by Alex Brainman · 9 years ago
  7. 9628e6f runtime/testdata/testprogcgo: fix Windows C compiler warning by Brad Fitzpatrick · 9 years ago
  8. 9780bf2 os/user: don't create C function mygetgrouplist by Ian Lance Taylor · 9 years ago
  9. 81a8960 doc: remove mention of %HOME% from installation instructions by Andrew Gerrand · 9 years ago
  10. f77f22b net/http: update bundled x/net/http2 by Brad Fitzpatrick · 9 years ago
  11. 78ff743 crypto/sha1: disable crashing AVX2 optimizations for now by Brad Fitzpatrick · 9 years ago
  12. 9e96ad8 test: add test for unlowered ITab by Keith Randall · 9 years ago
  13. 636670b net: use contexts for cgo-based DNS resolution by Scott Bell · 9 years ago
  14. 9edb27e reflect: make Field panic when out of bounds, as documented by Emmanuel Odeke · 9 years ago
  15. 42b647b go/internal/gccgoimporter: remove workaround on Plan 9 by David du Colombier · 9 years ago
  16. a677724 os: enable TestGetppid on Plan 9 by David du Colombier · 9 years ago
  17. 3d82432 os: add TestReadAtOffset by David du Colombier · 9 years ago
  18. f05c3aa encoding/json: support maps with integer keys by Caleb Spare · 9 years ago
  19. 9af8346 crypto/cipher: execute AES-GCM decryption example by Tilman Dilo · 9 years ago
  20. d88261f time: don't depend on the io package by Brad Fitzpatrick · 9 years ago
  21. 561c948 os: skip Lchown test on Android if symlink doesn't work by Hana Kim · 9 years ago
  22. 256a967 runtime: fix some out of date comments in bitmap code by Austin Clements · 9 years ago
  23. 7ba54d4 compress: update documentation regarding footer verification by Joe Tsai · 9 years ago
  24. 5934523 cmd/compile: document -l in godoc by Shenghou Ma · 9 years ago
  25. 3c09001 cmd/compile: correct sparseSet probes in regalloc to avoid index error by David Chase · 9 years ago
  26. 149ac34 doc: update number of supported instruction sets by Mikhail Gusarov · 9 years ago
  27. feb6131 cmd/compile: add -linkobj flag to allow writing object file in two parts by Russ Cox · 9 years ago
  28. aeecee8 runtime/race: deflake test by Dmitry Vyukov · 9 years ago
  29. 87a2ae1 cmd/compile: fix binary export of composite literals with implicit types by Robert Griesemer · 9 years ago
  30. 3696e46 test: add test for issue 15602 by Josh Bleecher Snyder · 9 years ago
  31. 55546ef Revert "cmd/compile: properly handle map assignments for OAS2DOTTYPE" by Matthew Dempsky · 9 years ago
  32. 0b6e5e3 cmd/link: specify correct size for dynamic symbols in 386 elf output by Joel Sing · 9 years ago
  33. 394ac81 cmd/compile: add and enable (internal) option to only track named types by Robert Griesemer · 9 years ago
  34. fa270ad cmd/go: add -shared to darwin/arm{,64} default build mode by Elias Naur · 9 years ago
  35. 9d7c9b4 cmd/compile: properly handle map assignments for OAS2DOTTYPE by Tal Shprecher · 9 years ago
  36. e6ec820 runtime: use entire address space on 32 bit by Elias Naur · 9 years ago
  37. 83676d6 net/url: remove RFC 3986 mention in package comment by Brad Fitzpatrick · 9 years ago
  38. 7c5c664 net: skip more flaky net tests on flaky net builders by Brad Fitzpatrick · 9 years ago
  39. a1813ae misc/cgo/testcarchive: avoid possible pthread_create race by Ian Lance Taylor · 9 years ago
  40. f0e2d32 Revert "net/url: validate ports in IPv4 addresses" by Russ Cox · 9 years ago
  41. 4eccc77 net/http: wait longer for subprocess to startup in test by Brad Fitzpatrick · 9 years ago
  42. 31283dd net/http: don't assume Response.Request is populated after redirect errors by Brad Fitzpatrick · 9 years ago
  43. 670a5cd Revert "testing/quick: generate more map and slice states" by Russ Cox · 9 years ago
  44. 131231b os: rename remaining four os1_*.go files to os_*.go by Brad Fitzpatrick · 9 years ago
  45. 1ff5714 net: ignore network failures on some builders by Brad Fitzpatrick · 9 years ago
  46. 61602b0 runtime: delete empty files by Brad Fitzpatrick · 9 years ago
  47. a5c5f6e all: fix copy-and-paste errors in tests by Alberto Donizetti · 9 years ago
  48. c81a353 cmd/vet: check sync.* types' copying by Aliaksandr Valialkin · 9 years ago
  49. 258a4c3 syscall,os,net: don't use ForkLock in plan9 by Richard Miller · 9 years ago
  50. 2dc6800 runtime: merge the last four os-vs-os1 files together by Brad Fitzpatrick · 9 years ago
  51. bf151cc cmd/compile/internal/mips64: fix large uint -> float conversion by Cherry Zhang · 9 years ago
  52. fafadc5 crypto/sha1: Add AVX2 version for AMD64 by Ilya Tocar · 9 years ago
  53. 2210d88 crypto/sha256: Use AVX2 if possible by Ilya Tocar · 9 years ago
  54. e558fdb misc/cgo/testcarchive: don't force -no_pie on Darwin by Elias Naur · 9 years ago
  55. 009c002 cmd/internal/obj/x86: add AVX2 instrutions needed for sha1/sha512/sha256 acceleration by Ilya Tocar · 9 years ago
  56. 2e32efc runtime: get randomness from AT_RANDOM AUXV on linux/mips64x by Shenghou Ma · 9 years ago
  57. ef92857 cmd/go, cmd/cgo: pass "-mabi=64" to gcc on mips64 by Cherry Zhang · 9 years ago
  58. d68f800 test: update test for issue 15548 by Robert Griesemer · 9 years ago
  59. b90cb3f cmd/go: fail with nice error message on bad GOOS/GOARCH pair by Brad Fitzpatrick · 9 years ago
  60. 30bfafc archive/tar: centralize all information about tar header format by Joe Tsai · 9 years ago
  61. 88d3db0 runtime: stop traceback at foreign function by Russ Cox · 9 years ago
  62. a633d76 Revert "net: add support for Zone of IPNet" by Mikio Hara · 9 years ago
  63. acc757f all: use SeekStart, SeekCurrent, SeekEnd by Joe Tsai · 9 years ago
  64. 6db98a3 cmd/compile: repair MININT conversion bug in arm softfloat by David Chase · 9 years ago
  65. 5f83bf6 go/token: document postcondition of SetLines by Alan Donovan · 9 years ago
  66. 5bf9b39 os/exec: re-enable TestExtraFiles for plan9 by Richard Miller · 9 years ago
  67. 639a20d syscall: simplify closing of extra fds in plan9 StartProcess by Richard Miller · 9 years ago
  68. 9b05ae6 doc: update broken links in release notes by Andrew Gerrand · 9 years ago
  69. 8650c23 cmd/compile: verify imported types after they are fully imported by Robert Griesemer · 9 years ago
  70. 1a7fc23 runtime: print signal name in panic, if name is known by Emmanuel Odeke · 9 years ago
  71. fafd792 net: fix hostLookupOrder("") by Russ Cox · 9 years ago
  72. eeca3ba sync/atomic, runtime/internal/atomic: improve ppc64x atomics by Lynn Boger · 9 years ago
  73. 0960c7c context: use https in docs by Shenghou Ma · 9 years ago
  74. bc1989f cmd/compile: optimize lookupVarOutgoing by Josh Bleecher Snyder · 9 years ago
  75. 6ccab44 cmd/compile/internal/gc: skip TestFP on mips64x by Cherry Zhang · 9 years ago
  76. bfa89c3 cmd/compile/internal/gc: remove duplicated TestFP by Cherry Zhang · 9 years ago
  77. 4fa0500 cmd/compile: enable constant-time CFG editing by Keith Randall · 9 years ago
  78. bcd4b84 runtime: skip TestCgoCallbackGC on linux/mips64x by Cherry Zhang · 9 years ago
  79. 3c4ebd2 cmd/link: fix external linker argument for mips64 by Cherry Zhang · 9 years ago
  80. 34f97d2 runtime: put tracebackctxt C functions in .c file by Ian Lance Taylor · 9 years ago
  81. 57be160 debug/pe: unexport newly introduced identifiers by Alex Brainman · 9 years ago
  82. 27d0d84 compress/flate: distinguish between base and min match length. by Nigel Tao · 9 years ago
  83. 1f4f2d0 cmd/compile: fix uint64 to float casts on ppc64 by Michael Munday · 9 years ago
  84. 3747c00 cmd/compile: fix debugFormat for new export format by Robert Griesemer · 9 years ago
  85. 4d6788e runtime: clean up profiling data files produced by TestCgoPprof by Mohit Agarwal · 9 years ago
  86. bfcb5b6 net/http: correct RFC for MethodPatch by Shenghou Ma · 9 years ago
  87. 2e2481e cmd/dist: remove the use of debug/elf package by Shenghou Ma · 9 years ago
  88. 24744f6 cmd/compile: check that SSA memory args are in the right place by Josh Bleecher Snyder · 9 years ago
  89. 0f84afe cmd/dist: add flag to build tests only, but not run them by Brad Fitzpatrick · 9 years ago
  90. 43d2a10 runtime/internal/atomic: fix vet warnings by Shenghou Ma · 9 years ago
  91. 7a964e1 cmd/vet: add mips64x assembly check support by Shenghou Ma · 9 years ago
  92. c5a95e4 doc: update go1.7.txt by Shenghou Ma · 9 years ago
  93. 04a3002 test: enable fixedbugs/issue10607.go test on linux/mips64x by Cherry Zhang · 9 years ago
  94. 3b4180c cmd/go: enable TestNodeReading on linux/mips64x by Cherry Zhang · 9 years ago
  95. 1cec0fe cmd/dist: enable cgo and external linking on linux/mips64x by Cherry Zhang · 9 years ago
  96. 094e5a9 misc/cgo/test: add mips64x test case for issue9400 by Cherry Zhang · 9 years ago
  97. dcd6138 cmd/link/internal/ld: force external linking for mips64x with cgo by Cherry Zhang · 9 years ago
  98. b6687c8 runtime: add linux/mips64x cgo support by Cherry Zhang · 9 years ago
  99. 6e90432 runtime/cgo: add context argument to crosscall2 on mips64 by Cherry Zhang · 9 years ago
  100. 082881d misc/cgo/fortran: fix gfortran compile test by Martin Möhrmann · 9 years ago