1. 1dfa380 internal/bytealg: move equal functions to bytealg by Keith Randall · 7 years ago
  2. e658b85 internal/syscall/windows/registry: improve ReadSubKeyNames permissions by Shamil Garatuev · 7 years ago
  3. 403ab0f internal/bytealg: move IndexByte asssembly to the new bytealg package by Keith Randall · 7 years ago
  4. d3562c9 internal/trace: Revert "remove backlinks from span/task end to start" by Hana Kim · 7 years ago
  5. 1639889 internal/trace: remove backlinks from span/task end to start by Hana Kim · 7 years ago
  6. 144bf04 net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD by Tobias Klauser · 7 years ago
  7. 7a21894 os/user: obtain a user home path on Windows by Lubomir I. Ivanov (VMware) · 7 years ago
  8. 79fe895 net: fix UDPConn readers to return truncated payload size instead of 0 by Mansour Rahimi · 7 years ago
  9. 1ae22d8 internal/trace: link user span start and end events by Hana Kim · 7 years ago
  10. 6977a3b runtime/trace: implement annotation API by Hana Kim · 7 years ago
  11. 32d1cd3 runtime/trace: user annotation API by Hana Kim · 7 years ago
  12. d50bb8d all: drop support for Windows Vista or below (Windows XP) by Mikio Hara · 7 years ago
  13. 9542ba6 net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomically on NetBSD by Tobias Klauser · 7 years ago
  14. 5702070 internal/cpu: make arm64 capability bits naming less verbose by Martin Möhrmann · 7 years ago
  15. a58286c cmd/trace: init goroutine info entries with GoCreate event by Hana Kim · 7 years ago
  16. e28a0d3 os: don't wait for Close if the File was returned by NewFile by Wèi Cōngruì · 7 years ago
  17. 0f3ab14 net, os: don't wait for Close in blocking mode by Ian Lance Taylor · 7 years ago
  18. 29be20a cmd/go: invalidate cached test results if env vars or files change by Russ Cox · 7 years ago
  19. 8c22776 internal/poll: fix error in increfAndClose documentation by Wèi Cōngruì · 7 years ago
  20. d038da7 internal/testenv: introduce IsWindowsXP by Alex Brainman · 7 years ago
  21. 6c877e5 net: avoid race on test hooks with DNS goroutines by Ian Lance Taylor · 7 years ago
  22. 4aa5dcc internal/poll: do not use Windows TransmitFile with pipes by Alex Brainman · 7 years ago
  23. 3fec6da internal/poll: loop on EINTR in Read on Darwin by Ian Lance Taylor · 7 years ago
  24. 66bfbd9 internal/cpu: detect cpu features in internal/cpu package by Fangming.Fang · 7 years ago
  25. b3ee6f0 internal/cpu: fix arm64 build by Brad Fitzpatrick · 7 years ago
  26. e49bc46 net: implement ReadMsg/WriteMsg on windows by Aman Gupta · 7 years ago
  27. 79f6c28 syscall: change SysProcAttr.Token type to Token by Alex Brainman · 7 years ago
  28. 44623c2 net: use WSASocket instead of socket call by Alex Brainman · 7 years ago
  29. bb98331 syscall: add Token to Windows SysProcAttr by Paul Querna · 7 years ago
  30. 0966045 internal/testenv: mark SkipFlaky and SkipFlakyNet as helpers by Alex Brainman · 7 years ago
  31. 923299a cmd/link: restore windows stack commit size back to 4KB by Alex Brainman · 7 years ago
  32. 44943af cmd/internal/obj/x86: add ADX extension by Ilya Tocar · 7 years ago
  33. 2beb173 all: respect $GO_GCFLAGS during run.bash by Russ Cox · 7 years ago
  34. 187957d os: add deadline methods for File type by Ian Lance Taylor · 7 years ago
  35. 23aad44 runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a write by Ian Lance Taylor · 7 years ago
  36. 3813f94 internal/poll: always decref if setting deadline fails by Ian Lance Taylor · 7 years ago
  37. 862fb86 internal/poll: only call SetFileCompletionNotificationModes for sockets by Alex Brainman · 7 years ago
  38. c37647f internal/poll: do not call SetFileCompletionNotificationModes if it is broken by Alex Brainman · 7 years ago
  39. d153df8 all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" by Marvin Stenger · 7 years ago
  40. 66c03d3 path/filepath: re-implement windows EvalSymlinks by Alex Brainman · 8 years ago
  41. d2826d3 all: prefer strings.LastIndexByte over strings.LastIndex by Marvin Stenger · 7 years ago
  42. 382d492 internal/poll: don't return from Close until descriptor is closed by Ian Lance Taylor · 7 years ago
  43. 8e2d90d internal/poll: be explicit when using runtime netpoller by Alex Brainman · 7 years ago
  44. fb54abe all: correct location of go tool by Hiroshi Ioka · 7 years ago
  45. 0ce55b6 internal/testenv: take testing.TB instead of *testing.T in MustHave* and SkipFlaky* by Hiroshi Ioka · 7 years ago
  46. 0d8a3b2 cmd/compile: add TestIntendedInlining from runtime by Daniel Martí · 8 years ago
  47. 76f4fd8 runtime: improve timers scalability on multi-CPU systems by Aliaksandr Valialkin · 8 years ago
  48. 1a3230f internal/cpu: add support for x86 FMA cpu feature detection by Martin Möhrmann · 8 years ago
  49. 1053ae5 cmd/internal/goobj: parse native objects in the archive by Hiroshi Ioka · 8 years ago
  50. b039215 runtime,cmd/trace: trace GC STW events by Austin Clements · 8 years ago
  51. ea5e3bd all: fix easy-to-miss typos by Agniva De Sarker · 8 years ago
  52. 6661cf6 runtime, internal/cpu: CPU capabilities detection for ppc64x by Carlos Eduardo Seo · 8 years ago
  53. 49ab0db internal/poll: add tests for Windows file and serial ports by Alex Brainman · 8 years ago
  54. 6362fea net, internal/poll: enable ListenMulticastUDP on solaris by Mikio Hara · 8 years ago
  55. e0e7c03 runtime, internal/cpu: change cache line size for arm64 to 64 bytes by Martin Möhrmann · 8 years ago
  56. c4ee0e2 internal/cpu: fix style nit in variable name by Martin Möhrmann · 8 years ago
  57. f396fa4 internal/poll: don't add non-sockets to runtime poller by Ian Lance Taylor · 8 years ago
  58. 26f0a7a internal/poll: don't wait for unpollable files by Ian Lance Taylor · 8 years ago
  59. 4b8bfa6 net: fix sendfile for Solaris by Shawn Walker-Salas · 8 years ago
  60. fd25fe6 internal/poll: implement RawControl of FD on Windows by Mikio Hara · 8 years ago
  61. 0a09c72 internal/poll: add RawControl, RawRead and RawWrite methods to FD by Mikio Hara · 8 years ago
  62. e309dd9 internal/poll: remove unused ioSrv.ExecIO parameter by Alex Brainman · 8 years ago
  63. 69972ae internal/cpu: new package to detect cpu features by Martin Möhrmann · 8 years ago
  64. ddcb975 internal/poll: remove allocation in windows FD.Writev by Alex Brainman · 8 years ago
  65. fb4b434 os, net, internal/poll: return consistent error for closed socket by Ian Lance Taylor · 8 years ago
  66. b0472e2 internal/poll: don't use r/w lock for Pread/Pwrite by Ian Lance Taylor · 8 years ago
  67. 22000f5 runtime: record swept and reclaimed bytes in sweep trace by Austin Clements · 8 years ago
  68. 33c3477 net, internal/poll, net/internal/socktest: use accept4 and SOCK_{CLOEXEC,NONBLOCK} on dragonfly by Mikio Hara · 8 years ago
  69. 7c3fa41 internal/poll: rename RecvFrom to ReadFrom for consistency by Mikio Hara · 8 years ago
  70. 075ee29 internal/poll: adjust panic messages by Mikio Hara · 8 years ago
  71. 94c62ef cmd/link: skip TestDWARF when cgo is disabled by Josh Bleecher Snyder · 8 years ago
  72. 3a1271d go/internal/srcimporter: skip tests on iOS by Elias Naur · 8 years ago
  73. 38409f5 internal/poll: code cleanup by Mikio Hara · 8 years ago
  74. 61d9cd7 internal/poll: only start Windows goroutines when we need them by Ian Lance Taylor · 8 years ago
  75. 0b8c983 runtime/pprof/internal/profile: move internal/pprof/profile here by Russ Cox · 8 years ago
  76. 45a5f79 internal/poll: define PollDescriptor on plan9 by Ian Lance Taylor · 8 years ago
  77. c05b06a os: use poller for file I/O by Ian Lance Taylor · 8 years ago
  78. 81ec3f6 internal/poll: remove unused poll.pollDesc methods by Dave Cheney · 8 years ago
  79. a8dc43e internal/testenv: do not delete target file by Alex Brainman · 8 years ago
  80. c0165a3 internal/poll: only build str.go on plan9 by Dave Cheney · 8 years ago
  81. 84cf1f0 internal/poll: remove named return values and naked returns by Dave Cheney · 8 years ago
  82. 83c58ac internal/poll: return error if WriteConsole fails by Ian Lance Taylor · 8 years ago
  83. fc13da1 internal/poll: only export FD.eofError for testing on posix systems by Ian Lance Taylor · 8 years ago
  84. 3792db5 net: refactor poller into new internal/poll package by Ian Lance Taylor · 8 years ago
  85. 2a74b9e cmd/trace: Record mark assists in execution traces by Heschi Kreinick · 8 years ago
  86. b079869 internal/pprof/profile: parse mutex profile including comments by Hana Kim · 8 years ago
  87. f7c351b internal/pprof: don't discard allocations called by reflect.Call by Ian Lance Taylor · 8 years ago
  88. 119c30e internal/syscall/windows: add GetModuleFileName by Shenghou Ma · 9 years ago
  89. 231aa9d os: use extended-length paths on Windows when possible by Quentin Smith · 8 years ago
  90. cfd8916 all: make copyright headers consistent with one space after period by Michael Munday · 8 years ago
  91. c408266 internal/syscall/unix: add randomTrap const for GOARCH=mips{,le} by Vladimir Stefanovic · 8 years ago
  92. 43f954e testing: mark tests and benchmarks failed if a race occurs during execution by Russ Cox · 8 years ago
  93. 682ffae internal/pprof/profile: new package, moved from cmd/internal/pprof/profile by Russ Cox · 8 years ago
  94. e14b021 runtime/trace, internal/trace: script to collect canned traces by Austin Clements · 8 years ago
  95. 6da83c6 runtime, cmd/trace: track goroutines blocked on GC assists by Austin Clements · 8 years ago
  96. 6834839 runtime, cmd/trace: annotate different mark worker types by Austin Clements · 8 years ago
  97. b7477f3 syscall: use ERROR_IO_PENDING value in errnoErr by Alex Brainman · 8 years ago
  98. e65bce7 os, syscall: fix incorrect offset calculation in Readlink on windows by Hiroshi Ioka · 8 years ago
  99. d13fa4d os: use FindFirstFile when GetFileAttributesEx fails in Stat by Alex Brainman · 9 years ago
  100. 1af769d os: make readConsole handle its input and output correctly by Alex Brainman · 8 years ago