]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-10-25 Rob Pikecmd/doc: show documentation for interface methods when...
2016-10-25 Josh Bleecher... cmd/go: add more env variables to "go bug"
2016-10-25 shaharkocmd/compile, cmd/link: more efficient typelink generation
2016-10-25 Mohit Agarwalmath/cmplx: prevent infinite loop in tanSeries
2016-10-25 Matthew Dempskycmd/compile: cleanup gdata slightly
2016-10-25 Matthew Dempskygo/types: match cmd/compile's alignment for complex64
2016-10-25 David Chasecmd/compile: added test to ensure that accidental fix...
2016-10-25 Josh Bleecher... runtime, syscall: appease vet
2016-10-25 Josh Bleecher... cmd/vet/all: remove cmd/compile/internal/big special...
2016-10-25 Lynn Bogercmd/internal: add shift opcodes with shift operands...
2016-10-25 Josh Bleecher... cmd/vet/all: update whitelists
2016-10-25 Josh Bleecher... cmd/compile: place OIDATA next to OITAB
2016-10-25 Josh Bleecher... crypto/tls: fix vet issues again
2016-10-25 Josh Bleecher... cmd/compile: clean up rule logging helpers
2016-10-25 Russ Coxcmd/go: bypass install to os.DevNull entirely, test...
2016-10-25 Michael Mundaycmd, runtime: remove s390x 3 operand immediate logical ops
2016-10-25 Michael Mundaycmd/compile: intrinsify atomic operations on s390x
2016-10-25 Martin Möhrmannimage/color: improve speed of RGBA methods
2016-10-25 shaharkocmd/compile, cmd/link: stop generating unused go.string...
2016-10-25 shaharkocmd/compile: only generate ·f symbols when necessary
2016-10-25 Paul Marksnet: add hostname warnings to all first(isIPv4) functions.
2016-10-25 Russ Coxruntime: accept timeout from non-timeout semaphore...
2016-10-25 Ian Lance Taylorcmd/cgo: throw if C.malloc returns nil
2016-10-25 Hiroshi Iokapath/filepath: make TestToNorm robust
2016-10-25 Alex Brainmancmd/link/internal/ld: remove goto from ldpe.go
2016-10-25 Robert Griesemercmd/compile: simplify parsing of type aliases
2016-10-25 Robert Griesemercmd/compile: implement package-level aliases (no export...
2016-10-25 Josh Bleecher... test: delete bugs directory
2016-10-25 David du Colombiernet: handle "dns failure" as errNoSuchHost on Plan 9
2016-10-24 Brad Fitzpatricktesting/quick, text/tabwriter: freeze packages
2016-10-24 Alexander Döringmath,math/cmplx: fix linter issues
2016-10-24 Joshua Boeltercrypto/tls: add VerifyPeerCertificate to tls.Config
2016-10-24 Josh Bleecher... cmd/compile: preserve type information in inrange
2016-10-24 Cherry Zhangcmd/internal/obj/mips: store LR before update SP in...
2016-10-24 David du Colombiernet: fix TestCloseError on Plan 9
2016-10-24 Josh Bleecher... cmd/compile: remove OREGISTER, Node.Reg
2016-10-24 Russ Coxcmd/internal/objfile: remove debugging print
2016-10-24 Russ Coxencoding/json: fix bad formatting introduced in CL...
2016-10-24 Michael Fraenkelnet/http/httputil: log err encountered during reversepr...
2016-10-24 Lynn Bogercmd/compile: add rule to use ANDN for a&^b on ppc64x
2016-10-24 Matthew Dempskycmd/internal/obj: drop Addr's Gotype field
2016-10-24 Alan Donovancmd/vet: cgo: emit no error for calls to C.CBytes
2016-10-24 Russ Coxcmd/cgo: document C.malloc behavior
2016-10-24 Mohit Agarwalmath/big: fix alignment in Float.Parse docs
2016-10-24 Alexander Döringdatabase/sql: fix possible context leak in test
2016-10-24 Josh Bleecher... all: minor vet fixes
2016-10-24 Dan Caddiganos: add ErrClosed, return for use of closed File
2016-10-24 Russ Coxpath/filepath: fix match of \\?\c:\* on Windows
2016-10-24 Russ Coxnet/url: reject colon in first segment of relative...
2016-10-24 Russ Coxdoc/faq: mention that copying discussion is semantics...
2016-10-24 Russ Coxruntime: fix invariant comment in chan.go
2016-10-24 Russ Coxhtml/template: add test case for unbounded template...
2016-10-24 Russ Coxhtml/template, text/template: docs and fixes for templa...
2016-10-24 Russ Coxnet: there are no invalid domain names anymore
2016-10-24 Russ Coxgo/build: allow % in ${SRCDIR} expansion for Jenkins
2016-10-24 Russ Coxgo/build: do not record go:binary-only-package if build...
2016-10-24 Russ Coxlog: document that log messages end in newlines
2016-10-24 Russ Coxnet/mail: expose ParseDate, for use parsing Resent...
2016-10-24 Quentin Smithcmd/doc: continue searching after error reading directory
2016-10-24 Russ Coxruntime, cmd/link: fix netbsd/arm EABI support
2016-10-24 Russ Coxreflect: fix DeepEqual for some cyclic corner cases
2016-10-24 Russ Coxcmd/go: fix test for moved package in go get -u
2016-10-24 Russ Coxcmd/go: allow 'go generate' even if imports do not...
2016-10-24 Russ Coxcmd/go: document that cmd/foo is only in Go repo, never...
2016-10-24 Russ Coxcmd/go: referee another vendor vs symlink fight
2016-10-24 Quentin Smithbufio: remove unnecessary "continue"
2016-10-24 Martin Möhrmanncmd/compile: replace ANDL with MOV?ZX
2016-10-24 Alex Brainmanruntime/cgo: do not link math lib by default on windows
2016-10-24 Austin Clementsruntime: make mspan.isFree do what's on the tin
2016-10-24 Austin Clementsruntime: make morestack less subtle
2016-10-23 Alexander Döringdoc: update size of "hello, world" binary in FAQ
2016-10-23 Hiroshi Iokapath/filepath: pass TestToNorm even if VolumeName(tmpdi...
2016-10-22 Alex Brainmansyscall: use ERROR_IO_PENDING value in errnoErr
2016-10-22 Brad Fitzpatricknet/http: add NoBody, don't return nil from NewRequest...
2016-10-22 Josh Bleecher... runtime: skip TestLldbPython
2016-10-22 Russ Coxnet/url: make URL implement encoding.BinaryMarshaler...
2016-10-22 Adam Langleynet/http: drop custom tls.Config cloning code.
2016-10-22 Joe Tsaiarchive/tar: validate sparse headers in parsePAX
2016-10-22 Brad Fitzpatricknet/http: document Transport.ExpectContinueTimeout...
2016-10-22 Brad Fitzpatricknet: clarify LookupAddr docs on libc's behavior, and...
2016-10-22 Brad Fitzpatricknet/http: add Request.GetBody func for 307/308 redirects
2016-10-21 Robert Griesemercmd/compile: avoid one symbol lookup for qualified...
2016-10-21 Matthew Dempskycmd/compile: fix detection of duplicate cases for integ...
2016-10-21 Matthew Dempskycmd/compile: prevent ICE from misuse of [...]T arrays
2016-10-21 Matthew Dempskycmd/compile: directly construct Fields instead of ODCLF...
2016-10-21 Brad Fitzpatricknet/http: make Redirect escape non-ASCII in Location...
2016-10-21 Adam Langleyvendor/golang_org/x/crypto/curve25519: update to f62085...
2016-10-21 Brad Fitzpatricknet/http: update bundled http2
2016-10-21 Brad Fitzpatricknet: make all Resolver methods respect Resolver.PreferGo
2016-10-21 Brad Fitzpatricknet/http/httptrace: clarify ClientTrace docs
2016-10-21 Joe TsaiRevert "cmd/compile: cleanup toolstash hacks from previ...
2016-10-21 Ian Lance Taylorcmd/cgo: preserve original call arguments when pointer...
2016-10-21 Austin Clementsruntime: fix call* signatures and deferArgs with siz=0
2016-10-21 Austin Clementsruntime: replace *g with guintptr in trace
2016-10-21 Daniel Theophanesdatabase/sql: update the conversion errors to be clearer
2016-10-21 Michael Mundaycmd/asm, cmd/internal/obj/s390x: fix VFMA and VFMS...
2016-10-20 David Chasecmd/compile: Repurpose old sliceopt.go for prove phase.
2016-10-20 Klaus Postcompress/gzip, compress/zlib: add HuffmanOnly as compre...
2016-10-20 Robert Griesemercmd/compile: a couple of minor comment fixes
2016-10-20 Nigel Taoimage/color: tweak the formula for converting to gray.
next