1. ddd558e runtime: clean up and improve reflect.methodValue comments by Austin Clements · 8 years ago
  2. 1ec64e9 cmd/compile, runtime: a different approach to duplicate itabs by Michael Hudson-Doyle · 8 years ago
  3. 61db2e4 runtime: cross-reference _func type better by Austin Clements · 8 years ago
  4. 1716add runtime/pprof: fix spelling in test by Kevin Burke · 8 years ago
  5. ecc4474 runtime/pprof: deflake tests for heavily loaded systems by Ian Lance Taylor · 8 years ago
  6. 29cb721 runtime: preserve callee-saved C registers in sigtramp by Bryan C. Mills · 8 years ago
  7. 3444e5b runtime: fix mips assembly by Cherry Zhang · 8 years ago
  8. b909d01 runtime: add cgo support for GOARCH=mips{,le} by Vladimir Stefanovic · 8 years ago
  9. 96414ca cmd/link: do not export plugin C symbols by David Crawshaw · 8 years ago
  10. afb3508 runtime: correct writebarrier typos by Euan Kemp · 8 years ago
  11. fded5db runtime: don't crash if signal delivered on g0 stack by Ian Lance Taylor · 8 years ago
  12. f91ddaa runtime, syscall: update openbsd for changes to syskill by Joel Sing · 8 years ago
  13. c6228ef runtime/pprof: track locations for goroutine profiles by Raul Silvera · 8 years ago
  14. 4c4201f all: make spelling consistent by Brad Fitzpatrick · 8 years ago
  15. 01c6a19 runtime: add number of forced GCs to MemStats by Austin Clements · 8 years ago
  16. 1ea60c1 runtime: on stack copy, adjust BP by Keith Randall · 8 years ago
  17. 80acfe9 runtime/cgo: retry pthread_create on EAGAIN for OpenBSD by Ian Lance Taylor · 8 years ago
  18. 7cba779 runtime/cgo: retry pthread_create on EAGAIN by Ian Lance Taylor · 8 years ago
  19. 8c31f40 runtime: don't skip TestCgoCallbackGC on FreeBSD by Ian Lance Taylor · 8 years ago
  20. 7e9fa3c runtime: check that Version does not contain \r \n by Russ Cox · 8 years ago
  21. 9372652 runtime: skip GDB tests on mips64 by Brad Fitzpatrick · 8 years ago
  22. ea1b90f runtime: fix incorrect comment about bitvector layout by Austin Clements · 8 years ago
  23. 0b2daa5 Revert "runtime: handle SIGPIPE in c-archive and c-shared programs" by Elias Naur · 8 years ago
  24. f6bff1d runtime: fix undead arguments in cgocall by Austin Clements · 8 years ago
  25. 3f0f24d runtime: use standard comment style in cgocall by Austin Clements · 8 years ago
  26. 6f287fa runtime: fall back to /proc/self/auxv in Android libs by Austin Clements · 8 years ago
  27. d39b7b5 runtime: extract Linux auxv handling by Austin Clements · 8 years ago
  28. f7c351b internal/pprof: don't discard allocations called by reflect.Call by Ian Lance Taylor · 8 years ago
  29. 06fcc32 runtime/cgo: save correct floating point registers on s390x by Michael Munday · 8 years ago
  30. 5508561 runtime/pprof/internal/protopprof: fix test on s390x by Michael Munday · 8 years ago
  31. f9feaff runtime: do not print runtime panic frame at top of user stack by Russ Cox · 8 years ago
  32. 86ab09e runtime/pprof: generate heap profiles in compressed proto format by Michael Matloob · 8 years ago
  33. 75055de runtime: sleep a bit to let a bad signal be delivered by Ian Lance Taylor · 8 years ago
  34. 526b2f8 runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS by Cherry Zhang · 8 years ago
  35. 01b4ddb runtime/internal/atomic: crash on unaligned 64-bit ops on 386 and ARM by Cherry Zhang · 8 years ago
  36. bbe96f5 runtime: make work.bytesMarked 8-byte aligned by Cherry Zhang · 8 years ago
  37. ccd69d0 runtime/pprof: emit count profiles with debug=0 as proto profiles by Michael Matloob · 8 years ago
  38. 0bae74e runtime: wake idle Ps when enqueuing GC work by Austin Clements · 8 years ago
  39. 49ea9207 runtime: exit idle worker if there's higher-priority work by Austin Clements · 8 years ago
  40. d24b57a runtime: handle SIGPIPE in c-archive and c-shared programs by Elias Naur · 8 years ago
  41. 5cd6ab5 runtime/pprof/internal/protopprof: fix TestTranslateCPUProfileWithSamples test for mips by Vladimir Stefanovic · 8 years ago
  42. 05dc6b2 runtime: improve diagnostics for "scan missed a g" by Austin Clements · 8 years ago
  43. afb0ae6 runtime/pprof: fix typo in test by Brad Fitzpatrick · 8 years ago
  44. b2d34fa runtime: handle bad ftab index in symtab.go by Lynn Boger · 8 years ago
  45. fe057c1 runtime/cgo: fixes for calling sigaction in C by Ian Lance Taylor · 8 years ago
  46. 9f5673d cmd/compile: ensure necessary types appear in .debug_info by David Chase · 8 years ago
  47. cd66c38 runtime/pprof: skip profiling tests on mips if highres timers not available by Brad Fitzpatrick · 8 years ago
  48. 1f60517 runtime/cgo: use libc for sigaction syscalls when possible by Bryan C. Mills · 8 years ago
  49. 272032d runtime: add support files for linux/mips{,le} port by Vladimir Stefanovic · 8 years ago
  50. 03da269 cmd/link, runtime, plugin: versioning by David Crawshaw · 8 years ago
  51. a145890 all: don't call t.Fatal from a goroutine by Ian Lance Taylor · 8 years ago
  52. 7c9f910 all: fix vet nits by Josh Bleecher Snyder · 8 years ago
  53. 37020dd runtime/internal/atomic: add TestUnaligned64 by Brad Fitzpatrick · 8 years ago
  54. adb384a net: implement asynchonous cancelable I/O on Plan 9 by David du Colombier · 8 years ago
  55. e0aedfb runtime: include pre-panic/throw logs in core dumps by Rhys Hiltner · 8 years ago
  56. e6da64b runtime: fix Windows profiling crash by Russ Cox · 8 years ago
  57. c4099c7 runtime/pprof: delete new TestCPUProfileParse by Russ Cox · 8 years ago
  58. eafe487 runtime/pprof/internal: delete package gzip0 by Michael Matloob · 8 years ago
  59. 76f12cd runtime/pprof: output CPU profiles in pprof protobuf format by Michael Matloob · 8 years ago
  60. 9c2037fb runtime/pprof/internal/protopprof: skip TestTranslateCPUProfileWithSamples if < 2 mappings by Michael Munday · 8 years ago
  61. f72a629d runtime/pprof/internal: add package protopprof by Michael Matloob · 8 years ago
  62. a9a1d02 cmd/internal/sys, runtime/internal/sys: gofmt by Michael Munday · 8 years ago
  63. 2058511 runtime: os.Executable runtime support for Darwin by Shenghou Ma · 9 years ago
  64. f8187ce runtime/race: allow TestFail to run longer than 0.00s by Alex Brainman · 8 years ago
  65. cfd8916 all: make copyright headers consistent with one space after period by Michael Munday · 8 years ago
  66. 2341631 all: sprinkle t.Parallel on some slow tests by Brad Fitzpatrick · 8 years ago
  67. 04d7135 runtime: remove useless assignment in test code by Ian Lance Taylor · 8 years ago
  68. fa77001 runtime/internal/sys: add arch defs for GOARCH=mips{,le} by Vladimir Stefanovic · 8 years ago
  69. d3a3b74 runtime: 8-byte align the heap_live field for atomic access by Vladimir Stefanovic · 9 years ago
  70. 9788e3d sync/atomic: add support for GOARCH=mips{,le} by Vladimir Stefanovic · 8 years ago
  71. b241a06 runtime/internal/atomic: add GOARCH=mips{,le} support by Vladimir Stefanovic · 8 years ago
  72. 43f954e testing: mark tests and benchmarks failed if a race occurs during execution by Russ Cox · 8 years ago
  73. 4141054 runtime/cgo: correct type declaration for Windows by David Chase · 8 years ago
  74. 21c114e runtime/testdata/testprog: increase GCFairness2 timeout to 1s by Quentin Smith · 8 years ago
  75. 62dafbb runtime: fix s390x asm frame sizes by Josh Bleecher Snyder · 8 years ago
  76. 7f4c3e8 all: update s390x assembly to use vet-friendly names by Josh Bleecher Snyder · 8 years ago
  77. 688995d cmd/compile: do more type conversion inline by Keith Randall · 8 years ago
  78. 47c1715 runtime: address comments from CL 32357 by David Crawshaw · 8 years ago
  79. 34c480a runtime: resolve type offsets using source module by David Crawshaw · 8 years ago
  80. 84803f3 runtime: treat SIGSTOP on Solaris as we do on other systems by Ian Lance Taylor · 8 years ago
  81. 8380de4 runtime: align stack pointer in sigfwd by Bryan C. Mills · 8 years ago
  82. 54ec7b0 runtime: access modules via a slice by David Crawshaw · 8 years ago
  83. d7b34d5 runtime: improve atoi implementation by Martin Möhrmann · 8 years ago
  84. 40aaf28 runtime: get ppc64x ISA level and hardware capabilities from HWCAP/HWCAP2 by Carlos Eduardo Seo · 8 years ago
  85. 47c58b4 bytes, strings: optimize multi-byte index operations on s390x by Michael Munday · 9 years ago
  86. f2d0538 runtime: perform write barriers on direct channel receive by Austin Clements · 8 years ago
  87. d35dfd4 runtime: make assists perform root jobs by Austin Clements · 8 years ago
  88. f9e1adb runtime: lift systemstack part of gcAssistAlloc by Austin Clements · 8 years ago
  89. 9e227ac Revert "runtime/pprof: write profiles in protobuf format." by Michael Matloob · 8 years ago
  90. f4c7a12 runtime: make module typemaps visible to the GC by David Crawshaw · 8 years ago
  91. 9da7058 cmd/link, plugin: use full plugin path for symbols by David Crawshaw · 8 years ago
  92. ba048f7 sync: enable Pool when using race detector by Russ Cox · 8 years ago
  93. 042264e runtime/race: update race runtime by Dmitry Vyukov · 8 years ago
  94. 7ba36f4 runtime: compute size classes statically by Keith Randall · 8 years ago
  95. 21a1fe4 runtime/pprof/internal/gzip0: new package for pprof by Russ Cox · 8 years ago
  96. 894abb5 runtime/race: ignore user GORACE env var in tests by Dmitry Vyukov · 8 years ago
  97. a1b6e16 runtime: ensure elapsed cycles are not negative by Peter Weinberger · 8 years ago
  98. 1bd39e7 runtime: fix SP adjustment on amd64p32 by Austin Clements · 8 years ago
  99. bd640c8 runtime: disable stack rescanning by default by Austin Clements · 8 years ago
  100. 5380b22 runtime: implement unconditional hybrid barrier by Austin Clements · 8 years ago