aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 smugglingBrad 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-03cmd/dist: remove -Werror from CFLAGSShenghou Ma
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 appendChris 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 textRob Pike
2015-02-17[release-branch.go1.4] cmd/go: document that -run isn't implementedRob Pike
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 mismatchRuss Cox
2015-01-14[release-branch.go1.4] runtime: fix deadlock in runtime.StackKeith Randall
2015-01-14[release-branch.go1.4] runtime: fix SIGPROF changeRuss 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 bucketKeith 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
2014-12-12cmd/dist: convert dist from Hg to Git.David Symonds
2014-12-10[release-branch.go1.4] api: create go1.4.txtRuss Cox
2014-12-08[release-branch.go1.4] cmd/go: document import path checkingRuss 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] cmd/api: make API check fail for undeclared API in rel...Russ Cox
2014-12-04[release-branch.go1.4] cmd/go: fix buildRuss Cox
2014-12-04[release-branch.go1.4] cmd/go: avoid use of bufio.Scanner in generateRuss Cox
2014-12-04[release-branch.go1.4] cmd/pprof/internal/commands: add command to open brows...Russ Cox
2014-12-03[release-branch.go1.4] cmd/pprof: fix symbol resolution for remote profilesRuss Cox
2014-12-03[release-branch.go1.4] cmd/go: regenerate doc.goAndrew Gerrand
2014-12-01[release-branch.go1.4] runtime: fix hang in GC due to shrinkstack vs netpoll ...Russ Cox
2014-12-01[release-branch.go1.4] reflect: Fix reflect.funcLayout. The GC bitmap has tw...Russ Cox
2014-11-24[release-branch.go1.4] go/build: build $GOOS_test.go alwaysRuss Cox
2014-11-23[release-branch.go1.4] image/jpeg: handle Read returning n > 0, err != nil in...Russ Cox
2014-11-22[release-branch.go1.4] cmd/go: fix running pprof on windows.Russ Cox
2014-11-20[release-branch.go1.4] runtime: fix atomic operations on non-heap addressesRuss Cox
2014-11-19[release-branch.go1.4] build: disable race external linking test on OS X 10.6...Russ Cox
2014-11-19[release-branch.go1.4] runtime: remove assumption that noptrdata data bss nop...Russ Cox
2014-11-19[release-branch.go1.4] undo CL 131750044 / 2d6d44ceb80eRuss Cox
2014-11-17[release-branch.go1.4] remove cmd/linkAndrew Gerrand
2014-11-17[release-branch.go1.4] debug/goobj: move to cmd/internal/goobjAndrew Gerrand
2014-11-16runtime: fix sudog leakRuss Cox
2014-11-16runtime: update URL for heap dump formatRuss Cox
2014-11-14net/http: add comment to clarify whether Dir is '/' or '\'.Nigel Tao
2014-11-12net/url: add example of using URL.Opaque with http.RequestBrad Fitzpatrick
2014-11-12hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2.Nigel Tao
2014-11-11regexp/syntax: Clarify comment of OpAnyCharNotNL.Robin Eklind