2014-09-03 |
Russ Cox | cmd/cgo, runtime: write cgo stub wrappers in Go, not C |
commit | commitdiff | tree |
2014-09-03 |
Russ Cox | runtime: make onM and mcall take Go func values |
commit | commitdiff | tree |
2014-09-03 |
Russ Cox | runtime: convert a few traceback-related functions... |
commit | commitdiff | tree |
2014-09-03 |
Russ Cox | runtime: introduce, use funcPC to convert Go func to PC |
commit | commitdiff | tree |
2014-09-03 |
Alex Brainman | runtime: increase windows prof thread priority sooner |
commit | commitdiff | tree |
2014-09-02 |
Russ Cox | runtime: avoid race with forcegc helper |
commit | commitdiff | tree |
2014-09-02 |
David du Colombier | runtime: don't allocate a new string in snprintf |
commit | commitdiff | tree |
2014-09-02 |
David du Colombier | runtime: handle empty environment variables on Plan 9 |
commit | commitdiff | tree |
2014-09-02 |
Keith Randall | runtime: unify fastrand1 and fastrand2 |
commit | commitdiff | tree |
2014-09-02 |
Keith Randall | runtime: convert select implementation to Go. |
commit | commitdiff | tree |
2014-09-02 |
David Leon Gil | crypto: Add SHA3 functions in go.crypto/sha3 to the... |
commit | commitdiff | tree |
2014-09-02 |
Adam Langley | A+C: David Leon Gil (individual CLA) |
commit | commitdiff | tree |
2014-09-02 |
Russ Cox | runtime: convert traceback*.c to Go |
commit | commitdiff | tree |
2014-09-02 |
Russ Cox | cmd/gc: fix runtime print(hex(x)) |
commit | commitdiff | tree |
2014-09-02 |
Keith Randall | runtime: move reflect trampolines into thunk file. |
commit | commitdiff | tree |
2014-09-02 |
Marko Tiikkaja | database/sql: Avoid re-preparing statements when all... |
commit | commitdiff | tree |
2014-09-02 |
Dmitriy Vyukov | runtime: convert clearpools/registerPoolCleanup to Go |
commit | commitdiff | tree |
2014-09-02 |
Matthew Dempsky | runtime: convert cpuprof from C to Go |
commit | commitdiff | tree |
2014-09-02 |
Alex Brainman | runtime/pprof: adjust cpuHogger so that tests pass... |
commit | commitdiff | tree |
2014-09-02 |
David du Colombier | runtime: fix gogetenv on Plan 9 |
commit | commitdiff | tree |
2014-09-02 |
Russ Cox | runtime: fix race detector running Go code on g0 of... |
commit | commitdiff | tree |
2014-09-02 |
Alex Brainman | time: update generated zoneinfo_abbrs_windows.go |
commit | commitdiff | tree |
2014-09-01 |
Russ Cox | runtime: fix Stack |
commit | commitdiff | tree |
2014-09-01 |
Russ Cox | runtime: convert mprof.goc to mprof.go |
commit | commitdiff | tree |
2014-09-01 |
Russ Cox | runtime: fix windows build |
commit | commitdiff | tree |
2014-09-01 |
Russ Cox | runtime: change concatstring panic to gothrow |
commit | commitdiff | tree |
2014-09-01 |
Russ Cox | runtime: include os_*.h in the generated Go structs |
commit | commitdiff | tree |
2014-09-01 |
Russ Cox | runtime: change PC, SP values in Stkframe, Panic, Defer... |
commit | commitdiff | tree |
2014-09-01 |
Dmitriy Vyukov | runtime/race: better handling of atomic operations |
commit | commitdiff | tree |
2014-09-01 |
Rui Ueyama | strings: use Rabin-Karp algorithm for LastIndex. |
commit | commitdiff | tree |
2014-09-01 |
Russ Cox | runtime: remove old malloc test programs |
commit | commitdiff | tree |
2014-09-01 |
Brad Fitzpatrick | archive/zip: add Writer.Flush |
commit | commitdiff | tree |
2014-09-01 |
Russ Cox | runtime: paste mprof.goc into mprof.go as comments |
commit | commitdiff | tree |
2014-09-01 |
Ian Lance Taylor | misc/cgo/testcdefs: comment out test of packed structs |
commit | commitdiff | tree |
2014-09-01 |
Russ Cox | cmd/ld: diagnose Go calling C |
commit | commitdiff | tree |
2014-09-01 |
Dmitri Shuralyov | net/http: fix typo in comment |
commit | commitdiff | tree |
2014-09-01 |
Nigel Tao | image/png: make the CompressionLevel constants negative... |
commit | commitdiff | tree |
2014-08-31 |
Ian Lance Taylor | runtime: fix Linux build |
commit | commitdiff | tree |
2014-08-30 |
Russ Cox | cmd/cc: generate error if #pragma pack off does anything |
commit | commitdiff | tree |
2014-08-30 |
Russ Cox | runtime: translate env*.c to Go |
commit | commitdiff | tree |
2014-08-30 |
Dmitriy Vyukov | runtime/pprof: make CPU profiling tests more robust |
commit | commitdiff | tree |
2014-08-30 |
Russ Cox | runtime: preallocate panic errors for index and slice |
commit | commitdiff | tree |
2014-08-30 |
Keith Randall | runtime: convert chanrecv to Go |
commit | commitdiff | tree |
2014-08-30 |
Evan Kroske | net/url: make Userinfo.String() escape ? and add test... |
commit | commitdiff | tree |
2014-08-30 |
Evan Kroske | go/doc/headscan: update script to count headings with... |
commit | commitdiff | tree |
2014-08-30 |
Robin Eklind | spec: Fix indentation and remove trailing white space... |
commit | commitdiff | tree |
2014-08-30 |
Matthew Dempsky | runtime: retry fix openbsd build |
commit | commitdiff | tree |
2014-08-30 |
Kelsey Hightower | net/http: add BasicAuth method to *http.Request |
commit | commitdiff | tree |
2014-08-30 |
Russ Cox | runtime: increase nosplit area to 192 |
commit | commitdiff | tree |
2014-08-30 |
Russ Cox | runtime: rename SysAlloc to sysAlloc for Go |
commit | commitdiff | tree |
2014-08-30 |
Dmitriy Vyukov | runtime: convert type algorithms to Go |
commit | commitdiff | tree |
2014-08-30 |
Russ Cox | undo CL 135230043 / 60812bad3769 |
commit | commitdiff | tree |
2014-08-30 |
Alex A Skinner | net: implement query-response fast failover in builtin... |
commit | commitdiff | tree |
2014-08-30 |
Matthew Dempsky | runtime: fix openbsd build |
commit | commitdiff | tree |
2014-08-29 |
Ian Lance Taylor | runtime: rename Sigaltstack to SigaltstackT |
commit | commitdiff | tree |
2014-08-29 |
Mikio Hara | undo CL 107150043 / caa2646daa63 |
commit | commitdiff | tree |
2014-08-29 |
Alex A Skinner | net: ensure identical queries are not sent multiple... |
commit | commitdiff | tree |
2014-08-29 |
Russ Cox | runtime: make allp a static array |
commit | commitdiff | tree |
2014-08-29 |
Russ Cox | runtime: convert lock*.c to Go |
commit | commitdiff | tree |
2014-08-29 |
Russ Cox | runtime: include constants and defs_*_*.h types in... |
commit | commitdiff | tree |
2014-08-29 |
Adam Langley | crypto: add Signer |
commit | commitdiff | tree |
2014-08-29 |
Rob Pike | text/template/parse: restore pointer-only receivers... |
commit | commitdiff | tree |
2014-08-29 |
Russ Cox | runtime: run runtime.init |
commit | commitdiff | tree |
2014-08-29 |
Russ Cox | cmd/gc: allow runtime to define a hex integer type... |
commit | commitdiff | tree |
2014-08-29 |
Josh Bleecher... | runtime: implement 64 bit division in Go |
commit | commitdiff | tree |
2014-08-29 |
Rob Pike | text/template: add back pointer to Nodes for better... |
commit | commitdiff | tree |
2014-08-29 |
Dmitriy Vyukov | runtime: clean up GC code |
commit | commitdiff | tree |
2014-08-29 |
Russ Cox | runtime: fix sprintf index out of bounds |
commit | commitdiff | tree |
2014-08-29 |
Aram Hăvărneanu | runtime: allow sysvicall functions to be called from Go |
commit | commitdiff | tree |
2014-08-29 |
Dmitriy Vyukov | runtime: allow to call stdcall from Go on windows |
commit | commitdiff | tree |
2014-08-29 |
Rui Ueyama | image/png: do not apply filters if level is NoCompression |
commit | commitdiff | tree |
2014-08-29 |
Dmitriy Vyukov | runtime: convert forcegc helper to Go |
commit | commitdiff | tree |
2014-08-29 |
Keith Randall | runtime: don't allocate a new string in printf |
commit | commitdiff | tree |
2014-08-29 |
Keith Randall | runtime: convert closechan/chanlen/chancap to Go |
commit | commitdiff | tree |
2014-08-29 |
Mikio Hara | net: add more cases to lookup API test |
commit | commitdiff | tree |
2014-08-29 |
Russ Cox | runtime: convert print.c to Go |
commit | commitdiff | tree |
2014-08-29 |
Ian Lance Taylor | test: add test that caused gccgo to crash on valid... |
commit | commitdiff | tree |
2014-08-29 |
Matthew Dempsky | misc/cgo/test: disable issue 8428 regress test on darwin |
commit | commitdiff | tree |
2014-08-29 |
Matthew Dempsky | runtime: remove holes in FUNCDATA tables |
commit | commitdiff | tree |
2014-08-28 |
Anthony Martin | runtime: fix Plan 9 build for new C calling convention |
commit | commitdiff | tree |
2014-08-28 |
Anthony Martin | cmd/internal/objfile: fix dissassembly of Plan 9 object... |
commit | commitdiff | tree |
2014-08-28 |
ChaiShushan | crypto/md5: use go generate to create md5block.go |
commit | commitdiff | tree |
2014-08-28 |
ChaiShushan | compress/flate: use go generate to create fixedhuff.go |
commit | commitdiff | tree |
2014-08-28 |
ChaiShushan | strconv: use go generate to create isprint.go |
commit | commitdiff | tree |
2014-08-28 |
ChaiShushan | image/color/palette: use go generate to create palette.go |
commit | commitdiff | tree |
2014-08-28 |
Matthew Dempsky | runtime: fix openbsd/386 |
commit | commitdiff | tree |
2014-08-28 |
Keith Randall | runtime: move finalizer thread to Go. |
commit | commitdiff | tree |
2014-08-28 |
Robert Griesemer | go/token: implement PositionFor accessors |
commit | commitdiff | tree |
2014-08-28 |
Brad Fitzpatrick | mime: style, perf, and test updates to case-insensitive... |
commit | commitdiff | tree |
2014-08-28 |
Brad Fitzpatrick | database/sql: use a value type instead of a pointer |
commit | commitdiff | tree |
2014-08-28 |
David Crawshaw | runtime: compare only until min(len(s1), len(s2)) |
commit | commitdiff | tree |
2014-08-28 |
Robert Griesemer | spec: move Method expr/value section near selectors |
commit | commitdiff | tree |
2014-08-28 |
Russ Cox | cmd/api: more runtime fixes |
commit | commitdiff | tree |
2014-08-28 |
Alberto García... | database/sql: use slices rather than container/list |
commit | commitdiff | tree |
2014-08-28 |
David Crawshaw | runtime: fix arm build |
commit | commitdiff | tree |
2014-08-28 |
Russ Cox | runtime: fix build |
commit | commitdiff | tree |
2014-08-28 |
Jeff R. Allen | mime: Make filename extensions case-insensitive |
commit | commitdiff | tree |
2014-08-28 |
Russ Cox | runtime: convert runtime1.goc, noasm_arm.goc to Go |
commit | commitdiff | tree |
2014-08-28 |
Russ Cox | runtime: finish converting iface.goc to iface.go |
commit | commitdiff | tree |
2014-08-28 |
Jeff R. Allen | png: make the encoder configurable |
commit | commitdiff | tree |
next |