]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2017-09-26 Keith Randallcmd/compile: fix sign-extension merging rules
2017-09-26 Nicolas BRULEZsyscall: allow abstract unix socket to use the full...
2017-09-26 Ian Lance Taylorcmd/link: don't use internal linking mode for cgo on...
2017-09-26 Lynn Bogercmd/compile: fix regression in PPC64.rules move zero
2017-09-26 Alex Brainmaninternal/poll: be explicit when using runtime netpoller
2017-09-26 Anfernee Yongkun Guicmd/compile: fix print/println when input is uint
2017-09-25 Joe Tsaiarchive/tar: avoid empty IO operations
2017-09-25 Joe Tsaicompress/bzip2: fix checksum mismatch on empty reads
2017-09-25 Daniel Martícmd/compile: add runtime GC funcs to inlining test
2017-09-25 Ilya Tocarregexp: make (*bitState).push inlinable
2017-09-25 Keith Randallcmd/compile: improve static map initialization
2017-09-25 Gabriel Aszalosstrings: improve readability of IndexAny and LastIndexA...
2017-09-25 Wei Congruipath/filepath: ensure Walk report unreadable directorie...
2017-09-25 Gabriel Aszalosbytes: improve readability of IndexAny and LastIndexAny...
2017-09-25 Marvin Stengerall: prefer strings.IndexByte over strings.Index
2017-09-25 Alessandro... runtime: fix TestGdbConst on windows
2017-09-25 griesemergo/types: don't accept incorrect shift expression arguments
2017-09-25 Daniel Martícmd/compile: merge bytes inline test with the rest
2017-09-25 Daniel Martícmd/compile: refactor some more gotos away
2017-09-24 Minaev Mikenet/mail: skip trailing comment while parsing email
2017-09-24 Agniva De Sarkersort: update main example to use Slice along with Sort
2017-09-24 Daniel Martícmd/go: move GOOS/GOARCH and tags checks to Init
2017-09-24 Ian Lance Tayloros: don't refer directly to Sysfd in epipecheck
2017-09-24 Daniel Theophanesdatabase/sql: update minor sql docs
2017-09-24 Daniel Martícmd/compile: fix invalid switch case value panic
2017-09-24 Alex Brainmanpath/filepath: simplify TestEvalSymlinks
2017-09-24 Alex Brainmancmd/go: ignore empty path elements in GOPATH
2017-09-23 James Lawrencedatabase/sql: add OpenDB to directly create a *DB witho...
2017-09-23 Daniel Martícmd/compile: clarify adjustctxt inlining comment
2017-09-23 Hajime Hoshicmd/compile/internal/gc: unexport global constants
2017-09-23 Giovanni Bajoarchive/tar: fix sparse files support on Darwin
2017-09-23 Shawn Smithcmd/vet: remove extraneous "//" in dead.go so its comme...
2017-09-23 Joe Tsaiencoding/json: cleanup detection of unexported embedded...
2017-09-22 Austin Clementsruntime: hide <autogenerated> methods from call stack
2017-09-22 Austin Clementsruntime: simplify stack walk in panicwrap
2017-09-22 Austin Clementsruntime: remove getcallerpc argument
2017-09-22 Ian Lance Tayloros/exec: remove protection against simultaneous Wait...
2017-09-22 Austin Clementsruntime: re-add sanity check for GCCPUFraction
2017-09-22 David Chasecmd/compile: add intrinsic for reading caller's pc
2017-09-22 Ian Lance Taylorruntime: don't call lockOSThread for every cgo call
2017-09-22 Alessandro... cmd/compile,cmd/link: export int global consts to DWARF
2017-09-22 Daniel Martícmd/compile: add more runtime funcs to inline test
2017-09-22 Daniel Martícmd/compile: remove unused cases from switch
2017-09-22 Daniel Martícmd/compile: remove a few unnecessary gotos
2017-09-22 Matthew Dempskycmd/compile/internal/types: unexport Type.Copy
2017-09-22 David du Colombierarchive/tar: skip TestSparseFiles on Plan 9
2017-09-22 Tobias Klauserruntime: fix typo in the word "preceding"
2017-09-22 Daniel Martíall: use sort.Slice in a few more places
2017-09-22 Carlos Eduardo Seosyscall: update syscall.Select to use newselect on...
2017-09-22 Michael Mundaycrypto/elliptic: gofmt
2017-09-22 Daniel Martícmd/compile: collect reasons in inlining test
2017-09-22 Marvin Stengermath/big: delete solved TODO
2017-09-21 Joe Tsaiarchive/tar: perform test for hole-detection on specifi...
2017-09-21 Hiroshi Iokacmd/nm: accept macho files which don't have symbol...
2017-09-21 Gabriel Aszalosbytes: add documentation to reader methods
2017-09-21 Joe Tsaiarchive/tar: make check for hole detection support...
2017-09-21 Ben Shicmd/compile: optimized ARM code with BFX/BFXU
2017-09-21 Michael Darakanandacontext: fix references to "d" in WithDeadline docs
2017-09-21 Hiroshi Iokacmd/nm: handle cgo archive
2017-09-21 Avelinocmd/link: Grouping declaration of variables on ld/pe.go
2017-09-20 Cherry Zhangcmd/compile: use a counter to track whether writebarrie...
2017-09-20 Matthew Dempskycmd/compile/internal/gc: update comment in plive.go
2017-09-20 Joe Tsaiarchive/tar: add Header.DetectSparseHoles and Header...
2017-09-20 Agniva De Sarkermath: implement fast path for Exp
next