1. 392e9b3 compiler: add a newline to function receiver type's debug dump by Cherry Zhang · 5 years ago
  2. 6e5ff22 compiler,runtime: pass old slice's ptr/len/cap by value to growslice by Cherry Zhang · 5 years ago
  3. 069afe8 libgo: fix build on AIX by chigotc · 5 years ago
  4. 87945b6 libgo: update to Go 1.12.1 by Ian Lance Taylor · 5 years ago
  5. cc70be2 compiler: preserve nointerface property when inlining methods by Than McIntosh · 5 years ago
  6. a99959e compiler: use const rather than constexpr by Ian Lance Taylor · 5 years ago
  7. 80a7f6d compiler: eliminate bound checks in append expression by Cherry Zhang · 5 years ago
  8. 946aa5a compiler: compare parse methods when indexing interface types for export by Than McIntosh · 5 years ago
  9. 565b5cd compiler: add new debugging helper function debug_go_type() by Than McIntosh · 5 years ago
  10. 3106ec1 syscall, internal/syscall: adjust use of largefile functions by Ian Lance Taylor · 5 years ago
  11. 9592602 compiler: emit underlying constant in array_type length export by Than McIntosh · 5 years ago
  12. 13c98c3 mksysinfo: actually use modified Statfs_t value by Ian Lance Taylor · 5 years ago
  13. 9b1374d compiler: use GMP_RNDN rather than MPFR_RNDN by Ian Lance Taylor · 5 years ago
  14. 3f8ddaa runtime: enable precise GC checks when using stack maps by Cherry Zhang · 5 years ago
  15. 14e48e7 cmd/go: pass -X64 to ar on aix/ppc64 by chigotc · 5 years ago
  16. 22a63a3 CONTRIBUTORS: add Clément Chigot (company CLA) by Ian Lance Taylor · 5 years ago
  17. 3ae3024 sysinfo: add Flags to Statfs_t if not already there by Ian Lance Taylor · 5 years ago
  18. 689d5bd compiler: use GMP_RNDN rather than MPFR_RNDN by Ian Lance Taylor · 5 years ago
  19. decbbfb go/internal/gccgoimporter: remove temporary directories in test by Ian Lance Taylor · 5 years ago
  20. a72eca1 cmd/go: restore passing D to ar by Ian Lance Taylor · 5 years ago
  21. 805c82c runtime: call execname and getpagesize on Solaris by Ian Lance Taylor · 5 years ago
  22. d5e4595 cmd/go: add -O2 to invocation of gccgo by Ian Lance Taylor · 5 years ago
  23. 66ac946 gotest: avoid using echo inside $() by Ian Lance Taylor · 5 years ago
  24. 08f1c40 libgo: fix go_export extraction on Darwin by Nikhil Benesch · 5 years ago
  25. 713c461 HACKING: fix bad SVN repository URL by Baokun Lee · 5 years ago
  26. 7584548 A+C: add Baokun Lee (personal CLA) by Ian Lance Taylor · 5 years ago
  27. 74533ed internal/cpu, runtime, runtime/pprof: handle function descriptors by Ian Lance Taylor · 5 years ago
  28. c9581de runtime: align first persistentalloc chunk as requested by Ian Lance Taylor · 5 years ago
  29. bc036b3 compiler: check duplicate numeric keys in map literals by Ben Shi · 5 years ago
  30. 2c74b84 compiler: check recursive inherited interface aliases by Ben Shi · 5 years ago
  31. 9c1859b cmd/go: preserve CC for TestScript child processes by Ian Lance Taylor · 5 years ago
  32. 558fcb7 libgo: update to Go 1.12 release by Ian Lance Taylor · 5 years ago
  33. e330eea runtime: always declare nanotime in Go by Ian Lance Taylor · 5 years ago
  34. 51d2cb4 libgo: update to Go1.12rc1 by Ian Lance Taylor · 5 years ago
  35. 45a2e23 net: remove unixgram test sockets by Ian Lance Taylor · 5 years ago
  36. 4fbd06d cmd/go: remove work directory on usage error by Ian Lance Taylor · 5 years ago
  37. 43e458a internal/cpu: use #ifdef __s390x__ in C code by Ian Lance Taylor · 5 years ago
  38. 23f39fa compiler: fix a typo in comments by Ben Shi · 5 years ago
  39. 08cd59a compiler: add debugger-callable AST dump functins by Than McIntosh · 5 years ago
  40. fe0382e internal/cpu: do not require POWER8 by Ian Lance Taylor · 5 years ago
  41. 6725721 runtime: abort stack scan in cases that we cannot unwind the stack by Cherry Zhang · 5 years ago
  42. 9605c2e compiler,runtime: use __builtin_dwarf_cfa for getcallersp by Cherry Zhang · 5 years ago
  43. 1a74b8a compiler: write barrier check nil-check policy tweak by Than McIntosh · 5 years ago
  44. 0563f2d internal/cpu, runtime: add S/390 CPU capability support by Ian Lance Taylor · 5 years ago
  45. b806319 CONTRIBUTORS: add Robin Dapp (IBM corporate CLA) by Ian Lance Taylor · 5 years ago
  46. 6877c95 runtime: include <syscall.h> and <sys/syscall.h> if available by Ian Lance Taylor · 5 years ago
  47. a9c1a76 runtime: add type cast for non-split-stack calls to scanstackblock by Ian Lance Taylor · 5 years ago
  48. 03e2827 compiler, runtime: harmonize types referenced by both C and Go by Nikhil Benesch · 5 years ago
  49. 15cf1f3 A+C: add Nikhil Benesch (personal CLA) by Ian Lance Taylor · 5 years ago
  50. 4a6f2bb libgo: change gotest to run examples with output by Ian Lance Taylor · 5 years ago
  51. c2fc3b8 compiler: copy has_padding field from converted struct by Ian Lance Taylor · 5 years ago
  52. a487c86 compiler: check duplicate string keys in map composite literals by Ben Shi · 5 years ago
  53. 6d03c4c syscall: don't assume that WIFCONTINUED is defined by Ian Lance Taylor · 5 years ago
  54. fc8aa5a mksysinfo: remove incorrect quotes in st_fsid handling for Hurd by Ian Lance Taylor · 5 years ago
  55. 9b66264 os, syscall: Hurd fixes for a couple of tests by Ian Lance Taylor · 5 years ago
  56. 28b6517 os, net, crypto/x509: add hurd support by Ian Lance Taylor · 5 years ago
  57. db618ee syscall: add Hurd support by Ian Lance Taylor · 5 years ago
  58. 77f0f28 internal/syscall/unix: add constants for hurd by Ian Lance Taylor · 5 years ago
  59. d89db31 sync/atomic: use strong form of atomic_compare_exchange_n by Ian Lance Taylor · 5 years ago
  60. 74ffedd README: update text to describe current status by Ian Lance Taylor · 5 years ago
  61. 347628d compiler: check duplicate implicit indexes in slices/arrays by Ben Shi · 5 years ago
  62. 047b0aa runtime: add hurd netpoll and semaphore support by Ian Lance Taylor · 5 years ago
  63. 582392b runtime: add getproccount for hurd by Ian Lance Taylor · 5 years ago
  64. 51fb93f libgo: add configury and sysinfo support for hurd by Ian Lance Taylor · 5 years ago
  65. 87dd981 libgo: add hurd build tags to test files by Ian Lance Taylor · 5 years ago
  66. aa860a9 libgo: add hurd build tags by Ian Lance Taylor · 5 years ago
  67. c49ad6c runtime, sync: use __atomic intrinsics instead of __sync by Ian Lance Taylor · 5 years ago
  68. e40be7a A+C: add Svante Signell by Ian Lance Taylor · 5 years ago
  69. cbcc538 compiler: support alias to pointer type as receiver in method declaration by Ben Shi · 5 years ago
  70. 2206f40 compiler: support alias to pointer type as method receiver by Ben Shi · 5 years ago
  71. 5af8ee0 runtime: fix sigprof frame counting by Cherry Zhang · 5 years ago
  72. c2cac0b runtime: use the call instruction's PC for panic-in-runtime detection by Cherry Zhang · 5 years ago
  73. 5ccb2d8 compiler: improve recursive type detection by Ben Shi · 5 years ago
  74. f79a7dd A+C: add Ben Shi by Ian Lance Taylor · 5 years ago
  75. d67c4bf runtime: install SIGURG handler on C created threads by Cherry Zhang · 5 years ago
  76. e3271f3 golang.org/x/tools/go/analysis: pass "gccgo" to types.SizesFor by Ian Lance Taylor · 5 years ago
  77. fb44f62 runtime, internal/cpu: fix build for ARM GNU/Linux by Ian Lance Taylor · 5 years ago
  78. 0c870ba libgo: fix building, and some testing, on Solaris by Ian Lance Taylor · 5 years ago
  79. e742765 compiler: stop iterator on error by Ian Lance Taylor · 5 years ago
  80. c76ba30 libgo: update to Go1.12beta2 by Ian Lance Taylor · 5 years ago
  81. d16e918 runtime: in sigprof, skip to sigtrampgo if we don't find sigtramp by Ian Lance Taylor · 5 years ago
  82. d6576c8 runtime: dropg before CAS g status to _Grunnable/_Gwaiting by Cherry Zhang · 5 years ago
  83. ee94431 syscall: mark C syscall functions noescape by Cherry Zhang · 5 years ago
  84. 9a79c33 runtime: add padding to FFI type of struct ending with zero-sized field by Cherry Zhang · 5 years ago
  85. 8700502 compiler, runtime: panic on uncomparable map key, even if map is empty by Ian Lance Taylor · 5 years ago
  86. 0d64279 compiler: pad structs ending with zero-sized field by Cherry Zhang · 5 years ago
  87. 9606377 compiler: use int type for len & cap in slice value by Cherry Zhang · 5 years ago
  88. 085ef45 runtime: in doscanstackswitch, set gp->m before gogo by Cherry Zhang · 5 years ago
  89. c8a9bcc compiler: move slice construction to callers of makeslice by Ian Lance Taylor · 5 years ago
  90. c257303 runtime: in getTraceback, set gp->m before gogo by Cherry Zhang · 5 years ago
  91. 2ce291e runtime: prevent deadlock when profiling signal arrives during traceback by Cherry Zhang · 5 years ago
  92. 0e482be runtime: prevent deadlock when profiling signal arrives in stack scan by Cherry Zhang · 5 years ago
  93. d9a3043 compiler: remove escapes_ field from Variable and Result_variable by Ian Lance Taylor · 5 years ago
  94. 416baf5 runtime: delete export_arm_test.go by Cherry Zhang · 5 years ago
  95. 5a9ff61 runtime: let ARM32 EABI personality function continue unwind when called from traceback by Cherry Zhang · 5 years ago
  96. 7854147 runtime: on ARM32 EABI, don't get LSDA if compact model is used by Cherry Zhang · 5 years ago
  97. 16a48db runtime: handle DW_EH_PE_absptr in type table encoding by Cherry Zhang · 5 years ago
  98. be6dbbd os/signal: increase deliver time for signal testcase by Lynn Boger · 5 years ago
  99. 4db1577 runtime: use _URC_FAILURE on ARM32 by Cherry Zhang · 5 years ago
  100. f0266d3 runtime: add missing return for non-GNU/Linux version of tgkill by Ian Lance Taylor · 5 years ago