1. 416baf5 runtime: delete export_arm_test.go by Cherry Zhang · 5 years ago
  2. 5a9ff61 runtime: let ARM32 EABI personality function continue unwind when called from traceback by Cherry Zhang · 5 years ago
  3. 7854147 runtime: on ARM32 EABI, don't get LSDA if compact model is used by Cherry Zhang · 5 years ago
  4. 16a48db runtime: handle DW_EH_PE_absptr in type table encoding by Cherry Zhang · 5 years ago
  5. be6dbbd os/signal: increase deliver time for signal testcase by Lynn Boger · 5 years ago
  6. 4db1577 runtime: use _URC_FAILURE on ARM32 by Cherry Zhang · 5 years ago
  7. f0266d3 runtime: add missing return for non-GNU/Linux version of tgkill by Ian Lance Taylor · 5 years ago
  8. 72c583b support/codereview: remove mercurial support files by Tobias Klauser · 5 years ago
  9. edc7e71 runtime: add precise stack scan support by Cherry Zhang · 6 years ago
  10. 3b14b48 gofrontend: add codereview.cfg by Tobias Klauser · 5 years ago
  11. d3a98b7 syscall: remove Flock for aix/ppc64 by Tobias Klauser · 5 years ago
  12. 7259d9a cmd/vet: use default compiler when determining type sizes by Ian Lance Taylor · 5 years ago
  13. 9e016df cmd/go: allow buildmode c-archive for gccgo on ppc64 by Lynn Boger · 5 years ago
  14. a8f768d compiler: inline functions with assignments and return statements by Ian Lance Taylor · 5 years ago
  15. b013405 compiler: tweaks for importing inline function bodies by Ian Lance Taylor · 5 years ago
  16. 267d91b compiler: record final type for numeric expressions by Ian Lance Taylor · 5 years ago
  17. 5d0c788 compiler: add result parameter names for inlinable functions by Ian Lance Taylor · 5 years ago
  18. 21cf806 compiler: add types used by inline functions to export data by Ian Lance Taylor · 5 years ago
  19. c11d952 compiler: finalize types parsed for inline functions by Ian Lance Taylor · 5 years ago
  20. ce81aad compiler: add '$' to names in expression export data by Ian Lance Taylor · 5 years ago
  21. 6e0974f compiler: change expression importing to use Import_expression by Ian Lance Taylor · 5 years ago
  22. 75d48ff compiler: pass a Location to import_expression by Ian Lance Taylor · 5 years ago
  23. db52402 compiler: change Expression export to use Export_function_body by Ian Lance Taylor · 5 years ago
  24. f551ab9 compiler: import inlinable functions from package data by Ian Lance Taylor · 5 years ago
  25. 3ecc845 syscall: always define WEXITED and WNOWAIT on GNU/Linux by Ian Lance Taylor · 5 years ago
  26. 26639de compiler: initial support for exporting function bodies by Ian Lance Taylor · 5 years ago
  27. 37cb976 syscall: always define _AT_FDCWD and IPv6MTUInfo by Ian Lance Taylor · 5 years ago
  28. 559fae4 cmd/cgo: fix typo in gccgo name mangling recipe by Than McIntosh · 5 years ago
  29. da8c968 syscall: change RLIM_INFINITY from 0xffffffffffffffff to -1 by Ian Lance Taylor · 5 years ago
  30. 5fcfe35 compiler: handle abstract type in builtin numeric const value by Ian Lance Taylor · 5 years ago
  31. df841cc libgo: update to autoconf 2.69 and automake 1.15.1 by Ian Lance Taylor · 5 years ago
  32. 8dae05f compiler: pass a single flags argument to Backend::function by Ian Lance Taylor · 5 years ago
  33. e4a421a compiler: add location_file by Ian Lance Taylor · 5 years ago
  34. 8902fb4 libgo: simplify gotest script to avoid sed substitution to \n by Ian Lance Taylor · 5 years ago
  35. 9785e5c libgo: avoid use of 'local' directive in shell script by Than McIntosh · 5 years ago
  36. ad50884 libgo: fix improperly mangled linker symbol directive by Than McIntosh · 5 years ago
  37. 0a58bd7 libgo: don't use wc in gotest by Ian Lance Taylor · 5 years ago
  38. 407a598 compiler: improve name mangling for packpaths by Than McIntosh · 6 years ago
  39. e43bdb3 gofrontend: add .clang-format to .gitignore file by Than McIntosh · 5 years ago
  40. 771668f runtime: remove unused armArch, hwcap and hardDiv by Tobias Klauser · 5 years ago
  41. 6db7e35 compiler: export indexed type data, read unexported types lazily by Ian Lance Taylor · 5 years ago
  42. e1dc92a compiler: don't export any functions with special names by Ian Lance Taylor · 5 years ago
  43. 6f4bce8 compiler: add COMPARE_ALIASES flag for type compare and hash by Ian Lance Taylor · 5 years ago
  44. 9c985ce compiler: list indirect imports separately in export data by Ian Lance Taylor · 5 years ago
  45. 84531ef compiler: rewrite Type::are_identical to use flags by Ian Lance Taylor · 6 years ago
  46. 0494dc5 compiler: drop semicolons in export data by Ian Lance Taylor · 6 years ago
  47. e32e9aa runtime: skip testSetPanicOnFault for gollvm by Cherry Zhang · 6 years ago
  48. a9da4d3 libgo: update to Go 1.11.1 release by Ian Lance Taylor · 5 years ago
  49. d0739c1 libgo: use inline assembly in favor of call to _xgetbv() by Than McIntosh · 5 years ago
  50. 9f4cf23 runtime: remove checkgoarm function by Ian Lance Taylor · 5 years ago
  51. bde5ac9 internal/bytealg: support systems that don't have memmem by Ian Lance Taylor · 5 years ago
  52. 098e36f net: don't fail test if splice fails because pipe2 is missing by Ian Lance Taylor · 5 years ago
  53. 53d0d7c compiler: use the underlying type to build placeholder type for alias by Cherry Zhang · 6 years ago
  54. 2f56d51 libgo: support x32 as GOARCH=amd64p32 GOOS=linux by Ian Lance Taylor · 5 years ago
  55. 013a9e6 runtime: add arm64 version of AES hash code by Ian Lance Taylor · 6 years ago
  56. f4a224e compiler: fix parsing issue with non-ASCII first package char by Than McIntosh · 6 years ago
  57. 944784a syscall: don't assume we have a GETEUID system call by Ian Lance Taylor · 6 years ago
  58. e7b98cf runtime, os: fix the build on Solaris by Ian Lance Taylor · 6 years ago
  59. 652fbfb internal/bytealg, internal/cpu, internal/poll: portability fixes by Ian Lance Taylor · 6 years ago
  60. 1dbc5b8 cmd/go: pass down testing gccgo in TestScript by Ian Lance Taylor · 6 years ago
  61. 7b25b4d libgo: update to Go 1.11 by Ian Lance Taylor · 6 years ago
  62. 92a1421 cmd/go: correct gccgo buildid file on ARM by Ian Lance Taylor · 6 years ago
  63. 3fd6180 compiler: don't use address of temporary for deferred delete by Ian Lance Taylor · 6 years ago
  64. 218c915 compiler, runtime: call gcWriteBarrier instead of writebarrierptr by Ian Lance Taylor · 6 years ago
  65. 82d7205 runtime: correct counters in sweep by Ian Lance Taylor · 6 years ago
  66. f2cd046 compiler, runtime: open code select by Ian Lance Taylor · 6 years ago
  67. f68c03e compiler: implement //go:nowritebarrierrec by Ian Lance Taylor · 6 years ago
  68. baf07c4 runtime: avoid write barriers with traceback info by Ian Lance Taylor · 6 years ago
  69. 70bd980 libgo: build roots index to speed up bulkBarrierPreWrite by Than McIntosh · 6 years ago
  70. acf852f compiler: omit a couple of write barriers by Ian Lance Taylor · 6 years ago
  71. 06e688f compiler: make sure type descriptor initializers go in .rodata by Than McIntosh · 6 years ago
  72. da249ff compiler, runtime: remove hmap field from maptypes by Ian Lance Taylor · 6 years ago
  73. 8deaafd runtime: remove the dummy arg of getcallersp by Ian Lance Taylor · 6 years ago
  74. 274c88d libgo: uncomment trace.Stop() call in testing package by Than McIntosh · 6 years ago
  75. 8997a3a runtime: use poll rather than pollset for netpoll on AIX by Tony Reix · 6 years ago
  76. a2e0ad1 libgo: prune sighandler frames in runtime.sigprof by Than McIntosh · 6 years ago
  77. 39d4d75 compiler: do order_evaluations before remove_shortcuts by Cherry Zhang · 6 years ago
  78. 3885007 compiler: don't set btype_ too early for alias type by Cherry Zhang · 6 years ago
  79. d6338c9 compiler: connect the concrete type and the placeholder for circular types by Cherry Zhang · 6 years ago
  80. db99140 runtime: skip zero-sized fields in structs when converting to FFI by Ian Lance Taylor · 6 years ago
  81. 3f7e72e compiler: fix parsing of composite literals with omitted pointer types by Ian Lance Taylor · 6 years ago
  82. 267686f compiler: build a single backend type for type alias by Cherry Zhang · 6 years ago
  83. ea7ac77 compiler: fix evaluation order of LHS index expressions by Ian Lance Taylor · 6 years ago
  84. 8ad67a7 compiler: fix double evaluation with interface field expression by Cherry Zhang · 6 years ago
  85. 9473897 os: check return value as well as error from waitid by Ian Lance Taylor · 6 years ago
  86. e1fcce0 runtime: don't stat a NULL filename by Ian Lance Taylor · 6 years ago
  87. baaaf1e compiler: improve escape analysis by Cherry Zhang · 6 years ago
  88. 7008302 runtime: use #ifdef instead of #if for USING_SPLIT_STACK by Cherry Zhang · 6 years ago
  89. bdead75 syscall: remove Ustat by Ian Lance Taylor · 6 years ago
  90. d3eb93c cmd/go: re-enable a couple of tests of gccgo by Ian Lance Taylor · 6 years ago
  91. c3ef5bb compiler: avoid introducing redundant write barriers by Than McIntosh · 6 years ago
  92. 1f07926 compiler: include global variable preinit blocks in ast dumps by Than McIntosh · 6 years ago
  93. 6743db0 libgo: update to Go 1.10.3 release by Ian Lance Taylor · 6 years ago
  94. bfe3a9b libgo: add riscv and js/wasm as known targets by Ian Lance Taylor · 6 years ago
  95. e7562cf compiler: remove stack_allocation_expression by Cherry Zhang · 6 years ago
  96. 3ec6986 compiler: speed up variable initializer sorting by Ian Lance Taylor · 6 years ago
  97. baf2892 reflect: fix StructOf hash and string by Ian Lance Taylor · 6 years ago
  98. 8b6c7f3 reflect: canonicalize types returned by StructOf() and friends by Massimiliano Ghilardi · 6 years ago
  99. 8f957be A+C: add Massimiliano Ghilardi (personal CLA) by Ian Lance Taylor · 6 years ago
  100. 8e74a21 compiler: fix crashes on cyclic var/type references by Than McIntosh · 6 years ago