| Commit message (Expand) | Author | Age | Files | Lines |
* | [dev.power64] build: merge default into dev.power64 | Austin Clements | 2014-10-22 | 193 | -2132/+2765 |
|\ |
|
| * | cmd/dist: remove goc2c | Russ Cox | 2014-09-07 | 3 | -860/+0 |
| * | cmd/yacc: move cmd/yacc/expr to cmd/yacc/testdata/expr | Russ Cox | 2014-09-06 | 4 | -2/+3 |
| * | runtime: use reflect.call during panic instead of newstackcall | Russ Cox | 2014-09-05 | 1 | -0/+2 |
| * | runtime: convert panic/recover to Go | Keith Randall | 2014-09-05 | 5 | -7/+8 |
| * | cmd/dist: another attempt at textflag.h | Russ Cox | 2014-09-04 | 3 | -14/+23 |
| * | cmd/dist: make textflag.h available in runtime, avoid android/linux conflicts | Russ Cox | 2014-09-04 | 3 | -6/+23 |
| * | runtime: more C to Go conversion adjustments | Russ Cox | 2014-09-04 | 1 | -0/+1 |
| * | cmd/api: don't depend on os/user or USER to check api | Brad Fitzpatrick | 2014-09-04 | 1 | -3/+1 |
| * | runtime: reconvert sigqueue.goc from C to Go | Russ Cox | 2014-09-04 | 1 | -0/+1 |
| * | runtime: convert netpoll to Go | Dmitriy Vyukov | 2014-09-04 | 1 | -0/+3 |
| * | runtime: deferproc/deferreturn in Go | Keith Randall | 2014-09-03 | 1 | -1/+2 |
| * | cmd/cgo, runtime: write cgo stub wrappers in Go, not C | Russ Cox | 2014-09-03 | 1 | -94/+108 |
| * | runtime: convert a few traceback-related functions from proc.c to traceback.go | Russ Cox | 2014-09-03 | 1 | -1/+11 |
| * | runtime: convert select implementation to Go. | Keith Randall | 2014-09-02 | 2 | -1/+3 |
| * | runtime: convert traceback*.c to Go | Russ Cox | 2014-09-02 | 1 | -7/+24 |
| * | cmd/gc: fix runtime print(hex(x)) | Russ Cox | 2014-09-02 | 1 | -1/+1 |
| * | runtime: convert mprof.goc to mprof.go | Russ Cox | 2014-09-01 | 2 | -2/+3 |
| * | cmd/ld: diagnose Go calling C | Russ Cox | 2014-08-31 | 4 | -0/+57 |
| * | cmd/cc: generate error if #pragma pack off does anything | Russ Cox | 2014-08-30 | 3 | -9/+18 |
| * | runtime: convert type algorithms to Go | Dmitriy Vyukov | 2014-08-30 | 1 | -17/+2 |
| * | runtime: include constants and defs_*_*.h types in generated Go defs | Russ Cox | 2014-08-29 | 2 | -5/+20 |
| * | cmd/gc: allow runtime to define a hex integer type for printing | Russ Cox | 2014-08-29 | 3 | -9/+14 |
| * | cmd/internal/objfile: fix dissassembly of Plan 9 object files | Anthony Martin | 2014-08-28 | 1 | -0/+15 |
| * | runtime: move finalizer thread to Go. | Keith Randall | 2014-08-28 | 1 | -14/+2 |
| * | cmd/api: more runtime fixes | Russ Cox | 2014-08-28 | 1 | -1/+1 |
| * | cmd/cc: translate C Eface type as Go interface{} | Russ Cox | 2014-08-27 | 1 | -3/+5 |
| * | cmd/api: fix for Lock?Mutex change | Russ Cox | 2014-08-27 | 1 | -1/+1 |
| * | cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug | Russ Cox | 2014-08-27 | 3 | -10/+10 |
| * | cmd/cc, runtime: preserve C runtime type names in generated Go | Russ Cox | 2014-08-27 | 2 | -43/+14 |
| * | cmd/{addr2line,objdump}: fix finding pclntab and symtab for pe and plan9obj | Matthew Dempsky | 2014-08-27 | 3 | -16/+52 |
| * | cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into... | Matthew Dempsky | 2014-08-27 | 17 | -119/+118 |
| * | cmd/cc, runtime: convert C compilers to use Go calling convention | Russ Cox | 2014-08-27 | 16 | -69/+221 |
| * | cmd/gc: fix undefined behaviour warnings in mparith3.c | Dave Cheney | 2014-08-27 | 1 | -2/+2 |
| * | cmd/go: add missing doc for GOOS and GOARCH | ChaiShushan | 2014-08-25 | 1 | -0/+4 |
| * | cmd/gofmt: don't permit -w with stdin | Robert Griesemer | 2014-08-25 | 1 | -1/+6 |
| * | cmd/go: clean up a couple of inconsequential nits in generate | Rob Pike | 2014-08-25 | 2 | -2/+1 |
| * | cmd/gc, runtime: treat slices and strings like pointers in garbage collection | Russ Cox | 2014-08-25 | 14 | -54/+59 |
| * | cmd/go: add GOOS and GOARCH to generate | Rob Pike | 2014-08-25 | 2 | -1/+19 |
| * | cmd/go: add simple test for generate's line parser | Rob Pike | 2014-08-25 | 1 | -0/+46 |
| * | runtime: convert async semaphores to Go | Dmitriy Vyukov | 2014-08-25 | 1 | -0/+1 |
| * | cmd/gc: fix order of channel evaluation of receive channels | Russ Cox | 2014-08-25 | 1 | -0/+8 |
| * | runtime: convert NewCallback and NewCallbackCDecl to Go | Alex Brainman | 2014-08-25 | 2 | -2/+8 |
| * | cmd/5g, cmd/6g, cmd/8g: clear Addr node when registerizing | Josh Bleecher Snyder | 2014-08-24 | 3 | -0/+3 |
| * | cmd/gc: fix build | Russ Cox | 2014-08-24 | 2 | -1/+1 |
| * | cmd/5g, cmd/8g: registerize small structs and arrays | Russ Cox | 2014-08-24 | 2 | -6/+147 |
| * | cmd/gc: re-enable IfacePointerOnly | Russ Cox | 2014-08-24 | 1 | -1/+1 |
| * | cmd/link: fix testdata generation | Matthew Dempsky | 2014-08-24 | 9 | -8/+11 |
| * | cmd/yacc: remove Makefile and build expr using go generate | Rob Pike | 2014-08-24 | 4 | -17/+35 |
| * | cmd/go: add go generate | Rob Pike | 2014-08-24 | 7 | -2/+491 |