1. 6fd6418 libgo: fix ptrace syscall hooks into glibc by Paul E. Murphy · 3 years, 7 months ago
  2. 20221e9 CONTRIBUTORS: add Paul Murphy (IBM corporate CLA) by Ian Lance Taylor · 3 years, 7 months ago
  3. a47485c libgo: additional type/const references in sysinfo.c by Than McIntosh · 3 years, 7 months ago
  4. b75a139 gotest: use a space rather than a middle dot in target lists by Maciej W. Rozycki · 3 years, 8 months ago
  5. 8d59366 A+C: add Maciej W. Rozycki (company CLA) by Ian Lance Taylor · 3 years, 8 months ago
  6. 9aed2d2 cmd: add -maix32 to gcc calls for aix/ppc by Clément Chigot · 3 years, 8 months ago
  7. aac2b38 libgo: add FAT library support for static libraries on AIX by Clément Chigot · 3 years, 8 months ago
  8. 823c910 compiler: export thunks referenced by inline functions by Ian Lance Taylor · 3 years, 9 months ago
  9. fe5d94c libgo: correctly handle AIX FAT library creation by Clément Chigot · 3 years, 9 months ago
  10. e08f1d7 internal/syscall/unix: restore ppc build tag by Ian Lance Taylor · 3 years, 9 months ago
  11. c512af8 runtime: revert eqtype for AIX by Clément Chigot · 4 years ago
  12. 3076650 libgo: update to Go1.15rc2 release by Ian Lance Taylor · 3 years, 9 months ago
  13. f45afed compiler: delete lowered constant strings by Ian Lance Taylor · 3 years, 9 months ago
  14. 7f0d383 internal/syscall/unix: correct ia64 syscall numbers by Ian Lance Taylor · 3 years, 9 months ago
  15. 82a0db1 internal/syscall/unix: define copyFileRangeTrap for all architectures by Ian Lance Taylor · 3 years, 9 months ago
  16. 2c390ba libgo: update to go1.15rc1 by Ian Lance Taylor · 3 years, 9 months ago
  17. 63bc243 compiler,runtime: pass only ptr and len to some runtime calls by Ian Lance Taylor · 3 years, 9 months ago
  18. 8b9c7fb compiler: for package-scope "a = b; b = x" just set "a = x" by Ian Lance Taylor · 3 years, 9 months ago
  19. e86f2cb compiler: scan all function literals for escape analysis by Ian Lance Taylor · 3 years, 9 months ago
  20. 587d459 libgo: add AIX FAT libraries support by Clément Chigot · 3 years, 10 months ago
  21. 2d105e6 libgo: update to Go 1.14.6 release by Ian Lance Taylor · 3 years, 9 months ago
  22. 9703ad5 compiler: avoid generating unnamed bool type descriptor by Ian Lance Taylor · 3 years, 10 months ago
  23. ce70fa1 compiler: handle aliases to pointer types with interfaces by Ian Lance Taylor · 3 years, 10 months ago
  24. 2ad0970 libgo: update to Go 1.14.4 release by Ian Lance Taylor · 3 years, 10 months ago
  25. 3067424 compiler: remove some erroneous code that was never run by Ian Lance Taylor · 3 years, 10 months ago
  26. 43f83e9 HACKING: update links to use https:// by Tobias Klauser · 3 years, 10 months ago
  27. d4dade3 libgo: update x/sys/cpu to add all GOARCHes supported by gccgo by Tobias Klauser · 3 years, 11 months ago
  28. 925d115 internal/syscall/unix: use getrandom_linux_generic.go on riscv by Tobias Klauser · 3 years, 11 months ago
  29. d65e5a2 HACKING: update GCC repo checkout instructions from SVN to Git by Tobias Klauser · 3 years, 11 months ago
  30. 7419946 runtime: fix arenaBaseOffset for aix/ppc by Clément Chigot · 3 years, 11 months ago
  31. ea58b84 libgo: update x/sys/cpu after gccgo support added by Clément Chigot · 4 years ago
  32. bc27341 libgo: only build syscall test with -static if it works by Ian Lance Taylor · 4 years ago
  33. cae8d4c libgo: only build syscall test with -static on GNU/Linux by Ian Lance Taylor · 4 years ago
  34. 93b3d88 libgo: build syscall test with -static by Ian Lance Taylor · 4 years ago
  35. 876bdf3 runtime: fix TestCallersNilPointerPanic by eric fang · 4 years ago
  36. 8645632 syscall: append to environment in tests, don't clobber it by Ian Lance Taylor · 4 years ago
  37. 41019d5 compiler: use const std::string& in a couple of places by Ian Lance Taylor · 4 years ago
  38. 761d68d gotest: increase the test timeout by eric fang · 4 years ago
  39. b76c83f gccgo: fix runtime compilation on NetBSD by Benny Siegert · 4 years ago
  40. 571e2db A+C: add Benny Siegert, individual CLA by Ian Lance Taylor · 4 years ago
  41. 0fe7a27 runtime: use 64 bits of hash seed on arm64 by eric fang · 4 years, 2 months ago
  42. 89fbf55 libgo: update to final 1.14.2 release by Ian Lance Taylor · 4 years, 1 month ago
  43. b31fbf7 compiler: look up composite literal keys in the global namespace by Ian Lance Taylor · 4 years, 1 month ago
  44. 4a31d06 libgo: update to almost the 1.14.2 release by Ian Lance Taylor · 4 years, 1 month ago
  45. 7a62a49 runtime: handle linux/arm64 signal register by eric fang · 4 years, 2 months ago
  46. ca33e38 CONTRIBUTORS: add Eric Fang, ARM Corporate CLA by Ian Lance Taylor · 4 years, 2 months ago
  47. 5fc21bb libgo: update to final Go1.14 release by Ian Lance Taylor · 4 years, 2 months ago
  48. 658fe4f internal/poll: add hurd build tag by Ian Lance Taylor · 4 years, 2 months ago
  49. 4e6402f internal/syscall/unix: add hurd build tag by Ian Lance Taylor · 4 years, 2 months ago
  50. d5d00d3 cmd/go: update -DGOPKGPATH to use current pkgpath encoding by Ian Lance Taylor · 4 years, 2 months ago
  51. 8505def libgo: install internal/reflectlite.gox by Ian Lance Taylor · 4 years, 2 months ago
  52. f368afb libgo: update to Go1.14rc1 release by Ian Lance Taylor · 4 years, 3 months ago
  53. 3e46519 runtime: on 32-bit systems, limit default GOMAXPROCS to 32 by Ian Lance Taylor · 4 years, 2 months ago
  54. c94637a syscall: fix riscv64 GNU/Linux build by Ian Lance Taylor · 4 years, 3 months ago
  55. d796680 runtime, syscall: add a couple of hurd build tags by Ian Lance Taylor · 4 years, 3 months ago
  56. 5b43825 runtime: update netpoll_hurd.go for go1.14beta1 changes by Ian Lance Taylor · 4 years, 3 months ago
  57. 132e0e6 compiler: cleanups permitted by GCC requirement of MPFR 3.1.0 by Ian Lance Taylor · 4 years, 3 months ago
  58. 197381c libgo: handle --with-toolexeclibdir=. by Ian Lance Taylor · 4 years, 3 months ago
  59. 10a8dbf internal/cpu: don't define CacheLinePadSize for riscv64 by Ian Lance Taylor · 4 years, 3 months ago
  60. 7d3081c gotest: explicitly skip type descriptors by Ian Lance Taylor · 4 years, 3 months ago
  61. 1d64b76 runtime: for Solaris, add osinit, and drop duplicate getncpu by Ian Lance Taylor · 4 years, 3 months ago
  62. 9ae2223 internal/syscall/unix: use getrandom_linux_generic.go on arm64be by Andrew Pinski · 4 years, 3 months ago
  63. 94a5ff5 runtime: call runtime_nanotime1, not runtime_nanotime by Ian Lance Taylor · 4 years, 3 months ago
  64. c2225a7 libgo: update to Go1.14beta1 by Ian Lance Taylor · 4 years, 4 months ago
  65. a69ad9c gotest: don't use local by Ian Lance Taylor · 4 years, 4 months ago
  66. 98c4c21 compiler: permit duplicate methods from embedded interfaces by Ian Lance Taylor · 4 years, 4 months ago
  67. 92ee4c2 libgo: compile examples in _test packages by Ian Lance Taylor · 4 years, 4 months ago
  68. f9d1bfb compiler: don't localize names in export data by Ian Lance Taylor · 4 years, 4 months ago
  69. 8ad32fb compiler: don't add composite literal keys to package bindings by Ian Lance Taylor · 4 years, 4 months ago
  70. e0790a7 compiler: fix loopdepth tracking in array slicing expression in escape analysis by Cherry Zhang · 4 years, 4 months ago
  71. 6fa9657 compiler, runtime: stop using __go_runtime_error by Ian Lance Taylor · 4 years, 4 months ago
  72. 86d223e compiler: avoid write barrier for a[i] = a[i][:v] by Ian Lance Taylor · 4 years, 4 months ago
  73. d0a102e compiler: avoid a couple of compiler crashes by Ian Lance Taylor · 4 years, 4 months ago
  74. 9163fa2 compiler, runtime, reflect: generate hash functions only for map keys by Ian Lance Taylor · 4 years, 4 months ago
  75. b5c950f compiler: split writing of equal and hash functions for types by Ian Lance Taylor · 4 years, 4 months ago
  76. 393957c libgo: Hurd portability patches by Ian Lance Taylor · 4 years, 4 months ago
  77. 85641a0 compiler: generate type descriptor for pointer to alias defined in another package by Cherry Zhang · 4 years, 5 months ago
  78. 6f2bf15 runtime: don't define CLOCK_REALTIME in os_hurd.go by Ian Lance Taylor · 4 years, 5 months ago
  79. 1da5ceb runtime: use absolute time for sem_timedwait by Ian Lance Taylor · 4 years, 5 months ago
  80. 15c7bc9 runtime: only build go-context for x86 GNU/Linux by Ian Lance Taylor · 4 years, 5 months ago
  81. f047516 runtime: update HURD support for mOS now being embedded by Ian Lance Taylor · 4 years, 5 months ago
  82. e32651d libgo: recognize aarch64_be as arm64be by Ian Lance Taylor · 4 years, 5 months ago
  83. a597943 runtime: always mark assembly file as non-executable stack by Ian Lance Taylor · 4 years, 5 months ago
  84. 017830d runtime: declare runtime_usestackmaps in stack.c, not runtime.h by Ian Lance Taylor · 4 years, 5 months ago
  85. 9cc7092 mksysinfo: use type aliases for time struct field types by Ian Lance Taylor · 4 years, 5 months ago
  86. 245904a libgo: better cmd/cgo handling for '.' in pkgpath by Than McIntosh · 4 years, 5 months ago
  87. 25d5e9d testmain.exp: link against GOLIBS by Ian Lance Taylor · 4 years, 5 months ago
  88. 2d05042 compiler: fix buglet in function inlining related to sink names by Than McIntosh · 4 years, 5 months ago
  89. 7dea652 libgo: fix DejaGNU testsuite compiler when using build sysroot by Ian Lance Taylor · 4 years, 6 months ago
  90. 1e2d98b compiler: revise exportdata fix for processing constant types by Than McIntosh · 4 years, 7 months ago
  91. f71238c runtime: correct facilities names in s390 CPU support by Ian Lance Taylor · 4 years, 7 months ago
  92. ed1bd34 internal/cpu: define kdsaQuery for s390 by Ian Lance Taylor · 4 years, 7 months ago
  93. f174fda compiler: mangle dots in pkgpath by Ian Lance Taylor · 4 years, 7 months ago
  94. ddfb845 compiler: include selected constant types during export processing by Than McIntosh · 4 years, 7 months ago
  95. 441f3f1 compiler: adjust code to avoid shadowing local variables by Ian Lance Taylor · 4 years, 7 months ago
  96. a3aef6b runtime: mark go-context.S as no-executable-stack and split-stack supported by Ian Lance Taylor · 4 years, 7 months ago
  97. 07faafd compiler: change escape maps to hash tables by Ian Lance Taylor · 4 years, 7 months ago
  98. 10a1671 compiler: resolve importing ambiguity for more complex function calls by Than McIntosh · 4 years, 7 months ago
  99. 9112ea6 compiler: don't read known type, simplify Import::finalize_methods by Ian Lance Taylor · 4 years, 7 months ago
  100. 27d1f30 compiler: only check whether struct or array types are big by Ian Lance Taylor · 4 years, 7 months ago