aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-14[release-branch.go1] syscall: fix windows buildgo1.0.2Andrew Gerrand
2012-06-13[release-branch.go1] syscall: fix GetCurrentProcessId symbol name on WindowsRuss Cox
2012-06-13[release-branch.go1] syscall: unexport GetCurrentProcessId on WindowsRuss Cox
2012-06-13[release-branch.go1] runtime: improved continuity in hash computationJan Ziak
2012-06-13[release-branch.go1] encoding/gob: fix doc typoBrad Fitzpatrick
2012-06-13[release-branch.go1] syscall: revert API changes in Windows Win32finddata fix.Russ Cox
2012-06-13[release-branch.go1] cmd/api: handle empty API file, ignore -next in releaseRuss Cox
2012-06-13[release-branch.go1] regexp/syntax: unexport ErrUnexpectedParenRuss Cox
2012-06-13[release-branch.go1] cmd/5c, cmd/5g, cmd/5l: fix cross compilation failure on...Dave Cheney
2012-06-13[release-branch.go1] cmd/cgo: make Go code order deterministicRuss Cox
2012-06-13[release-branch.go1] cmd/gc: limit data disassembly to -SSRuss Cox
2012-06-13[release-branch.go1] cmd/gc: fix LEAQ $0, SI bugRuss Cox
2012-06-13[release-branch.go1] cmd/gc: fix type checking loopRuss Cox
2012-06-13[release-branch.go1] cmd/gc: delete dead codeRuss Cox
2012-06-13[release-branch.go1] cmd/gc: do not crash on struct with _ fieldRuss Cox
2012-06-13[release-branch.go1] cmd/gc: preserve side effects during inlining of functio...Russ Cox
2012-06-13[release-branch.go1] encoding/json: fix panic unmarshaling into non-nil inter...Russ Cox
2012-06-13[release-branch.go1] cmd/gc: mark output of typename as type-checkedRuss Cox
2012-06-13[release-branch.go1] fmt: fix doc typoDaniel Morsing
2012-06-13[release-branch.go1] build: restore PATH before "dist banner"Shenghou Ma
2012-06-13[release-branch.go1] cmd/5c, cmd/5g, cmd/5l: fix array indexing warning under...Dave Cheney
2012-06-13[release-branch.go1] cmd/[568]g: correct freeing of allocated Regs.Rémy Oudompheng
2012-06-13[release-branch.go1] api: add Linux/ARM to go1 APIShenghou Ma
2012-06-13[release-branch.go1] path/filepath: fix testMikio Hara
2012-06-13[release-branch.go1] syscall: correct Win32finddata definitionAlex Brainman
2012-06-13[release-branch.go1] syscall: fix 32-bit uid callsShenghou Ma
2012-06-13[release-branch.go1] path/filepath: implement documented SkipDir behaviorJan Mercl
2012-06-13[release-branch.go1] api: add FreeBSD to go1 APIBrad Fitzpatrick
2012-06-13[release-branch.go1] regexp: fix a couple of bugs in the documentationRob Pike
2012-06-13[release-branch.go1] compress/flate: fix overflow on 2GB input. Reset hashOff...Ivan Krasin
2012-06-13[release-branch.go1] runtime: do not unset the special bit after finalization.Rémy Oudompheng
2012-06-13[release-branch.go1] time: fix deadlock in Sleep(0)Dmitriy Vyukov
2012-06-13[release-branch.go1] net: fix comment on FileListenerMikio Hara
2012-06-13[release-branch.go1] net/http: reuse http proxy connections for different htt...Alexey Borzenkov
2012-06-13[release-branch.go1] syscall: simplify text returned by Errno.Error() when Fo...Alex Brainman
2012-06-13[release-branch.go1] cmd/gc: fix parallel assignment in rangeRuss Cox
2012-06-13[release-branch.go1] runtime: handle and test large map valuesRuss Cox
2012-06-13[release-branch.go1] strconv: better documentation for FormatInt, FormatUint.Robert Griesemer
2012-06-13[release-branch.go1] net/mail: more liberal parsing of Date headers.Bill Thiede
2012-06-13[release-branch.go1] runtime: fix docs for Caller and CallersRob Pike
2012-06-13[release-branch.go1] cmd/gc: fix small integer bounds check bugRuss Cox
2012-06-13[release-branch.go1] cmd/cc: fix uint right shift in constant evaluationShenghou Ma
2012-06-13[release-branch.go1] flag: include flag name in redefinition panic.David Symonds
2012-06-13[release-branch.go1] encoding/json: documentation fixBrad Fitzpatrick
2012-06-13[release-branch.go1] go/parser: resolve all parameter typesRobert Griesemer
2012-06-13[release-branch.go1] cmd/api: add flag to specify contextsBrad Fitzpatrick
2012-06-13[release-branch.go1] net/http: clarify ErrBodyNotAllowed error messageBrad Fitzpatrick
2012-06-13[release-branch.go1] cmd/api: add api/next.txtBrad Fitzpatrick
2012-06-13[release-branch.go1] text/template: exec should accept interface value as valid.Ugorji Nwoke
2012-06-13[release-branch.go1] runtime: support conditional execution in ARM softfloatShenghou Ma