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
2015-09-23
[release-branch.go1.4] go1.4.3
go1.4.3
Chris Broadfoot
2015-09-23
[release-branch.go1.4] doc: document go1.4.3
Chris Broadfoot
2015-09-22
[release-branch.go1.4] net/http: backport some potential request smuggling ve...
Brad Fitzpatrick
2015-09-22
[release-branch.go1.4] net/http: harden Server against request smuggling
Brad Fitzpatrick
2015-09-22
[release-branch.go1.4] net/textproto: don't treat spaces as hyphens in header...
Brad Fitzpatrick
2015-09-22
[release-branch.go1.4] runtime: don't return a slice with nil ptr but non-zer...
Shenghou Ma
2015-09-03
cmd/dist: remove -Werror from CFLAGS
Shenghou Ma
2015-02-18
[release-branch.go1.4] go1.4.2
go1.4.2
Andrew Gerrand
2015-02-18
[release-branch.go1.4] doc: document Go 1.4.2
Andrew Gerrand
2015-02-17
[release-branch.go1.4] runtime: don't fail if we find a pointer to an invalid...
Keith Randall
2015-02-17
[release-branch.go1.4] cmd/gc: treat non-local vars inlined into wrapper as e...
Ian Lance Taylor
2015-02-17
[release-branch.go1.4] cmd/gc: don't recurse infinitely when a recursive type...
Shenghou Ma
2015-02-17
[release-branch.go1.4] runtime: don't panic when given a callback with no inp...
Shenghou Ma
2015-02-17
[release-branch.go1.4] cmd/gc: don't unpack struct arguments to append
Chris Manghane
2015-02-17
[release-branch.go1.4] cmd/5g: make sure we normalize after unary ops on smal...
Keith Randall
2015-02-17
[release-branch.go1.4] math/big: bug in AndNot(x,y) for x>0,y<0.
Keith Randall
2015-02-17
[release-branch.go1.4] cmd/go: handle \r in input text
Rob Pike
2015-02-17
[release-branch.go1.4] cmd/go: document that -run isn't implemented
Rob Pike
2015-01-15
[release-branch.go1.4] go1.4.1
go1.4.1
Andrew Gerrand
2015-01-15
[release-branch.go1.4] doc: document Go 1.4.1
Andrew Gerrand
2015-01-15
[release-branch.go1.4] doc: update source install instruction to use tag 'go1...
Andrew Gerrand
2015-01-14
[release-branch.go1.4] syscall: fix the deprecated way of parsing routing mes...
Mikio Hara
2015-01-14
[release-branch.go1.4] runtime: fix nacl build, hashmap overflow field offset...
Keith Randall
2015-01-14
[release-branch.go1.4] cmd/go: adjust error for custom import checkout mismatch
Russ Cox
2015-01-14
[release-branch.go1.4] runtime: fix deadlock in runtime.Stack
Keith Randall
2015-01-14
[release-branch.go1.4] runtime: fix SIGPROF change
Russ Cox
2015-01-14
[release-branch.go1.4] all: copy master .gitattributes and .gitignore
Russ Cox
2015-01-14
[release-branch.go1.4] cmd/ld: put .bss from external objects into real .bss ...
Shenghou Ma
2015-01-14
[release-branch.go1.4] runtime: hashmap: move overflow pointer to end of bucket
Keith Randall
2015-01-14
[release-branch.go1.4] reflect: add kindNoPointers if a function layout has n...
Keith Randall
2015-01-14
[release-branch.go1.4] runtime: ignore SIGPROF to foreign threads before cgoc...
Shenghou Ma
2015-01-14
[release-branch.go1.4] doc: copy contribute.html and install-source.html from...
Russ Cox
2014-12-12
cmd/dist: convert dist from Hg to Git.
David Symonds
2014-12-11
go1.4
go1.4
Andrew Gerrand
2014-12-11
doc: tweak Go 1.4 release notes
Andrew Gerrand
2014-12-11
doc: document go1.4
Andrew Gerrand
2014-12-11
doc: remove TODO from go1.4 release notes
Andrew Gerrand
2014-12-10
misc/makerelease: handle git sub-repositories
Andrew Gerrand
2014-12-10
[release-branch.go1.4] api: create go1.4.txt
Russ Cox
2014-12-10
[release-branch.go1.4] [release-branch.go1.4] doc: scrub references to code.g...
Andrew Gerrand
2014-12-10
[release-branch.go1.4] [release-branch.go1.4] doc: update contribution guidel...
Andrew Gerrand
2014-12-10
[release-branch.go1.4] [release-branch.go1.4] misc/cgo/test: skip test8694 on...
Andrew Gerrand
2014-12-08
[release-branch.go1.4] cmd/go: document import path checking
Russ Cox
2014-12-05
[release-branch.go1.4] [release-branch.go1.4] encoding/xml: remove SyntaxErro...
Russ Cox
2014-12-05
[release-branch.go1.4] codereview: add release-branch.go1.4 prefix, like for ...
Russ Cox
2014-12-05
[release-branch.go1.4] cmd/api: make API check fail for undeclared API in rel...
Russ Cox
2014-12-05
codereview: release-branch.go1.4 is now a work branch
Russ Cox
2014-12-04
[release-branch.go1.4] cmd/go: fix build
Russ Cox
2014-12-04
[release-branch.go1.4] cmd/go: avoid use of bufio.Scanner in generate
Russ Cox
2014-12-04
[release-branch.go1.4] cmd/pprof/internal/commands: add command to open brows...
Russ Cox
[next]