| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: delete old asm_*.h if still around | Russ Cox | 2011-12-22 | 1 | -1/+1 |
* | build: a round of fixes | Russ Cox | 2011-12-20 | 1 | -1/+1 |
* | runtime: separate out auto-generated files, take 2 | Russ Cox | 2011-12-19 | 1 | -58/+23 |
* | runtime: use correct traceback file on arm | Rob Pike | 2011-12-16 | 1 | -1/+1 |
* | runtime: hg revert -r 6ec0a5c12d75 | Russ Cox | 2011-12-16 | 1 | -26/+57 |
* | runtime: fix build | Russ Cox | 2011-12-16 | 1 | -2/+4 |
* | runtime: separate out auto-generated files | Russ Cox | 2011-12-16 | 1 | -57/+24 |
* | runtime: fix build | Russ Cox | 2011-12-16 | 1 | -4/+8 |
* | runtime: make more build-friendly | Russ Cox | 2011-12-16 | 1 | -49/+45 |
* | build: Changes to the build infrastructure for NetBSD. | Christopher Nielsen | 2011-12-12 | 1 | -0/+3 |
* | pkg/runtime/Makefile: sorted object module names. | Lucio De Re | 2011-12-11 | 1 | -3/+3 |
* | runtime: prep for type-specific algorithms | Russ Cox | 2011-12-05 | 1 | -0/+1 |
* | time: faster Nanoseconds call | Russ Cox | 2011-11-03 | 1 | -0/+1 |
* | runtime: unify mutex code across OSes | Dmitriy Vyukov | 2011-11-02 | 1 | -0/+16 |
* | runtime: windows/amd64 callbacks fixed and syscall fixed to allow using it in... | Jaroslavas Po?epko | 2011-08-30 | 1 | -0/+1 |
* | runtime: fix void warnings | Russ Cox | 2011-08-23 | 1 | -1/+1 |
* | runtime: make goc2c build on Plan 9 | Lucio De Re | 2011-07-19 | 1 | -1/+1 |
* | runtime: replace Semacquire/Semrelease implementation | Dmitriy Vyukov | 2011-06-28 | 1 | -0/+1 |
* | 5c: do not use R9 and R10 | Russ Cox | 2011-06-22 | 1 | -3/+0 |
* | undo CL 4515163 / 42c3cfa4d64f | Russ Cox | 2011-05-31 | 1 | -2/+2 |
* | runtime: use HOST_CC to compile mkversion | Dave Cheney | 2011-05-31 | 1 | -2/+2 |
* | reflect: more efficient; cannot Set result of NewValue anymore | Russ Cox | 2011-04-18 | 1 | -1/+0 |
* | runtime: cpu profiling support | Russ Cox | 2011-03-23 | 1 | -0/+1 |
* | runtime: split non-debugging malloc interface out of debug.go into mem.go | Russ Cox | 2011-03-11 | 1 | -0/+1 |
* | runtime: use kernel-supplied cas on linux/arm | Russ Cox | 2011-02-25 | 1 | -3/+0 |
* | runtime: fix signal stack bug | Russ Cox | 2011-02-24 | 1 | -3/+4 |
* | runtime: record $GOROOT_FINAL for runtime.GOROOT | Russ Cox | 2011-02-18 | 1 | -1/+1 |
* | build: fix spaces in GOROOT | Christopher Nielsen | 2011-02-03 | 1 | -2/+2 |
* | runtime: correct runtime.GOOS, runtime.GOARCH | Russ Cox | 2011-02-02 | 1 | -0/+10 |
* | runtime: generate Go defs for C types. | Luuk van Dijk | 2011-01-31 | 1 | -6/+5 |
* | runtime: simpler heap map, memory allocation | Russ Cox | 2011-01-28 | 1 | -2/+0 |
* | runtime: remove tiny | Russ Cox | 2011-01-26 | 1 | -3/+0 |
* | remove nacl | Russ Cox | 2010-12-15 | 1 | -6/+0 |
* | runtime: parallel definitions in Go for all C structs. | Luuk van Dijk | 2010-11-30 | 1 | -0/+7 |
* | Makefiles: Don't define _64BIT now that 6c does it by default. | Ian Lance Taylor | 2010-11-18 | 1 | -3/+1 |
* | arm: precise float64 software floating point | Russ Cox | 2010-10-25 | 1 | -0/+1 |
* | runtime: remove .c generated from .goc during make clean | Russ Cox | 2010-10-25 | 1 | -1/+1 |
* | build: remove unnecessary references to GOBIN and GOROOT | Christian Himpel | 2010-08-30 | 1 | -10/+10 |
* | build: no required environment variables | Russ Cox | 2010-08-18 | 1 | -1/+1 |
* | runtime: correct line numbers for .goc files. | Luuk van Dijk | 2010-08-18 | 1 | -1/+1 |
* | runtime: split extern.go into debug.go, extern.go, sig.go. | Russ Cox | 2010-06-21 | 1 | -0/+2 |
* | runtime: finish pchw -> tiny, added gettime for tiny | Daniel Theophanes | 2010-06-07 | 1 | -2/+2 |
* | rename GOOS=mingw to GOOS=windows | Alex Brainman | 2010-04-29 | 1 | -2/+2 |
* | runtime: closures, defer bug fix for Native Client | Russ Cox | 2010-04-22 | 1 | -1/+5 |
* | runtime: rename cgo2c, *.cgo to goc2c, *.goc | Russ Cox | 2010-04-20 | 1 | -4/+4 |
* | runtime: various arm fixes | Russ Cox | 2010-04-05 | 1 | -1/+1 |
* | runtime: make type assertion a runtime.Error, the first of many | Russ Cox | 2010-03-31 | 1 | -0/+1 |
* | runtime: add memory profiling, disabled. | Russ Cox | 2010-03-23 | 1 | -0/+1 |
* | runtime: add Callers | Russ Cox | 2010-03-23 | 1 | -0/+8 |
* | Fix build: don't assume that . is on PATH. | Ian Lance Taylor | 2010-03-17 | 1 | -1/+1 |