1. 9703ad5 compiler: avoid generating unnamed bool type descriptor by Ian Lance Taylor · 3 years, 10 months ago
  2. ce70fa1 compiler: handle aliases to pointer types with interfaces by Ian Lance Taylor · 3 years, 10 months ago
  3. 2ad0970 libgo: update to Go 1.14.4 release by Ian Lance Taylor · 3 years, 10 months ago
  4. 3067424 compiler: remove some erroneous code that was never run by Ian Lance Taylor · 3 years, 10 months ago
  5. 43f83e9 HACKING: update links to use https:// by Tobias Klauser · 3 years, 10 months ago
  6. d4dade3 libgo: update x/sys/cpu to add all GOARCHes supported by gccgo by Tobias Klauser · 3 years, 11 months ago
  7. 925d115 internal/syscall/unix: use getrandom_linux_generic.go on riscv by Tobias Klauser · 3 years, 11 months ago
  8. d65e5a2 HACKING: update GCC repo checkout instructions from SVN to Git by Tobias Klauser · 3 years, 11 months ago
  9. 7419946 runtime: fix arenaBaseOffset for aix/ppc by Clément Chigot · 4 years ago
  10. ea58b84 libgo: update x/sys/cpu after gccgo support added by Clément Chigot · 4 years ago
  11. bc27341 libgo: only build syscall test with -static if it works by Ian Lance Taylor · 4 years ago
  12. cae8d4c libgo: only build syscall test with -static on GNU/Linux by Ian Lance Taylor · 4 years ago
  13. 93b3d88 libgo: build syscall test with -static by Ian Lance Taylor · 4 years ago
  14. 876bdf3 runtime: fix TestCallersNilPointerPanic by eric fang · 4 years, 1 month ago
  15. 8645632 syscall: append to environment in tests, don't clobber it by Ian Lance Taylor · 4 years ago
  16. 41019d5 compiler: use const std::string& in a couple of places by Ian Lance Taylor · 4 years ago
  17. 761d68d gotest: increase the test timeout by eric fang · 4 years, 1 month ago
  18. b76c83f gccgo: fix runtime compilation on NetBSD by Benny Siegert · 4 years, 1 month ago
  19. 571e2db A+C: add Benny Siegert, individual CLA by Ian Lance Taylor · 4 years ago
  20. 0fe7a27 runtime: use 64 bits of hash seed on arm64 by eric fang · 4 years, 3 months ago
  21. 89fbf55 libgo: update to final 1.14.2 release by Ian Lance Taylor · 4 years, 1 month ago
  22. b31fbf7 compiler: look up composite literal keys in the global namespace by Ian Lance Taylor · 4 years, 1 month ago
  23. 4a31d06 libgo: update to almost the 1.14.2 release by Ian Lance Taylor · 4 years, 1 month ago
  24. 7a62a49 runtime: handle linux/arm64 signal register by eric fang · 4 years, 2 months ago
  25. ca33e38 CONTRIBUTORS: add Eric Fang, ARM Corporate CLA by Ian Lance Taylor · 4 years, 2 months ago
  26. 5fc21bb libgo: update to final Go1.14 release by Ian Lance Taylor · 4 years, 2 months ago
  27. 658fe4f internal/poll: add hurd build tag by Ian Lance Taylor · 4 years, 2 months ago
  28. 4e6402f internal/syscall/unix: add hurd build tag by Ian Lance Taylor · 4 years, 2 months ago
  29. d5d00d3 cmd/go: update -DGOPKGPATH to use current pkgpath encoding by Ian Lance Taylor · 4 years, 3 months ago
  30. 8505def libgo: install internal/reflectlite.gox by Ian Lance Taylor · 4 years, 3 months ago
  31. f368afb libgo: update to Go1.14rc1 release by Ian Lance Taylor · 4 years, 3 months ago
  32. 3e46519 runtime: on 32-bit systems, limit default GOMAXPROCS to 32 by Ian Lance Taylor · 4 years, 3 months ago
  33. c94637a syscall: fix riscv64 GNU/Linux build by Ian Lance Taylor · 4 years, 3 months ago
  34. d796680 runtime, syscall: add a couple of hurd build tags by Ian Lance Taylor · 4 years, 3 months ago
  35. 5b43825 runtime: update netpoll_hurd.go for go1.14beta1 changes by Ian Lance Taylor · 4 years, 3 months ago
  36. 132e0e6 compiler: cleanups permitted by GCC requirement of MPFR 3.1.0 by Ian Lance Taylor · 4 years, 3 months ago
  37. 197381c libgo: handle --with-toolexeclibdir=. by Ian Lance Taylor · 4 years, 3 months ago
  38. 10a8dbf internal/cpu: don't define CacheLinePadSize for riscv64 by Ian Lance Taylor · 4 years, 3 months ago
  39. 7d3081c gotest: explicitly skip type descriptors by Ian Lance Taylor · 4 years, 3 months ago
  40. 1d64b76 runtime: for Solaris, add osinit, and drop duplicate getncpu by Ian Lance Taylor · 4 years, 3 months ago
  41. 9ae2223 internal/syscall/unix: use getrandom_linux_generic.go on arm64be by Andrew Pinski · 4 years, 4 months ago
  42. 94a5ff5 runtime: call runtime_nanotime1, not runtime_nanotime by Ian Lance Taylor · 4 years, 3 months ago
  43. c2225a7 libgo: update to Go1.14beta1 by Ian Lance Taylor · 4 years, 4 months ago
  44. a69ad9c gotest: don't use local by Ian Lance Taylor · 4 years, 4 months ago
  45. 98c4c21 compiler: permit duplicate methods from embedded interfaces by Ian Lance Taylor · 4 years, 4 months ago
  46. 92ee4c2 libgo: compile examples in _test packages by Ian Lance Taylor · 4 years, 4 months ago
  47. f9d1bfb compiler: don't localize names in export data by Ian Lance Taylor · 4 years, 4 months ago
  48. 8ad32fb compiler: don't add composite literal keys to package bindings by Ian Lance Taylor · 4 years, 4 months ago
  49. e0790a7 compiler: fix loopdepth tracking in array slicing expression in escape analysis by Cherry Zhang · 4 years, 4 months ago
  50. 6fa9657 compiler, runtime: stop using __go_runtime_error by Ian Lance Taylor · 4 years, 4 months ago
  51. 86d223e compiler: avoid write barrier for a[i] = a[i][:v] by Ian Lance Taylor · 4 years, 4 months ago
  52. d0a102e compiler: avoid a couple of compiler crashes by Ian Lance Taylor · 4 years, 4 months ago
  53. 9163fa2 compiler, runtime, reflect: generate hash functions only for map keys by Ian Lance Taylor · 4 years, 4 months ago
  54. b5c950f compiler: split writing of equal and hash functions for types by Ian Lance Taylor · 4 years, 4 months ago
  55. 393957c libgo: Hurd portability patches by Ian Lance Taylor · 4 years, 4 months ago
  56. 85641a0 compiler: generate type descriptor for pointer to alias defined in another package by Cherry Zhang · 4 years, 5 months ago
  57. 6f2bf15 runtime: don't define CLOCK_REALTIME in os_hurd.go by Ian Lance Taylor · 4 years, 5 months ago
  58. 1da5ceb runtime: use absolute time for sem_timedwait by Ian Lance Taylor · 4 years, 5 months ago
  59. 15c7bc9 runtime: only build go-context for x86 GNU/Linux by Ian Lance Taylor · 4 years, 5 months ago
  60. f047516 runtime: update HURD support for mOS now being embedded by Ian Lance Taylor · 4 years, 5 months ago
  61. e32651d libgo: recognize aarch64_be as arm64be by Ian Lance Taylor · 4 years, 5 months ago
  62. a597943 runtime: always mark assembly file as non-executable stack by Ian Lance Taylor · 4 years, 5 months ago
  63. 017830d runtime: declare runtime_usestackmaps in stack.c, not runtime.h by Ian Lance Taylor · 4 years, 6 months ago
  64. 9cc7092 mksysinfo: use type aliases for time struct field types by Ian Lance Taylor · 4 years, 6 months ago
  65. 245904a libgo: better cmd/cgo handling for '.' in pkgpath by Than McIntosh · 4 years, 6 months ago
  66. 25d5e9d testmain.exp: link against GOLIBS by Ian Lance Taylor · 4 years, 6 months ago
  67. 2d05042 compiler: fix buglet in function inlining related to sink names by Than McIntosh · 4 years, 6 months ago
  68. 7dea652 libgo: fix DejaGNU testsuite compiler when using build sysroot by Ian Lance Taylor · 4 years, 6 months ago
  69. 1e2d98b compiler: revise exportdata fix for processing constant types by Than McIntosh · 4 years, 7 months ago
  70. f71238c runtime: correct facilities names in s390 CPU support by Ian Lance Taylor · 4 years, 7 months ago
  71. ed1bd34 internal/cpu: define kdsaQuery for s390 by Ian Lance Taylor · 4 years, 7 months ago
  72. f174fda compiler: mangle dots in pkgpath by Ian Lance Taylor · 4 years, 7 months ago
  73. ddfb845 compiler: include selected constant types during export processing by Than McIntosh · 4 years, 7 months ago
  74. 441f3f1 compiler: adjust code to avoid shadowing local variables by Ian Lance Taylor · 4 years, 7 months ago
  75. a3aef6b runtime: mark go-context.S as no-executable-stack and split-stack supported by Ian Lance Taylor · 4 years, 7 months ago
  76. 07faafd compiler: change escape maps to hash tables by Ian Lance Taylor · 4 years, 7 months ago
  77. 10a1671 compiler: resolve importing ambiguity for more complex function calls by Than McIntosh · 4 years, 7 months ago
  78. 9112ea6 compiler: don't read known type, simplify Import::finalize_methods by Ian Lance Taylor · 4 years, 7 months ago
  79. 27d1f30 compiler: only check whether struct or array types are big by Ian Lance Taylor · 4 years, 7 months ago
  80. d1fa6c3 compiler: fix brace formatting by Ian Lance Taylor · 4 years, 7 months ago
  81. d81ff42 libgo: support gollvm build on arm64 linux by Xiangdong Ji · 4 years, 8 months ago
  82. 6375ae3 A+C: add Xiangdong JI (ARM corporate CLA) by Ian Lance Taylor · 4 years, 8 months ago
  83. 09ca3c1 runtime: for FFI, treat directIface types as pointers by Ian Lance Taylor · 4 years, 8 months ago
  84. 7aabaf8 reflect: promote integer closure return to full word by Ian Lance Taylor · 4 years, 8 months ago
  85. ff18e04 reflect: unexport FFICallbackGo; use go:linkname instead by Ian Lance Taylor · 4 years, 8 months ago
  86. 722990d compiler: fix quoting of //go:linkname in error message by Ian Lance Taylor · 4 years, 8 months ago
  87. 5af62ed libgo: don't use \? in grep pattern by Ian Lance Taylor · 4 years, 8 months ago
  88. ceb1e4f libgo: update to Go1.13 by Ian Lance Taylor · 4 years, 8 months ago
  89. 0950e90 compiler: suppress type descriptor generation for aliases by Than McIntosh · 4 years, 8 months ago
  90. 27b2311 golang.org/x/sys/cpu: define doinit when needed by Ian Lance Taylor · 4 years, 8 months ago
  91. 1f4ce28 gotest: force test package to be imported first by Ian Lance Taylor · 4 years, 8 months ago
  92. bf4832d libgo: Solaris and x/sys/cpu compatibility fixes by Ian Lance Taylor · 4 years, 8 months ago
  93. 2f6dd92 mksysinfo: change test == to test = by Ian Lance Taylor · 4 years, 8 months ago
  94. 5564515 go/internal/gccgoimporter: support embedded field in pointer loop by Ian Lance Taylor · 4 years, 8 months ago
  95. 68038b4 cmd/go: look for tool build ID before hashing entire file by Ian Lance Taylor · 4 years, 8 months ago
  96. 5c3f52f compiler: permit inlining constant expressions and expression statements by Ian Lance Taylor · 4 years, 8 months ago
  97. c6097f2 misc/cgo/testcshared: restore gofrontend-local changes by Ian Lance Taylor · 4 years, 8 months ago
  98. 03fa493 libgo: only build x/sys/cpu/cpu_gccgo.c on x86 systems by Ian Lance Taylor · 4 years, 8 months ago
  99. 17bef47 compiler: don't use predeclared location for implicit runtime import by Ian Lance Taylor · 4 years, 8 months ago
  100. 28c9053 compiler: traverse types of constant expressions by Ian Lance Taylor · 4 years, 8 months ago