]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-10-27 Josh Bleecher... cmd/compile: use List instead of OKEY for OSLICE*
2016-10-27 Klaus Postcompress/flate: make compression level 0 consistent
2016-10-27 Klaus Postcompress/flate: level 1 (best speed) match across blocks
2016-10-27 Hiroshi Iokacmd/compile/internal/gc: remove EscScope
2016-10-26 Bill O'Farrellmath/big: uses SIMD for some math big functions on...
2016-10-26 Ben Burkertcrypto/tls: add CloseWrite method to Conn
2016-10-26 Joe Tsaiunicode/utf8: optimize ValidRune
2016-10-26 Robert Griesemergo/scanner: recognize invalid floating-point constant...
2016-10-26 Joe Tsaibytes, strings: fix regression in IndexRune
2016-10-26 Adam Langleycrypto/x509: use Certificate.Equals and CertPool.contains.
2016-10-26 Brad Fitzpatricknet/http/httptest: doc tweaks
2016-10-26 Brad Fitzpatricknet/http/httptest: add more docs on ResponseRecord...
2016-10-26 Jaana Burcu... context: add comments to the WithCancel example, apply...
2016-10-26 Carl Johnsonnet/http: Improve docs for Response.ParseForm
2016-10-26 Joe Tsaibytes, strings: fix snake-case in variable name
2016-10-26 Than McIntoshcmd/compile: avoid truncating fieldname var locations
2016-10-26 Brad Fitzpatricknet/http: add Server.ReadHeaderTimeout, IdleTimeout...
2016-10-26 Brad Fitzpatrickencoding/json: marshal the RawMessage value type the...
2016-10-26 Brad Fitzpatrickapi: update next.txt
2016-10-26 David Chasecmd/compile: add explicit 'where' to EscStep data for...
2016-10-26 Mikio Haranet/http: gofmt -w -s
2016-10-26 Austin Clementsruntime: scan mark worker stacks like normal
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...
next