1. c18c6bd runtime: work around escaping closure in export_test.go by Cherry Zhang · 6 years ago
  2. 5cae6a4 runtime: noescape some functions/variables by Cherry Zhang · 6 years ago
  3. 8e20ba6 cmd/go: add AIX support by Tony Reix · 6 years ago
  4. 98b0942 libgo: add aix build tags by Tony Reix · 6 years ago
  5. 7ef1b48 compiler: use temporary variable for stack allocation by Cherry Zhang · 6 years ago
  6. bea521d compiler: set captured variable address to nonescape until further flooded by Cherry Zhang · 6 years ago
  7. 7c5e4d6 compiler: stack allocate defer thunk by Cherry Zhang · 6 years ago
  8. d577453 compiler: make non-escaping Bound_method_expression not heap allocate by Cherry Zhang · 6 years ago
  9. 584fdec compiler: move some escape check to Mark_address_taken by Cherry Zhang · 6 years ago
  10. cf5a640 compiler: support go:noescape cross package by Cherry Zhang · 6 years ago
  11. b361bec compiler: stack allocate non-escaping makeslice by Cherry Zhang · 6 years ago
  12. 91169ab compiler: delay escaping sliced arrays by Cherry Zhang · 6 years ago
  13. cd422ba os/signal/internal/pty: build on Solaris by Ian Lance Taylor · 6 years ago
  14. 29e821c compiler: make top-level decl for address-taken non-escaping locals by Cherry Zhang · 6 years ago
  15. 1405f4d compiler: add escape analysis debug hash by Cherry Zhang · 6 years ago
  16. 0445dc0 compiler: use macro Unordered_map instead of std::unordered_map by Cherry Zhang · 6 years ago
  17. dbc0c7e libgo: update to Go1.10beta1 by Ian Lance Taylor · 6 years ago
  18. 1319f36 libgo: fix GOARCH_CACHELINESIZE on ia64 by James Clarke · 6 years ago
  19. 9b9bece compiler: do not propagate address-taken of a slice element to the slice by Cherry Zhang · 6 years ago
  20. 83fc0e4 compiler: bring escape analysis mostly in line with gc compiler by Cherry Zhang · 6 years ago
  21. 66de779 compiler: improve escape analysis diagnostics by Cherry Zhang · 6 years ago
  22. 97eb3f6 os: pass -s to hostname on AIX by Tony Reix · 6 years ago
  23. d1f90c9 syscall: emulate Flock on AIX by Tony Reix · 6 years ago
  24. c02de8c libgo: remove -fplan9-extensions from CFLAGS by Than McIntosh · 6 years ago
  25. d16e370 compiler: handle set-and-use-temp in nilcheck code by Than McIntosh · 6 years ago
  26. 297cf34 compiler: no nil check needed for closure var dereferences by Than McIntosh · 6 years ago
  27. 338f743 runtime: export cgoCheck functions by Ian Lance Taylor · 6 years ago
  28. 1949a20 compiler: avoid GCC middle-end control warnings by Ian Lance Taylor · 6 years ago
  29. 8cd42a3 compiler: introduce size threshold for nil checks by Than McIntosh · 6 years ago
  30. 0d6b3ab compiler: don't make map zero value constant by Ian Lance Taylor · 6 years ago
  31. 57adb92 cmd/go, go/internal/gccgoimporter: pass -X to ar on AIX by Tony Reix · 7 years ago
  32. 1db7dc9 compiler: make comparison operator() methods const by Ian Lance Taylor · 6 years ago
  33. 178c00f libgo: don't use grep -q in mksigtab.sh by Ian Lance Taylor · 6 years ago
  34. fecb92b libgo: fix makefile buglet by Than McIntosh · 6 years ago
  35. 5485b3f compiler: report error for ++/-- applied to a non-numeric type by Ian Lance Taylor · 6 years ago
  36. cb5dc1c compiler: remove LHS/RHS context determination for var exprs by Than McIntosh · 6 years ago
  37. d028451 libgo: adapt Solaris 12 references by Ian Lance Taylor · 6 years ago
  38. b03c5dc sync/atomic, runtime/internal/atomic: don't assume reads from 0 fail by Tony Reix · 7 years ago
  39. 7fd845b compiler: don't double count "." in nested_function_num by Cherry Zhang · 7 years ago
  40. 1427ced compiler: disable escape analysis for runtime by Cherry Zhang · 7 years ago
  41. b9885a2 libgo: pass flags to recursive make by Cherry Zhang · 7 years ago
  42. 64d570c compiler: explicitly convert between type aliases by Ian Lance Taylor · 7 years ago
  43. a409ac2 debug/dwarf: support 64-bit DWARF in byte order check by Ian Lance Taylor · 7 years ago
  44. 4413297 compiler: fix import of indirectly imported type alias by Ian Lance Taylor · 7 years ago
  45. af46ad1 runtime: fix issues on AIX about uintptr(_t) by Tony Reix · 7 years ago
  46. adc6eb8 compiler: drop special handling of unexported func/var assembler names by Ian Lance Taylor · 7 years ago
  47. 048914c compiler: centralize all symbol name handling by Ian Lance Taylor · 7 years ago
  48. 5989ef1 debug/elf: support 32-bit SPARC relocs by Ian Lance Taylor · 7 years ago
  49. 9a9d526 mksysinfo: strip locale structs by Ian Lance Taylor · 7 years ago
  50. 11b7dae compiler: fix crash on struct that embeds pointer type by Than McIntosh · 7 years ago
  51. cdf1f58 net: check Getsockname error return by Tony Reix · 7 years ago
  52. e0c1f0b debug/xcoff,cmd: add XCOFF support by Tony Reix · 7 years ago
  53. 1fcb9bb libgo: fix build when using -enable-static=no by Ian Lance Taylor · 7 years ago
  54. 5deeab4 syscall: enable ParseDirent for AIX by Tony Reix · 7 years ago
  55. 84f8276 syscall: workaround for getsockname bug in AIX by Tony Reix · 7 years ago
  56. 90fe3da internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 by Tony Reix · 7 years ago
  57. 5fb74cd runtime: restore "goroutine in C code" message by Ian Lance Taylor · 7 years ago
  58. be69546 runtime: always initialize str field in __go_string_slice result by Ian Lance Taylor · 7 years ago
  59. abe58fd syscall: fixes for Solaris by Ian Lance Taylor · 7 years ago
  60. 70cf677 compiler: call error_statement for fallthrough in last case by Cherry Zhang · 7 years ago
  61. de7b370 compiler: check error expression in Array_type::get_backend_length by Cherry Zhang · 7 years ago
  62. 2991f7f CONTRIBUTORS: add Cherry Zhang (Google CLA) by Ian Lance Taylor · 7 years ago
  63. 4e063a8 libgo: update to go1.9 by Ian Lance Taylor · 7 years ago
  64. 199f175 compiler, runtime: simplify select and channel operations by Ian Lance Taylor · 7 years ago
  65. 0176cbc compiler: avoid compiler crash on invalid program by Ian Lance Taylor · 7 years ago
  66. 89e46ae compiler: emit type specific functions for aliases by Ian Lance Taylor · 7 years ago
  67. b0a46c2 compiler, reflect: fix struct field names for embedded aliases by Ian Lance Taylor · 7 years ago
  68. 8c6d9ff compiler: fix check for notinheap conversion by Ian Lance Taylor · 7 years ago
  69. 52ebad9 compiler: guard against implicit double pointer indirection by Than McIntosh · 7 years ago
  70. 9d0d5c0 mksysinfo: fix in6_addr in mld_hdr_t for Solaris by Ian Lance Taylor · 7 years ago
  71. 5674b59 net/internal/socktest: build sys_unix.go on AIX by Tony Reix · 7 years ago
  72. 930304e libgo: netinet/icmp6.h require netinet/in.h on AIX by Tony Reix · 7 years ago
  73. 03a2c6b libgo: fix Stat_t on AIX by Tony Reix · 7 years ago
  74. a28f1d8 runtime: make go-nosys.c compile with !HAVE_SYSCALL by Tony Reix · 7 years ago
  75. db8e380 runtime: fix lfstack for 64-bit AIX by Tony Reix · 7 years ago
  76. 2c4a2bd runtime: only use PPC GNU/Linux register code on little endian by Ian Lance Taylor · 7 years ago
  77. 28e4982 misc/cgo/test: make cgo tests run on AIX by Tony Reix · 7 years ago
  78. 9ff49c6 cmd/go: pass -funwind-tables when compiling C code by Ian Lance Taylor · 7 years ago
  79. 152164a runtime: better implementation of netpoll for AIX by Tony Reix · 7 years ago
  80. f02183e runtime: improvements for signal registers by Tony Reix · 7 years ago
  81. 480fdfa compiler: fix buglet in lshift type determination by Than McIntosh · 7 years ago
  82. 15b0b18 CONTRIBUTORS: add Tony Reix (ATOS corporate CLA) by Ian Lance Taylor · 7 years ago
  83. 5fd112e compiler: handle >32bit exponent in Ldexp by Than McIntosh · 7 years ago
  84. db685a1 runtime: dump registers for Alpha by Ian Lance Taylor · 7 years ago
  85. adac632 libgo: change mksigtab to recognize glibc 2.26 NSIG expression by Ian Lance Taylor · 7 years ago
  86. c1ac6bc compiler: only finalize embedded fields before finalizing methods by Ian Lance Taylor · 7 years ago
  87. f7c36b2 compiler: add backend type conversion by Than McIntosh · 7 years ago
  88. 2118958 compiler: track placeholder pointer types for conversion by Ian Lance Taylor · 7 years ago
  89. 27804ec compiler: use a single temporary for calls with multiple results by Ian Lance Taylor · 7 years ago
  90. feb26fb runtime: handle Alpha GNU/Linux in getSiginfo by Ian Lance Taylor · 7 years ago
  91. 61ce3b8 compiler: clean up unresolved placeholders for pointer types by Than McIntosh · 7 years ago
  92. e1bd9ea syscall: call f?statfs64 on GNU/Linux by Ian Lance Taylor · 7 years ago
  93. b712bac runtime: don't use runtime_lock in __go_get_backtrace_state by Ian Lance Taylor · 7 years ago
  94. a9f1aec runtime: handle PPC/PPC64 GNU/Linux in getSiginfo by Ian Lance Taylor · 7 years ago
  95. e34cb8d runtime: allocate more stack space in CgoCallbackGC test by Ian Lance Taylor · 7 years ago
  96. 6572f7e compiler: add explicit convert in Type_guard_expression::do_get_backend by Than McIntosh · 7 years ago
  97. 3d9ff9b compiler: insert backend type conversion for closure func ptr by Than McIntosh · 7 years ago
  98. c49ddc8 runtime: inline runtime_osinit by Ian Lance Taylor · 7 years ago
  99. 0036bd0 compiler: pass correct 'function' flag to circular_pointer_type by Than McIntosh · 7 years ago
  100. 21775ae sysinfo.c: ignore ptrace_peeksiginfo_args from <linux/ptrace.h> by Ian Lance Taylor · 7 years ago