| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/gc: don't walk static nodes generated by anylit. | R?my Oudompheng | 2014-09-15 | 1 | -0/+2 |
* | cmd/gc: generate type alg after calling dowidth. | R?my Oudompheng | 2014-09-15 | 1 | -1/+1 |
* | cmd/8g: remove unused variable (fix build) | Robert Griesemer | 2014-09-12 | 1 | -1/+0 |
* | cmd/gc: fix racewalk after writebarrier change | Dmitriy Vyukov | 2014-09-12 | 1 | -0/+25 |
* | runtime: remove a few untyped allocations | Russ Cox | 2014-09-12 | 1 | -4/+5 |
* | cmd/cc, cmd/gc: stop generating 'argsize' PCDATA | Russ Cox | 2014-09-12 | 12 | -97/+0 |
* | runtime: tell the truth about BitVector type | Russ Cox | 2014-09-12 | 1 | -1/+5 |
* | cmd/gc: turn Go prototypes into ptr liveness maps for assembly functions | Russ Cox | 2014-09-12 | 2 | -4/+47 |
* | runtime: get rid of copyable check - all G frames are copyable. | Keith Randall | 2014-09-11 | 3 | -214/+0 |
* | cmd/gc: emit write barriers | Russ Cox | 2014-09-11 | 7 | -13/+183 |
* | runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames | Russ Cox | 2014-09-09 | 1 | -0/+2 |
* | cmd/cc: fix undefined behaviour warning in bv.c | Dave Cheney | 2014-09-08 | 1 | -1/+1 |
* | cmd/gc: fix undefined behaviour warning in subr.c | Dave Cheney | 2014-09-08 | 1 | -1/+1 |
* | build: adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 45 | -192/+192 |
* | 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 |