1. a5d7c42 compiler: open byte slice and string embeds using the absolute path by Michael Matloob · 3 years, 3 months ago
  2. 78770fd libgo: install new 1.16 packages by Ian Lance Taylor · 3 years, 3 months ago
  3. 271a043 internal/cpu: correctly link to getsystemcfg by Clément Chigot · 3 years, 3 months ago
  4. 2663206 libgo: zstdpkglist.go depends on libgo-packages.txt by Ian Lance Taylor · 3 years, 3 months ago
  5. c7dcc33 libgo: update to Go1.16rc1 by Ian Lance Taylor · 3 years, 3 months ago
  6. 83eea19 compiler: initialize variables with go:embed directives by Ian Lance Taylor · 3 years, 4 months ago
  7. 9e78cef compiler: read embedcfg files, parse go:embed directives by Ian Lance Taylor · 3 years, 4 months ago
  8. 22ce16e compiler: add support for reading embedcfg files by Ian Lance Taylor · 3 years, 4 months ago
  9. fd5396b libgo: update hurd support by Ian Lance Taylor · 3 years, 3 months ago
  10. 255657d syscall: ensure openat uses variadic libc wrapper by Paul E. Murphy · 3 years, 4 months ago
  11. a2578eb syscall: don't define sys_SETREUID and friends by Ian Lance Taylor · 3 years, 4 months ago
  12. 5b075d0 internal/cpu: more build fixes for Go1.16beta1 release by Ian Lance Taylor · 3 years, 4 months ago
  13. 2b5bdd2 internal/cpu: add aarch64 support functions by Ian Lance Taylor · 3 years, 4 months ago
  14. fa161cb runtime: move startupRandomData back to runtime2.go by Ian Lance Taylor · 3 years, 4 months ago
  15. 6857530 internal/cpu, golang.org/x/sys/cpu: support other GOARCH values by Ian Lance Taylor · 3 years, 4 months ago
  16. 47bdc8b libgo: regenerate config.h.in, add direntType unused attribute by Ian Lance Taylor · 3 years, 4 months ago
  17. 49b0769 libgo: update to Go1.16beta1 release by Ian Lance Taylor · 3 years, 4 months ago
  18. d675797 compiler: parenthesize channel type strings if necessary by Ian Lance Taylor · 3 years, 4 months ago
  19. 8d49ade compiler: nil-checked pointers and index expressions can trap by Ian Lance Taylor · 3 years, 4 months ago
  20. d238487 compiler: remove references to slicecopy and slicestringcopy by Ian Lance Taylor · 3 years, 4 months ago
  21. 013a4dd compiler: initialize saw_send_stmt locals by Ian Lance Taylor · 3 years, 4 months ago
  22. d091cd2 runtime: eliminate scase.kind field by Ian Lance Taylor · 3 years, 4 months ago
  23. eca96e3 runtime: add "success" field to sudog by Ian Lance Taylor · 3 years, 4 months ago
  24. d0e56e8 runtime: omit nil-channel cases from selectgo's orders by Ian Lance Taylor · 3 years, 4 months ago
  25. c845699 runtime: remove scase.releasetime field by Ian Lance Taylor · 3 years, 4 months ago
  26. f9e44c6 libgo: adjust sysinfo scripts for changed -fdump-go-spec by Nikhil Benesch · 3 years, 4 months ago
  27. 1317de5 compiler: check for floating-point exponent overflow by Ian Lance Taylor · 3 years, 4 months ago
  28. 5260373 compiler: correct grammar in error message by Ian Lance Taylor · 3 years, 4 months ago
  29. 10d3dd9 compiler: avoid knock-on errors from invalid interfaces by Ian Lance Taylor · 3 years, 4 months ago
  30. 85c390e compiler: discard global sink variables with static initializers by Ian Lance Taylor · 3 years, 4 months ago
  31. 8b913a1 compiler: better error for unexpected digit by Ian Lance Taylor · 3 years, 4 months ago
  32. 3e8f49a compiler: encode user visible names if necessary by Ian Lance Taylor · 3 years, 5 months ago
  33. 0d0b423 libgo: update to 1.15.6 release by Ian Lance Taylor · 3 years, 5 months ago
  34. f4069d9 compiler: use correct location for iota errors by Ian Lance Taylor · 3 years, 5 months ago
  35. 3363fc2 syscall: don't use AF_LINK on hurd by Ian Lance Taylor · 3 years, 5 months ago
  36. 81687fc compiler: type of string index expression is byte by Ian Lance Taylor · 3 years, 5 months ago
  37. 2184750 compiler: don't name type descriptor for alias type by Ian Lance Taylor · 3 years, 5 months ago
  38. 342e5f0 runtime: update type descriptor name in fieldtrack C support code by Ian Lance Taylor · 3 years, 5 months ago
  39. b3a0b06 compiler: cast comparison function result to expected bool type by Ian Lance Taylor · 3 years, 5 months ago
  40. 5364d15 compiler: defer to middle-end for complex division by Ian Lance Taylor · 3 years, 5 months ago
  41. 6b01f8c compiler: reword "declared and not used" error message by Ian Lance Taylor · 3 years, 5 months ago
  42. 720b8fe compiler: improve mixed named/unnamed parameter error message by Ian Lance Taylor · 3 years, 5 months ago
  43. 81d3afe compiler: don't advance past unexpected semicolon by Ian Lance Taylor · 3 years, 5 months ago
  44. 2cc5c74 internal/cpu: don't define CacheLinePadSize for mips64x by Ian Lance Taylor · 3 years, 5 months ago
  45. 84506e0 compiler, runtime: check len/cap for append(s, make(T, l)...) by Ian Lance Taylor · 3 years, 5 months ago
  46. be1738f libgo: define SO_RCVTIMEO on 32-bit GNU/Linux by Ian Lance Taylor · 3 years, 5 months ago
  47. 45461ee compiler: improve error messages for expected curly brace by Ian Lance Taylor · 3 years, 5 months ago
  48. 213abee compiler: use correct assignment order for type assertions by Ian Lance Taylor · 3 years, 5 months ago
  49. af68348 compiler: always use int context for index values by Ian Lance Taylor · 3 years, 5 months ago
  50. 68b1c76 compiler: better error messages for missing interface method by Ian Lance Taylor · 3 years, 5 months ago
  51. 534fb90 compiler: improve error for import of non-string by Ian Lance Taylor · 3 years, 5 months ago
  52. 16ab9b0 compiler: avoid follow-on errors for bad types by Ian Lance Taylor · 3 years, 5 months ago
  53. 66669bb compiler: better error for x, x := 1, 2 by Ian Lance Taylor · 3 years, 5 months ago
  54. 8cbe18a compiler: avoid silent truncation for string(1 << 32) by Ian Lance Taylor · 3 years, 5 months ago
  55. 78c9a65 log/syslog: correct asm name for C function by Ian Lance Taylor · 3 years, 5 months ago
  56. 36a7b78 libgo: update to Go 1.15.5 release by Ian Lance Taylor · 3 years, 5 months ago
  57. b483d0e compiler, libgo: change mangling scheme by Ian Lance Taylor · 3 years, 5 months ago
  58. c948c2d cmd/go, cmd/cgo: update gofrontend mangling checks by Ian Lance Taylor · 3 years, 7 months ago
  59. 893fa05 libgo: update to Go 1.15.4 release by Ian Lance Taylor · 3 years, 6 months ago
  60. ae20684 libgo: handle linking to NetBSD's versioned symbols by Nikhil Benesch · 3 years, 6 months ago
  61. 88a25df syscall: don't build libcall_bsd.go on solaris by Ian Lance Taylor · 3 years, 6 months ago
  62. be0d2cc libgo: update to Go 1.15.3 release by Ian Lance Taylor · 3 years, 6 months ago
  63. 957591b compiler, go/internal/gccgoimporter: export notinheap annotation by Ian Lance Taylor · 3 years, 6 months ago
  64. 4c1e7a0 compiler: remove unused Type::in_heap_ member variable by Ian Lance Taylor · 3 years, 6 months ago
  65. 66657f8 syscall: import additional BSD-specific syscall wrappers by Nikhil Benesch · 3 years, 6 months ago
  66. 28f3df4 net/http/cgi: merge upstream changes to default env vars by Nikhil Benesch · 3 years, 6 months ago
  67. fa66bd1 syscall: only compile ptrace varargs shim on Linux by Nikhil Benesch · 3 years, 6 months ago
  68. 64c25b2 syscall: import upstream code for BSD sockets and sysctls by Nikhil Benesch · 3 years, 7 months ago
  69. b2be945 libgo: adjust NetBSD-specific types for stable syscall API by Nikhil Benesch · 3 years, 6 months ago
  70. 6662382 syscall: remove Sendfile on NetBSD by Nikhil Benesch · 3 years, 6 months ago
  71. 3b6252d compiler: don't export function type parameter names by Ian Lance Taylor · 3 years, 6 months ago
  72. 71e161d runtime: use correct types in __go_ptrace shim by Nikhil Benesch · 3 years, 7 months ago
  73. d36e74c libgo: correct Makefile typo in path to x/net/route package by Nikhil Benesch · 3 years, 7 months ago
  74. 94808b9 compiler: export type for string and bool constants by Ian Lance Taylor · 3 years, 7 months ago
  75. b73a8f1 libgo: print reason code if throwing unwind exception fails by Nikhil Benesch · 3 years, 7 months ago
  76. cc1f7d6 libgo: export NetBSD-specific types in mksysinfo.sh by Nikhil Benesch · 3 years, 7 months ago
  77. c5505c4 runtime: correct semaphore implementation on netbsd by Nikhil Benesch · 3 years, 7 months ago
  78. 6cb7b9e runtime: populate signal PC on NetBSD by Nikhil Benesch · 3 years, 7 months ago
  79. 5e76d81 syscall: port fix for netbsd unix sockets from upstream by Nikhil Benesch · 3 years, 7 months ago
  80. fef8afc reflect: ensure uniqueness of type descriptors on AIX. by Clément Chigot · 3 years, 7 months ago
  81. 2563706 libgo/configure: remove -fno-section-anchors for AIX by Clément Chigot · 3 years, 7 months ago
  82. 762b74a libgo: handle go1.10+ correctly in match.sh by Nikhil Benesch · 3 years, 7 months ago
  83. 613e530 compiler: avoid undefined behavior in Import::read by Nikhil Benesch · 3 years, 7 months ago
  84. d00febd gofrontend: correct file reading logic in Stream_from_file by Nikhil Benesch · 3 years, 7 months ago
  85. 801c458 compiler: set varargs correctly for type of method expression by Ian Lance Taylor · 3 years, 7 months ago
  86. c9c084b libgo: add 32-bit RISC-V (RV32) support by Maciej W. Rozycki · 3 years, 8 months ago
  87. 9e55baf net: add hurd build tag by Ian Lance Taylor · 3 years, 7 months ago
  88. 2357468 runtime: remove __go_ptrace on AIX by Clément Chigot · 3 years, 7 months ago
  89. 6a7648c libgo: update to Go1.15.2 release by Ian Lance Taylor · 3 years, 7 months ago
  90. cfee06e syscall: fix TestForeground for AIX by Clément Chigot · 5 years ago
  91. 99ab98d syscall: remove ptrace syscall on ppc64 by Clément Chigot · 5 years ago
  92. 5605a07 runtime, net: fix build errors on AIX by Clément Chigot · 4 years ago
  93. b24062f compiler: call runtime.eqtype for non-interface type switch on aix by Clément Chigot · 3 years, 7 months ago
  94. a59167c compiler: finalize methods for type aliases of struct types by Ian Lance Taylor · 3 years, 8 months ago
  95. 6f30979 go/internal/gccgoimporter: recognize aixbigafMagic archives by Clément Chigot · 3 years, 7 months ago
  96. f2706d9 libgo: don't put golang.org packages in zstdpkglist.go by Ian Lance Taylor · 3 years, 7 months ago
  97. 6fd6418 libgo: fix ptrace syscall hooks into glibc by Paul E. Murphy · 3 years, 7 months ago
  98. 20221e9 CONTRIBUTORS: add Paul Murphy (IBM corporate CLA) by Ian Lance Taylor · 3 years, 7 months ago
  99. a47485c libgo: additional type/const references in sysinfo.c by Than McIntosh · 3 years, 7 months ago
  100. b75a139 gotest: use a space rather than a middle dot in target lists by Maciej W. Rozycki · 3 years, 8 months ago