summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.r58] reflect: disallow Interface method on Value obtained via...release.r58.2release-branch.r58Andrew Gerrand2011-10-1811-1645/+285
* [release-branch.r58] cgo: handle new Apple LLVM-based gcc from Xcode 4.2release.r58.1Russ Cox2011-07-123-19/+80
* [release-branch.r58] doc: document r58.1Russ Cox2011-07-121-0/+8
* [release-branch.r58] build: use awk instead of giant egrep regexpRuss Cox2011-07-111-2/+8
* [release-branch.r58] runtime/cgo: fix for OS X 10.7Russ Cox2011-07-114-94/+64
* [release-branch.r58] document release.r58release.r58Andrew Gerrand2011-06-302-1/+74
* [release-branch.r58] gofix: fixes for os/signal changesAndrew Gerrand2011-06-294-4/+301
* [release-branch.r58] gopprof: update list of memory allocatorsAndrew Gerrand2011-06-291-45/+242
* [release-branch.r58] ld: dwarf emit filenames in debug_line header instead of...Andrew Gerrand2011-06-291-13/+14
* [release-branch.r58] 6g, 8g: fix goto fixAndrew Gerrand2011-06-292-2/+8
* [release-branch.r58] gc: work around goto bugAndrew Gerrand2011-06-297-0/+159
* [release-branch.r58] doc/faq: remove misleading FAQ entryAndrew Gerrand2011-06-291-10/+0
* [release-branch.r58] doc/faq: add question about converting from []T to []int...Andrew Gerrand2011-06-291-0/+18
* [release-branch.r58] doc/GoCourseDay1: shrink the PDF by rewriting it using p...Andrew Gerrand2011-06-291-0/+0
* [release-branch.r58] docs/GoCourseDay1.pdf: fix error in operator table.Andrew Gerrand2011-06-291-0/+0
* [release-branch.r58] docs: Update notes for 3-day Go course.Andrew Gerrand2011-06-296-5/+14
* create release-branch.r58Andrew Gerrand2011-06-290-0/+0
* weekly.2011-06-09weekly.2011-06-09Andrew Gerrand2011-06-101-7/+65
* image: add Paletted.Set, and a basic test of the concrete image types.Nigel Tao2011-06-102-6/+88
* sync/atomic: fix arm check64 bugAndrew Gerrand2011-06-101-4/+4
* gopack: make unused page function a fatal errorDave Cheney2011-06-091-18/+1
* http: fix regression permitting io.Copy on HEAD responseBrad Fitzpatrick2011-06-092-4/+18
* gopack: remove warning from the use of mktempDave Cheney2011-06-091-2/+1
* mail: decode RFC 2047-encoded words, not phrases.David Symonds2011-06-102-5/+16
* 5l: fix softfloat nitsRuss Cox2011-06-092-5/+16
* gc: compactframe breaks arm - fix buildRuss Cox2011-06-091-1/+2
* gc: nitLuuk van Dijk2011-06-101-4/+2
* 5l: delete dead codeRuss Cox2011-06-0912-2432/+74
* gc: compact stackframeLuuk van Dijk2011-06-1013-14/+231
* math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulationFan Hongjian2011-06-0910-1/+38
* A+C: Fan Hongjian (individual CLA)Russ Cox2011-06-092-2/+4
* runtime: improve memmoveQuan Yong Zhai2011-06-092-4/+20
* gc: nitsRuss Cox2011-06-092-4/+6
* AC: s/Jeffrey M Hodges/Jeff Hodges/Rob Pike2011-06-092-2/+2
* runtime: increase maximum number of windows callbacksAlex Brainman2011-06-091-1/+1
* mail: decode "Q"-encoded mail addresses.David Symonds2011-06-092-1/+68
* compress/lzw: reduce decoder buffer size from 3*4096 to 2*4096.Nigel Tao2011-06-091-10/+11
* http: fix handling of 0-lengthed http requestsBrad Fitzpatrick2011-06-083-6/+49
* http: change most map[string][]string types to new Values typeBrad Fitzpatrick2011-06-087-44/+115
* gofmt: update test script so that it passes againRobert Griesemer2011-06-081-1/+1
* big: removed some gratuitous +/-1'sRobert Griesemer2011-06-081-6/+5
* go spec: handle a corner case of a special case for shifts...Robert Griesemer2011-06-081-2/+7
* ebnf: follow EBNF for EBNF faithfullyRobert Griesemer2011-06-084-15/+51
* big: gobs for big ratsRobert Griesemer2011-06-084-6/+85
* os: fix Getenv for Plan 9. Truncate the rightmost char if it is '\0'.Yuval Pavel Zholkover2011-06-081-5/+10
* runtime: SysMap uses MAP_FIXED if needed on 64-bit LinuxJonathan Mark2011-06-075-5/+55
* A+C: Jonathan Mark (individual CLA)Ian Lance Taylor2011-06-072-0/+2
* mail: format addresseses correctly.David Symonds2011-06-082-5/+82
* gc: alternative clang compatible abort.Dave Cheney2011-06-081-1/+1
* big.nat: Improved speed of nat-to-string conversionMichael T. Jones2011-06-072-18/+324