1. d1fa6c3 compiler: fix brace formatting by Ian Lance Taylor · 4 years, 8 months ago
  2. d81ff42 libgo: support gollvm build on arm64 linux by Xiangdong Ji · 4 years, 8 months ago
  3. 6375ae3 A+C: add Xiangdong JI (ARM corporate CLA) by Ian Lance Taylor · 4 years, 8 months ago
  4. 09ca3c1 runtime: for FFI, treat directIface types as pointers by Ian Lance Taylor · 4 years, 8 months ago
  5. 7aabaf8 reflect: promote integer closure return to full word by Ian Lance Taylor · 4 years, 8 months ago
  6. ff18e04 reflect: unexport FFICallbackGo; use go:linkname instead by Ian Lance Taylor · 4 years, 8 months ago
  7. 722990d compiler: fix quoting of //go:linkname in error message by Ian Lance Taylor · 4 years, 8 months ago
  8. 5af62ed libgo: don't use \? in grep pattern by Ian Lance Taylor · 4 years, 8 months ago
  9. ceb1e4f libgo: update to Go1.13 by Ian Lance Taylor · 4 years, 8 months ago
  10. 0950e90 compiler: suppress type descriptor generation for aliases by Than McIntosh · 4 years, 9 months ago
  11. 27b2311 golang.org/x/sys/cpu: define doinit when needed by Ian Lance Taylor · 4 years, 8 months ago
  12. 1f4ce28 gotest: force test package to be imported first by Ian Lance Taylor · 4 years, 8 months ago
  13. bf4832d libgo: Solaris and x/sys/cpu compatibility fixes by Ian Lance Taylor · 4 years, 8 months ago
  14. 2f6dd92 mksysinfo: change test == to test = by Ian Lance Taylor · 4 years, 8 months ago
  15. 5564515 go/internal/gccgoimporter: support embedded field in pointer loop by Ian Lance Taylor · 4 years, 8 months ago
  16. 68038b4 cmd/go: look for tool build ID before hashing entire file by Ian Lance Taylor · 4 years, 8 months ago
  17. 5c3f52f compiler: permit inlining constant expressions and expression statements by Ian Lance Taylor · 4 years, 8 months ago
  18. c6097f2 misc/cgo/testcshared: restore gofrontend-local changes by Ian Lance Taylor · 4 years, 8 months ago
  19. 03fa493 libgo: only build x/sys/cpu/cpu_gccgo.c on x86 systems by Ian Lance Taylor · 4 years, 8 months ago
  20. 17bef47 compiler: don't use predeclared location for implicit runtime import by Ian Lance Taylor · 4 years, 8 months ago
  21. 28c9053 compiler: traverse types of constant expressions by Ian Lance Taylor · 4 years, 8 months ago
  22. 8f2b844 libgo: update to Go 1.13beta1 release by Ian Lance Taylor · 4 years, 9 months ago
  23. ca0fdb4 compiler: only import variable into . if same package by Ian Lance Taylor · 4 years, 8 months ago
  24. 3b8a505 compiler: check for notinheap struct at each struct field by Ian Lance Taylor · 4 years, 9 months ago
  25. 289d94b compiler, runtime: support and use single argument go:linkname by Ian Lance Taylor · 4 years, 9 months ago
  26. 80403eb compiler: don't report runtime escapes if we've seen errors by Ian Lance Taylor · 4 years, 8 months ago
  27. 2444eb1 runtime: always build panic32.go by Ian Lance Taylor · 4 years, 8 months ago
  28. 11fd920 compile, runtime: permit anonymous and empty fields in C header by Ian Lance Taylor · 4 years, 8 months ago
  29. db73893 runtime: move osinit to Go by Ian Lance Taylor · 4 years, 9 months ago
  30. 5d15923 compiler: handle unsafe conversion expression in escape analysis by Cherry Zhang · 4 years, 9 months ago
  31. 189ff44 compiler, runtime: provide index information on bounds check failure by Ian Lance Taylor · 4 years, 9 months ago
  32. a6ddd0e libgo: rebuild runtime.inc if mkruntimeinc.sh changes by Ian Lance Taylor · 4 years, 9 months ago
  33. 58c0fc6 compiler: generalize cleanup of unresolved placeholder pointer types by Than McIntosh · 4 years, 9 months ago
  34. c9ca1c6 compiler: record pointer var values to remove write barriers by Ian Lance Taylor · 4 years, 9 months ago
  35. 82d27f0 compiler: don't use pkgpath for fieldtrack of unexported field by Ian Lance Taylor · 4 years, 9 months ago
  36. 7da359f compiler: if hidden function referenced by inline, don't hide descriptor by Ian Lance Taylor · 4 years, 9 months ago
  37. 1846b07 compiler, runtime: implement shifts by signed amounts by Ian Lance Taylor · 4 years, 9 months ago
  38. a453eeb compiler: new debugging output methods/functions by Than McIntosh · 4 years, 10 months ago
  39. b0ba5da runtime: be more strict in GC by Cherry Zhang · 4 years, 9 months ago
  40. 8585797 compiler: support new numeric literal syntax by Ian Lance Taylor · 4 years, 9 months ago
  41. 4b47cad compiler, runtime: allocate defer records on the stack by Cherry Zhang · 4 years, 9 months ago
  42. 838f926 runtime: scan write barrier buffer conservatively by Cherry Zhang · 4 years, 9 months ago
  43. 0f6d673 compiler: print runtime.hex in hex by Cherry Zhang · 4 years, 9 months ago
  44. 480477c compiler: use correct value type in 2-case select send by Cherry Zhang · 4 years, 10 months ago
  45. b7bce0d compiler: follow-on fix for finalizing imported methods by Than McIntosh · 4 years, 10 months ago
  46. e242929 compiler: don't export bodies for functions marked "go:noinline" by Than McIntosh · 4 years, 10 months ago
  47. 4df7c8d compiler: fix bug in importing blocks from inline functions by Than McIntosh · 4 years, 10 months ago
  48. 19ed722 compiler: fix bug in handling of unordered set during exporting by Than McIntosh · 4 years, 10 months ago
  49. 0e51b7e runtime: expose the g variable by Cherry Zhang · 4 years, 10 months ago
  50. 70ceba5 compiler: ensure evaluation order in type hash/eq functions by Cherry Zhang · 4 years, 10 months ago
  51. ec754ff compiler: finalize methods when importing types by Than McIntosh · 4 years, 10 months ago
  52. 170ecdf compiler: add break label in 1,2-case select statement lowering by Cherry Zhang · 4 years, 10 months ago
  53. 7a8e10b compiler: optimize 0,1,2-case select statement by Cherry Zhang · 4 years, 10 months ago
  54. 197b6fd compiler: fix indentation of select statement AST dump by Cherry Zhang · 4 years, 10 months ago
  55. bf66d40 compiler: set varargs lowered for imported call expressions by Than McIntosh · 4 years, 10 months ago
  56. ae7d7e0 compiler: include transitive imports in the type descriptor list by Cherry Zhang · 4 years, 10 months ago
  57. aebd2d6 compiler: rework type and package tracking in exporter by Than McIntosh · 4 years, 11 months ago
  58. 7f753fe compiler: use builtin memset for non-pointer memclr by Cherry Zhang · 4 years, 11 months ago
  59. 1e042a4 compiler: refactoring in Export class to encapsulate type refs map by Than McIntosh · 4 years, 11 months ago
  60. d3d0f3c libgo/testsuite: ignore symbols with a leading dot in symtogo by Clément Chigot · 5 years ago
  61. 1d6578a cmd/go: silence ar with D flag failures by Clément Chigot · 5 years ago
  62. a857aad runtime: mark memequal and memclrNoHeapPointers nosplit by Cherry Zhang · 4 years, 11 months ago
  63. 89b442a compiler: open code string equality by Cherry Zhang · 4 years, 11 months ago
  64. 338e4ba compiler: use builtin memcmp directly by Cherry Zhang · 5 years ago
  65. 1232eef compiler: edit error messages to avoid -Wformat-diag warnings by Ian Lance Taylor · 4 years, 11 months ago
  66. 6bb63a2 compiler: add go_debug and use it for debug messages by Ian Lance Taylor · 4 years, 11 months ago
  67. 9b5a43b compiler: intrinsify some math/bits functions by Cherry Zhang · 4 years, 11 months ago
  68. fdf0af7 runtime: inline and remove eqtype by Cherry Zhang · 5 years ago
  69. 5bca69a compiler: open code some type assertions by Cherry Zhang · 5 years ago
  70. 593f94f compiler: omit write barrier for assignment to *(convert(&local)) by Cherry Zhang · 5 years ago
  71. 62e3a8c compiler: open code string slice expressions by Cherry Zhang · 5 years ago
  72. 7822080 compiler: optimize string concatenations by Cherry Zhang · 5 years ago
  73. 0e4aa31 compiler: stack allocate a buffer for non-escaping string ops by Cherry Zhang · 5 years ago
  74. 62d1b66 compiler: avoid copy for string([]byte) conversion used in string concatenation by Cherry Zhang · 5 years ago
  75. b1ae359 compiler: support inlining functions that use index expressions by Ian Lance Taylor · 5 years ago
  76. 764fe67 compiler: make heap expression's write barrier conditional by Cherry Zhang · 5 years ago
  77. 11d96c36 compiler: permit inlining functions with labels and goto statements by Ian Lance Taylor · 5 years ago
  78. 3f7dcb9 compiler: use gcWriteBarrier for pointer-shaped struct/array by Cherry Zhang · 5 years ago
  79. a32739a compiler: make escape analysis work with imported inlineable functions by Cherry Zhang · 5 years ago
  80. b79e9e7 compiler: improve write barrier generation by Cherry Zhang · 5 years ago
  81. 9df825b compiler: support inlining functions with if statements by Ian Lance Taylor · 5 years ago
  82. 46329dd compiler: do simple deadcode elimination by Cherry Zhang · 5 years ago
  83. e76c260 go/internal/gccgoimporter: ignore unexported and imported names by Ian Lance Taylor · 5 years ago
  84. 015785b compiler: permit inlining temporary statements and references by Ian Lance Taylor · 5 years ago
  85. bc73749 compiler: make use of specialized fast map routines by Cherry Zhang · 5 years ago
  86. 2609f9b compiler: inline call expressions and function references by Ian Lance Taylor · 5 years ago
  87. 949c3b7 compiler: statically allocate constant interface data by Cherry Zhang · 5 years ago
  88. e4d8cca compiler, runtime, reflect: generate unique type descriptors by Cherry Zhang · 5 years ago
  89. 951c83a libgo: delay applying profile stack-frame skip until fixup by Than McIntosh · 5 years ago
  90. 37a47e4 compiler: permit inlining references to global variables by Ian Lance Taylor · 5 years ago
  91. 95784e8 runtime: remove unnecessary functions calling between C and Go by Ian Lance Taylor · 6 years ago
  92. 2e623bf runtime: fix assembly syntax by Cherry Zhang · 5 years ago
  93. 4150db0 runtime: drop unused C type reflection code by Ian Lance Taylor · 5 years ago
  94. 5217656 compiler: optimize append of make by Cherry Zhang · 5 years ago
  95. e521123 compiler: handle int-to-string conversion with large integer constant by Cherry Zhang · 5 years ago
  96. 8402f6a runtime: implement cheaper context switch on Linux/AMD64 by Cherry Zhang · 5 years ago
  97. 4dc60d9 compiler: intrinsify sync/atomic functions by Cherry Zhang · 5 years ago
  98. 84b8000 compiler: remove range-based 'for' loop by Than McIntosh · 5 years ago
  99. 3995d54 libgo: correct typo in USE_LIBFFI AM_CONDITIONAL by Ian Lance Taylor · 5 years ago
  100. 578c4fb syscall: avoid unused parameter error if WIFCONTINUED not defined by Ian Lance Taylor · 5 years ago