]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-10-17 Russ Coxcmd/dist: use debug/pe directly for cmd/link
2016-10-17 Russ Coxcmd/dist: copy needed packages from standard library...
2016-10-17 Russ Coxencoding/json: fix decoding of null into Unmarshaler...
2016-10-17 Ben Burkertcrypto/tls: add CloseWrite method to Conn
2016-10-17 Victor Vrantchanencoding/pem: add Decode example
2016-10-17 Martin Möhrmannruntime: speed up non-ASCII rune decoding
2016-10-17 Emmanuel Odekenet/http: support multiple identical Content-Length...
2016-10-17 David du Colombiernet: skip TestReadTimeoutUnblocksRead on Plan 9
2016-10-17 Klaus Postcompress/flate: use correct table for size estimation
2016-10-17 Yasuhiro Matsumotocrypto/x509: implement SystemCertPool on Windows
2016-10-17 Daniel Theophanesdatabase/sql: add option to use named parameter in...
2016-10-17 Martin Möhrmannbytes: encode size of rune read by ReadRune into lastRe...
2016-10-17 Brad Fitzpatricknet/http: add more docs on ErrHijacked
2016-10-17 Brad Fitzpatricksyscall, net: make deadline changes affect blocked...
2016-10-17 Caleb Sparehtml/template: fix Clone so that t.Lookup(t.Name()...
2016-10-17 Alex Brainmanmisc/cgo/testcarchive: do not use same executable name...
2016-10-16 Rob Piketesting: mention in docs for Logf that a final newline...
2016-10-16 Rob Pikecmd/go: use normal code 2 for 'no such tool'
2016-10-16 Brad Fitzpatricknet: enable a test on nacl
2016-10-16 Brad Fitzpatrickdoc: update go1.8.txt
2016-10-16 Hiroshi Iokapath/filepath: simplify TestToNorm
2016-10-16 Alex Carolnet/rpc: add missing import to rpc server documentation
2016-10-15 Austin Clementstest: simplify fixedbugs/issue15747.go
2016-10-15 Austin Clementsruntime: use more go:nowritebarrierrec in proc.go
2016-10-15 Austin Clementsruntime: mark several types go:notinheap
2016-10-15 Austin Clementsruntime: make mSpanList more go:notinheap-friendly
2016-10-15 Austin Clementscmd/compile: add go:notinheap type pragma
2016-10-15 Austin Clementscmd/compile, runtime: add go:yeswritebarrierrec pragma
2016-10-15 Ilya Tocarstrings: use Index in Count
2016-10-15 Daniel Theophanesdatabase/sql: add support for multiple result sets
2016-10-14 Rob Pikecmd/cover: handle gotos
2016-10-14 Robert Griesemerspec: fix examples for predeclared function complex
2016-10-14 Alex Brainmanos: use FindFirstFile when GetFileAttributesEx fails...
2016-10-13 Brad Fitzpatricknet/http: allow Handlers to test Hijacked conn without...
2016-10-13 Michael Mundaycrypto/{aes,cipher}: fix panic in CBC on s390x when...
2016-10-13 Filippo Valsordaexpvar: add Value methods
2016-10-13 Austin Clementsdoc: catch go1.8.txt up on runtime changes
2016-10-13 Alan Donovango/internal/gcimporter: set Pos attribute of decoded...
2016-10-13 Alex Brainmancmd/link/internal/ld: use debug/pe package to rewrite...
2016-10-13 Russ Coxencoding/xml: split attribute marshaling into its own...
2016-10-13 Anthony Caninocmd/compile: "abc"[1] is not an ideal constant
2016-10-13 Russ Coxencoding/json: handle misspelled JSON literals in ...
2016-10-13 Ian Lance Taylorcmd/cgo: use alias for unsafe rather than separate...
2016-10-13 Matthew Dempskycmd/compile: stop allocating Name and Param for ODCLFIELD
2016-10-13 Matthew Dempskycmd/compile: cleanup toolstash hacks from previous CL
2016-10-13 Matthew Dempskycmd/compile: add OSTRUCTKEY for keyed struct literals
2016-10-13 Matthew Dempskycmd/compile: replace aindex with typArray
2016-10-13 Alex Brainmanos: make readConsole handle its input and output correctly
2016-10-13 Hiroshi Iokacmd/compile/internal/gc: cleanup esc.go
2016-10-13 Alex Brownecmd/vet: check for duplicate json, xml struct field...
2016-10-13 Michael Prattcmd/internal/obj: document Prog
2016-10-13 Shenghou Macmd/objdump: enable tests on ppc64/ppc64le
2016-10-13 Shenghou Macmd/internal/objfile: add ppc64/ppc64le disassembler...
2016-10-13 Russ Coxcmd: add golang.org/x/arch/ppc64/ppc64asm for disassembly
2016-10-13 Allan Simonencoding/xml: prevent omitempty from omitting non-nil...
2016-10-13 Xia Binmisc/cgo/test: add test that gccgo fails
2016-10-12 Russ Coxsyscall: update darwin/amd64 for timespec change
2016-10-12 Joe Tsaiarchive/tar: reduce allocations in formatOctal
2016-10-12 Lynn Bogercmd/asm: recognize CR1-CR7 on ppc64x branch instructions
2016-10-12 Keith Randallcmd/compile,runtime: redo how map assignments work
2016-10-12 Russ Coxunicode: change SimpleFold to handle invalid runes
2016-10-12 David Crawshawcmd/link: force external linking for plugins
2016-10-12 Adam Langleycrypto/tls: enable X25519 by default.
2016-10-12 Adam Langleycrypto/tls: support X25519.
2016-10-12 Adam Langleycrypto/tls: fix printing of OpenSSL output when updatin...
2016-10-12 Adam Langleyvendor/golang_org/x/crypto/curve25519: new package
2016-10-12 Adam Langleycrypto/tls: switch to OpenSSL 1.1.0 for test data.
2016-10-12 Joe Tsaiarchive/tar: fix and cleanup readOldGNUSparseMap
2016-10-12 Joe Tsaiarchive/tar: handle integer overflow on 32bit machines
2016-10-12 Hiroshi Iokaunicode: panic if given rune is negative in SimpleFold
2016-10-12 Momchil Velikovcmd/compile: trim more blocks
2016-10-12 Kevin Burkesyscall: document that Exec wraps execve(2)
2016-10-12 Cyrill Schumachernet/http: optimize internal cookie functions
2016-10-12 Alan Donovango/types: expose Default function, which converts untyp...
2016-10-12 Alan Donovantest: add test for issue 17039
2016-10-12 Emmanuel Odekeruntime: update mkduff legacy comments
2016-10-12 Jean-Nicolas... os: add examples of environment functions
2016-10-12 Hiroshi Iokapath/filepath: add a test case for EvalSymlinks error
2016-10-12 Dave Cheneycmd/compile/internal/gc: add runtime/trace support
2016-10-12 Joshua Boelterruntime: check for errors returned by windows sema...
2016-10-12 David du Colombiercmd/link: use HEADR to define FlagTextAddr (cosmetic...
2016-10-12 Mikio Haranet: update doc for unimplemented feature on Plan 9
2016-10-12 David du Colombiercmd/link: fix build on plan9/amd64
2016-10-12 Ian Lance Taylorsyscall: unify NsecToTime{spec,val}, fix for times...
2016-10-12 Chris McGeenet: implement network interface API for Plan 9
2016-10-12 Sina Siadatos: add example for IsNotExist
2016-10-12 Shawn Walker... cmd/link: non-executable stack support for Solaris
2016-10-12 Gyu-Ho Leeruntime/pprof: preallocate slice in pprof.go
2016-10-12 Alex Brainmanos: add new tests for symbolic links and directory...
2016-10-12 Tristan Ooohrycmd/go: added verbose error from matchGoImport
2016-10-12 Xuyang Kangencoding/base64: This change modifies Go to take strict...
2016-10-12 Gustav Westlingcmd/gofmt: simplify map key literals
2016-10-12 Keith Randallcmd/compile: update ssa html help text
2016-10-12 Dmitri Shuralyovpath/filepath: remove unneeded doc statement for SplitList
2016-10-12 Gleb Stepanovruntime: fix typo in comments
2016-10-12 Michael Mundayruntime: remove canBackTrace variable from TestGdbPython
2016-10-12 Michael Prattcmd/pprof: instruction-level granularity in callgrind...
2016-10-12 Filippo Valsordacmd/trace: add option to output pprof files
2016-10-11 Ian Lance Taylorsyscall: unify TimespecToNsec and TimevalToNsec
2016-10-11 James Clarkedebug/elf: add sparc64 relocations
next