aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-07cmd/go: disable vendoredImportPath for code outside $GOPATHgo1.5beta1Russ Cox
2015-07-07cmd/compile: allow static init for unsafe.Pointer(&x) where x is globalRuss Cox
2015-07-07net/http: fix MaxBytesReader at EOFBrad Fitzpatrick
2015-07-07net/http: revert overly-strict part of earlier smuggling defenseBrad Fitzpatrick
2015-07-07cmd/compile: initialize line number properly for temporariesDavid Chase
2015-07-07runtime: randomize scheduling in -race modeRuss Cox
2015-07-07cmd/go: ignore volume name case when checking vendor pathDaniel Theophanes
2015-07-07cmd/go: create executable when installing to working directoryRoss Light
2015-07-07cmd/go: do not panic on invalid import path containing "/vendor/"Daniel Theophanes
2015-07-07net/http/httputil: make ReverseProxy support TrailersBrad Fitzpatrick
2015-07-06doc: tools for go1.5.htmlRob Pike
2015-07-05doc/go1.5.html: fix typoElias Naur
2015-07-05cmd/go: delete references to old tools (5a etc.) from cmd/go docsRob Pike
2015-07-03math/rand: improve NewZipf documentationJosh Bleecher Snyder
2015-07-03image/draw: fix double-draw when the dst is paletted.Nigel Tao
2015-07-02doc: finish the small library changes in go1.5.html; start work on toolsRob Pike
2015-07-02cmd/trace: log errors to console in AJAX handlerDmitry Vyukov
2015-07-02Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn"Mikio Hara
2015-07-02mime/multipart: fix bug when body contains prefix of the boundaryBrad Fitzpatrick
2015-07-02internal/trace: add comment for stable sortDmitry Vyukov
2015-07-02crypto: fix non-sentence in documentation for DecrypterRob Pike
2015-07-02internal/trace: stable sort eventsDmitry Vyukov
2015-07-02doc: add most major changes and most net changes to go1.5.htmlRob Pike
2015-07-01encoding/xml: minor changesRoger Peppe
2015-07-01cmd/trace: fix time scaleDmitry Vyukov
2015-07-01doc: more library in go1.5.htmlRob Pike
2015-06-30database/sql: make Register safe for concurrent useBrad Fitzpatrick
2015-06-30net/http: harden Server against request smugglingBrad Fitzpatrick
2015-06-30internal/singleflight: deflake testBrad Fitzpatrick
2015-06-30go/types: change {Type,Object,Selection}String to accept a Qualifier functionAlan Donovan
2015-06-30cmd/link: reject data size > 2 GBRuss Cox
2015-06-30cmd/compile: allow linker to drop string headers when not neededRuss Cox
2015-06-30cmd/compile: fix race detector handling of OBLOCK nodesRuss Cox
2015-06-30net/textproto: don't treat spaces as hyphens in header keysBrad Fitzpatrick
2015-06-30cmd/trace: sort procsDmitry Vyukov
2015-06-30net/http: harden, document func SetCookie and type CookieBrad Fitzpatrick
2015-06-30net/url: only record RawPath when it is neededRuss Cox
2015-06-30cmd/compile/internal/gc: give OASWB nameDmitry Vyukov
2015-06-30encoding/xml: fix xmlns= behaviorRoger Peppe
2015-06-30cmd/go: use GOOS and GOARCH from build context for "go generate"Andrew Gerrand
2015-06-30image/gif: accept LZW encodings that do not have an explicit end marker.Nigel Tao
2015-06-30compress/lzw: return the partial decoding for a truncated input.Nigel Tao
2015-06-30archive/tar: move round-trip reading into common os fileAlex Brainman
2015-06-30net/http: add a Request.Cancel channel.Aaron Jacobs
2015-06-29cmd/compile: reject large floating point exponents without math/bigRuss Cox
2015-06-29io: tweak Reader commentRuss Cox
2015-06-29path/filepath: document and test behavior of SkipDir on filesRuss Cox
2015-06-29cmd/link: detect -X setting non-string variableRuss Cox
2015-06-29doc: finish listing the non-crypto non-net small API changesRob Pike
2015-06-29go/types: go/types: add an API test of the Scope typeAlan Donovan