]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-08-31 Cherry Zhangcmd/compile: remove redundant constant shift rules
2017-08-31 Johnny Luonet/url: make Parse+String round trip magnet URLs
2017-08-30 Chris Ballruntime: add symbols for Linux syscall numbers on 386...
2017-08-30 Carlos Eduardo Seoruntime: fix regression in BenchmarkCompareBytes* for...
2017-08-30 Hiroshi Iokacmd/cgo: support niladic function-like macros
2017-08-30 Joe Tsaiarchive/tar: minor doc fixes
2017-08-30 Joe Tsaiarchive/tar: require opt-in to PAX or GNU format for...
2017-08-30 Marvin Stengerruntime/internal/sys: use standard generated code header
2017-08-30 Michael Stapelbergcontext: fix lint warning “drop = 0 from declaration”
2017-08-30 Ilya Tocarcmd/compile/internal/ssa: remove redundant zeroextensio...
2017-08-30 griesemerdoc: minor clarification regarding the sharing of under...
2017-08-30 Ben Shicmd/compile: optimize ARM with MULS
2017-08-30 Martin Möhrmanncmd/compile: rename mapbucket to bmap
2017-08-30 Martin Möhrmanncmd/compile: avoid padding for indirect map key or...
2017-08-30 Martin Möhrmanncmd/compile: simplify check for pointers in map bucket
2017-08-30 Martin Möhrmannruntime: move dynamic makemap checks into cmd/compile
2017-08-30 Alex Brainmancmd/link: unexport all peSection fields
2017-08-30 Alex Brainmancmd/link: introduce and use peFile.addDWARF
2017-08-30 Hiroshi Iokacmd/link: refactor container()
2017-08-30 Joe Tsaiarchive/tar: populate uname/gname/devmajor/devminor...
2017-08-29 Luca Brunosyscall: drop dummy byte for oob in unixgram SendmsgN
2017-08-29 Ian Lance Taylorcmd/link: remove unused SFILE and FileSym
2017-08-29 Hiroshi Iokacmd/link: remove dead code
2017-08-29 Hiroshi Iokacmd/link: unexport Elfadddynsym
2017-08-29 Hiroshi Iokacmd/link: refactor addlib
2017-08-29 Guilherme Rezendenet/mail: parse cases when phrase has special chars...
2017-08-29 Austin Clementsruntime,cmd/trace: trace GC STW events
2017-08-29 Guilherme Rezendemime: ignore key on ParseMediaType when value don't...
2017-08-29 Daniel Martíall: join some chained ifs to unindent code
2017-08-29 Rob Pikeflag: document that custom usage functions are free...
2017-08-29 Hana Kimruntime/trace: improve package doc
2017-08-29 Ron Minnichos: don't assume /bin/pwd in test, find it in $PATH
2017-08-29 Elias Naurruntime: call sigtrampgo on solaris
2017-08-29 Hiroshi Iokacmd/cgo: update documentation on implementation details
2017-08-29 Dmitri Shuralyovtime: fix documentation of Round, Truncate behavior...
2017-08-29 André Carvalhoruntime/trace: add example about trace.Start/Stop
2017-08-29 Dmitry Vyukovruntime: add comments to race annotations
2017-08-29 Matthew Dempskycmd/compile: make more use of exported position information
2017-08-29 Marvin Stengerruntime: don't publish new itab table before growth...
2017-08-29 Carlos Eduardo Seocmd/asm, cmd/internal/obj/ppc64: add ISA 3.0 instructions
2017-08-29 Aliaksandr... cmd/vet: unexported Stringer and error fields cannot...
2017-08-29 Elias Naurruntime: forward crashing signals to late handlers
2017-08-29 Michael Mundayruntime: fix memhash64 on big endian systems
2017-08-29 Alex Brainmancmd/link: make it compile again (fixes build)
2017-08-29 Manish Goregaokarcmd/vet: add test that copylock catches copying a sync.Map
2017-08-29 Alex Brainmancmd/link: introduce and use peFile.writeOptionalHeader
2017-08-29 Alex Brainmancmd/link: introduce and use peFile.dataDirectory
2017-08-29 Alex Brainmancmd/link: introduce and use peFile.writeFileHeader
2017-08-29 Alex Brainmancmd/link: introduce and use peFile.writeSymbolTableAndS...
2017-08-29 Alex Brainmancmd/link: introduce and use peFile.writeSymbols
2017-08-29 Alex Brainmancmd/link: simplify writePESymTableRecords
2017-08-29 Alex Brainmancmd/link: introduce and use peFile.mapToPESection
2017-08-29 Alex Brainmancmd/link: introduce and use peFile.writeSymbol
2017-08-29 Alex Brainmancmd/link: move perelocsect into peFile.emitRelocations...
2017-08-29 Alex Brainmancmd/link: introduce peFile.ctorsSect and use it in...
2017-08-29 Alex Brainmancmd/link: introduce and use peFile.emitRelocations
2017-08-29 Alex Brainmancmd/link: introduce and use peSection.emitRelocations
2017-08-29 Hiroshi Iokacmd/link: fix warning for buildmode=plugin on darwin...
2017-08-29 Kunpei Sakaidebug/macho: add missing file flags
2017-08-29 Hiroshi Iokacmd/cgo: avoid using common names for sniffing
2017-08-28 Matthew Dempskycmd/compile: merge tempnamel into tempAt
2017-08-28 Josh Bleecher... cmd/compile: add Type.NumResults and friends
2017-08-28 Rob Pikecmd/doc: search for packages in the two-arg case
2017-08-28 Keith Randallcmd/compile: avoid generating large offsets
2017-08-28 Hana Kimcmd/trace: add -d that prints parsed traces
2017-08-28 Martin Möhrmannruntime: specialize memhash32 and memhash64
2017-08-28 Tom Bergandoc/1.9: add mention of net/http.LocalAddrContextKey
2017-08-28 Josh Bleecher... runtime: only clear key string's pointer in mapdelete_f...
2017-08-28 Josh Bleecher... runtime: remove t.indirectvalue handling in fast evacua...
2017-08-28 Josh Bleecher... runtime: speed up key copying in specialized evacuate...
2017-08-28 Josh Bleecher... runtime: remove handling of indirect key types in evacu...
2017-08-28 Josh Bleecher... runtime: remove handling of non-reflexive key types...
2017-08-28 Josh Bleecher... runtime: replace t.keysize with fixed key size in evacu...
2017-08-28 Josh Bleecher... runtime: add specialized copies of growWork and evacuate
2017-08-28 Michael Fraenkelnet/http: Set a timeout on Request.Context when using...
2017-08-28 Keith Randallcmd/compile: use keyed struct for asm tests
2017-08-28 Ilya Tocarcmd/compile/internal/ssa: Mark ADD[Q|L]const as remater...
2017-08-28 Karsten Köhlersort: add examples for IntsAreSorted, Float64s and...
2017-08-28 Elias Naurmisc/ios,src/iostest.bash: support GOIOS_DEVICE_ID
2017-08-28 David du Colombiercmd/compile: don't use MOVOstore for move on plan9...
2017-08-28 Artyom Pervukhinnet/http: mention RegisterOnShutdown in Server.Shutdown...
2017-08-28 Ben Shicmd/compile: optimize ARM with more efficient MOVB...
2017-08-28 Matej Baćoregexp: examples for Regexp.Expand and Regexp.ExpandStr...
2017-08-28 Wei Xiaocmd/internal/objfile: add arm64 disassembler support
2017-08-28 Daniel Martíall: remove some unused result params
2017-08-28 Hiroshi Iokacmd/link: refactor *reloc
2017-08-28 Josh Bleecher... cmd/compile: use raceX instead of raceXrange for types...
2017-08-28 Ulrich Kunitzcrypto/rsa: fix URL for the PKCS #1 v2.2 document in...
2017-08-28 Rob Pikefmt: document verbs %b %d %o %x %X for printing pointers
2017-08-28 Dmitri Shuralyovcmd/go/internal/load: fix IsMetaPackage function name...
2017-08-27 Hiroshi Iokacmd/link: avoid leaking file in ldshlibsyms
2017-08-26 Josh Bleecher... cmd/compile: don't generate race calls for zero-sized...
2017-08-26 Daniel Martíall: remove some double spaces from comments
2017-08-25 Joe Tsaiarchive/tar: improve package documentation
2017-08-25 Joe Tsaiarchive/tar: add raw support for global PAX records
2017-08-25 Hiroshi Iokacmd/link: fix debug message
2017-08-25 Daniel Martítesting: error if -parallel is given N<1
2017-08-25 Meir Fischertesting: ensure profiles are written upon -timeout...
2017-08-25 Artyom Pervukhincrypto/tls: fix docstring of Config.ClientSessionCache
2017-08-25 Joe Tsaiarchive/tar: support arbitrary PAX records
next