1. 290c93f go/build, cmd/go: update to match recent changes to gc by Ian Lance Taylor · 6 years ago
  2. 6b03557 cmd/go: on AIX, pass -X64 first when invoking ar by Tony Reix · 6 years ago
  3. 0c9b7a1 libgo: fix for unaligned read in go-unwind.c's read_encoded_value() by Than McIntosh · 6 years ago
  4. 30e2033 cmd/go: update mkalldocs.sh by Ian Lance Taylor · 6 years ago
  5. 12325f3 cmd/go: enable tests of vet tool by Ian Lance Taylor · 6 years ago
  6. bf6f714 cmd/go: update to match recent changes to gc by Ian Lance Taylor · 6 years ago
  7. 85ca682 compiler: avoid crashing on invalid non-integer array length by Than McIntosh · 6 years ago
  8. e367bff cmd/go: run tests that require package build IDs by Ian Lance Taylor · 6 years ago
  9. cef3d77 libgo: add type/const references to sysinfo.c by Than McIntosh · 6 years ago
  10. 24cd2e0 libgo: add support for the Nios II architecture by Tobias Klauser · 6 years ago
  11. 380527c cmd/go: support more Solaris assembler syntaxes by Ian Lance Taylor · 6 years ago
  12. 32861fd cmd/go: add Solaris assembler syntax for gccgo buildid file by Ian Lance Taylor · 6 years ago
  13. 7b37b9c gotest: only use [TD] on big-endian PPC64 non-AIX systems by Ian Lance Taylor · 6 years ago
  14. b367349 os/signal: disable loading of history during test by Ian Lance Taylor · 6 years ago
  15. 2c70933 gccgo: suppress "ar rcD" and "-zdefs" on AIX by Tony Reix · 6 years ago
  16. 3aa5fc9 runtime: don't check for stale runtime by Ian Lance Taylor · 6 years ago
  17. e9c0e4d libgo: add runtime/pprof/internal/profile.gox to noinst_DATA by Ian Lance Taylor · 6 years ago
  18. e4464ef cmd/go: force LANG=C when looking for compiler version by Ian Lance Taylor · 6 years ago
  19. ce28919 Makefile: add internal/trace to noinst_DATA by Ian Lance Taylor · 6 years ago
  20. 112623c runtime: push arena on AIX higher due to clashes by Tony Reix · 6 years ago
  21. 2a07cd3 runtime: use a fence instruction before rdtsc by Ian Lance Taylor · 6 years ago
  22. 3287064 libgo: fix typo in mksysinfo.sh script by Than McIntosh · 6 years ago
  23. 262d629 compiler: avoid crashing on bad self-referential type by Than McIntosh · 6 years ago
  24. 8219604 runtime: update AIX memory allocation for new versions by Tony Reix · 6 years ago
  25. bd7fc3c libgo: update to final Go 1.10 release by Ian Lance Taylor · 6 years ago
  26. 8b3d609 compiler: ignore aliases in fieldtrack info by Ian Lance Taylor · 6 years ago
  27. 630daad libgo: add support for riscv64 by Ian Lance Taylor · 6 years ago
  28. ed8647c runtime: funcfileline: get missing function name from symbol table by Ian Lance Taylor · 6 years ago
  29. b4d61f0 libgo: add -L option for libatomic when using -pthread by Ian Lance Taylor · 6 years ago
  30. c6e0970 runtime: allow preemption in fast syscall return by Ian Lance Taylor · 6 years ago
  31. 459a8a9 compiler: look through aliases for type compatibility by Ian Lance Taylor · 6 years ago
  32. cef3934 runtime: add some more preemption checks by Ian Lance Taylor · 6 years ago
  33. 5d5ea2f compiler: don't export function descriptors for unexported names by Ian Lance Taylor · 6 years ago
  34. 7998e29 compiler: error on func declaration/definition by Ian Lance Taylor · 6 years ago
  35. cebdbf3 runtime, sync/atomic: use write barrier for atomic pointer functions by Ian Lance Taylor · 6 years ago
  36. 8910540 compiler: track //go:nointerface in export data by Ian Lance Taylor · 6 years ago
  37. 7e94bac runtime: get missing function name from symbol table by Ian Lance Taylor · 6 years ago
  38. 2aa95f1 libgo: update to Go1.10rc2 by Ian Lance Taylor · 6 years ago
  39. cdc2862 runtime: don't call funcPC from a function by Ian Lance Taylor · 6 years ago
  40. 5fe998e compiler: make single Btype for methods table of identical interface type by Cherry Zhang · 6 years ago
  41. 02f11a2 compiler: avoid negative zero in float constants by Ian Lance Taylor · 6 years ago
  42. 1927b40 runtime: correct runtime structfield type to match reflect by Ian Lance Taylor · 6 years ago
  43. c02c711 compiler: rollback "avoid negative zero in float constants" by Ian Lance Taylor · 6 years ago
  44. 7eebd49 compiler: avoid negative zero in float constants by Ian Lance Taylor · 6 years ago
  45. 36594b6 compiler: update iota handling, fix using iota in array length by Ian Lance Taylor · 6 years ago
  46. d9f33a4 compiler: permit empty statements after fallthrough by Ian Lance Taylor · 6 years ago
  47. 5031f87 compiler: in range, evaluate array if it has receives or calls by Ian Lance Taylor · 6 years ago
  48. 312af62 compiler: give error for non-int arguments to make by Ian Lance Taylor · 6 years ago
  49. 0c8c4fc compiler: don't error for goto over type or const declaration by Ian Lance Taylor · 6 years ago
  50. 2f7ac42 compiler: correct parse of parenthesized select case by Ian Lance Taylor · 6 years ago
  51. 9057b8f cmd/go: don't lose last flag from _cgo_flags by Ian Lance Taylor · 6 years ago
  52. 981e662 compiler: don't incorrectly evaluate range variable by Ian Lance Taylor · 6 years ago
  53. b332ba2 reflect: enable allocation tests by Cherry Zhang · 6 years ago
  54. 5e8a91b runtime: scan register backing store on ia64 by James Clarke · 6 years ago
  55. e148068 compiler: turn on escape analysis by default by Cherry Zhang · 6 years ago
  56. c9eeb12 math: adjust compilation flags, use them when testing by Ian Lance Taylor · 6 years ago
  57. 023c3d4 compiler: omit field name for embedded fields in reflection string by Ian Lance Taylor · 6 years ago
  58. b833695 net: declare lib_getaddrinfo as returning int32 by Ian Lance Taylor · 6 years ago
  59. 71758f9 compiler: check for nil receiver in value method by Ian Lance Taylor · 6 years ago
  60. 65eaa90 compiler: lower expression types in lowering pass by Ian Lance Taylor · 6 years ago
  61. 17325c9 runtime: fix type descriptor name in C code by Ian Lance Taylor · 6 years ago
  62. 00f8780 gotest: accept symbols with leading dot by Ian Lance Taylor · 6 years ago
  63. 973ae0a net: rename TestAddr6 to avoid gotest confusion by Ian Lance Taylor · 6 years ago
  64. a347356 compiler: Function_type and Backend_function_type should not be identical by Cherry Zhang · 6 years ago
  65. 770ce30 libgo: break dependence on libgcc unwind-pe.h by Than McIntosh · 6 years ago
  66. bbce8a9 internal/syscall/unix: add randomTrap for sh/shbe by Tobias Klauser · 6 years ago
  67. cc879ec A+C: add Tobias Klauser, personal CLA by Ian Lance Taylor · 6 years ago
  68. 6517e67 compiler: don't insert write barriers if we've seen errors by Ian Lance Taylor · 6 years ago
  69. 4164071 libgo: update to Go1.10rc1 by Ian Lance Taylor · 6 years ago
  70. 13b25c2 compiler: show readable names in escape analysis messages by Ian Lance Taylor · 6 years ago
  71. 897ce97 compiler: look through aliases when looking for methods by Ian Lance Taylor · 6 years ago
  72. 203cbe7 compiler: deref receiver types in mangled names by Ian Lance Taylor · 6 years ago
  73. 553e047 runtime: fix lfstackUnpack on ia64 by James Clarke · 6 years ago
  74. 016ea21 compiler: don't write sink constants to C header file by Ian Lance Taylor · 6 years ago
  75. a3fb943 libgo: refactor code to enumerate stdlib packages by Than McIntosh · 6 years ago
  76. 6f0804b libgo: revise rules for runtime.inc generation by Than McIntosh · 6 years ago
  77. 0bbc03f compiler: rationalize external symbol names by Ian Lance Taylor · 7 years ago
  78. 3488a40 cmd/go: buildid support for AIX archives. by Tony Reix · 6 years ago
  79. 8752545 mksysinfo: use rlimit64 if available when we use getrlimit64 by Ian Lance Taylor · 6 years ago
  80. bce8720 mksysinfo: force Passwd.Pw_[ug]id from int32 to uint32 by Ian Lance Taylor · 6 years ago
  81. 8195b62 runtime: no escape for some functions on AIX by Tony Reix · 6 years ago
  82. cf33aed cmd/go: recognize AIX objects and archives by Tony Reix · 6 years ago
  83. 6b4f139 runtime: add go:noescape declaration for Solaris by Ian Lance Taylor · 6 years ago
  84. 925635f compiler: pass int to makechan, call makechan64 when appropriate by Ian Lance Taylor · 6 years ago
  85. 1072286 compiler: enable escape analysis for runtime by Cherry Zhang · 6 years ago
  86. 3ea7fc3 archive/tar: support stat and device numbers on AIX by Tony Reix · 6 years ago
  87. ca805b7 libgo: update to Go1.10beta2 release by Ian Lance Taylor · 6 years ago
  88. ff851e1 compiler: reclaim memory of escape analysis Nodes by Cherry Zhang · 6 years ago
  89. afac7d7 compiler: make sure variables captured by defer closure live by Cherry Zhang · 6 years ago
  90. 4aa531c go/types: implement SizesFor for gccgo by Ian Lance Taylor · 6 years ago
  91. fe8481d misc/cgo/test: avoid endless loop when we can't parse notes by Ian Lance Taylor · 6 years ago
  92. 1176dd2 debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARF by Ian Lance Taylor · 6 years ago
  93. 19d9496 os, syscall: handle _st_timespec for AIX stat by Tony Reix · 6 years ago
  94. d8a9f74 libgo: add platform support for SuperH by John Paul Adrian Glaubitz · 6 years ago
  95. e19026a A+C: add John Paul Adrian Glaubitz (personal CLA) by Ian Lance Taylor · 6 years ago
  96. 2f2515d go/internal/gcimporter: add missing test files by Ian Lance Taylor · 6 years ago
  97. 9705a1f runtime, syscall: use full prototypes in C code by Ian Lance Taylor · 6 years ago
  98. 4b8036b exp: remove exp/proxy and exp/terminal packages by Ian Lance Taylor · 6 years ago
  99. 87df767 cmd/go: check for another GCC error message by Ian Lance Taylor · 6 years ago
  100. c22eb29 runtime: fix makemap calls in __go_construct_map by Ian Lance Taylor · 6 years ago