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