]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-10-26 David du Colombiernet/rpc: enable TestGobError on Plan 9
2016-10-26 Austin Clementscmd/compile: remove unused writebarrierptr, typedmemmov...
2016-10-26 David du Colombieros: consider only files from #M as regular on Plan 9
2016-10-26 Russ Coxflag: arrange for FlagSet.Usage to be non-nil by default
2016-10-26 Rob Pikeall: freeze net/rpc and reword the 'frozen' message...
2016-10-26 Rob Pikedoc/effectivego: reword confusing sentence
2016-10-26 Austin Clementsruntime: fix bad pointer with 0 stack barriers
2016-10-26 Austin Clementsruntime: debug code to panic when marking a free object
2016-10-26 Austin Clementsruntime: simplify reflectcall write barriers
2016-10-26 Russ Coxcmd/go: report missing vendor visibility error
2016-10-26 Filippo Valsordacrypto/tls: expand ClientHelloInfo
2016-10-26 Russ Coxfmt: document that unexported struct fields don't get...
2016-10-26 Russ Coxcmd/go: diagnose non-canonical import paths before...
2016-10-26 Russ Coxcmd/vet: diagnose non-space-separated struct tag like...
2016-10-26 Michael Mundaycmd/compile: improve s390x SSA rules for logical ops
2016-10-26 Alexander Morozovruntime: fix comments in time.go
2016-10-26 Francesc Campoycmd/dist: ignore stderr when listing packages to test
2016-10-25 Matthew Dempskycmd/compile: slightly regularize interface method types
2016-10-25 Keith RandallRevert "Revert "cmd/compile: inline convI2E""
2016-10-25 Joe Tsainet/http: fix redirect logic to handle mutations of...
2016-10-25 Matthew Dempskycmd/compile: don't wrap numeric or type literals in...
2016-10-25 Matthew Dempskycmd/compile: remove old lexer and parser
2016-10-25 Austin Clementsruntime: eliminate allspans snapshot
2016-10-25 Austin Clementsruntime: make markrootSpans time proportional to in...
2016-10-25 Austin Clementsruntime: make sweep time proportional to in-use spans
2016-10-25 Austin Clementsruntime: expand comment on work.spans
2016-10-25 Austin Clementsruntime: use len(h.spans) to indicate mapped region
2016-10-25 Austin Clementsruntime: consolidate h_spans and mheap_.spans
2016-10-25 Austin Clementsruntime: eliminate mheap.nspan and use range loops
2016-10-25 Austin Clementsruntime: consolidate h_allspans and mheap_.allspans
2016-10-25 Matthew Dempskycmd/compile/internal/gc: enable new parser by default
2016-10-25 David du Colombiersyscall: use name+(NN)FP on plan9/amd64
2016-10-25 David du Colombiersyscall: use name+(NN)FP on plan9/386
2016-10-25 Cherry Zhangcmd/compile: add a writebarrier phase in SSA
2016-10-25 Cherry Zhangcmd/internal/obj: save link register in leaf function...
2016-10-25 Tom Bergannet/http: add an interface for server push
2016-10-25 Lynn Bogercmd/objdump: updates from golang.org/x/arch/ppc64/ppc64asm
2016-10-25 Russ Coxcmd/vet: accept space-separated tag lists for compatibi...
2016-10-25 Ian Lance Taylormisc/cgo/errors: fix malloc test for dragonfly
2016-10-25 shaharkocmd/internal/obj: Use bitfield for LSym attributes
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
next