1. 8f2b844 libgo: update to Go 1.13beta1 release by Ian Lance Taylor · 4 years, 8 months ago
  2. ca0fdb4 compiler: only import variable into . if same package by Ian Lance Taylor · 4 years, 8 months ago
  3. 3b8a505 compiler: check for notinheap struct at each struct field by Ian Lance Taylor · 4 years, 8 months ago
  4. 289d94b compiler, runtime: support and use single argument go:linkname by Ian Lance Taylor · 4 years, 8 months ago
  5. 80403eb compiler: don't report runtime escapes if we've seen errors by Ian Lance Taylor · 4 years, 8 months ago
  6. 2444eb1 runtime: always build panic32.go by Ian Lance Taylor · 4 years, 8 months ago
  7. 11fd920 compile, runtime: permit anonymous and empty fields in C header by Ian Lance Taylor · 4 years, 8 months ago
  8. db73893 runtime: move osinit to Go by Ian Lance Taylor · 4 years, 8 months ago
  9. 5d15923 compiler: handle unsafe conversion expression in escape analysis by Cherry Zhang · 4 years, 8 months ago
  10. 189ff44 compiler, runtime: provide index information on bounds check failure by Ian Lance Taylor · 4 years, 8 months ago
  11. a6ddd0e libgo: rebuild runtime.inc if mkruntimeinc.sh changes by Ian Lance Taylor · 4 years, 8 months ago
  12. 58c0fc6 compiler: generalize cleanup of unresolved placeholder pointer types by Than McIntosh · 4 years, 8 months ago
  13. c9ca1c6 compiler: record pointer var values to remove write barriers by Ian Lance Taylor · 4 years, 8 months ago
  14. 82d27f0 compiler: don't use pkgpath for fieldtrack of unexported field by Ian Lance Taylor · 4 years, 8 months ago
  15. 7da359f compiler: if hidden function referenced by inline, don't hide descriptor by Ian Lance Taylor · 4 years, 8 months ago
  16. 1846b07 compiler, runtime: implement shifts by signed amounts by Ian Lance Taylor · 4 years, 8 months ago
  17. a453eeb compiler: new debugging output methods/functions by Than McIntosh · 4 years, 10 months ago
  18. b0ba5da runtime: be more strict in GC by Cherry Zhang · 4 years, 8 months ago
  19. 8585797 compiler: support new numeric literal syntax by Ian Lance Taylor · 4 years, 9 months ago
  20. 4b47cad compiler, runtime: allocate defer records on the stack by Cherry Zhang · 4 years, 8 months ago
  21. 838f926 runtime: scan write barrier buffer conservatively by Cherry Zhang · 4 years, 8 months ago
  22. 0f6d673 compiler: print runtime.hex in hex by Cherry Zhang · 4 years, 8 months ago
  23. 480477c compiler: use correct value type in 2-case select send by Cherry Zhang · 4 years, 9 months ago
  24. b7bce0d compiler: follow-on fix for finalizing imported methods by Than McIntosh · 4 years, 9 months ago
  25. e242929 compiler: don't export bodies for functions marked "go:noinline" by Than McIntosh · 4 years, 9 months ago
  26. 4df7c8d compiler: fix bug in importing blocks from inline functions by Than McIntosh · 4 years, 9 months ago
  27. 19ed722 compiler: fix bug in handling of unordered set during exporting by Than McIntosh · 4 years, 10 months ago
  28. 0e51b7e runtime: expose the g variable by Cherry Zhang · 4 years, 10 months ago
  29. 70ceba5 compiler: ensure evaluation order in type hash/eq functions by Cherry Zhang · 4 years, 10 months ago
  30. ec754ff compiler: finalize methods when importing types by Than McIntosh · 4 years, 10 months ago
  31. 170ecdf compiler: add break label in 1,2-case select statement lowering by Cherry Zhang · 4 years, 10 months ago
  32. 7a8e10b compiler: optimize 0,1,2-case select statement by Cherry Zhang · 4 years, 10 months ago
  33. 197b6fd compiler: fix indentation of select statement AST dump by Cherry Zhang · 4 years, 10 months ago
  34. bf66d40 compiler: set varargs lowered for imported call expressions by Than McIntosh · 4 years, 10 months ago
  35. ae7d7e0 compiler: include transitive imports in the type descriptor list by Cherry Zhang · 4 years, 10 months ago
  36. aebd2d6 compiler: rework type and package tracking in exporter by Than McIntosh · 4 years, 10 months ago
  37. 7f753fe compiler: use builtin memset for non-pointer memclr by Cherry Zhang · 4 years, 10 months ago
  38. 1e042a4 compiler: refactoring in Export class to encapsulate type refs map by Than McIntosh · 4 years, 10 months ago
  39. d3d0f3c libgo/testsuite: ignore symbols with a leading dot in symtogo by Clément Chigot · 5 years ago
  40. 1d6578a cmd/go: silence ar with D flag failures by Clément Chigot · 4 years, 11 months ago
  41. a857aad runtime: mark memequal and memclrNoHeapPointers nosplit by Cherry Zhang · 4 years, 10 months ago
  42. 89b442a compiler: open code string equality by Cherry Zhang · 4 years, 10 months ago
  43. 338e4ba compiler: use builtin memcmp directly by Cherry Zhang · 5 years ago
  44. 1232eef compiler: edit error messages to avoid -Wformat-diag warnings by Ian Lance Taylor · 4 years, 10 months ago
  45. 6bb63a2 compiler: add go_debug and use it for debug messages by Ian Lance Taylor · 4 years, 10 months ago
  46. 9b5a43b compiler: intrinsify some math/bits functions by Cherry Zhang · 4 years, 10 months ago
  47. fdf0af7 runtime: inline and remove eqtype by Cherry Zhang · 4 years, 10 months ago
  48. 5bca69a compiler: open code some type assertions by Cherry Zhang · 4 years, 10 months ago
  49. 593f94f compiler: omit write barrier for assignment to *(convert(&local)) by Cherry Zhang · 4 years, 10 months ago
  50. 62e3a8c compiler: open code string slice expressions by Cherry Zhang · 4 years, 10 months ago
  51. 7822080 compiler: optimize string concatenations by Cherry Zhang · 4 years, 10 months ago
  52. 0e4aa31 compiler: stack allocate a buffer for non-escaping string ops by Cherry Zhang · 4 years, 11 months ago
  53. 62d1b66 compiler: avoid copy for string([]byte) conversion used in string concatenation by Cherry Zhang · 4 years, 11 months ago
  54. b1ae359 compiler: support inlining functions that use index expressions by Ian Lance Taylor · 4 years, 11 months ago
  55. 764fe67 compiler: make heap expression's write barrier conditional by Cherry Zhang · 4 years, 11 months ago
  56. 11d96c36 compiler: permit inlining functions with labels and goto statements by Ian Lance Taylor · 4 years, 11 months ago
  57. 3f7dcb9 compiler: use gcWriteBarrier for pointer-shaped struct/array by Cherry Zhang · 4 years, 11 months ago
  58. a32739a compiler: make escape analysis work with imported inlineable functions by Cherry Zhang · 4 years, 11 months ago
  59. b79e9e7 compiler: improve write barrier generation by Cherry Zhang · 4 years, 11 months ago
  60. 9df825b compiler: support inlining functions with if statements by Ian Lance Taylor · 4 years, 11 months ago
  61. 46329dd compiler: do simple deadcode elimination by Cherry Zhang · 4 years, 11 months ago
  62. e76c260 go/internal/gccgoimporter: ignore unexported and imported names by Ian Lance Taylor · 5 years ago
  63. 015785b compiler: permit inlining temporary statements and references by Ian Lance Taylor · 5 years ago
  64. bc73749 compiler: make use of specialized fast map routines by Cherry Zhang · 5 years ago
  65. 2609f9b compiler: inline call expressions and function references by Ian Lance Taylor · 5 years ago
  66. 949c3b7 compiler: statically allocate constant interface data by Cherry Zhang · 5 years ago
  67. e4d8cca compiler, runtime, reflect: generate unique type descriptors by Cherry Zhang · 5 years ago
  68. 951c83a libgo: delay applying profile stack-frame skip until fixup by Than McIntosh · 5 years ago
  69. 37a47e4 compiler: permit inlining references to global variables by Ian Lance Taylor · 5 years ago
  70. 95784e8 runtime: remove unnecessary functions calling between C and Go by Ian Lance Taylor · 6 years ago
  71. 2e623bf runtime: fix assembly syntax by Cherry Zhang · 5 years ago
  72. 4150db0 runtime: drop unused C type reflection code by Ian Lance Taylor · 5 years ago
  73. 5217656 compiler: optimize append of make by Cherry Zhang · 5 years ago
  74. e521123 compiler: handle int-to-string conversion with large integer constant by Cherry Zhang · 5 years ago
  75. 8402f6a runtime: implement cheaper context switch on Linux/AMD64 by Cherry Zhang · 5 years ago
  76. 4dc60d9 compiler: intrinsify sync/atomic functions by Cherry Zhang · 5 years ago
  77. 84b8000 compiler: remove range-based 'for' loop by Than McIntosh · 5 years ago
  78. 3995d54 libgo: correct typo in USE_LIBFFI AM_CONDITIONAL by Ian Lance Taylor · 5 years ago
  79. 578c4fb syscall: avoid unused parameter error if WIFCONTINUED not defined by Ian Lance Taylor · 5 years ago
  80. 54aacec compiler: use SHA1-hash for symname for long gcbits symbols by Than McIntosh · 5 years ago
  81. b5ab7b4 compiler: make value method of direct interface type takes pointer by Cherry Zhang · 5 years ago
  82. f8a3668 compiler: intrinsify runtime/internal/atomic functions by Cherry Zhang · 5 years ago
  83. c0c8ad5 compiler: add intrinsics for runtime/internal/sys functions by Cherry Zhang · 5 years ago
  84. 2df0879 compiler: improve escape analysis on interface conversions by Cherry Zhang · 5 years ago
  85. 6112f9b libgo: reduce overhead for memory/block/mutex profiling by Than McIntosh · 5 years ago
  86. 3f015e1 libgo: drop Solaris 10 support by Ian Lance Taylor · 5 years ago
  87. 5c2c474 runtime: set up g early by Cherry Zhang · 5 years ago
  88. 76ab853 compiler: permit inlining receive expressions by Ian Lance Taylor · 5 years ago
  89. b5e4ba8 compiler: permit inlining variable declaration statements by Ian Lance Taylor · 5 years ago
  90. 3dbf51c compiler: avoid copy for string([]byte) conversion used in map keys by Cherry Zhang · 5 years ago
  91. 9c85811 compiler: avoid copy for string([]byte) conversion used in string comparison by Cherry Zhang · 5 years ago
  92. f813c67 libgo: add Debugging section to README by Ian Lance Taylor · 5 years ago
  93. 859e8ed compiler: generate memmove for non-pointer slice copy by Cherry Zhang · 5 years ago
  94. 3a9bccf runtime: use builtin memmove directly by Cherry Zhang · 5 years ago
  95. 0b4cf8d compiler: remove trailing spaces by Ben Shi · 5 years ago
  96. fcbf847 reflect: correctly handle direct interface typed receiver in Value.call by Cherry Zhang · 5 years ago
  97. e3ba882 compiler: don't add pointer twice to value method of direct interface type by Cherry Zhang · 5 years ago
  98. dc9c1b4 compiler: add an option to emit optimization diagnostics by Cherry Zhang · 5 years ago
  99. 4b3015d compiler: recognize and optimize array range clear by Cherry Zhang · 5 years ago
  100. 2085219 os/user: disable TestGroupIds for AIX by Clément Chigot · 5 years ago