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