1. e1dc92a compiler: don't export any functions with special names by Ian Lance Taylor · 6 years ago
  2. 6f4bce8 compiler: add COMPARE_ALIASES flag for type compare and hash by Ian Lance Taylor · 6 years ago
  3. 9c985ce compiler: list indirect imports separately in export data by Ian Lance Taylor · 6 years ago
  4. 84531ef compiler: rewrite Type::are_identical to use flags by Ian Lance Taylor · 6 years ago
  5. 0494dc5 compiler: drop semicolons in export data by Ian Lance Taylor · 6 years ago
  6. e32e9aa runtime: skip testSetPanicOnFault for gollvm by Cherry Zhang · 6 years ago
  7. a9da4d3 libgo: update to Go 1.11.1 release by Ian Lance Taylor · 6 years ago
  8. d0739c1 libgo: use inline assembly in favor of call to _xgetbv() by Than McIntosh · 6 years ago
  9. 9f4cf23 runtime: remove checkgoarm function by Ian Lance Taylor · 6 years ago
  10. bde5ac9 internal/bytealg: support systems that don't have memmem by Ian Lance Taylor · 6 years ago
  11. 098e36f net: don't fail test if splice fails because pipe2 is missing by Ian Lance Taylor · 6 years ago
  12. 53d0d7c compiler: use the underlying type to build placeholder type for alias by Cherry Zhang · 6 years ago
  13. 2f56d51 libgo: support x32 as GOARCH=amd64p32 GOOS=linux by Ian Lance Taylor · 6 years ago
  14. 013a9e6 runtime: add arm64 version of AES hash code by Ian Lance Taylor · 6 years ago
  15. f4a224e compiler: fix parsing issue with non-ASCII first package char by Than McIntosh · 6 years ago
  16. 944784a syscall: don't assume we have a GETEUID system call by Ian Lance Taylor · 6 years ago
  17. e7b98cf runtime, os: fix the build on Solaris by Ian Lance Taylor · 6 years ago
  18. 652fbfb internal/bytealg, internal/cpu, internal/poll: portability fixes by Ian Lance Taylor · 6 years ago
  19. 1dbc5b8 cmd/go: pass down testing gccgo in TestScript by Ian Lance Taylor · 6 years ago
  20. 7b25b4d libgo: update to Go 1.11 by Ian Lance Taylor · 6 years ago
  21. 92a1421 cmd/go: correct gccgo buildid file on ARM by Ian Lance Taylor · 6 years ago
  22. 3fd6180 compiler: don't use address of temporary for deferred delete by Ian Lance Taylor · 6 years ago
  23. 218c915 compiler, runtime: call gcWriteBarrier instead of writebarrierptr by Ian Lance Taylor · 6 years ago
  24. 82d7205 runtime: correct counters in sweep by Ian Lance Taylor · 6 years ago
  25. f2cd046 compiler, runtime: open code select by Ian Lance Taylor · 6 years ago
  26. f68c03e compiler: implement //go:nowritebarrierrec by Ian Lance Taylor · 6 years ago
  27. baf07c4 runtime: avoid write barriers with traceback info by Ian Lance Taylor · 6 years ago
  28. 70bd980 libgo: build roots index to speed up bulkBarrierPreWrite by Than McIntosh · 6 years ago
  29. acf852f compiler: omit a couple of write barriers by Ian Lance Taylor · 6 years ago
  30. 06e688f compiler: make sure type descriptor initializers go in .rodata by Than McIntosh · 6 years ago
  31. da249ff compiler, runtime: remove hmap field from maptypes by Ian Lance Taylor · 6 years ago
  32. 8deaafd runtime: remove the dummy arg of getcallersp by Ian Lance Taylor · 6 years ago
  33. 274c88d libgo: uncomment trace.Stop() call in testing package by Than McIntosh · 6 years ago
  34. 8997a3a runtime: use poll rather than pollset for netpoll on AIX by Tony Reix · 6 years ago
  35. a2e0ad1 libgo: prune sighandler frames in runtime.sigprof by Than McIntosh · 6 years ago
  36. 39d4d75 compiler: do order_evaluations before remove_shortcuts by Cherry Zhang · 6 years ago
  37. 3885007 compiler: don't set btype_ too early for alias type by Cherry Zhang · 6 years ago
  38. d6338c9 compiler: connect the concrete type and the placeholder for circular types by Cherry Zhang · 6 years ago
  39. db99140 runtime: skip zero-sized fields in structs when converting to FFI by Ian Lance Taylor · 6 years ago
  40. 3f7e72e compiler: fix parsing of composite literals with omitted pointer types by Ian Lance Taylor · 6 years ago
  41. 267686f compiler: build a single backend type for type alias by Cherry Zhang · 6 years ago
  42. ea7ac77 compiler: fix evaluation order of LHS index expressions by Ian Lance Taylor · 6 years ago
  43. 8ad67a7 compiler: fix double evaluation with interface field expression by Cherry Zhang · 6 years ago
  44. 9473897 os: check return value as well as error from waitid by Ian Lance Taylor · 6 years ago
  45. e1fcce0 runtime: don't stat a NULL filename by Ian Lance Taylor · 6 years ago
  46. baaaf1e compiler: improve escape analysis by Cherry Zhang · 6 years ago
  47. 7008302 runtime: use #ifdef instead of #if for USING_SPLIT_STACK by Cherry Zhang · 6 years ago
  48. bdead75 syscall: remove Ustat by Ian Lance Taylor · 6 years ago
  49. d3eb93c cmd/go: re-enable a couple of tests of gccgo by Ian Lance Taylor · 6 years ago
  50. c3ef5bb compiler: avoid introducing redundant write barriers by Than McIntosh · 6 years ago
  51. 1f07926 compiler: include global variable preinit blocks in ast dumps by Than McIntosh · 6 years ago
  52. 6743db0 libgo: update to Go 1.10.3 release by Ian Lance Taylor · 6 years ago
  53. bfe3a9b libgo: add riscv and js/wasm as known targets by Ian Lance Taylor · 6 years ago
  54. e7562cf compiler: remove stack_allocation_expression by Cherry Zhang · 6 years ago
  55. 3ec6986 compiler: speed up variable initializer sorting by Ian Lance Taylor · 6 years ago
  56. baf2892 reflect: fix StructOf hash and string by Ian Lance Taylor · 6 years ago
  57. 8b6c7f3 reflect: canonicalize types returned by StructOf() and friends by Massimiliano Ghilardi · 6 years ago
  58. 8f957be A+C: add Massimiliano Ghilardi (personal CLA) by Ian Lance Taylor · 6 years ago
  59. 8e74a21 compiler: fix crashes on cyclic var/type references by Than McIntosh · 6 years ago
  60. 79eca4f libgo: update to Go 1.10.2 release by Ian Lance Taylor · 6 years ago
  61. 9731580 cmd/go, cmd/vet: make vet work with gccgo by Ian Lance Taylor · 6 years ago
  62. 572b195 crypto/x509: specify path to AIX certificate file by Tony Reix · 6 years ago
  63. 290c93f go/build, cmd/go: update to match recent changes to gc by Ian Lance Taylor · 6 years ago
  64. 6b03557 cmd/go: on AIX, pass -X64 first when invoking ar by Tony Reix · 6 years ago
  65. 0c9b7a1 libgo: fix for unaligned read in go-unwind.c's read_encoded_value() by Than McIntosh · 6 years ago
  66. 30e2033 cmd/go: update mkalldocs.sh by Ian Lance Taylor · 6 years ago
  67. 12325f3 cmd/go: enable tests of vet tool by Ian Lance Taylor · 6 years ago
  68. bf6f714 cmd/go: update to match recent changes to gc by Ian Lance Taylor · 6 years ago
  69. 85ca682 compiler: avoid crashing on invalid non-integer array length by Than McIntosh · 6 years ago
  70. e367bff cmd/go: run tests that require package build IDs by Ian Lance Taylor · 6 years ago
  71. cef3d77 libgo: add type/const references to sysinfo.c by Than McIntosh · 6 years ago
  72. 24cd2e0 libgo: add support for the Nios II architecture by Tobias Klauser · 6 years ago
  73. 380527c cmd/go: support more Solaris assembler syntaxes by Ian Lance Taylor · 6 years ago
  74. 32861fd cmd/go: add Solaris assembler syntax for gccgo buildid file by Ian Lance Taylor · 6 years ago
  75. 7b37b9c gotest: only use [TD] on big-endian PPC64 non-AIX systems by Ian Lance Taylor · 6 years ago
  76. b367349 os/signal: disable loading of history during test by Ian Lance Taylor · 6 years ago
  77. 2c70933 gccgo: suppress "ar rcD" and "-zdefs" on AIX by Tony Reix · 6 years ago
  78. 3aa5fc9 runtime: don't check for stale runtime by Ian Lance Taylor · 6 years ago
  79. e9c0e4d libgo: add runtime/pprof/internal/profile.gox to noinst_DATA by Ian Lance Taylor · 6 years ago
  80. e4464ef cmd/go: force LANG=C when looking for compiler version by Ian Lance Taylor · 6 years ago
  81. ce28919 Makefile: add internal/trace to noinst_DATA by Ian Lance Taylor · 6 years ago
  82. 112623c runtime: push arena on AIX higher due to clashes by Tony Reix · 6 years ago
  83. 2a07cd3 runtime: use a fence instruction before rdtsc by Ian Lance Taylor · 6 years ago
  84. 3287064 libgo: fix typo in mksysinfo.sh script by Than McIntosh · 6 years ago
  85. 262d629 compiler: avoid crashing on bad self-referential type by Than McIntosh · 6 years ago
  86. 8219604 runtime: update AIX memory allocation for new versions by Tony Reix · 6 years ago
  87. bd7fc3c libgo: update to final Go 1.10 release by Ian Lance Taylor · 6 years ago
  88. 8b3d609 compiler: ignore aliases in fieldtrack info by Ian Lance Taylor · 6 years ago
  89. 630daad libgo: add support for riscv64 by Ian Lance Taylor · 6 years ago
  90. ed8647c runtime: funcfileline: get missing function name from symbol table by Ian Lance Taylor · 6 years ago
  91. b4d61f0 libgo: add -L option for libatomic when using -pthread by Ian Lance Taylor · 6 years ago
  92. c6e0970 runtime: allow preemption in fast syscall return by Ian Lance Taylor · 6 years ago
  93. 459a8a9 compiler: look through aliases for type compatibility by Ian Lance Taylor · 6 years ago
  94. cef3934 runtime: add some more preemption checks by Ian Lance Taylor · 6 years ago
  95. 5d5ea2f compiler: don't export function descriptors for unexported names by Ian Lance Taylor · 6 years ago
  96. 7998e29 compiler: error on func declaration/definition by Ian Lance Taylor · 6 years ago
  97. cebdbf3 runtime, sync/atomic: use write barrier for atomic pointer functions by Ian Lance Taylor · 6 years ago
  98. 8910540 compiler: track //go:nointerface in export data by Ian Lance Taylor · 6 years ago
  99. 7e94bac runtime: get missing function name from symbol table by Ian Lance Taylor · 6 years ago
  100. 2aa95f1 libgo: update to Go1.10rc2 by Ian Lance Taylor · 6 years ago