1. e2543ef runtime: add runtime.cmpstring and bytes.Compare by Dave Cheney · 10 years ago
  2. 3b00197 runtime: add argument sizes for asm functions for bytes, strings by Shenghou Ma · 10 years ago
  3. 894024f runtime: fix traceback from goexit1 by Dmitry Vyukov · 10 years ago
  4. 7abdc90 runtime: remove gogetcallerpc and gogetcallersp functions by Matthew Dempsky · 10 years ago
  5. c21f1d5 [dev.cc] runtime,syscall: quiet some more vet errors by Rob Pike · 10 years ago
  6. 345350b [dev.cc] cmd/asm: make 4(SP) illegal except on 386 by Rob Pike · 10 years ago
  7. 69ddb7a [dev.cc] all: edit assembly source for ARM to be more regular by Rob Pike · 10 years ago
  8. 0661143 liblink, runtime: move all references to runtime.tlsg to tls_arm.s by Shenghou Ma · 10 years ago
  9. 135ef49 runtime: speed up eqstring by Josh Bleecher Snyder · 10 years ago
  10. f15c675 runtime: use runtime.sysargs to parse auxv on linux/arm by Dave Cheney · 10 years ago
  11. d5e4c40 runtime: remove size argument from hash and equal algorithms by Keith Randall · 10 years ago
  12. a6a30fe runtime: fix build for ARM by Shenghou Ma · 10 years ago
  13. df027ac reflect: add write barriers by Russ Cox · 10 years ago
  14. e6d3511 Revert "liblink, cmd/ld, runtime: remove stackguard1" by Russ Cox · 10 years ago
  15. ab0535a liblink, cmd/ld, runtime: remove stackguard1 by Shenghou Ma · 10 years ago
  16. 7a524a1 runtime: remove thunk.s by Russ Cox · 10 years ago
  17. 8c3f640 [dev.garbage] runtime: add prefetcht0, prefetcht1, prefetcht2, prefetcht3, prefetchnta for GC by Russ Cox · 10 years ago
  18. 3e80463 [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc by Russ Cox · 10 years ago
  19. 656be31 [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack by Russ Cox · 10 years ago
  20. c81d248 [dev.cc] runtime: convert softfloat_arm.c to Go + build fixes by Russ Cox · 10 years ago
  21. 15ced2d [dev.cc] runtime: convert assembly files for C to Go transition by Russ Cox · 10 years ago
  22. 31b1207 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
  23. a5a0733 runtime: change top-most return PC from goexit to goexit+PCQuantum by Russ Cox · 10 years ago
  24. 599199f [dev.power64] all: merge default (dd5014ed9b01) into dev.power64 by Russ Cox · 10 years ago
  25. c4efaac runtime: fix unrecovered panic on external thread by Russ Cox · 10 years ago
  26. b55791e [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped by Russ Cox · 10 years ago
  27. b60d5e1 runtime: warn that cputicks() might not be monotonic. by Keith Randall · 10 years ago
  28. cb6f5ac runtime: remove hand-generated ptr bitmaps for reflectcall by Russ Cox · 10 years ago
  29. 2b1659b runtime: change Windows M.thread from void* to uintptr by Russ Cox · 10 years ago
  30. e1364a6 runtime: fix cgo_topofstack to save clobbered registers by Keith Randall · 11 years ago
  31. 1aa65fe runtime: add load_g call in arm callback. by Keith Randall · 11 years ago
  32. 1b6807b cgo: adjust return value location to account for stack copies. by Keith Randall · 11 years ago
  33. c486d41 runtime: fix runtime.Breakpoint on ARMv5 by Dave Cheney · 11 years ago
  34. 653fb6d liblink: make GO_ARGS the default for functions beginning with · by Russ Cox · 11 years ago
  35. 40dd6bf runtime: mark asmcgocall<>(SB) as having no arguments by Russ Cox · 11 years ago
  36. e844f53 runtime: stop scanning stack frames/args conservatively by Russ Cox · 11 years ago
  37. 47f251c runtime: fix cgo to handle the case where the G stack is copied. by Keith Randall · 11 years ago
  38. 1d550b8 runtime: allow crash from gsignal stack by Russ Cox · 11 years ago
  39. 1a5e394 runtime: more cleanups by Keith Randall · 11 years ago
  40. 15b76ad runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames by Russ Cox · 11 years ago
  41. 5263198 runtime: a few cleanups. by Keith Randall · 11 years ago
  42. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/asm_arm.s]
  43. b4bfa6c runtime: save g to TLS more aggressively by Russ Cox · 11 years ago
  44. 8473695 runtime: fix panic/wrapper/recover math by Russ Cox · 11 years ago
  45. f8f630f runtime: use reflect.call during panic instead of newstackcall by Russ Cox · 11 years ago
  46. cb040d5 runtime: use new #include "textflag.h" by Russ Cox · 11 years ago
  47. d16a2ad runtime: do not stop traceback at onM by Russ Cox · 11 years ago
  48. db58ab9 runtime: more C to Go conversion adjustments by Russ Cox · 11 years ago
  49. a915cb4 runtime: fix onM test for curg on arm by Russ Cox · 11 years ago
  50. 32ecf57 runtime: reject onM calls from gsignal stack by Russ Cox · 11 years ago
  51. cb76724 runtime: refactor/fix asmcgocall/asmcgocall_errno by Russ Cox · 11 years ago
  52. f440737 runtime: deferproc/deferreturn in Go by Keith Randall · 11 years ago
  53. 54138e1 cmd/cgo, runtime: write cgo stub wrappers in Go, not C by Russ Cox · 11 years ago
  54. 012ceed runtime: make onM and mcall take Go func values by Russ Cox · 11 years ago
  55. 7ba41e9 runtime: convert a few traceback-related functions from proc.c to traceback.go by Russ Cox · 11 years ago
  56. 3306d11 runtime: unify fastrand1 and fastrand2 by Keith Randall · 11 years ago
  57. 47d6af2 runtime: convert chanrecv to Go by Keith Randall · 11 years ago
  58. d4df63c runtime: convert type algorithms to Go by Dmitriy Vyukov · 11 years ago
  59. 3a7f664 runtime: convert lock*.c to Go by Russ Cox · 11 years ago
  60. 45c819b runtime: fix arm build by Russ Cox · 11 years ago
  61. d21638b cmd/cc, runtime: preserve C runtime type names in generated Go by Russ Cox · 11 years ago
  62. 25f6b02 cmd/cc, runtime: convert C compilers to use Go calling convention by Russ Cox · 11 years ago
  63. 39ffa8b runtime: convert Stack to Go. by Rémy Oudompheng · 11 years ago
  64. 22af2b8e runtime: fix arm build by Russ Cox · 11 years ago
  65. 684de04 runtime: convert common scheduler functions to Go by Dmitriy Vyukov · 11 years ago
  66. 339a24d runtime: fix typo in comment by Josh Bleecher Snyder · 11 years ago
  67. 7aa4e5a runtime: convert equality functions to Go by Keith Randall · 11 years ago
  68. a2a9768 runtime: convert hash functions to Go calling convention. by Keith Randall · 11 years ago
  69. aff7883 runtime: fix assembler macro definitions to be consistent in use of center-dot by Rob Pike · 11 years ago
  70. 4aa5043 runtime: rewrite malloc in Go. by Keith Randall · 11 years ago
  71. 0c6b55e runtime: convert map implementation to Go. by Keith Randall · 11 years ago
  72. d1177ed runtime: nacl/arm support. by Shenghou Ma · 11 years ago
  73. 12b990b cmd/go, cmd/ld, runtime, os/user: TLS emulation for android by David Crawshaw · 11 years ago
  74. 5495102 runtime: update arm comments now register m is gone by David Crawshaw · 11 years ago
  75. 89f185f all: remove 'extern register M *m' from runtime by Russ Cox · 11 years ago
  76. 14c8143 runtime: fix gogetcallerpc. by Keith Randall · 11 years ago
  77. 61dca94 runtime: implement string ops in Go by Keith Randall · 11 years ago
  78. b36ed90 runtime: implement eqstring in assembly. by Keith Randall · 11 years ago
  79. 597f87c runtime: do not trace past jmpdefer during pprof traceback on arm by Russ Cox · 11 years ago
  80. cee8bca runtime: provide gc maps for the reflect.callXX frames. by Keith Randall · 11 years ago
  81. 51b72d9 runtime: use duff zero and copy to initialize memory by Keith Randall · 11 years ago
  82. 350a8fc runtime: make MemStats.LastGC Unix time again by Dmitriy Vyukov · 11 years ago
  83. 72c5d5e reflect, runtime: fix crash in GC due to reflect.call + precise GC by Russ Cox · 11 years ago
  84. f884e15 runtime: fix arm build (B not JMP) by Russ Cox · 11 years ago
  85. c2dd33a cmd/ld: clear unused ctxt before morestack by Russ Cox · 11 years ago
  86. b377c9c liblink, runtime: fix cgo on arm by Russ Cox · 11 years ago
  87. dab127b liblink: remove use of linkmode on ARM by Russ Cox · 11 years ago
  88. d2fe44d runtime: load runtime.goarm as a byte, not a word by Dave Cheney · 11 years ago
  89. 4230044 runtime: remove non-extern decls of runtime.goarm by Russ Cox · 11 years ago
  90. 7276c02 runtime, cmd/gc, cmd/ld: ignore method wrappers in recover by Russ Cox · 12 years ago
  91. 32b770b runtime: jump to badmcall instead of calling it. by Keith Randall · 12 years ago
  92. 4523373 runtime.cmd/ld: Add ARM external linking and implement -shared in terms of external linking by Elias Naur · 12 years ago
  93. 92254d4 runtime: fix ARM assembly formatting by Dmitriy Vyukov · 12 years ago
  94. a97a91d runtime: Record jmpdefer's argument size. Fixes bug 6055. by Keith Randall · 12 years ago
  95. 5a54696 cmd/ld: Put the textflag constants in a separate file. by Keith Randall · 12 years ago
  96. 12e46e4 runtime: don't mark the new call trampolines as NOSPLIT. by Keith Randall · 12 years ago
  97. 598c789 strings: use runtime assembly for IndexByte by Brad Fitzpatrick · 12 years ago
  98. 9cd5706 runtime: reimplement reflect.call to not use stack splitting. by Keith Randall · 12 years ago
  99. e2a1bd6 bytes: move IndexByte assembly to pkg runtime by Brad Fitzpatrick · 12 years ago
  100. 13507e0 runtime: fix traceback across morestack by Russ Cox · 12 years ago