1. d3d3acc gofmt-ify io, json, runtime, encoding by Robert Griesemer · 15 years ago
  2. 770b872 clone and futex by Kai Backman · 15 years ago
  3. b89d630 Fix bug when sending via select. by Adam Langley · 15 years ago
  4. 32e979c mysterious bug: runtime.acid wasn't getting rebuilt by Russ Cox · 15 years ago
  5. f529224 Get the right sigaction struct for the 386 rt_sigaction system by Ian Lance Taylor · 15 years ago
  6. 6f91ba1 proper syscall convention for arm by Kai Backman · 15 years ago
  7. 0af8e10 fix off by 4 bug in morestack (lr again). remove storing of r0 by Kai Backman · 15 years ago
  8. 03bbfe6 fix off by 4 in newproc arg copying. by Kai Backman · 15 years ago
  9. fd5fa4b Fix the sigaction declaration to match the system for Linux. by Ian Lance Taylor · 15 years ago
  10. 057f7d5 s/pc/PC/ in traceback output to match amd64. test/run expects to see "PC". by Ian Lance Taylor · 15 years ago
  11. 8a20cfc fix build: no acid by Rob Pike · 15 years ago
  12. 219fb02 fix build after Mercurial move. various missing or incorrect files. by Russ Cox · 15 years ago
  13. 02fd255 bug162, over and over by Russ Cox · 15 years ago
  14. 33a7bcf getcallerpc and setcallerpc by Kai Backman · 15 years ago
  15. a15aa05 first version of closures. test/closure doesn't yet pass. by Kai Backman · 15 years ago
  16. 22a5c78 rename sys functions to runtime, because they are in package runtime. by Russ Cox · 15 years ago
  17. 488ca3c move math out of runtime. by Russ Cox · 15 years ago
  18. 222a15c test/64bit.go passes but doesn't generate properly yet. by Kai Backman · 15 years ago
  19. 5bbd4c2 publish semacquire and semrelease for use by sync. by Russ Cox · 15 years ago
  20. b83549a cas by Kai Backman · 15 years ago
  21. a68592a excise some internal references. by Russ Cox · 15 years ago
  22. f6d67c9 write stack traces and panics to stderr by Rob Pike · 15 years ago
  23. 101f7cb changed 5c 64 bit word ordering to little endian so it matches by Kai Backman · 15 years ago
  24. add89dd stack overflow debugging and fix. by Russ Cox · 15 years ago
  25. 1620023 fix float <-> int64 conversions by Kai Backman · 15 years ago
  26. fb1bcd4 acid bug fix. lock printf output to avoid interlacing debug prints. by Russ Cox · 15 years ago
  27. 93689d8 keep a list of all the M's, so that the garbage collector doesn't free them. by Russ Cox · 15 years ago
  28. 9154943 apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8 by Russ Cox · 15 years ago
  29. a2cf914 5l library loading, 64 bit entry points by Kai Backman · 15 years ago
  30. d58b5fc move cas out, add dummy runcgo. by Kai Backman · 15 years ago
  31. 133a158 8c, 8l dynamic loading support. by Russ Cox · 15 years ago
  32. e67a508 cgo working on linux/386 by Russ Cox · 16 years ago
  33. 285b602 missing files; cleaned up g4 nothave output. fixes 386 build. by Russ Cox · 16 years ago
  34. 12fc217 cgo checkpoint. can write all 3 output files and then compile them by hand. by Russ Cox · 16 years ago
  35. 1b14bdb changes to accommodate nacl: by Russ Cox · 16 years ago
  36. bbcb91a convert 386 to use %gs instead of %fs for extern register. by Russ Cox · 16 years ago
  37. 46e392e changed 5c calling convention to use stack exclusively for in by Kai Backman · 16 years ago
  38. ad9c6f7 Rudimentary command shell for Ogle. Hack to prevent linker by Austin Clements · 16 years ago
  39. bcfc6e6 fixed register usage and removed some dead code. by Kai Backman · 16 years ago
  40. 7a0f4ca pass Type* to makechan and makemap so that by Russ Cox · 16 years ago
  41. a18208f fix range on invalid utf8 bug by Russ Cox · 16 years ago
  42. fe8ff95 add newprocreadylocked for debugger by Russ Cox · 16 years ago
  43. 4962e7e use correct pc for printing fn+%#x in tracebacks by Russ Cox · 16 years ago
  44. bf0130c sliceslice inline by Ken Thompson · 16 years ago
  45. 2aea4a0 recycle G structs by Russ Cox · 16 years ago
  46. de7920e finish ChanValue: Len and Cap. by Russ Cox · 16 years ago
  47. 653cef1 add Close() and Closed() to ChanValue by Russ Cox · 16 years ago
  48. 87f2208 rename runtime internals to have modern names (array->slice etc) by Rob Pike · 16 years ago
  49. 67815ef checkpoint & test (pidigits) before trying to automate. by Russ Cox · 16 years ago
  50. fdc4b4a start of FFI support, and a demo. by Russ Cox · 16 years ago
  51. 1f177cd linker work by Russ Cox · 16 years ago
  52. bd4161f FFI step 2: can ask for libc.so.6. by Russ Cox · 16 years ago
  53. 8a45917 len and cap on chans by Russ Cox · 16 years ago
  54. 7f09b01 Removing dead tests from chan.c by Bill Neubauer · 16 years ago
  55. b21425d runtime gc bug. semacquire might move to another m. by Russ Cox · 16 years ago
  56. 92e8b12 Fix build by Austin Clements · 16 years ago
  57. 84852fe Make the runtime correctly decode the symbol table history by Austin Clements · 16 years ago
  58. 63810f8 Account for CALL instructions before looking up the function by Austin Clements · 16 years ago
  59. dbecfbf Don't try to account for CALL instruction in 0th frame. by Austin Clements · 16 years ago
  60. 45ce825 debugging symbols for 8g. by Russ Cox · 16 years ago
  61. 090efde makefile fixes; convert runtime to use new makefiles by Russ Cox · 16 years ago
  62. f8295fc rename mkasmh to mkasmh.sh by Rob Pike · 16 years ago
  63. 57a9bd0 change gotype in symbol table from by Russ Cox · 16 years ago
  64. b5c57fe delete forward type declarations by Russ Cox · 16 years ago
  65. d08f006 commentary about extern register by Rob Pike · 16 years ago
  66. 7955490 add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCS by Rob Pike · 16 years ago
  67. 9346c6d make every func literal expression allocate, by Russ Cox · 16 years ago
  68. 7729c3f fix gc bug causing make smoketest to die in cmd/gofmt. by Russ Cox · 16 years ago
  69. 3ff5e72 fix bug in CL 30057: missed if+continue in one place. by Russ Cox · 16 years ago
  70. 052a66b runtime: fix init scheduling bug. by Russ Cox · 16 years ago
  71. e52e9ca another step toward eliminating forward declarations. by Russ Cox · 16 years ago
  72. 218c393 add LockOSThread and UnlockOSThread to by Russ Cox · 16 years ago
  73. 7842b03 Fixed minor typo in asm file. by Kai Backman · 16 years ago
  74. 92e9257 reflection for interface set by Russ Cox · 16 years ago
  75. 12ebbe7 reflection for methods by Russ Cox · 16 years ago
  76. bba278a reflection for functions by Russ Cox · 16 years ago
  77. 5ddaf9a reflection for channels by Russ Cox · 16 years ago
  78. 764b6ec reflection for maps by Russ Cox · 16 years ago
  79. c7513ea runtime: use new reflect data structures (CL 31107) in place of sigi, sigt. by Russ Cox · 16 years ago
  80. 4793400 new reflect library data structures and code declarations by Russ Cox · 16 years ago
  81. 29aa3ff move Structrnd to runtime.h by Russ Cox · 16 years ago
  82. 20cfa4a change alignment rules: roll receiver into by Russ Cox · 16 years ago
  83. 150a645 remove declarations for functions that cannot be called from c by Russ Cox · 16 years ago
  84. fa40c85 convert string runtime to use cgo. by Russ Cox · 16 years ago
  85. 88e7fd5 in preparation for changing 6g's behavior to by Russ Cox · 16 years ago
  86. d3a412a io.StringBytes -> strings.Bytes io.ByteBuffer -> bytes.Buffer by Russ Cox · 16 years ago
  87. a0bcaf4 Change os.Error convention: by Russ Cox · 16 years ago
  88. 111005d Add Gobuf.r0 that stores arg0 or return value of goroutine. arm only. by Kai Backman · 16 years ago
  89. be639b9 Runtime is now starting up with a dummy c program as target: by Kai Backman · 16 years ago
  90. d281748 add arm support to mkasmh by Kai Backman · 16 years ago
  91. ab7a8d4 make pkg/runtime/Makefile behave like the others: by Russ Cox · 16 years ago
  92. f39fcd7 fix 386 build. some day... by Russ Cox · 16 years ago
  93. 3802009 Forgot to check in 386/asm.h. by Russ Cox · 16 years ago
  94. 8522a47 update 386 to new runtime (CL 30381) by Russ Cox · 16 years ago
  95. 7343e03 runtime: stack growth adjustments, cleanup by Russ Cox · 16 years ago
  96. 1ac2cfc grab bag of changes aimed at getting stack splitting to work: by Kai Backman · 16 years ago
  97. 8c357ce fix another gc bug, one that i have only imagined, by Russ Cox · 16 years ago
  98. 36835c7 fix garbage collection race: save stack trace by Russ Cox · 16 years ago
  99. 5289195 Adding a batch of missing system calls. by Kai Backman · 16 years ago
  100. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago