aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)Author
2014-08-30runtime/pprof: make CPU profiling tests more robustDmitriy Vyukov
2014-08-30runtime: preallocate panic errors for index and sliceRuss Cox
2014-08-30runtime: convert chanrecv to GoKeith Randall
2014-08-30net/url: make Userinfo.String() escape ? and add test for shouldEscapeEvan Kroske
2014-08-30go/doc/headscan: update script to count headings with an ID attributeEvan Kroske
2014-08-29runtime: retry fix openbsd buildMatthew Dempsky
2014-08-29net/http: add BasicAuth method to *http.RequestKelsey Hightower
2014-08-30runtime: increase nosplit area to 192Russ Cox
2014-08-30runtime: rename SysAlloc to sysAlloc for GoRuss Cox
2014-08-30runtime: convert type algorithms to GoDmitriy Vyukov
2014-08-30undo CL 135230043 / 60812bad3769Russ Cox
2014-08-30net: implement query-response fast failover in builtin dns stub resolverAlex A Skinner
2014-08-29runtime: fix openbsd buildMatthew Dempsky
2014-08-29runtime: rename Sigaltstack to SigaltstackTIan Lance Taylor
2014-08-30undo CL 107150043 / caa2646daa63Mikio Hara
2014-08-30net: ensure identical queries are not sent multiple times in builtin stub res...Alex A Skinner
2014-08-29runtime: make allp a static arrayRuss Cox
2014-08-29runtime: convert lock*.c to GoRuss Cox
2014-08-29runtime: include constants and defs_*_*.h types in generated Go defsRuss Cox
2014-08-29crypto: add SignerAdam Langley
2014-08-29text/template/parse: restore pointer-only receivers for Type on Dot and NilRob Pike
2014-08-29runtime: run runtime.initRuss Cox
2014-08-29cmd/gc: allow runtime to define a hex integer type for printingRuss Cox
2014-08-29runtime: implement 64 bit division in GoJosh Bleecher Snyder
2014-08-29text/template: add back pointer to Nodes for better error generationRob Pike
2014-08-29runtime: clean up GC codeDmitriy Vyukov
2014-08-29runtime: fix sprintf index out of boundsRuss Cox
2014-08-29runtime: allow sysvicall functions to be called from GoAram Hăvărneanu
2014-08-29runtime: allow to call stdcall from Go on windowsDmitriy Vyukov
2014-08-29image/png: do not apply filters if level is NoCompressionRui Ueyama
2014-08-29runtime: convert forcegc helper to GoDmitriy Vyukov
2014-08-28runtime: don't allocate a new string in printfKeith Randall
2014-08-28runtime: convert closechan/chanlen/chancap to GoKeith Randall
2014-08-29net: add more cases to lookup API testMikio Hara
2014-08-28runtime: convert print.c to GoRuss Cox
2014-08-28runtime: remove holes in FUNCDATA tablesMatthew Dempsky
2014-08-28runtime: fix Plan 9 build for new C calling conventionAnthony Martin
2014-08-28crypto/md5: use go generate to create md5block.goChaiShushan
2014-08-28compress/flate: use go generate to create fixedhuff.goChaiShushan
2014-08-28strconv: use go generate to create isprint.goChaiShushan
2014-08-28image/color/palette: use go generate to create palette.goChaiShushan
2014-08-28runtime: fix openbsd/386Matthew Dempsky
2014-08-28runtime: move finalizer thread to Go.Keith Randall
2014-08-28go/token: implement PositionFor accessorsRobert Griesemer
2014-08-28mime: style, perf, and test updates to case-insensitive lookupsBrad Fitzpatrick
2014-08-28database/sql: use a value type instead of a pointerBrad Fitzpatrick
2014-08-28runtime: compare only until min(len(s1), len(s2))David Crawshaw
2014-08-28database/sql: use slices rather than container/listAlberto García Hierro
2014-08-28runtime: fix arm buildDavid Crawshaw
2014-08-28runtime: fix buildRuss Cox