1. 6479d59 compiler: use correct init order for multi-value initialization by Ian Lance Taylor · 1 year, 10 months ago
  2. ac438ed compiler: rename "requires" to "needs" by Ian Lance Taylor · 1 year, 10 months ago
  3. 548720b libgo: handle stat st_atim32 field and SYS_SECCOMP by Ian Lance Taylor · 1 year, 10 months ago
  4. 63782f8 compiler: check repeated const expressions in new scope by Ian Lance Taylor · 1 year, 10 months ago
  5. c7238f5 compiler: use package path with embedded builtin type by Ian Lance Taylor · 1 year, 11 months ago
  6. d5b4abe libgo: make runtime.Version return a meaningful string by Ian Lance Taylor · 1 year, 11 months ago
  7. 28fe9fa compiler: permit expressions of abstract bool to remain abstract by Ian Lance Taylor · 1 year, 11 months ago
  8. 927528c compiler: don't use sink as parameter in method expression thunk by Ian Lance Taylor · 1 year, 11 months ago
  9. 6edae0e compiler: always initialize mpfr in integer import by Ian Lance Taylor · 1 year, 11 months ago
  10. 6a7ba75 compiler: use bool for comma-ok if not already boolean by Ian Lance Taylor · 1 year, 11 months ago
  11. 6b314f7 compiler: in Sort_bindings return false if comparing value to itself by zhangjian · 1 year, 11 months ago
  12. 60e4c58 A+C: add zhangjian (individual CLA) by Ian Lance Taylor · 1 year, 11 months ago
  13. 6c37523 compiler: unalias types for hash/equality functions by Ian Lance Taylor · 1 year, 11 months ago
  14. 77821de libgo: #include <sys/types.h> when checking for loff_t by Ian Lance Taylor · 1 year, 11 months ago
  15. a409e04 libgo: permit loff_t and off_t to be macros by Ian Lance Taylor · 1 year, 11 months ago
  16. 8db6b78 compiler: don't generate stubs for ambiguous direct interface methods by Mikhail Ablakatov · 2 years ago
  17. d9e3bf3 A+C: add Михаил Аблакатов (individual CLA) by Ian Lance Taylor · 1 year, 11 months ago
  18. bbb3a43 syscall: gofmt by Ian Lance Taylor · 1 year, 11 months ago
  19. 496752a A+C: add Julia Lapenko (individual CLA) by Ian Lance Taylor · 2 years ago
  20. 0058658 compiler: traverse expressions when exporting constants by Julia Lapenko · 2 years ago
  21. 9d07072 compiler: load LHS subexpressions of op= assignment only once by Ian Lance Taylor · 2 years ago
  22. f5bc28a compiler: always sort interface parse methods by Ian Lance Taylor · 2 years ago
  23. 6a33e7e compiler: remove Array_index_expression::is_lvalue_ by Ian Lance Taylor · 2 years, 2 months ago
  24. fbadca0 compiler: error for duplicate bool map keys by Ian Lance Taylor · 2 years ago
  25. 70ca85f runtime: use correct field name for PPC32 GLIBC registers by Ian Lance Taylor · 2 years, 1 month ago
  26. 99ca6be libgo: make a couple of sed uses POSIX compliant by Ian Lance Taylor · 2 years, 1 month ago
  27. 22b0ccd libgo: only add signum to siglist if it doesn't exist yet by Sören Tempel · 2 years, 1 month ago
  28. 8336fe4 runtime: add special handling for signal 34 by A. Wilcox · 3 years, 8 months ago
  29. 62fc90f compiler: revert `for package-scope "a = b; b = x" just set "a = x"` by Ian Lance Taylor · 2 years, 1 month ago
  30. 323ab0e runtime: use regset indexes for PPC register values by Ian Lance Taylor · 2 years, 1 month ago
  31. 45108f3 runtime: support PPC32 MUSL register access by Ian Lance Taylor · 2 years, 1 month ago
  32. 7f33baa libgo: update to final Go 1.18 release by Ian Lance Taylor · 2 years, 2 months ago
  33. 5042f7e compiler: ignore function type result name in export data by Ian Lance Taylor · 2 years, 2 months ago
  34. 787fd44 mkruntimeinc: skip _FILE by Ian Lance Taylor · 2 years, 2 months ago
  35. 943b958 libgo: move golang.org/x/sync/semaphore to gotool packages by Clément Chigot · 2 years, 2 months ago
  36. 34dece7 libgo: fix AIX build for the Go1.18 update by Clément Chigot · 2 years, 2 months ago
  37. 45fd14a libgo: update README.gcc by Ian Lance Taylor · 2 years, 3 months ago
  38. 936e3d0 libgo: make `-Werror` optional by Ian Lance Taylor · 2 years, 3 months ago
  39. aee8edd runtime/internal/syscall: build dummy package if not Linux by Ian Lance Taylor · 2 years, 3 months ago
  40. 20e74f9 libgo: update Hurd support by Ian Lance Taylor · 2 years, 3 months ago
  41. fade776 libgo: update to Go1.18rc1 release by Ian Lance Taylor · 2 years, 3 months ago
  42. 90ed127 net: add hurd build tag for setReadMsgCloseOnExec by Ian Lance Taylor · 2 years, 3 months ago
  43. 3742e8a libgo: restore building on Solaris by Ian Lance Taylor · 2 years, 3 months ago
  44. 0af68c0 runtime: call timer functions via syscall by Ian Lance Taylor · 2 years, 3 months ago
  45. 7f8fee0 compiler: don't set ptrmask bit for pointer to notinheap type by Ian Lance Taylor · 2 years, 3 months ago
  46. 47380f7 libgo: update to Go1.18beta2 by Ian Lance Taylor · 2 years, 3 months ago
  47. b0dcd2d compiler: don't warn for print() by Ian Lance Taylor · 2 years, 3 months ago
  48. 263e8d2 compiler: use nil pointer for zero length string constant by Ian Lance Taylor · 2 years, 3 months ago
  49. 7dffb93 compiler: treat notinheap types as not being pointers by Ian Lance Taylor · 2 years, 3 months ago
  50. 3b1e469 compiler: recognize Go 1.18 runtime/internal/atomic methods by Ian Lance Taylor · 2 years, 3 months ago
  51. 262cb89 compiler, internal/abi: implement FuncPCABI0, FuncPCABIInternal by Ian Lance Taylor · 2 years, 3 months ago
  52. 61f7cf4 compiler: accept "any" as an alias for "interface{}" by Ian Lance Taylor · 2 years, 3 months ago
  53. 7d510bf runtime: build panic32.go on amd64p32 by Ian Lance Taylor · 2 years, 4 months ago
  54. 799e980 compiler: permit converting unnamed types when ignoring struct tags by Ian Lance Taylor · 2 years, 4 months ago
  55. 9732b07 compiler: remove duplication of Named_object traversal by Ian Lance Taylor · 2 years, 4 months ago
  56. d3be41f compiler, libgo: don't pad sparc64-linux epollevent by Ian Lance Taylor · 2 years, 4 months ago
  57. 3e9f4ee compiler: traverse func subexprs when creating func descriptors by Ian Lance Taylor · 2 years, 6 months ago
  58. 128ea3d compiler: permit compiler directives in parenthesized groups by Ian Lance Taylor · 2 years, 6 months ago
  59. 925ace7 compiler: workaround for C++ build template matching quirk by Than McIntosh · 2 years, 7 months ago
  60. bbc1eff compiler: avoid calling Expression::type before lowering by Ian Lance Taylor · 2 years, 7 months ago
  61. e3bfc08 runtime: set runtime.GOROOT value at build time by Ian Lance Taylor · 2 years, 8 months ago
  62. 850235e libgo: update to go1.17.1 release by Ian Lance Taylor · 2 years, 8 months ago
  63. c11d9f8 compiler: don't pad zero-sized trailing field in results struct by Ian Lance Taylor · 2 years, 9 months ago
  64. 21b30ed compiler: correct condition for calling memclrHasPointers by Ian Lance Taylor · 2 years, 9 months ago
  65. e42c7c0 runtime: use hash32, not hash64, for amd64p32, mips64p32, mips64p32le by Ian Lance Taylor · 2 years, 8 months ago
  66. b3fad69 libgo: update to final Go 1.17 release by Ian Lance Taylor · 2 years, 9 months ago
  67. 77bc327 libgo: various fixes for Solaris support by Ian Lance Taylor · 2 years, 9 months ago
  68. f2b7a2c runtime: use C cast syntax in stack.c by Ian Lance Taylor · 2 years, 9 months ago
  69. 33f65dc libgo: update to Go1.17rc2 by Ian Lance Taylor · 2 years, 9 months ago
  70. 5edbb62 compiler: store pointers to go:notinheap types indirectly by Ian Lance Taylor · 2 years, 9 months ago
  71. 7e092d2 compiler: don't crash on a, b := int(0) by Ian Lance Taylor · 2 years, 9 months ago
  72. d5d5124 compiler: support export/import of unsafe.Add/Slice by Ian Lance Taylor · 2 years, 9 months ago
  73. 747f3a2 compiler: make escape analysis more strict about runtime calls by Cherry Mui · 2 years, 9 months ago
  74. 3259010 runtime: extend internal atomics to comply with sync/atomic by Ian Lance Taylor · 2 years, 9 months ago
  75. b47bcf9 compiler: make escape analysis more robust about builtin functions by Cherry Mui · 2 years, 9 months ago
  76. 616ee65 compiler: support new language constructs in escape analysis by Cherry Mui · 2 years, 9 months ago
  77. 2031f0b compile, runtime: make selectnbrecv return two values by Ian Lance Taylor · 2 years, 9 months ago
  78. 5436180 compiler: check slice to pointer-to-array conversion element type by Ian Lance Taylor · 2 years, 9 months ago
  79. 0a4d612 compiler, runtime: allow slice to array pointer conversion by Ian Lance Taylor · 2 years, 9 months ago
  80. ad667e7 compiler, runtime: support unsafe.Add and unsafe.Slice by Ian Lance Taylor · 2 years, 9 months ago
  81. 920549b compiler: avoid aliases in receiver types by Ian Lance Taylor · 2 years, 10 months ago
  82. adcf108 runtime: remove direct assignments to memory locations by Ian Lance Taylor · 2 years, 10 months ago
  83. 01cb2b5 compiler: don't generate temporaries for composite literals by Ian Lance Taylor · 2 years, 10 months ago
  84. cad187f compiler: in composite literals use temps only for interfaces by Ian Lance Taylor · 2 years, 10 months ago
  85. bcafcb3 libgo: update to Go1.16.5 release by Ian Lance Taylor · 2 years, 11 months ago
  86. eb92460 README.md: convert README to markdown by Avelino · 3 years ago
  87. 5a801b1 compiler: mark global variables whose address is taken by Ian Lance Taylor · 3 years ago
  88. 38228e7 libgo: update libtool.m4 to support GNU/Hurd by Ian Lance Taylor · 3 years ago
  89. a0864e9 CONTRIBUTORS: change my name by Cherry Mui · 3 years ago
  90. 9782e85 libgo: update to Go1.16.3 release by Ian Lance Taylor · 3 years, 1 month ago
  91. 4bdff73 compiler: copy receiver argument for go/defer of method call by Ian Lance Taylor · 3 years, 2 months ago
  92. 10b00ad libgo: update to Go 1.16.2 release by Ian Lance Taylor · 3 years, 2 months ago
  93. 2f281eb misc/cgo/testcarchive: don't use == for string equality in C code by Ian Lance Taylor · 3 years, 2 months ago
  94. bf35249 compiler: create temporaries for heap variables by Ian Lance Taylor · 3 years, 2 months ago
  95. 93380a9 runtime: cast SIGSTKSZ to uintptr by Ian Lance Taylor · 3 years, 2 months ago
  96. 2c5188b compiler: allow //go:embed in files underscore-importing embed by Michael Matloob · 3 years, 2 months ago
  97. 56cf388 libgo: ensure memmove, memset 8 byte atomicity on ppc64x by Lynn Boger · 3 years, 3 months ago
  98. 78a840e libgo: update to Go1.16 release by Ian Lance Taylor · 3 years, 3 months ago
  99. c406de0 compiler: unalias receiver type in export data by Ian Lance Taylor · 3 years, 3 months ago
  100. 4a0fd90 CONTRIBUTORS: add Michael Matloob by Ian Lance Taylor · 3 years, 3 months ago