1. eaa97fb cmd/cgo: don't translate bitfields into Go fields by Ian Lance Taylor · 4 years, 5 months ago
  2. c0c396b misc/ios: quote paths by Cherry Zhang · 4 years, 4 months ago
  3. 786120b cmd/cgo: document #include <> search path behaviour by KJ Tsanaktsidis · 4 years, 5 months ago
  4. 758ac37 misc/wasm: make wasm_exec more robust against uncommon environments by Richard Musiol · 4 years, 5 months ago
  5. 7388956 cmd/cgo: fix mangling of enum and union types by Matthew Dempsky · 4 years, 6 months ago
  6. 19a932c cmd/link: don't mark shared library symbols reachable unconditionally by Cherry Zhang · 4 years, 6 months ago
  7. 7799756 cmd/link: fix GC data reading from shared library (attempt 2) by Cherry Zhang · 4 years, 7 months ago
  8. 96e8366 Revert "cmd/link: fix GC data reading from shared library" by Cherry Zhang · 4 years, 7 months ago
  9. 5779bb4 cmd/link: fix GC data reading from shared library by Cherry Zhang · 4 years, 7 months ago
  10. a295d59 cmd/cgo: prevent redeclaration of _Ctype_void when C.void is used by Matthew Dempsky · 4 years, 7 months ago
  11. 9f33108 cmd/link: skip zero values in fingerprint check by Cherry Zhang · 4 years, 7 months ago
  12. a5a9a06 cmd/cgo: in -godefs mode, don't change constant to type by Ian Lance Taylor · 4 years, 8 months ago
  13. 0eb9767 misc/cgo/testplugin: fix typo in comment by Cherry Zhang · 4 years, 8 months ago
  14. 7dbbb5b cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in Go by Elias Naur · 4 years, 8 months ago
  15. a0698a6 syscall/js: prepare IDs for the preset objects by Hajime Hoshi · 4 years, 9 months ago
  16. b565d1e cmd/cgo: use type aliases for #define type macros by Matthew Dempsky · 4 years, 9 months ago
  17. 33ff63d cmd/cgo: use consistent tag for a particular struct by Ian Lance Taylor · 4 years, 9 months ago
  18. d5e1b7c all: remove scattered remnants of darwin/386 by Austin Clements · 4 years, 10 months ago
  19. f7e6ab4 all: remove scattered remnants of darwin/arm by Austin Clements · 4 years, 10 months ago
  20. a265c2c cmd/cgo, misc/cgo: only cache anonymous struct typedefs with parent name by Tobias Klauser · 4 years, 10 months ago
  21. 9ef61d5 syscall/js: make wasm_exec.js compatible with Webpack by nao20010128nao · 4 years, 10 months ago
  22. f0e8b81 syscall/js: allow copyBytesTo(Go|JS) to use Uint8ClampedArray by Aurélio A. Heckert · 4 years, 10 months ago
  23. 776a9d0 test: fix -test.v trace output for cgo/testshared by Than McIntosh · 4 years, 10 months ago
  24. dcc5c24 Revert "misc/spectre: add spectre index test" by Bryan C. Mills · 4 years, 11 months ago
  25. be72e3c misc/spectre: add spectre index test by Russ Cox · 4 years, 11 months ago
  26. cec0879 misc/cgo/test: fix sigaltstack test on AIX by Clément Chigot · 5 years ago
  27. 46f9aea misc/wasm: avoid implicit boolean to number conversion by Brad Fitzpatrick · 5 years ago
  28. 5c7dbf4 misc/cgo/testshared: explicitly set GOBIN (instead of unsetting it) by Bryan C. Mills · 5 years ago
  29. 87c0db9 misc/cgo: correct GOOS in skip message by Tobias Klauser · 5 years ago
  30. 576cc53 misc/cgo: enable testso and testsovar on mips64x by Tobias Klauser · 5 years ago
  31. 75ea964 cmd/trace: update to use WebComponents V0 polyfill by Hana (Hyang-Ah) Kim · 5 years ago
  32. 1f9f88b cmd/go: fix cgo test when min macOS version is set by Jay Conrod · 5 years ago
  33. 5d076d5 misc/cgo/test: re-enable darwin cgo tests in race mode by Tobias Klauser · 5 years ago
  34. b234fdb misc/cgo/test: tweak to pass with GCC 10 by Ian Lance Taylor · 5 years ago
  35. 6d5f8b1 misc/cgo/testshared: do not write to GOROOT by Bryan C. Mills · 5 years ago
  36. e16f64c misc: log 'ok' from 'go run' tests on success by Bryan C. Mills · 5 years ago
  37. 476395c misc: remove use of relative directories in overlayDir functions by Bryan C. Mills · 5 years ago
  38. c931f1b misc/cgo/testshared: make -v output less verbose by Bryan C. Mills · 5 years ago
  39. 3922c00 misc/cgo/testcshared: avoid writing to GOROOT in tests by Bryan C. Mills · 5 years ago
  40. c02f3b8 misc/cgo/testcarchive: avoid writing to GOROOT in tests by Bryan C. Mills · 5 years ago
  41. 39a9cb4 misc/cgo/testplugin: avoid writing to GOROOT by Bryan C. Mills · 5 years ago
  42. be04718 misc/cgo/fortran: avoid writing to $PWD by Bryan C. Mills · 5 years ago
  43. f9dd99c misc/chrome/gophertool: replace deprecated tabs.getSelected method by ramenjuniti · 5 years ago
  44. 440f7d6 all: fix a bunch of misspellings by Ville Skyttä · 5 years ago
  45. d3c2b1f cmd/link/internal/ld,misc/cgo/testcshared: don't -fuse-ld=gold on Android by Elias Naur · 5 years ago
  46. 49e05d4 misc/cgo/testgodefs: convert test from bash to Go by Bryan C. Mills · 5 years ago
  47. 6375fe4 misc: ensure that test overlay directories are writable by Bryan C. Mills · 5 years ago
  48. 275a7be cmd/go: remove -w workaround for -buildmode=plugin on Darwin by Than McIntosh · 5 years ago
  49. e457cc3 misc/ios: bump -mios-version-min by Elias Naur · 5 years ago
  50. 54e6ba6 syscall/js: garbage collect references to JavaScript values by Richard Musiol · 5 years ago
  51. fb29e22 misc/cgo/testcarchive: add missing exit(0) in main7.c by Ian Lance Taylor · 5 years ago
  52. 8de0bb7 runtime: clear preemptStop in dropm by Ian Lance Taylor · 5 years ago
  53. e9e4f6c misc: delete benchcmp forwarding script by Dmitri Shuralyov · 5 years ago
  54. a38a917 all: remove the nacl port (part 1) by Brad Fitzpatrick · 5 years ago
  55. ecba835 syscall: on wasm, do not panic if "process" global is not defined by Richard Musiol · 5 years ago
  56. e13a4d9 cmd/cgo: build unique C type cache keys from parent names by Tai · 6 years ago
  57. e85ffec cmd/cgo: optimize cgoCheckPointer call by Egon Elbre · 5 years ago
  58. 60f2713 syscall/js: add Value.Delete for deleting JavaScript properties by Richard Musiol · 5 years ago
  59. 225f484 misc, runtime, test: extra tests and benchmarks for defer by Dan Scales · 5 years ago
  60. e70e0a6 all: remove trailing whitespace from HTML files by Daniel Martí · 5 years ago
  61. 142c002 misc/wasm: fix argv/envp layout by Austin Clements · 5 years ago
  62. b492487 misc/cgo/test: use __atomic intrinsics instead of __sync by Ian Lance Taylor · 5 years ago
  63. c7dc5e9 test: tweak test to avoid unpreemptible loop with gccgo by Than McIntosh · 5 years ago
  64. 4af3c17 runtime: wrap nanotime, walltime, and write by Austin Clements · 5 years ago
  65. 2afe9d4 runtime: don't forward SIGPIPE on macOS by Elias Naur · 5 years ago
  66. 647dc1a Revert "runtime: don't forward SIGPIPE on macOS" by Daniel Martí · 5 years ago
  67. d56a86e runtime: don't forward SIGPIPE on macOS by Elias Naur · 5 years ago
  68. 07f0460 runtime,syscall/js: reuse wasm memory DataView by Agniva De Sarker · 6 years ago
  69. 4814e7d cmd/go: include GOEXPERIMENT flags in tool id for cache key by Jay Conrod · 6 years ago
  70. 37b194a cmd/link: put shlib ".type" functions in internal ABI by Ian Lance Taylor · 6 years ago
  71. e831719 cmd/cgo: do not rewrite call if there are more args than parameters by Ian Lance Taylor · 6 years ago
  72. 84fce98 cmd/cgo: fix check for conversion of ptr to struct field by Gernot Vormayr · 6 years ago
  73. 0d4de70 misc/cgo/errors: align code snippets in ptr_test.go by Bryan C. Mills · 6 years ago
  74. 9acd2d6 misc/cgo/errors: fix TestPointerChecks when GO111MODULE=on by Bryan C. Mills · 6 years ago
  75. 6d1aaf1 misc/cgo/test: use char, not int, so test works on big-endian systems by Ian Lance Taylor · 6 years ago
  76. 38fc0af cmd/cgo: fix inappropriate array copy by kawakami · 6 years ago
  77. 8eec3fe misc/ios: add missing CGO_ENABLED=1 for running standalone tests by Elias Naur · 6 years ago
  78. 5f50914 misc/cgo/test: add test for issue 31093 by Ian Lance Taylor · 6 years ago
  79. ac921da cmd/cgo: roll back "use C exact-width integer types to represent Go types" by Ian Lance Taylor · 6 years ago
  80. cbdf9ad runtime: save/restore callee saved registers in arm64's sigtramp by Ben Shi · 6 years ago
  81. d53f380 misc/cgo/errors: limit number of parallel executions by Ian Lance Taylor · 6 years ago
  82. 9e22992 misc/cgo/errors: remove debugging println by Ian Lance Taylor · 6 years ago
  83. c468ad0 syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJS by Richard Musiol · 6 years ago
  84. b0e238a misc/cgo/test: consolidate tests into fewer cgo source files by Russ Cox · 6 years ago
  85. 798e0b3 misc/cgo/errors: consolidate test work by Russ Cox · 6 years ago
  86. 9be2d46 misc/android: fix a typo in README by Ben Shi · 6 years ago
  87. a6a0ed3 misc/cgo: disable testcarchive, testplugin during -short test (including all.bash) by Russ Cox · 6 years ago
  88. fb63ed2 misc/android: silence adb output unless an error occurs by Elias Naur · 6 years ago
  89. a88cb1d cmd/cgo: fix unexpected semicolon in rewritten line by Russ Cox · 6 years ago
  90. 53374e7 crypto/ed25519: promote from golang.org/x/crypto/ed25519 by Filippo Valsorda · 6 years ago
  91. bd384d4 misc/ios: don't refer to iostest.bash by Elias Naur · 6 years ago
  92. 07f6894 misc/cgo/testcarchive: skip TestExtar on self-hosted iOS by Elias Naur · 6 years ago
  93. f686a28 all: add new GOOS=illumos, split out of GOOS=solaris by Joshua M. Clulow · 6 years ago
  94. 9308637e misc/wasm: fix command line arguments containing multi-byte characters by Richard Musiol · 6 years ago
  95. 4ee85e6 misc/cgo/testcshared: support testing on self-hosted android by Elias Naur · 6 years ago
  96. 0053091 misc/cgo/testcshared: use adb exec-out instead of adb shell by Elias Naur · 6 years ago
  97. 9017b61 misc/cgo/test: skip Setgid test on Android by Elias Naur · 6 years ago
  98. 2da9659 misc/cgo/testcarchive: skip TestSignalForwardingExternal on darwin/amd64 by Ian Lance Taylor · 6 years ago
  99. 3aacfce runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64 by Clément Chigot · 6 years ago
  100. c90f6dd cmd/link: permit duplicate weak symbols by Joel Sing · 6 years ago