summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: add test that caused gccgo to crash on valid codeIan Lance Taylor2014-08-281-0/+34
* misc/cgo/test: disable issue 8428 regress test on darwinMatthew Dempsky2014-08-281-0/+4
* 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
* go/token: implement PositionFor accessorsRobert Griesemer2014-08-282-36/+116
* mime: style, perf, and test updates to case-insensitive lookupsBrad Fitzpatrick2014-08-282-28/+71
* database/sql: use a value type instead of a pointerBrad Fitzpatrick2014-08-281-6/+6
* runtime: compare only until min(len(s1), len(s2))David Crawshaw2014-08-281-2/+2
* spec: move Method expr/value section near selectorsRobert Griesemer2014-08-281-227/+228
* cmd/api: more runtime fixesRuss Cox2014-08-281-1/+1
* database/sql: use slices rather than container/listAlberto Garc?a Hierro2014-08-282-68/+67
* runtime: fix arm buildDavid Crawshaw2014-08-281-1/+0
* runtime: fix buildRuss Cox2014-08-281-0/+13
* mime: Make filename extensions case-insensitiveJeff R. Allen2014-08-285-24/+50
* runtime: convert runtime1.goc, noasm_arm.goc to GoRuss Cox2014-08-2812-201/+167
* runtime: finish converting iface.goc to iface.goRuss Cox2014-08-280-0/+0
* png: make the encoder configurableJeff R. Allen2014-08-282-10/+68
* runtime: fix nacl/386 buildRuss Cox2014-08-271-23/+101
* cmd/cc: translate C Eface type as Go interface{}Russ Cox2014-08-271-3/+5
* cmd/api: fix for Lock?Mutex changeRuss Cox2014-08-272-2/+2
* runtime: rename Lock to MutexRuss Cox2014-08-2731-106/+96
* debug/elf: support arm64 relocationsMichael Hudson-Doyle2014-08-274-44/+350
* cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bugRuss Cox2014-08-273-10/+10
* runtime: fix nacl buildRuss Cox2014-08-276-85/+210
* runtime: fix arm5 softfloat buildDave Cheney2014-08-281-2/+3
* runtime: fix arm buildRuss Cox2014-08-271-1/+1
* cmd/cc, runtime: preserve C runtime type names in generated GoRuss Cox2014-08-2734-340/+247