summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/ld: diagnose Go calling CRuss Cox2014-08-316-6/+75
* net/http: fix typo in commentDmitri Shuralyov2014-09-011-1/+1
* image/png: make the CompressionLevel constants negative, reservingNigel Tao2014-09-011-4/+7
* runtime: fix Linux buildIan Lance Taylor2014-08-303-4/+4
* cmd/cc: generate error if #pragma pack off does anythingRuss Cox2014-08-305-11/+20
* runtime: translate env*.c to GoRuss Cox2014-08-309-124/+121
* runtime/pprof: make CPU profiling tests more robustDmitriy Vyukov2014-08-301-21/+50
* runtime: preallocate panic errors for index and sliceRuss Cox2014-08-301-2/+6
* runtime: convert chanrecv to GoKeith Randall2014-08-309-417/+328
* net/url: make Userinfo.String() escape ? and add test for shouldEscapeEvan Kroske2014-08-302-5/+62
* go/doc/headscan: update script to count headings with an ID attributeEvan Kroske2014-08-301-7/+8
* runtime: retry fix openbsd buildMatthew Dempsky2014-08-294-9/+9
* net/http: add BasicAuth method to *http.RequestKelsey Hightower2014-08-292-0/+100
* runtime: increase nosplit area to 192Russ Cox2014-08-303-4/+4
* runtime: rename SysAlloc to sysAlloc for GoRuss Cox2014-08-3017-30/+33
* runtime: convert type algorithms to GoDmitriy Vyukov2014-08-3012-481/+130
* undo CL 135230043 / 60812bad3769Russ Cox2014-08-305-10/+10
* net: implement query-response fast failover in builtin dns stub resolverAlex A Skinner2014-08-302-41/+54
* runtime: fix openbsd buildMatthew Dempsky2014-08-295-10/+10
* runtime: rename Sigaltstack to SigaltstackTIan Lance Taylor2014-08-2930-47/+47
* undo CL 107150043 / caa2646daa63Mikio Hara2014-08-3010-146/+2
* net: ensure identical queries are not sent multiple times in builtin stub res...Alex A Skinner2014-08-302-12/+15
* runtime: make allp a static arrayRuss Cox2014-08-292-6/+8
* runtime: convert lock*.c to GoRuss Cox2014-08-2923-541/+620
* runtime: include constants and defs_*_*.h types in generated Go defsRuss Cox2014-08-2931-77/+91
* crypto: add SignerAdam Langley2014-08-297-16/+114
* text/template/parse: restore pointer-only receivers for Type on Dot and NilRob Pike2014-08-291-0/+14
* runtime: run runtime.initRuss Cox2014-08-291-0/+2
* cmd/gc: allow runtime to define a hex integer type for printingRuss Cox2014-08-294-11/+19
* runtime: implement 64 bit division in GoJosh Bleecher Snyder2014-08-294-33/+170
* text/template: add back pointer to Nodes for better error generationRob Pike2014-08-298-168/+272
* runtime: clean up GC codeDmitriy Vyukov2014-08-297-111/+19
* runtime: fix sprintf index out of boundsRuss Cox2014-08-291-1/+1
* runtime: allow sysvicall functions to be called from GoAram H?v?rneanu2014-08-295-59/+116
* runtime: allow to call stdcall from Go on windowsDmitriy Vyukov2014-08-295-60/+149
* image/png: do not apply filters if level is NoCompressionRui Ueyama2014-08-292-7/+13
* runtime: convert forcegc helper to GoDmitriy Vyukov2014-08-294-36/+40
* runtime: don't allocate a new string in printfKeith Randall2014-08-283-1/+3
* runtime: convert closechan/chanlen/chancap to GoKeith Randall2014-08-283-82/+77
* net: add more cases to lookup API testMikio Hara2014-08-291-35/+129
* runtime: convert print.c to GoRuss Cox2014-08-2814-600/+388
* runtime: remove holes in FUNCDATA tablesMatthew Dempsky2014-08-281-6/+6
* runtime: fix Plan 9 build for new C calling conventionAnthony Martin2014-08-282-27/+29
* cmd/internal/objfile: fix dissassembly of Plan 9 object filesAnthony Martin2014-08-281-0/+15
* crypto/md5: use go generate to create md5block.goChaiShushan2014-08-283-5/+22
* compress/flate: use go generate to create fixedhuff.goChaiShushan2014-08-283-16/+43
* strconv: use go generate to create isprint.goChaiShushan2014-08-283-25/+49
* image/color/palette: use go generate to create palette.goChaiShushan2014-08-283-40/+67
* runtime: fix openbsd/386Matthew Dempsky2014-08-284-12/+10
* runtime: move finalizer thread to Go.Keith Randall2014-08-289-280/+299