1. cdc2862 runtime: don't call funcPC from a function by Ian Lance Taylor · 6 years ago
  2. 5fe998e compiler: make single Btype for methods table of identical interface type by Cherry Zhang · 6 years ago
  3. 02f11a2 compiler: avoid negative zero in float constants by Ian Lance Taylor · 6 years ago
  4. 1927b40 runtime: correct runtime structfield type to match reflect by Ian Lance Taylor · 6 years ago
  5. c02c711 compiler: rollback "avoid negative zero in float constants" by Ian Lance Taylor · 6 years ago
  6. 7eebd49 compiler: avoid negative zero in float constants by Ian Lance Taylor · 6 years ago
  7. 36594b6 compiler: update iota handling, fix using iota in array length by Ian Lance Taylor · 6 years ago
  8. d9f33a4 compiler: permit empty statements after fallthrough by Ian Lance Taylor · 6 years ago
  9. 5031f87 compiler: in range, evaluate array if it has receives or calls by Ian Lance Taylor · 6 years ago
  10. 312af62 compiler: give error for non-int arguments to make by Ian Lance Taylor · 6 years ago
  11. 0c8c4fc compiler: don't error for goto over type or const declaration by Ian Lance Taylor · 6 years ago
  12. 2f7ac42 compiler: correct parse of parenthesized select case by Ian Lance Taylor · 6 years ago
  13. 9057b8f cmd/go: don't lose last flag from _cgo_flags by Ian Lance Taylor · 6 years ago
  14. 981e662 compiler: don't incorrectly evaluate range variable by Ian Lance Taylor · 6 years ago
  15. b332ba2 reflect: enable allocation tests by Cherry Zhang · 6 years ago
  16. 5e8a91b runtime: scan register backing store on ia64 by James Clarke · 6 years ago
  17. e148068 compiler: turn on escape analysis by default by Cherry Zhang · 6 years ago
  18. c9eeb12 math: adjust compilation flags, use them when testing by Ian Lance Taylor · 6 years ago
  19. 023c3d4 compiler: omit field name for embedded fields in reflection string by Ian Lance Taylor · 6 years ago
  20. b833695 net: declare lib_getaddrinfo as returning int32 by Ian Lance Taylor · 6 years ago
  21. 71758f9 compiler: check for nil receiver in value method by Ian Lance Taylor · 6 years ago
  22. 65eaa90 compiler: lower expression types in lowering pass by Ian Lance Taylor · 6 years ago
  23. 17325c9 runtime: fix type descriptor name in C code by Ian Lance Taylor · 6 years ago
  24. 00f8780 gotest: accept symbols with leading dot by Ian Lance Taylor · 6 years ago
  25. 973ae0a net: rename TestAddr6 to avoid gotest confusion by Ian Lance Taylor · 6 years ago
  26. a347356 compiler: Function_type and Backend_function_type should not be identical by Cherry Zhang · 6 years ago
  27. 770ce30 libgo: break dependence on libgcc unwind-pe.h by Than McIntosh · 6 years ago
  28. bbce8a9 internal/syscall/unix: add randomTrap for sh/shbe by Tobias Klauser · 6 years ago
  29. cc879ec A+C: add Tobias Klauser, personal CLA by Ian Lance Taylor · 6 years ago
  30. 6517e67 compiler: don't insert write barriers if we've seen errors by Ian Lance Taylor · 6 years ago
  31. 4164071 libgo: update to Go1.10rc1 by Ian Lance Taylor · 6 years ago
  32. 13b25c2 compiler: show readable names in escape analysis messages by Ian Lance Taylor · 6 years ago
  33. 897ce97 compiler: look through aliases when looking for methods by Ian Lance Taylor · 6 years ago
  34. 203cbe7 compiler: deref receiver types in mangled names by Ian Lance Taylor · 6 years ago
  35. 553e047 runtime: fix lfstackUnpack on ia64 by James Clarke · 6 years ago
  36. 016ea21 compiler: don't write sink constants to C header file by Ian Lance Taylor · 6 years ago
  37. a3fb943 libgo: refactor code to enumerate stdlib packages by Than McIntosh · 6 years ago
  38. 6f0804b libgo: revise rules for runtime.inc generation by Than McIntosh · 6 years ago
  39. 0bbc03f compiler: rationalize external symbol names by Ian Lance Taylor · 7 years ago
  40. 3488a40 cmd/go: buildid support for AIX archives. by Tony Reix · 6 years ago
  41. 8752545 mksysinfo: use rlimit64 if available when we use getrlimit64 by Ian Lance Taylor · 6 years ago
  42. bce8720 mksysinfo: force Passwd.Pw_[ug]id from int32 to uint32 by Ian Lance Taylor · 6 years ago
  43. 8195b62 runtime: no escape for some functions on AIX by Tony Reix · 6 years ago
  44. cf33aed cmd/go: recognize AIX objects and archives by Tony Reix · 6 years ago
  45. 6b4f139 runtime: add go:noescape declaration for Solaris by Ian Lance Taylor · 6 years ago
  46. 925635f compiler: pass int to makechan, call makechan64 when appropriate by Ian Lance Taylor · 6 years ago
  47. 1072286 compiler: enable escape analysis for runtime by Cherry Zhang · 6 years ago
  48. 3ea7fc3 archive/tar: support stat and device numbers on AIX by Tony Reix · 6 years ago
  49. ca805b7 libgo: update to Go1.10beta2 release by Ian Lance Taylor · 6 years ago
  50. ff851e1 compiler: reclaim memory of escape analysis Nodes by Cherry Zhang · 6 years ago
  51. afac7d7 compiler: make sure variables captured by defer closure live by Cherry Zhang · 6 years ago
  52. 4aa531c go/types: implement SizesFor for gccgo by Ian Lance Taylor · 6 years ago
  53. fe8481d misc/cgo/test: avoid endless loop when we can't parse notes by Ian Lance Taylor · 6 years ago
  54. 1176dd2 debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARF by Ian Lance Taylor · 6 years ago
  55. 19d9496 os, syscall: handle _st_timespec for AIX stat by Tony Reix · 6 years ago
  56. d8a9f74 libgo: add platform support for SuperH by John Paul Adrian Glaubitz · 6 years ago
  57. e19026a A+C: add John Paul Adrian Glaubitz (personal CLA) by Ian Lance Taylor · 6 years ago
  58. 2f2515d go/internal/gcimporter: add missing test files by Ian Lance Taylor · 6 years ago
  59. 9705a1f runtime, syscall: use full prototypes in C code by Ian Lance Taylor · 6 years ago
  60. 4b8036b exp: remove exp/proxy and exp/terminal packages by Ian Lance Taylor · 6 years ago
  61. 87df767 cmd/go: check for another GCC error message by Ian Lance Taylor · 6 years ago
  62. c22eb29 runtime: fix makemap calls in __go_construct_map by Ian Lance Taylor · 6 years ago
  63. c18c6bd runtime: work around escaping closure in export_test.go by Cherry Zhang · 6 years ago
  64. 5cae6a4 runtime: noescape some functions/variables by Cherry Zhang · 6 years ago
  65. 8e20ba6 cmd/go: add AIX support by Tony Reix · 6 years ago
  66. 98b0942 libgo: add aix build tags by Tony Reix · 6 years ago
  67. 7ef1b48 compiler: use temporary variable for stack allocation by Cherry Zhang · 6 years ago
  68. bea521d compiler: set captured variable address to nonescape until further flooded by Cherry Zhang · 6 years ago
  69. 7c5e4d6 compiler: stack allocate defer thunk by Cherry Zhang · 6 years ago
  70. d577453 compiler: make non-escaping Bound_method_expression not heap allocate by Cherry Zhang · 6 years ago
  71. 584fdec compiler: move some escape check to Mark_address_taken by Cherry Zhang · 6 years ago
  72. cf5a640 compiler: support go:noescape cross package by Cherry Zhang · 6 years ago
  73. b361bec compiler: stack allocate non-escaping makeslice by Cherry Zhang · 6 years ago
  74. 91169ab compiler: delay escaping sliced arrays by Cherry Zhang · 6 years ago
  75. cd422ba os/signal/internal/pty: build on Solaris by Ian Lance Taylor · 6 years ago
  76. 29e821c compiler: make top-level decl for address-taken non-escaping locals by Cherry Zhang · 6 years ago
  77. 1405f4d compiler: add escape analysis debug hash by Cherry Zhang · 6 years ago
  78. 0445dc0 compiler: use macro Unordered_map instead of std::unordered_map by Cherry Zhang · 6 years ago
  79. dbc0c7e libgo: update to Go1.10beta1 by Ian Lance Taylor · 6 years ago
  80. 1319f36 libgo: fix GOARCH_CACHELINESIZE on ia64 by James Clarke · 6 years ago
  81. 9b9bece compiler: do not propagate address-taken of a slice element to the slice by Cherry Zhang · 6 years ago
  82. 83fc0e4 compiler: bring escape analysis mostly in line with gc compiler by Cherry Zhang · 6 years ago
  83. 66de779 compiler: improve escape analysis diagnostics by Cherry Zhang · 6 years ago
  84. 97eb3f6 os: pass -s to hostname on AIX by Tony Reix · 6 years ago
  85. d1f90c9 syscall: emulate Flock on AIX by Tony Reix · 6 years ago
  86. c02de8c libgo: remove -fplan9-extensions from CFLAGS by Than McIntosh · 6 years ago
  87. d16e370 compiler: handle set-and-use-temp in nilcheck code by Than McIntosh · 6 years ago
  88. 297cf34 compiler: no nil check needed for closure var dereferences by Than McIntosh · 6 years ago
  89. 338f743 runtime: export cgoCheck functions by Ian Lance Taylor · 6 years ago
  90. 1949a20 compiler: avoid GCC middle-end control warnings by Ian Lance Taylor · 6 years ago
  91. 8cd42a3 compiler: introduce size threshold for nil checks by Than McIntosh · 6 years ago
  92. 0d6b3ab compiler: don't make map zero value constant by Ian Lance Taylor · 6 years ago
  93. 57adb92 cmd/go, go/internal/gccgoimporter: pass -X to ar on AIX by Tony Reix · 7 years ago
  94. 1db7dc9 compiler: make comparison operator() methods const by Ian Lance Taylor · 6 years ago
  95. 178c00f libgo: don't use grep -q in mksigtab.sh by Ian Lance Taylor · 6 years ago
  96. fecb92b libgo: fix makefile buglet by Than McIntosh · 6 years ago
  97. 5485b3f compiler: report error for ++/-- applied to a non-numeric type by Ian Lance Taylor · 6 years ago
  98. cb5dc1c compiler: remove LHS/RHS context determination for var exprs by Than McIntosh · 6 years ago
  99. d028451 libgo: adapt Solaris 12 references by Ian Lance Taylor · 6 years ago
  100. b03c5dc sync/atomic, runtime/internal/atomic: don't assume reads from 0 fail by Tony Reix · 7 years ago