1. 54aacec compiler: use SHA1-hash for symname for long gcbits symbols by Than McIntosh · 5 years ago
  2. b5ab7b4 compiler: make value method of direct interface type takes pointer by Cherry Zhang · 5 years ago
  3. f8a3668 compiler: intrinsify runtime/internal/atomic functions by Cherry Zhang · 5 years ago
  4. c0c8ad5 compiler: add intrinsics for runtime/internal/sys functions by Cherry Zhang · 5 years ago
  5. 2df0879 compiler: improve escape analysis on interface conversions by Cherry Zhang · 5 years ago
  6. 6112f9b libgo: reduce overhead for memory/block/mutex profiling by Than McIntosh · 5 years ago
  7. 3f015e1 libgo: drop Solaris 10 support by Ian Lance Taylor · 5 years ago
  8. 5c2c474 runtime: set up g early by Cherry Zhang · 5 years ago
  9. 76ab853 compiler: permit inlining receive expressions by Ian Lance Taylor · 5 years ago
  10. b5e4ba8 compiler: permit inlining variable declaration statements by Ian Lance Taylor · 5 years ago
  11. 3dbf51c compiler: avoid copy for string([]byte) conversion used in map keys by Cherry Zhang · 5 years ago
  12. 9c85811 compiler: avoid copy for string([]byte) conversion used in string comparison by Cherry Zhang · 5 years ago
  13. f813c67 libgo: add Debugging section to README by Ian Lance Taylor · 5 years ago
  14. 859e8ed compiler: generate memmove for non-pointer slice copy by Cherry Zhang · 5 years ago
  15. 3a9bccf runtime: use builtin memmove directly by Cherry Zhang · 5 years ago
  16. 0b4cf8d compiler: remove trailing spaces by Ben Shi · 5 years ago
  17. fcbf847 reflect: correctly handle direct interface typed receiver in Value.call by Cherry Zhang · 5 years ago
  18. e3ba882 compiler: don't add pointer twice to value method of direct interface type by Cherry Zhang · 5 years ago
  19. dc9c1b4 compiler: add an option to emit optimization diagnostics by Cherry Zhang · 5 years ago
  20. 4b3015d compiler: recognize and optimize array range clear by Cherry Zhang · 5 years ago
  21. 2085219 os/user: disable TestGroupIds for AIX by Clément Chigot · 5 years ago
  22. 7e59018 compiler: recognize and optimize map range clear by Cherry Zhang · 5 years ago
  23. b427448 compiler,runtime: do more direct interfaces by Cherry Zhang · 5 years ago
  24. e0b906b runtime: persistentalloc and cache itabs by Cherry Zhang · 5 years ago
  25. 9476f61 compiler: avoid crash on real declaration of type with existing method by Ian Lance Taylor · 5 years ago
  26. b117b46 runtime: fix TestPhysPageSize on AIX by Clément Chigot · 5 years ago
  27. cb6fb72 compiler: fix glitch when inlining method with empty param/receiver by Than McIntosh · 5 years ago
  28. 56fe6a0 runtime: mark unwind functions general-regs-only on ARM by Ian Lance Taylor · 5 years ago
  29. 1d2b98a libgo/go/syscall: add SockAddrDatalink on AIX by Clément Chigot · 5 years ago
  30. ecbd656 compiler: use temporary to avoid early destruction by Ian Lance Taylor · 5 years ago
  31. 20010e4 compiler: improve type handling for string concat ops on constants by Than McIntosh · 5 years ago
  32. 8822487 compiler: sort packages in export data more deterministically by Ian Lance Taylor · 5 years ago
  33. a69f7c0 libgo: update to Go 1.12.2 by Ian Lance Taylor · 5 years ago
  34. 392e9b3 compiler: add a newline to function receiver type's debug dump by Cherry Zhang · 5 years ago
  35. 6e5ff22 compiler,runtime: pass old slice's ptr/len/cap by value to growslice by Cherry Zhang · 5 years ago
  36. 069afe8 libgo: fix build on AIX by chigotc · 5 years ago
  37. 87945b6 libgo: update to Go 1.12.1 by Ian Lance Taylor · 5 years ago
  38. cc70be2 compiler: preserve nointerface property when inlining methods by Than McIntosh · 5 years ago
  39. a99959e compiler: use const rather than constexpr by Ian Lance Taylor · 5 years ago
  40. 80a7f6d compiler: eliminate bound checks in append expression by Cherry Zhang · 5 years ago
  41. 946aa5a compiler: compare parse methods when indexing interface types for export by Than McIntosh · 5 years ago
  42. 565b5cd compiler: add new debugging helper function debug_go_type() by Than McIntosh · 5 years ago
  43. 3106ec1 syscall, internal/syscall: adjust use of largefile functions by Ian Lance Taylor · 5 years ago
  44. 9592602 compiler: emit underlying constant in array_type length export by Than McIntosh · 5 years ago
  45. 13c98c3 mksysinfo: actually use modified Statfs_t value by Ian Lance Taylor · 5 years ago
  46. 9b1374d compiler: use GMP_RNDN rather than MPFR_RNDN by Ian Lance Taylor · 5 years ago
  47. 3f8ddaa runtime: enable precise GC checks when using stack maps by Cherry Zhang · 5 years ago
  48. 14e48e7 cmd/go: pass -X64 to ar on aix/ppc64 by chigotc · 5 years ago
  49. 22a63a3 CONTRIBUTORS: add Clément Chigot (company CLA) by Ian Lance Taylor · 5 years ago
  50. 3ae3024 sysinfo: add Flags to Statfs_t if not already there by Ian Lance Taylor · 5 years ago
  51. 689d5bd compiler: use GMP_RNDN rather than MPFR_RNDN by Ian Lance Taylor · 5 years ago
  52. decbbfb go/internal/gccgoimporter: remove temporary directories in test by Ian Lance Taylor · 5 years ago
  53. a72eca1 cmd/go: restore passing D to ar by Ian Lance Taylor · 5 years ago
  54. 805c82c runtime: call execname and getpagesize on Solaris by Ian Lance Taylor · 5 years ago
  55. d5e4595 cmd/go: add -O2 to invocation of gccgo by Ian Lance Taylor · 5 years ago
  56. 66ac946 gotest: avoid using echo inside $() by Ian Lance Taylor · 5 years ago
  57. 08f1c40 libgo: fix go_export extraction on Darwin by Nikhil Benesch · 5 years ago
  58. 713c461 HACKING: fix bad SVN repository URL by Baokun Lee · 5 years ago
  59. 7584548 A+C: add Baokun Lee (personal CLA) by Ian Lance Taylor · 5 years ago
  60. 74533ed internal/cpu, runtime, runtime/pprof: handle function descriptors by Ian Lance Taylor · 5 years ago
  61. c9581de runtime: align first persistentalloc chunk as requested by Ian Lance Taylor · 5 years ago
  62. bc036b3 compiler: check duplicate numeric keys in map literals by Ben Shi · 5 years ago
  63. 2c74b84 compiler: check recursive inherited interface aliases by Ben Shi · 5 years ago
  64. 9c1859b cmd/go: preserve CC for TestScript child processes by Ian Lance Taylor · 5 years ago
  65. 558fcb7 libgo: update to Go 1.12 release by Ian Lance Taylor · 5 years ago
  66. e330eea runtime: always declare nanotime in Go by Ian Lance Taylor · 5 years ago
  67. 51d2cb4 libgo: update to Go1.12rc1 by Ian Lance Taylor · 5 years ago
  68. 45a2e23 net: remove unixgram test sockets by Ian Lance Taylor · 5 years ago
  69. 4fbd06d cmd/go: remove work directory on usage error by Ian Lance Taylor · 5 years ago
  70. 43e458a internal/cpu: use #ifdef __s390x__ in C code by Ian Lance Taylor · 5 years ago
  71. 23f39fa compiler: fix a typo in comments by Ben Shi · 5 years ago
  72. 08cd59a compiler: add debugger-callable AST dump functins by Than McIntosh · 5 years ago
  73. fe0382e internal/cpu: do not require POWER8 by Ian Lance Taylor · 5 years ago
  74. 6725721 runtime: abort stack scan in cases that we cannot unwind the stack by Cherry Zhang · 5 years ago
  75. 9605c2e compiler,runtime: use __builtin_dwarf_cfa for getcallersp by Cherry Zhang · 5 years ago
  76. 1a74b8a compiler: write barrier check nil-check policy tweak by Than McIntosh · 5 years ago
  77. 0563f2d internal/cpu, runtime: add S/390 CPU capability support by Ian Lance Taylor · 5 years ago
  78. b806319 CONTRIBUTORS: add Robin Dapp (IBM corporate CLA) by Ian Lance Taylor · 5 years ago
  79. 6877c95 runtime: include <syscall.h> and <sys/syscall.h> if available by Ian Lance Taylor · 5 years ago
  80. a9c1a76 runtime: add type cast for non-split-stack calls to scanstackblock by Ian Lance Taylor · 5 years ago
  81. 03e2827 compiler, runtime: harmonize types referenced by both C and Go by Nikhil Benesch · 5 years ago
  82. 15cf1f3 A+C: add Nikhil Benesch (personal CLA) by Ian Lance Taylor · 5 years ago
  83. 4a6f2bb libgo: change gotest to run examples with output by Ian Lance Taylor · 5 years ago
  84. c2fc3b8 compiler: copy has_padding field from converted struct by Ian Lance Taylor · 5 years ago
  85. a487c86 compiler: check duplicate string keys in map composite literals by Ben Shi · 5 years ago
  86. 6d03c4c syscall: don't assume that WIFCONTINUED is defined by Ian Lance Taylor · 5 years ago
  87. fc8aa5a mksysinfo: remove incorrect quotes in st_fsid handling for Hurd by Ian Lance Taylor · 5 years ago
  88. 9b66264 os, syscall: Hurd fixes for a couple of tests by Ian Lance Taylor · 5 years ago
  89. 28b6517 os, net, crypto/x509: add hurd support by Ian Lance Taylor · 5 years ago
  90. db618ee syscall: add Hurd support by Ian Lance Taylor · 5 years ago
  91. 77f0f28 internal/syscall/unix: add constants for hurd by Ian Lance Taylor · 5 years ago
  92. d89db31 sync/atomic: use strong form of atomic_compare_exchange_n by Ian Lance Taylor · 5 years ago
  93. 74ffedd README: update text to describe current status by Ian Lance Taylor · 5 years ago
  94. 347628d compiler: check duplicate implicit indexes in slices/arrays by Ben Shi · 5 years ago
  95. 047b0aa runtime: add hurd netpoll and semaphore support by Ian Lance Taylor · 5 years ago
  96. 582392b runtime: add getproccount for hurd by Ian Lance Taylor · 5 years ago
  97. 51fb93f libgo: add configury and sysinfo support for hurd by Ian Lance Taylor · 5 years ago
  98. 87dd981 libgo: add hurd build tags to test files by Ian Lance Taylor · 5 years ago
  99. aa860a9 libgo: add hurd build tags by Ian Lance Taylor · 5 years ago
  100. c49ad6c runtime, sync: use __atomic intrinsics instead of __sync by Ian Lance Taylor · 5 years ago