1. 74533ed internal/cpu, runtime, runtime/pprof: handle function descriptors by Ian Lance Taylor · 5 years ago
  2. c9581de runtime: align first persistentalloc chunk as requested by Ian Lance Taylor · 5 years ago
  3. bc036b3 compiler: check duplicate numeric keys in map literals by Ben Shi · 5 years ago
  4. 2c74b84 compiler: check recursive inherited interface aliases by Ben Shi · 5 years ago
  5. 9c1859b cmd/go: preserve CC for TestScript child processes by Ian Lance Taylor · 5 years ago
  6. 558fcb7 libgo: update to Go 1.12 release by Ian Lance Taylor · 5 years ago
  7. e330eea runtime: always declare nanotime in Go by Ian Lance Taylor · 5 years ago
  8. 51d2cb4 libgo: update to Go1.12rc1 by Ian Lance Taylor · 5 years ago
  9. 45a2e23 net: remove unixgram test sockets by Ian Lance Taylor · 5 years ago
  10. 4fbd06d cmd/go: remove work directory on usage error by Ian Lance Taylor · 5 years ago
  11. 43e458a internal/cpu: use #ifdef __s390x__ in C code by Ian Lance Taylor · 5 years ago
  12. 23f39fa compiler: fix a typo in comments by Ben Shi · 5 years ago
  13. 08cd59a compiler: add debugger-callable AST dump functins by Than McIntosh · 5 years ago
  14. fe0382e internal/cpu: do not require POWER8 by Ian Lance Taylor · 5 years ago
  15. 6725721 runtime: abort stack scan in cases that we cannot unwind the stack by Cherry Zhang · 5 years ago
  16. 9605c2e compiler,runtime: use __builtin_dwarf_cfa for getcallersp by Cherry Zhang · 5 years ago
  17. 1a74b8a compiler: write barrier check nil-check policy tweak by Than McIntosh · 5 years ago
  18. 0563f2d internal/cpu, runtime: add S/390 CPU capability support by Ian Lance Taylor · 5 years ago
  19. b806319 CONTRIBUTORS: add Robin Dapp (IBM corporate CLA) by Ian Lance Taylor · 5 years ago
  20. 6877c95 runtime: include <syscall.h> and <sys/syscall.h> if available by Ian Lance Taylor · 5 years ago
  21. a9c1a76 runtime: add type cast for non-split-stack calls to scanstackblock by Ian Lance Taylor · 5 years ago
  22. 03e2827 compiler, runtime: harmonize types referenced by both C and Go by Nikhil Benesch · 5 years ago
  23. 15cf1f3 A+C: add Nikhil Benesch (personal CLA) by Ian Lance Taylor · 5 years ago
  24. 4a6f2bb libgo: change gotest to run examples with output by Ian Lance Taylor · 5 years ago
  25. c2fc3b8 compiler: copy has_padding field from converted struct by Ian Lance Taylor · 5 years ago
  26. a487c86 compiler: check duplicate string keys in map composite literals by Ben Shi · 5 years ago
  27. 6d03c4c syscall: don't assume that WIFCONTINUED is defined by Ian Lance Taylor · 5 years ago
  28. fc8aa5a mksysinfo: remove incorrect quotes in st_fsid handling for Hurd by Ian Lance Taylor · 5 years ago
  29. 9b66264 os, syscall: Hurd fixes for a couple of tests by Ian Lance Taylor · 5 years ago
  30. 28b6517 os, net, crypto/x509: add hurd support by Ian Lance Taylor · 5 years ago
  31. db618ee syscall: add Hurd support by Ian Lance Taylor · 5 years ago
  32. 77f0f28 internal/syscall/unix: add constants for hurd by Ian Lance Taylor · 5 years ago
  33. d89db31 sync/atomic: use strong form of atomic_compare_exchange_n by Ian Lance Taylor · 5 years ago
  34. 74ffedd README: update text to describe current status by Ian Lance Taylor · 5 years ago
  35. 347628d compiler: check duplicate implicit indexes in slices/arrays by Ben Shi · 5 years ago
  36. 047b0aa runtime: add hurd netpoll and semaphore support by Ian Lance Taylor · 5 years ago
  37. 582392b runtime: add getproccount for hurd by Ian Lance Taylor · 5 years ago
  38. 51fb93f libgo: add configury and sysinfo support for hurd by Ian Lance Taylor · 5 years ago
  39. 87dd981 libgo: add hurd build tags to test files by Ian Lance Taylor · 5 years ago
  40. aa860a9 libgo: add hurd build tags by Ian Lance Taylor · 5 years ago
  41. c49ad6c runtime, sync: use __atomic intrinsics instead of __sync by Ian Lance Taylor · 5 years ago
  42. e40be7a A+C: add Svante Signell by Ian Lance Taylor · 5 years ago
  43. cbcc538 compiler: support alias to pointer type as receiver in method declaration by Ben Shi · 5 years ago
  44. 2206f40 compiler: support alias to pointer type as method receiver by Ben Shi · 5 years ago
  45. 5af8ee0 runtime: fix sigprof frame counting by Cherry Zhang · 5 years ago
  46. c2cac0b runtime: use the call instruction's PC for panic-in-runtime detection by Cherry Zhang · 5 years ago
  47. 5ccb2d8 compiler: improve recursive type detection by Ben Shi · 5 years ago
  48. f79a7dd A+C: add Ben Shi by Ian Lance Taylor · 5 years ago
  49. d67c4bf runtime: install SIGURG handler on C created threads by Cherry Zhang · 5 years ago
  50. e3271f3 golang.org/x/tools/go/analysis: pass "gccgo" to types.SizesFor by Ian Lance Taylor · 5 years ago
  51. fb44f62 runtime, internal/cpu: fix build for ARM GNU/Linux by Ian Lance Taylor · 5 years ago
  52. 0c870ba libgo: fix building, and some testing, on Solaris by Ian Lance Taylor · 5 years ago
  53. e742765 compiler: stop iterator on error by Ian Lance Taylor · 5 years ago
  54. c76ba30 libgo: update to Go1.12beta2 by Ian Lance Taylor · 5 years ago
  55. d16e918 runtime: in sigprof, skip to sigtrampgo if we don't find sigtramp by Ian Lance Taylor · 5 years ago
  56. d6576c8 runtime: dropg before CAS g status to _Grunnable/_Gwaiting by Cherry Zhang · 5 years ago
  57. ee94431 syscall: mark C syscall functions noescape by Cherry Zhang · 5 years ago
  58. 9a79c33 runtime: add padding to FFI type of struct ending with zero-sized field by Cherry Zhang · 5 years ago
  59. 8700502 compiler, runtime: panic on uncomparable map key, even if map is empty by Ian Lance Taylor · 5 years ago
  60. 0d64279 compiler: pad structs ending with zero-sized field by Cherry Zhang · 5 years ago
  61. 9606377 compiler: use int type for len & cap in slice value by Cherry Zhang · 5 years ago
  62. 085ef45 runtime: in doscanstackswitch, set gp->m before gogo by Cherry Zhang · 5 years ago
  63. c8a9bcc compiler: move slice construction to callers of makeslice by Ian Lance Taylor · 5 years ago
  64. c257303 runtime: in getTraceback, set gp->m before gogo by Cherry Zhang · 5 years ago
  65. 2ce291e runtime: prevent deadlock when profiling signal arrives during traceback by Cherry Zhang · 5 years ago
  66. 0e482be runtime: prevent deadlock when profiling signal arrives in stack scan by Cherry Zhang · 5 years ago
  67. d9a3043 compiler: remove escapes_ field from Variable and Result_variable by Ian Lance Taylor · 5 years ago
  68. 416baf5 runtime: delete export_arm_test.go by Cherry Zhang · 5 years ago
  69. 5a9ff61 runtime: let ARM32 EABI personality function continue unwind when called from traceback by Cherry Zhang · 5 years ago
  70. 7854147 runtime: on ARM32 EABI, don't get LSDA if compact model is used by Cherry Zhang · 5 years ago
  71. 16a48db runtime: handle DW_EH_PE_absptr in type table encoding by Cherry Zhang · 5 years ago
  72. be6dbbd os/signal: increase deliver time for signal testcase by Lynn Boger · 5 years ago
  73. 4db1577 runtime: use _URC_FAILURE on ARM32 by Cherry Zhang · 5 years ago
  74. f0266d3 runtime: add missing return for non-GNU/Linux version of tgkill by Ian Lance Taylor · 5 years ago
  75. 72c583b support/codereview: remove mercurial support files by Tobias Klauser · 5 years ago
  76. edc7e71 runtime: add precise stack scan support by Cherry Zhang · 6 years ago
  77. 3b14b48 gofrontend: add codereview.cfg by Tobias Klauser · 5 years ago
  78. d3a98b7 syscall: remove Flock for aix/ppc64 by Tobias Klauser · 5 years ago
  79. 7259d9a cmd/vet: use default compiler when determining type sizes by Ian Lance Taylor · 5 years ago
  80. 9e016df cmd/go: allow buildmode c-archive for gccgo on ppc64 by Lynn Boger · 5 years ago
  81. a8f768d compiler: inline functions with assignments and return statements by Ian Lance Taylor · 5 years ago
  82. b013405 compiler: tweaks for importing inline function bodies by Ian Lance Taylor · 5 years ago
  83. 267d91b compiler: record final type for numeric expressions by Ian Lance Taylor · 5 years ago
  84. 5d0c788 compiler: add result parameter names for inlinable functions by Ian Lance Taylor · 5 years ago
  85. 21cf806 compiler: add types used by inline functions to export data by Ian Lance Taylor · 5 years ago
  86. c11d952 compiler: finalize types parsed for inline functions by Ian Lance Taylor · 5 years ago
  87. ce81aad compiler: add '$' to names in expression export data by Ian Lance Taylor · 5 years ago
  88. 6e0974f compiler: change expression importing to use Import_expression by Ian Lance Taylor · 5 years ago
  89. 75d48ff compiler: pass a Location to import_expression by Ian Lance Taylor · 5 years ago
  90. db52402 compiler: change Expression export to use Export_function_body by Ian Lance Taylor · 5 years ago
  91. f551ab9 compiler: import inlinable functions from package data by Ian Lance Taylor · 6 years ago
  92. 3ecc845 syscall: always define WEXITED and WNOWAIT on GNU/Linux by Ian Lance Taylor · 5 years ago
  93. 26639de compiler: initial support for exporting function bodies by Ian Lance Taylor · 6 years ago
  94. 37cb976 syscall: always define _AT_FDCWD and IPv6MTUInfo by Ian Lance Taylor · 5 years ago
  95. 559fae4 cmd/cgo: fix typo in gccgo name mangling recipe by Than McIntosh · 5 years ago
  96. da8c968 syscall: change RLIM_INFINITY from 0xffffffffffffffff to -1 by Ian Lance Taylor · 5 years ago
  97. 5fcfe35 compiler: handle abstract type in builtin numeric const value by Ian Lance Taylor · 5 years ago
  98. df841cc libgo: update to autoconf 2.69 and automake 1.15.1 by Ian Lance Taylor · 6 years ago
  99. 8dae05f compiler: pass a single flags argument to Backend::function by Ian Lance Taylor · 6 years ago
  100. e4a421a compiler: add location_file by Ian Lance Taylor · 6 years ago