]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-10-04 Chris Broadfootdoc: add missing "Minor revisions" header for 1.9
2017-10-04 Sokolov Yuraruntime: fix using fastrand in sema.go
2017-10-04 Chris Broadfootdoc: document go1.9.1 and go1.8.4
2017-10-04 Russ Coxnet/smtp: fix PlainAuth to refuse to send passwords...
2017-10-04 Matthew Dempskycmd/compile: remove Local flags on Type and Node
2017-10-04 Matthew Dempskycmd/compile: mark closure structs as Noalg
2017-10-04 Russ Coxcmd/go: reject update of VCS inside VCS
2017-10-04 Marvin Stengermath/big: remove []byte/string conversions
2017-10-04 Russ Coxruntime: deflake TestPeriodicGC
2017-10-04 Julien Schmidtdatabase/sql: fix unreachable code in ColumnTypes test
2017-10-04 David Crawshawcmd/link: remove ctxt from objfile reader
2017-10-04 Gabriel Aszalosbytes: correct Map documentation
2017-10-04 David Crawshawcmd/link: convert symbol Add* functions to methods
2017-10-04 Andrew Bonventredoc: update contribute.html to clarify replying to...
2017-10-04 Author Namenet: increase expected time to dial a closed port on...
2017-10-04 David Crawshawcmd/link: support -X values for main.* in plugins
2017-10-04 David Crawshawcmd/link: remove coutbuf global variable
2017-10-03 David Crawshawcmd/link: remove SysArch global variable
2017-10-03 Keith Randallruntime: give modulesSlice the correct type
2017-10-03 Giovanni Bajoruntime: fix wall time computation in macOS High Sierra
2017-10-03 Russ Coxcmd/go: ignore -linkmode=external during cmd/cgo build
2017-10-03 Russ Coxcmd/go: drop PackageInternal.Pkgdir (unused)
2017-10-03 Russ Coxcmd/go: remove Action.Objpkg
2017-10-03 Russ Coxcmd/go: replace PackageInternal.GoFiles, AllGoFiles...
2017-10-03 Marvin Stengercmd/dist: fix mkdeps again
2017-10-03 Heschi Kreinickcmd/compile: use correct stack slots in location lists
2017-10-03 Lynn Bogercmd/dist: use -buildmode=pie for pie testing
2017-10-03 Tim Coopergo/printer: allow one-method interfaces to be printed...
2017-10-03 Joe Tsaiarchive/tar: fix typo in documentation
2017-10-03 griesemergo/printer: fix formatting of three-index slice expression
2017-10-03 Giovanni Bajoruntime: rename offsets macros to prepare for multiple...
2017-10-03 Florian Uekermanntime: enable ZONEINFO tzdata file support and error...
2017-10-03 Ian Lance Taylordoc: update GCC release info in gccgo_install
2017-10-03 Grant Griffithsnet/smtp: patch for SMTP injections
2017-10-03 Elias Naurmisc/ios: always kill lldb process when it hangs
2017-10-03 Russ Coxcmd/go: drop PackageInternal.Fake
2017-10-03 Russ Coxcmd/dist: fix mkdeps
2017-10-03 Russ Coxcmd/dist: change mkdeps to be more merge-friendly
2017-10-03 Austin Clementscmd/compile: rename (*Type).HasPointer to (*Type).HasHe...
2017-10-03 Lynn Bogerruntime: skip test that intermittently hangs on ppc64le
2017-10-03 Keith Randallcmd/compile: fix merge rules for panic calls
2017-10-03 Martin Kreichgauercrypto/x509: add string conversion of PKIX names
2017-10-02 Artyom Pervukhinnet/http: make TimeoutHandler recover child handler...
2017-10-02 Adam Langleycrypto/x509: abstract SAN parsing function
2017-10-02 Adam Langleycrypto/x509: reject empty name constraints extension
2017-10-02 Alan Donovancmd/vet: in rangeloop check, inspect for loop variables too
2017-10-02 Guilherme Rezendenet/http: use canonicalAddr on shouldCopyHeaderOnRedirect
2017-10-02 Alberto Donizetticmd/objdump: fix and re-enable arm test
2017-10-02 Russ Coxcmd/go: drop PackageInternal.External, SFiles
2017-10-02 Elias Naursync/atomic: add memory barriers to Load/StoreInt32...
2017-10-02 Tim Cooperbytes: explicitly state if a function expects UTF-8...
2017-10-01 Dave Cheneycmd/link/internal/ld: reduce the scope of some local...
2017-10-01 Cyrill Schumacherdatabase/sql: convertAssign string and time.Time into...
2017-09-30 Adam Langleyencoding/asn1: respect “explicit” and “tag” when unmars...
2017-09-30 Russ Coxcmd/go: stop creating nested temp directory trees
2017-09-30 Russ Coxcmd/go: hide work subdirectory names in gcc/clang objec...
2017-09-30 Russ Coxcmd/go: rename .o files going into final .a
2017-09-29 David Crawshawmisc/cgo/testplugin: add test for issue 18584
2017-09-29 Kevin Burkecmd/compile: fix spelling mistake
2017-09-29 Russ Coxcmd/go: declare runtime/cgo dependency for darwin/arm...
2017-09-29 Ian Lance Taylorcmd/go: don't modify input slice in gccSupportsFlag
2017-09-29 Marvin Stengercmd/compile: avoid copying in nilcheckelim2
2017-09-29 Russ Coxcmd/go: add gccgo support for recent work
2017-09-29 Russ Coxcmd/go: use -importcfg to invoke compiler, linker
2017-09-28 Daniel Martícmd/compile: add reflect to TestIntendedInlining
2017-09-28 Tim Cooperflag: align multi-line usage strings
2017-09-28 Daniel Martícmd/compile: simplify a few bits of the code
2017-09-28 Heschi Kreinickcmd/compile: cover control flow insns in location lists
2017-09-28 Matthew Dempskyreflect: fix method indexing for non-ASCII exported...
2017-09-28 Agniva De Sarkerdoc: fix minor capitalization typo
2017-09-28 Marvin Stengerruntime: delete unused function dumpbvtypes
2017-09-28 Ian Lance Taylornet: use newLocalListener in TestClosingListener.
2017-09-28 Ian Lance Taylornet: move some Linux-specific tests to unixsock_linux_t...
2017-09-27 Daniel Martícmd/compile: fix another invalid switch case panic
2017-09-27 Cyrill Schumacherdatabase/sql: TestConversions add forgotten fields...
2017-09-27 Agniva De Sarkercmd/cgo: simplify a call to strip spaces
2017-09-27 Joe Tsaireflect: add URL scheme for godoc hyperlinking
2017-09-27 Matthew Dempskyreflect: fix mutability of non-exported embedded fields
2017-09-27 Austin Clementsruntime: allow more CPUs on FreeBSD
2017-09-27 Austin Clementsruntime: clean up loops over allp
2017-09-27 Austin Clementsruntime: eliminate GOMAXPROCS limit
2017-09-27 Austin Clementsruntime: dynamically allocate allp
2017-09-27 Tobias Klausersyscall: correct TCGETS/TCSETS values on ppc64/ppc64le
2017-09-27 Jean-Francois... path/filepath: add example for Walk
2017-09-27 Ian Lance Taylortime: unify three readFile implementations into one
2017-09-27 Florian Uekermanntime: reduce OS dependent timezone related code
2017-09-27 Marvin Stengerencoding/json: remove superfluous comment
2017-09-27 Mihail Minaevnet/mail: parse group in email address
2017-09-27 Elias Naurnet: bump TestDialerDualStackFDLeak timeout on iOS
2017-09-27 Elias Naurcmd/go/internal/work: skip TestRespectSetgidDir on iOS
2017-09-27 Marvin Stengercmd/go: delete unused function isInGoToolsRepo
2017-09-27 Hiroshi Iokadebug/macho: fill Rpath.LoadBytes in NewFile
2017-09-27 Hiroshi Iokadebug/macho: parse relocations
2017-09-27 Alex Brainmansyscall: make Exit call runtime.exit
2017-09-27 Marvin Stengerall: prefer bytes.IndexByte over bytes.Index
2017-09-27 Marvin Stengerall: prefer strings.LastIndexByte over strings.LastIndex
2017-09-26 Daniel Martínet/http: error if Transport.Proxy returns https
2017-09-26 Austin Clementsruntime: make runtime.GC() trigger GC even if GOGC=off
2017-09-26 Ian Lance Taylorinternal/poll: don't return from Close until descriptor...
2017-09-26 Giovanni Bajoruntime: improve comments for nextSample
next