]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-06-05 Alberto Donizettiencoding/json: clarify unmarshaling behaviour on bad...
2017-06-05 Ilya Tocarruntime: avoid division in gc
2017-06-05 Austin Clementsruntime: expand acceptable PingPongHog factor from...
2017-06-05 Alexander Menzhinskycmd/go: reject -buildmode=plugin if package is not...
2017-06-03 Josh Bleecher... cmd/compile: add valState to ssa sizeof tests
2017-06-03 Alberto Donizetticmd/cgo: show pos info in undefined name errors
2017-06-02 Filippo ValsordaC: add Filippo Valsorda's cloudflare.com email (Cloudfl...
2017-06-02 Robert Griesemergo/printer: don't emit unnecessary //line directives...
2017-06-02 Alberto Donizettibytes: note that NewBuffer take ownership of its argument
2017-06-02 Dhananjay Nakranicmd/cover: take default value of total only once.
2017-06-02 David Lazarcmd/compile: retain source positions of arguments to...
2017-06-02 Ian Lance Taylorcmd/go: remove TestCoverageUsesActualSettingToOverrideE...
2017-06-02 Joe Tsaicompress/gzip: clarify behavior of Writer.Close
2017-06-01 Ian Lance Taylorsort: clarify comment about not-a-number values
2017-06-01 Ilya Tocarcmd/compile/internal/gc: speed-up small array comparison
2017-05-31 Chris Broadfootdoc: update bootstrap archive URL
2017-05-31 Ian Lance Taylorsort: document NaN behavior for Float64Slice and friends
2017-05-31 Cherry Zhangcmd/compile: fix subword store/load elision for MIPS
2017-05-31 Alberto Donizettimath/big: fix Add, Sub when receiver aliases 2nd operand
2017-05-31 Julio Montessyscall: allow processes steal a controlling terminal...
2017-05-31 Benny Siegertruntime: work around NetBSD bug in thread creation
2017-05-30 Aliaksandr... cmd/vet: add a test for embedded stringer
2017-05-30 Josh Bleecher... cmd/compile: don't generate liveness maps when the...
2017-05-30 David Chasecmd/compile: fix subword store/load elision for amd64...
2017-05-30 Marcel van... testing: clarify that subtests are run as goroutines
2017-05-30 Dmitry Savintsevcmd/link: fix left-over reference to reflect.c
2017-05-29 Mikio Haravendor: update vendored lif
2017-05-29 Wei Xiaoruntime: fix stack split at bad time when disable inlining
2017-05-29 Dmitry Savintsevruntime: fix file reference in comments
2017-05-28 Fatih Arslancmd/vet: set exit status to non zero for all cases
2017-05-26 Heschi Kreinickcmd/internal/dwarf: update to DWARF4, emit frame_base
2017-05-26 Filip Gruszczyńskiencoding/gob: speedup decoding of maps by zeroing values
2017-05-26 Tom Bergannet/http: update bundled x/net/http2
2017-05-26 Yasuhiro Matsumotoarchive/zip: set utf-8 flag
2017-05-26 Bryan C. Millsruntime/cgo: add TSAN annotations for C sigaction call
2017-05-26 Austin Clementsdebug/dwarf: heuristically handle both UNIX and Windows...
2017-05-26 Ian Lance Taylorcmd/cgo, runtime/cgo: add docs for TSAN interaction
2017-05-25 Ben Shicmd/asm/internal/asm: fix a bug in ARM assembly encodin...
2017-05-25 Ben Shicmd/internal/obj/arm: fix illegal forms of ARM VFP...
2017-05-25 Austin Clementsruntime: accept non-monotonic arena allocation on 32-bit
2017-05-25 Emmanuel Odekenet/http: revert CL 43779
2017-05-25 David du Colombiervendor: update golang.org/x/net/nettest
2017-05-24 Ian Lance Taylorruntime: fix ppc64le c-archive init
2017-05-24 Ian Lance Taylormisc/cgo/testcarchive: fix `go env` error message
2017-05-24 Joe Tsaicompress/bzip2: remove dead code in huffman.go
2017-05-24 Keith Randallcmd/compile: test for moving spills
2017-05-24 Joe Tsaivendor: add golang.org/x/net/nettest
2017-05-24 Chris Broadfootdoc: document go1.8.3
2017-05-24 Nicholas Maniscalcotime: update docs to clarify goroutine-safety expectati...
2017-05-24 Filip Gruszczyńskinet/http: Don't write 'Connection: close' header multip...
2017-05-24 Emmanuel Odekenet/http: deep copy Request.URL also in Request.WithCon...
2017-05-24 Brad Fitzpatricknet/http: permit incoming CONNECT requests without...
2017-05-24 Michael Darakanandastrings: simplify indexFunc
2017-05-24 David Chasecmd/dist: ensure android-implies-linux for file names...
2017-05-24 Emmanuel Odekenet/http: polish gzip case insensitive test
2017-05-24 Jan Berktoldnet/http: make Transport respect non lower case Content...
2017-05-24 Brad Fitzpatrickvendor: update golang.org/x/net/http2/hpack
2017-05-24 Brad Fitzpatricknet/http: update bundled x/net/http2
2017-05-23 Tom Bergannet/http: Add Server.RegisterOnShutdown
2017-05-23 Brad Fitzpatricknet/http/httptest: make ResponseRecorder.Result.Status...
2017-05-23 Michael Fraenkelmime/multipart: parse boundary with spaces properly
2017-05-23 Austin Clementsruntime: use pselect6 for usleep on linux/386
2017-05-23 Hiroshi Iokacmd/cgo: support indirect macro expansion for string
2017-05-23 Brad Fitzpatrickcmd/go: include GOARM and GO386 in computed build ID
2017-05-23 Wade Simmonscrypto/rand: only read necessary bytes for Int
2017-05-23 Austin Clementsruntime: remove unused copies of special stack guards
2017-05-23 Austin Clementsruntime: fix stackCache=0 debug mode
2017-05-23 Austin Clementsruntime: fix stackFromSystem returning memory
2017-05-23 Chris Broadfootdoc: document go1.8.2 and go1.7.6
2017-05-23 Austin Clementsruntime: don't corrupt arena bounds on low mmap
2017-05-23 Joe Richey... crypto/rand: use blocking getrandom call on Linux when...
2017-05-23 Alex Brainmanos/exec: ignore some pipe write errors on windows
2017-05-22 Gustav Westlingencoding/base32: add Encoding.WithPadding, StdPadding...
2017-05-22 Albert Nigmatzianovlog: Prevent getting time if it's unnecessary
2017-05-22 Dhananjay Nakranicmd/go: warn on -race with -covermode=set.
2017-05-22 Steven Hartlandcmd/go: Document that -cover causes incorrect line...
2017-05-22 Volker Doblernet/http/cookiejar: increase test coverage
2017-05-22 Robert Griesemercmd/compile: report correct position in redeclaration...
2017-05-22 Volker Doblernet/http: send more cookie values in double quotes
2017-05-22 Tristan Colgatenet/http/httputil: ReverseProxy should pass on unannoun...
2017-05-22 Alberto Donizettidoc: mention that go tools is needed to access some...
2017-05-22 Daniel Theophanesdatabase/sql: allow Stmt Query and Exec methods to...
2017-05-22 Steven Hartlandmime/multipart: Allow ReadForm to process large non...
2017-05-22 Emmanuel Odekenet/http: make ServeMux preserve query string during...
2017-05-22 Ben Shicmd/internal/obj/arm: report invalid .S/.P/.W suffix...
2017-05-22 Rob Phoenixnet: add examples for ParseIP, IP.DefaultMask & IP...
2017-05-20 Mikio Haranet: add test for RawConn.Control on Windows
2017-05-20 Mikio Harainternal/poll: implement RawControl of FD on Windows
2017-05-19 Brad Fitzpatrickdoc: remove mentions of yacc tool
2017-05-19 Kevin Burkenet/url: add examples for URL.Hostname and URL.RequestURI
2017-05-19 Daniel Martícmd/compile: make duplicate expr cases readable
2017-05-19 Austin Clementsruntime: use pselect6 for usleep on linux/amd64 and...
2017-05-19 Mikio Haranet: make {TCP,UDP,IP,Unix}Conn compliant of syscall...
2017-05-19 Mikio Harainternal/poll: add RawControl, RawRead and RawWrite...
2017-05-19 Mikio Harasyscall: add Conn and RawConn interfaces
2017-05-19 Alex Brainmannet: make syscall name consistent with others
2017-05-19 Alex Brainmaninternal/poll: remove unused ioSrv.ExecIO parameter
2017-05-19 Alex Brainmanos: make windows Stat as fast as Lstat for files and...
2017-05-19 Kevin Burkecmd/compile/internal/ssa: fix spelling mistake
2017-05-19 David du Colombiercmd/compile: skip TestScopeRanges on Plan 9
next