]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-06-24 Brad FitzpatrickA+C: automated updates
2016-06-23 David Crawshawreflect: optimize (reflect.Type).Name
2016-06-23 David Crawshawcmd/compile, etc: bring back ptrToThis
2016-06-23 Ian Lance Taylortesting: document that logs are dumped to standard...
2016-06-23 Ian Lance Taylorhtml/template: update security model link
2016-06-23 Ian Lance Taylorcmd/yacc: error rather than panic when TEMPSIZE is...
2016-06-23 Keith Randallcmd/objdump: fix disassembly suffixes
2016-06-22 Michael MundayCONTRIBUTORS: add people who contributed to s390x port...
2016-06-22 Alan Donovancmd/vet/internal/cfg: don't crash on malformed goto...
2016-06-22 Alan Donovancmd/vet: fix a crash in lostcancel check
2016-06-22 Robert Griesemercmd/compile: fix error msg mentioning different package...
2016-06-22 Robert Griesemertest: add -s flag to commands understood by run.go
2016-06-21 Alan Donovandoc: describe vet -lostcancel in go1.7 release notes
2016-06-21 Alan Donovancmd/vet: -lostcancel: check for discarded result of...
2016-06-21 qeedcmd/cgo: error, not panic, if not enough arguments...
2016-06-21 Rob Piketext/template: clarify the default formatting used...
2016-06-21 Ian Lance Taylorcmd/pprof: don't use offset if we don't have a start...
2016-06-21 Ian Lance Taylorruntime: panic with the right error on iface conversion
2016-06-20 Ian Lance Taylorruntime: set PPROF_TMPDIR before running pprof
2016-06-20 Andrew Gerrandcmd/go: for generate, use build context values for...
2016-06-20 Ian Lance Taylortest: add missing copyright notice
2016-06-20 Andrew Gerranddoc: update architectures on source install instructions
2016-06-20 Mikio Haradoc/go1.7.html: don't mention obsolete RFC
2016-06-20 Emmanuel Odekedoc/go1.7.html: net/http RFC 2616 conformation + timeou...
2016-06-19 Alex Brainmandebug/pe: handle files with no string table
2016-06-17 Michael Mundaycmd/compile: use power5 instructions for uint64 to...
2016-06-17 Austin Clementsruntime: eliminate poisonStack checks
2016-06-16 Austin Clementsruntime: fix stale comment in lfstack go1.7beta2
2016-06-16 Austin Clementscmd/dist: make zosarch.go deterministic
2016-06-16 Hana Kiminternal/trace: err if binary is not supplied for old...
2016-06-16 Ian Lance Taylorruntime: remove useless loop from CgoCCodeSIGPROF test...
2016-06-15 Matthew Dempskygo/ast: fix comments misinterpreted as documentation
2016-06-15 Ian Lance Taylorruntime: if the test program hangs, try to get a stack...
2016-06-15 Cherry Zhangsyscall: skip TestUnshare if kernel does not support...
2016-06-15 Andrew Gerrandnet/http: pass through server side Transfer-Encoding...
2016-06-15 Sameer Ajmanicontext: document how to release resources associated...
2016-06-14 Ian Lance Taylornet: don't run TestLookupDotsWithLocalSource in short...
2016-06-14 Mikio Haraos: fix blockUntilWaitable on freebsd/{386,arm}
2016-06-14 David Crawshawcmd/compile, etc: handle many struct fields
2016-06-14 Ian Lance Taylorcrypto/x509: don't ignore asn1.Marshal error
2016-06-14 Ian Lance Taylorcmd/go: include .syso files even if CGO_ENABLED=0
2016-06-14 Ian Lance Taylorcmd/go: remove obsolete comment referring to deleted...
2016-06-14 Mikio Haraos: fix build on freebsd/arm
2016-06-13 Mikio Haraos: use wait6 to avoid wait/kill race on freebsd
2016-06-13 Mikio Haraos: use waitid to avoid wait/kill race on darwin
2016-06-13 Ian Lance Taylorruntime: collect stack trace if SIGPROF arrives on...
2016-06-13 Keith Randallcmd/link: put padding between functions, not at the...
2016-06-12 David Chasecmd/compile: fix OASWB rewriting in racewalk
2016-06-12 Dmitri Shuralyovcmd/go: remove invalid space in import comment docs
2016-06-11 Keith Randallruntime: aeshash, xor seed in earlier
2016-06-10 Ian Lance Tayloros: on GNU/Linux use waitid to avoid wait/kill race
2016-06-10 Robert Griesemergo/parser: document that parse functions need valid...
2016-06-10 Ian Lance Taylorcmd/go: clarify go get documentation
2016-06-10 Michael Mundaysyscall: add a padding field to EpollEvent on s390x
2016-06-10 Jess Frazelleencoding/csv: update doc about comments whitespace
2016-06-09 Cherry Zhangruntime: set $sp before $pc in gdb python script
2016-06-09 Keith Randallcmd/compile: for tail calls in stubs, ensure args are...
2016-06-09 Ian Lance Taylorcmd/cgo: fix use of unsafe argument in new deferred...
2016-06-09 Ian Lance Taylorcmd/cgo: use function arg type for _cgoCheckPointerN...
2016-06-09 Ian Lance Taylortime: document that RFC822/1123 don't parse all RFC...
2016-06-09 Kenny Granttime: genzabbrs.go skips Feb when checking months
2016-06-09 Jason Barnettcrypto/subtle: expand abbreviation to eliminate confusion
2016-06-09 Ian Lance Tayloros: document that the runtime can write to standard...
2016-06-09 Ian Lance Taylorcmd/go: only run TestGoGetHTTPS404 where it works
2016-06-08 Cherry Zhangcmd/compile: nilcheck interface value in go/defer inter...
2016-06-08 Michael Mundayruntime/cgo: restore the g pointer correctly in crossca...
2016-06-08 Elias Naurmisc/android: make the exec wrapper exit code parsing...
2016-06-08 Ian Lance Taylormisc/cgo/testsanitizers: don't run some TSAN tests...
2016-06-08 Andrew Gerrandnet/http: update bundled http2
2016-06-08 Keith Randallcmd/compile: cgen_append can handle complex targets
2016-06-07 Keith Randallcmd/compile: fix heap dump test on android
2016-06-07 Keith Randallcmd/compile: use fake package for allocating autos
2016-06-07 Andrew Gerrandcmd/dist: use "set" instead of "export" in diagnostic...
2016-06-06 Andrew Gerrandnet/http: send StatusOK on empty body with TimeoutHandler
2016-06-06 Andrew Gerrandtime: warn about correct use of a Timer's Stop/Reset...
2016-06-06 Andrew Gerrandnet/http: send one Transfer-Encoding header when "chunk...
2016-06-05 Keith Randallruntime: fix typo
2016-06-03 Mikio HaraRevert "cmd/go: re-enable TestCgoConsistentResults...
2016-06-03 Mikio Haracmd/go: re-enable TestCgoConsistentResults on solaris
2016-06-03 Ian Lance Taylorcmd/cgo: check pointers for deferred C calls at the...
2016-06-03 Ian Lance Taylordoc/go1.7.html: html tidy
2016-06-03 Stephen McQuay... cmd/go: match go-import package prefixes by slash
2016-06-03 David Crawshawreflect: clear tflag for StructOf type
2016-06-03 Ian Lance Taylorruntime/cgo: add TSAN locks around mmap call
2016-06-03 Ian Lance Taylordoc/go1.7.html: add missing <code> and </a>
2016-06-03 Ian Lance Taylorcmd/link: avoid name collision with DWARF .def suffix
2016-06-03 Mikio Haranet: don't leak test helper goroutine in TestAcceptTimeout
2016-06-03 Marcel van... bytes: use Run method for benchmarks
2016-06-03 Michael Hudson... cmd/internal/obj, runtime: fixes for defer in 386 share...
2016-06-03 Andrew Gerrandcmd/go: fix staleness test for releases, also deflake it
2016-06-03 Ian Lance Taylordoc/go1.7.html: net/mail.ParseAddress is stricter
2016-06-03 David Glasserencoding/json: fix docs on valid key names
2016-06-02 Mikio Harasyscall: deflake TestUnshare
2016-06-02 Marcel van... strconv: use Run for some benchmarks
2016-06-02 Ian Lance Taylorruntime: only permit SetCgoTraceback to be called once
2016-06-02 Ian Lance Taylorruntime/cgo: avoid races on cgo_context_function
2016-06-02 Alexander Morozovsyscall: call setgroups for no groups on GNU/Linux
2016-06-02 Steve Phillipsdoc/go1.7.html: typo fix; replace "," at end of sentenc...
2016-06-02 Alberto Donizettidoc/go1.7: fix typo in nsswitch.conf name
2016-06-02 Sebastien Binetreflect: document StructOf embedded fields limitation
next