index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-06-14
[release-branch.go1] syscall: fix windows build
go1.0.2
Andrew Gerrand
2012-06-13
[release-branch.go1] syscall: fix GetCurrentProcessId symbol name on Windows
Russ Cox
2012-06-14
[release-branch.go1] doc: document go1.0.2
Andrew Gerrand
2012-06-13
[release-branch.go1] update VERSION to go1.0.2
Russ Cox
2012-06-13
[release-branch.go1] syscall: unexport GetCurrentProcessId on Windows
Russ Cox
2012-06-13
[release-branch.go1] runtime: improved continuity in hash computation
Jan Ziak
2012-06-13
[release-branch.go1] misc/emacs: Fix a failure when /tmp/<file>.go exists.
Jean-Marc Eurin
2012-06-13
[release-branch.go1] misc/emacs: Fix the automatic gofmt when creating a new ...
Jean-Marc Eurin
2012-06-13
[release-branch.go1] encoding/gob: fix doc typo
Brad 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 release
Russ Cox
2012-06-13
[release-branch.go1] regexp/syntax: unexport ErrUnexpectedParen
Russ 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 deterministic
Russ Cox
2012-06-13
[release-branch.go1] cmd/gc: limit data disassembly to -SS
Russ Cox
2012-06-13
[release-branch.go1] cmd/gc: fix LEAQ $0, SI bug
Russ Cox
2012-06-13
[release-branch.go1] cmd/gc: fix type checking loop
Russ Cox
2012-06-13
[release-branch.go1] cmd/gc: delete dead code
Russ Cox
2012-06-13
[release-branch.go1] cmd/gc: do not crash on struct with _ field
Russ 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-checked
Russ Cox
2012-06-13
[release-branch.go1] fmt: fix doc typo
Daniel Morsing
2012-06-13
[release-branch.go1] A+C: Daniel Morsing (individual CLA)
Russ Cox
2012-06-13
[release-branch.go1] A+C: Markus Sonderegger (individual CLA)
Russ Cox
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] go spec: clarify promotion rules for methods/fields of a...
Robert Griesemer
2012-06-13
[release-branch.go1] doc/install: we don't print 'The compiler is 6g' anymore
Russ Cox
2012-06-13
[release-branch.go1] misc/emacs: make compilation-mode's next-error understan...
Ryan Barrett
2012-06-13
[release-branch.go1] api: add Linux/ARM to go1 API
Shenghou Ma
2012-06-13
[release-branch.go1] path/filepath: fix test
Mikio Hara
2012-06-13
[release-branch.go1] syscall: correct Win32finddata definition
Alex Brainman
2012-06-13
[release-branch.go1] syscall: fix 32-bit uid calls
Shenghou Ma
2012-06-13
[release-branch.go1] path/filepath: implement documented SkipDir behavior
Jan Mercl
2012-06-13
[release-branch.go1] api: add FreeBSD to go1 API
Brad Fitzpatrick
2012-06-13
[release-branch.go1] misc/emacs: stop go-mode from spuriously marking the buf...
Ryan Barrett
2012-06-13
[release-branch.go1] CONTRIBUTORS: Add Ryan Barrett (Google CLA)
Sameer Ajmani
2012-06-13
[release-branch.go1] regexp: fix a couple of bugs in the documentation
Rob Pike
2012-06-13
[release-branch.go1] compress/flate: fix overflow on 2GB input. Reset hashOff...
Ivan Krasin
2012-06-13
[release-branch.go1] go-mode: Works for both GNU-Emacs and XEmacs-21.5
Mats Lidell
2012-06-13
[release-branch.go1] A+C: add Mats Lidell. He signed the agreement with the ...
Sameer Ajmani
2012-06-13
[release-branch.go1] misc/emacs: Use patch output of gofmt instead of replaci...
Jean-Marc Eurin
2012-06-13
[release-branch.go1] runtime: do not unset the special bit after finalization.
Rémy Oudompheng
2012-06-13
[release-branch.go1] Emacs go-mode: don't indent the inside of strings.
Peter Kleiweg
2012-06-13
[release-branch.go1] time: fix deadlock in Sleep(0)
Dmitriy Vyukov
2012-06-13
[release-branch.go1] net: fix comment on FileListener
Mikio Hara
2012-06-13
[release-branch.go1] Emacs go-mode: fix Emacs freeze-up when copy/pasting fro...
Peter Kleiweg
2012-06-13
[release-branch.go1] A+C: Peter Kleiweg (individual CLA)
Sameer Ajmani
[next]