]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-10-18 Rob Pikeencoding/gob: use simple append-only buffer for encoding
2014-10-17 Rob Pikeencoding/gob: custom array/slice decoders
2014-10-17 Dmitriy Vyukovruntime/pprof: fix memory profiler test
2014-10-17 Russ Coxcmd/gc: don't use static init to initialize small struc...
2014-10-17 Russ Coxreflect: a few microoptimizations
2014-10-17 Rob Pikeencoding/gob: speed up encoding of arrays and slices
2014-10-17 Russ Coxruntime/pprof: fix test
2014-10-17 Russ Coxruntime: remove comment that leaked into CL 153710043
2014-10-17 Brad FitzpatrickCONTRIBUTORS: add James Robinson (Google CLA)
2014-10-17 Russ Coxundo CL 159990043 / 421fadcef39a
2014-10-16 Robert Griesemerspec: define "variable"
2014-10-16 Damien Neilreflect: fix struct size calculation to include termina...
2014-10-16 Damien NeilCONTRIBUTORS: add Damien Neil
2014-10-16 David du Colombiersyscall: don't cache environment variables on Plan 9
2014-10-16 Russ Coxruntime/pprof: disable new memory test
2014-10-16 Russ Coxruntime: make pprof a little nicer
2014-10-16 Dmitriy Vyukovruntime: fix memory profiler
2014-10-16 Russ Coxcmd/gc: elide write barrier for x = x[0:y] and x =...
2014-10-16 Adam Langleycrypto/tls: support TLS_FALLBACK_SCSV as a server.
2014-10-15 Russ Coxcmd/gc: simplify compiled code for explicit zeroing
2014-10-15 Nigel Taounicode/utf8: fix docs for DecodeRune(empty) and friends.
2014-10-15 Chris Manghanecmd/go: add '_go_' suffix to go files compiled by gccgo...
2014-10-15 Russ Coxcmd/gc: do not copy via temporary for writebarrierfat...
2014-10-15 Russ Coxreflect: shorten value to 3 words
2014-10-15 Russ Coxreflect: add fast path for FieldByIndex with len(index...
2014-10-15 Russ Coxruntime: remove hand-generated ptr bitmaps for reflectcall
2014-10-15 Russ Coxdatabase/sql: add Drivers, returning list of registered...
2014-10-15 Russ Coxos/exec: document that Stdin goroutine must finish...
2014-10-15 Chris Manghanecmd/gc: blank methods are not permitted in interface...
2014-10-15 Brad Fitzpatricknet/http: don't send implicit gzip Accept-Encoding...
2014-10-15 Brad Fitzpatricknet/http: don't reuse a server connection after any...
2014-10-15 Ian Lance Taylorcrypto/x509: correct field name in comment
2014-10-15 Russ Coxliblink: require DATA lines to be ordered by offset...
2014-10-15 Jens Frederichgo/build: Return MultiplePackageError on importing...
2014-10-15 Russ Coxcmd/gc, runtime: fix race, nacl for writebarrier changes
2014-10-15 Rob Pikeencoding/gob: make encoding structs a little faster
2014-10-15 Chris Manghanecmd/gc: check for initialization cycles in method values
2014-10-15 Alex Brainmanruntime: handle all windows exception (second attempt)
2014-10-14 Keith Randallmath/big: Allow non-prime modulus for ModInverse
2014-10-14 Russ Coxcmd/gc: add 2-, 3-, 4-word write barrier specializations
2014-10-14 Russ Coxcmd/gc: fix 'make' in cmd/gc directory
2014-10-14 Keith Randallruntime: a few optimizations of scanblock.
2014-10-14 Adam Langleycrypto/x509: continue to recognise MaxPathLen of zero...
2014-10-13 Casey Marshallmath/big: Fixes issue 8920
2014-10-13 Chris Manghanetest: add test for gccgo-specific issue 8079
2014-10-13 David du Colombieros: handle 'no parent' error as IsNotExist on Plan 9
2014-10-13 Rob Pikenet/rpc: fix mutex comment
2014-10-13 Ian Lance Taylorreflect: generated unrolled GC bitmask directly
2014-10-12 Ian Lance Taylorgo1.4: add note about change to bufio.SplitFunc at EOF
2014-10-11 Alex Brainmancmd/ld: do not assume that only pe section names start...
2014-10-11 Alex Brainmancmd/ld: correct pe section names if longer then 8 chars
2014-10-11 Shenghou Macmd/ld: fix off-by-one error when emitting symbol names
2014-10-10 Alex Brainmannet: link skipped TestReadFromUDP to the issue
2014-10-10 Adam Langleyencoding/asn1: fix explicitly tagged Times.
2014-10-09 Alex Brainmannet: skip new TestReadFromUDP on nacl and plan9 (fixes...
2014-10-09 Ron Hashimotonet: disable SIO_UDP_CONNRESET behavior on windows.
2014-10-09 Ian Lance Taylordebug/elf: add comments explaining applyRelocations...
2014-10-09 Dmitriy Vyukovruntime: add comment to mgc0.h
2014-10-09 Brad FitzpatrickC: add Hana Kim (Google CLA)
2014-10-09 David du Colombiernet/rpc: fix build
2014-10-09 David du Colombiernet/rpc: skip TestGobError on Plan 9
2014-10-09 Alex Brainmanundo CL 145150043 / 8b3d26697b8d
2014-10-09 Alex Brainmanruntime: handle all windows exception
2014-10-09 Alex Brainmanmisc/cgo/test: add Test8517
2014-10-09 Keith Randallruntime: zero a few more dead pointers.
2014-10-08 Ian Lance Taylorcmd/ld: don't add line number info for the final addres...
2014-10-08 Michael Hudson... reflect: add direct call tests to TestMakeFuncVariadic
2014-10-08 Keith Randallruntime: delay freeing of shrunk stacks until gc is...
2014-10-08 Ian Lance Taylorreflect: add tests for variadic method calls
2014-10-08 Ian Lance TaylorA+C: Ron Hashimoto (individual CLA)
2014-10-08 Dmitriy Vyukovruntime: faster GC scan
2014-10-08 Russ Coxruntime: clear Defer.fn before removing from the G...
2014-10-08 Russ Coxruntime: fix windows/amd64 build
2014-10-08 Russ Coxruntime: change Windows M.thread from void* to uintptr
2014-10-08 Russ Coxruntime: clear Defer.panic before removing from G.defer...
2014-10-08 Russ Coxnet/rpc: listen on localhost, let kernel pick port
2014-10-08 Andrew Gerranddoc: use "keyed" instead of "tagged" in Go 1 compatibil...
2014-10-08 Andrew Gerrandcmd/go: add ImportComment to Package struct
2014-10-07 Keith Randallruntime: zero pointer-looking scalararg values
2014-10-07 Keith Randallruntime: update heap dump format for 1.4
2014-10-07 Russ Coxruntime: fix _cgo_allocate(0)
2014-10-07 Robert Griesemermath/big: fix doc comments
2014-10-07 Rob Pikenet/rpc: add test for issue 7689 (gob error should...
2014-10-07 Russ Coxcmd/5c, cmd/6c, cmd/8c: make failure to optimize fatal
2014-10-07 Russ Coxcmd/gc: fix print format
2014-10-07 Russ Coxruntime: crash if we see an invalid pointer into GC...
2014-10-07 Russ Coxencoding/json: fix handling of null with ,string fields
2014-10-07 Russ Coxruntime: remove type-punning for Type.gc[0], gc[1]
2014-10-07 Jens Frederichnet/http: fix authentication info leakage in Referer...
2014-10-07 Brad Fitzpatrickdoc/go1.4.txt: useless change to tickle builders
2014-10-07 Russ Coxcmd/ld: ignore .Linfo_stringNN variables in clang ...
2014-10-06 Russ Coxos, syscall: test Chtimes on directories, fix on Windows
2014-10-06 Brad Fitzpatrickstrings: use fast path for IndexRune
2014-10-06 Brad Fitzpatrickgo/build: update docs for GOOS.go change
2014-10-06 Rob Pikedoc/go1.4.txt: GOOS suffixes require underscores to...
2014-10-06 Rob Pikego/build: do not consider "android.go" to be android...
2014-10-06 Evan Kroskecmd/gc: prohibit short variable declarations containing...
2014-10-06 Russ Coxos: recomment MkdirAll
2014-10-06 Russ Coxos: make Process.Signal 'process finished' error consis...
2014-10-06 Russ Coxnet/url: document result of String
next