aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-07-12[release-branch.r58] cgo: handle new Apple LLVM-based gcc from Xcode 4.2release.r58.1Russ Cox
2011-07-11[release-branch.r58] build: use awk instead of giant egrep regexpRuss Cox
2011-07-11[release-branch.r58] runtime/cgo: fix for OS X 10.7Russ Cox
2011-06-29[release-branch.r58] gofix: fixes for os/signal changesAndrew Gerrand
2011-06-29[release-branch.r58] gopprof: update list of memory allocatorsAndrew Gerrand
2011-06-29[release-branch.r58] ld: dwarf emit filenames in debug_line header instead of...Andrew Gerrand
2011-06-29[release-branch.r58] 6g, 8g: fix goto fixAndrew Gerrand
2011-06-29[release-branch.r58] gc: work around goto bugAndrew Gerrand
2011-06-10image: add Paletted.Set, and a basic test of the concrete image types.Nigel Tao
2011-06-10sync/atomic: fix arm check64 bugAndrew Gerrand
2011-06-09gopack: make unused page function a fatal errorDave Cheney
2011-06-09http: fix regression permitting io.Copy on HEAD responseBrad Fitzpatrick
2011-06-09gopack: remove warning from the use of mktempDave Cheney
2011-06-10mail: decode RFC 2047-encoded words, not phrases.David Symonds
2011-06-095l: fix softfloat nitsRuss Cox
2011-06-09gc: compactframe breaks arm - fix buildRuss Cox
2011-06-10gc: nitLuuk van Dijk
2011-06-095l: delete dead codeRuss Cox
2011-06-10gc: compact stackframeLuuk van Dijk
2011-06-09math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulationFan Hongjian
2011-06-09runtime: improve memmoveQuan Yong Zhai
2011-06-09gc: nitsRuss Cox
2011-06-09runtime: increase maximum number of windows callbacksAlex Brainman
2011-06-09mail: decode "Q"-encoded mail addresses.David Symonds
2011-06-09compress/lzw: reduce decoder buffer size from 3*4096 to 2*4096.Nigel Tao
2011-06-08http: fix handling of 0-lengthed http requestsBrad Fitzpatrick
2011-06-08http: change most map[string][]string types to new Values typeBrad Fitzpatrick
2011-06-08gofmt: update test script so that it passes againRobert Griesemer
2011-06-08big: removed some gratuitous +/-1'sRobert Griesemer
2011-06-08ebnf: follow EBNF for EBNF faithfullyRobert Griesemer
2011-06-08big: gobs for big ratsRobert Griesemer
2011-06-08os: fix Getenv for Plan 9. Truncate the rightmost char if it is '\0'.Yuval Pavel Zholkover
2011-06-07runtime: SysMap uses MAP_FIXED if needed on 64-bit LinuxJonathan Mark
2011-06-08mail: format addresseses correctly.David Symonds
2011-06-08gc: alternative clang compatible abort.Dave Cheney
2011-06-07big.nat: Improved speed of nat-to-string conversionMichael T. Jones
2011-06-07exec: export the underlying *os.Process in CmdBrad Fitzpatrick
2011-06-07net: fix bug in net.Interfaces: handle elastic sdl_data size correctlyMikio Hara
2011-06-07gofix: fix diff regression from exec changeBrad Fitzpatrick
2011-06-07compress/lzw: do not use background goroutinesRuss Cox
2011-06-07godefs: do not assume forward type references are enumsRobert Hencke
2011-06-07ld: fix and simplify ELF symbol generationAnthony Martin
2011-06-07gc/lex.c: fix formatting of #include statementCaine Tighe
2011-06-07gofmt: fix -d regression from exec changeBrad Fitzpatrick
2011-06-07strconv: change Quote to be Unicode-friendly,Rob Pike
2011-06-07image/gif: fix buglet in graphics extension.Rob Pike
2011-06-07cgo: support non intel gcc machine flagsDave Cheney
2011-06-06html: improve attribute parsing, note package statusBrad Fitzpatrick
2011-06-06template: rearrange the code into separate files.Rob Pike
2011-06-06big: Rat always outputs the requested precision from FloatStringGraham Miller