]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2017-05-18 Brad Fitzpatrickos: add some comments and remove an unused variable...
2017-05-18 Alessandro... cmd/compile: output DWARF lexical blocks for local...
2017-05-18 Alexander Menzhinskyos: lstat oldname before renaming
2017-05-18 Mark Ryanencoding/base32: ensure base32 decoder propagates error...
2017-05-18 Josh Bleecher... test: gofmt chan/*.go
2017-05-18 Daniel Theophanesdatabase/sql: allow drivers to support custom arg types
2017-05-18 griesemertest: restore fixedbugs/bug398.go to original version
2017-05-18 Josh Bleecher... test: add test for issue 18636
2017-05-18 Josh Bleecher... cmd/compile: search for remaining WB ops from end to...
2017-05-18 Josh Bleecher... cmd/compile: don't break up contiguous blocks in looprotate
2017-05-18 Alberto Donizettios: document that NewFile can return nil
2017-05-18 Alberto Donizetticmd/compile: don't panic in complex division
2017-05-18 Ben Shicmd/internal/obj/arm: remove illegal form of the SWI...
2017-05-18 Alex Brainmannet: adjust TestInterfaceHardwareAddrWithGetmac
2017-05-18 Alex Brainmancmd/link: make sure that runtime.epclntab lives in...
2017-05-18 Ian Lance Taylortest: add missing copyright header to checkbce.go
2017-05-17 Austin Clementsruntime/pprof: don't produce 0 location in count profiles
2017-05-17 Carl Henrik... runtime/pprof: deflake TestGoroutineCounts
2017-05-17 Josh Bleecher... cmd/compile: fuse from end to beginning
2017-05-17 Josh Bleecher... cmd/compile: seed rand with time when race enabled
2017-05-17 Hiroshi Iokacmd/cgo: support large unsigned macros
2017-05-17 Ian Lance Taylorcmd/go: don't fail on missing runtime/internal/sys...
2017-05-17 Ian Lance Taylorcmd/go: fix TestExecutableGOROOT if GOROOT is a symlink
2017-05-17 Ian Lance Tayloros: fix handling of ErrShortWrite in (*File).Write
2017-05-16 Sean Chittendenruntime: mmap(2) on Solaris & Illumos can return EAGAIN.
2017-05-16 Cherry Zhangruntime, syscall: in Plan 9 ARM asm, replace "SWI 0...
2017-05-16 Adam Langleycrypto/tls: pass argument to serverInit rather than...
2017-05-16 Cherry Zhangcmd/internal/obj/mips: add support of LLV, SCV, NOOP...
2017-05-16 Mark Harrisonpath: add examples
2017-05-16 Josh Bleecher... cmd/compile: eliminate some bounds checks from generate...
2017-05-16 Josh Bleecher... cmd/compile: lay out exit blocks last
2017-05-16 Wei Xiaocmd/internal/objabi: fix the bug of shrinking SymType...
2017-05-15 Robert Griesemergo/types: fewer spurious "declared but not used" follow...
2017-05-15 David Chasecmd/compile: don't attach lines to SB, SP, similar...
2017-05-15 Keith Randallcmd/compile: better check for single live memory
2017-05-15 Josh Bleecher... test: add test of deferred delete
2017-05-15 Dmitri Shuralyovgo/build: return partial information on Import error...
2017-05-15 Austin Clementsruntime/pprof: expand inlined frames in symbolized...
2017-05-15 Austin Clementsruntime/pprof: clean up call/return PCs in memory profiles
2017-05-15 Alex Brainmancmd/link: actually generate .debug_gdb_scripts section...
2017-05-14 Robert Griesemertext/scanner: clarify documentation on Pos and Position
2017-05-14 Josh Bleecher... cmd/compile: tweak ssa.html colors
2017-05-14 Josh Bleecher... cmd/compile: don't update outer variables after capture...
2017-05-13 wuyunzhoucontainer/heap: avoid up() invoke if down() success...
2017-05-13 Brad Fitzpatrickbuiltin: fix signature of the builtin function make
2017-05-13 Lars Jeppesenarchive/tar: remove file type bits from mode field
2017-05-12 Robert Griesemertext/scanner: use correct token position in example
2017-05-12 Matt Hardennet: allow Resolver to use a custom dialer
2017-05-12 Austin Clementsruntime: doubly fix "double wakeup" panic
2017-05-12 Austin Clementsruntime: print debug info on "base out of range"
2017-05-12 Ian Lance Taylorcmd/go: fix TestExecutableGOROOT on Windows
2017-05-12 Hiroshi Iokacmd/go: use filepath.Base for getting $CC name in TestC...
2017-05-12 Hiroshi Iokacmd/go: fix TestCgoContainsSpace
2017-05-11 Keith Randallcmd/compile: fix store chain in schedule pass
2017-05-11 Josh Bleecher... cmd/compile: restore panic deduplication
2017-05-11 Josh Bleecher... cmd/compile: don't use statictmps for SSA-able composit...
2017-05-11 Josh Bleecher... cmd/compile: avoid checkwidth of [...] arrays
2017-05-11 Tom Bergannet/http: for http2, use the priority write scheduler...
2017-05-11 Ben Shicmd/internal/obj: continue to optimize ARM's constant...
next