]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-08-15 Hiroshi Iokacmd/link: correct Mach-O file flag
2017-08-14 Keith Randallcmd/link,compile: Provide size for func types
2017-08-14 Josh Bleecher... runtime: refactor evacuate x/y handling
2017-08-14 Josh Bleecher... runtime: calculate k only once in mapiternext
2017-08-14 Josh Bleecher... runtime: special case allocation of arrays of size 1
2017-08-14 Josh Bleecher... runtime: use integer math for hashmap overLoadFactor
2017-08-14 Joe Tsaiarchive/tar: remove writeHeader and writePAXHeaderLegacy
2017-08-14 Joe Tsaiarchive/tar: implement specialized logic for GNU format
2017-08-14 Martin Möhrmannstrings: use slice instead of list and array in Fields...
2017-08-14 Martin Möhrmannruntime: replace some uses of newarray with newobject...
2017-08-14 Martin Möhrmannbytes: speed up Fields and FieldsFunc
2017-08-14 Martin Möhrmannstrconv: unify error creation in ParseUint with ParseInt
2017-08-14 Martin Möhrmannstrconv: adjust test output and names for parseUint...
2017-08-14 Keith Randallruntime: add a use of runtime.KeepAlive's argument
2017-08-14 Dmitry Vyukovcmd/go: parallelize fmt
2017-08-14 Ilya Tocarencoding/base32: improve performance in common case
2017-08-14 Hiroshi Iokacmd/link: don't link the same dylib multiple times
2017-08-14 Hiroshi Iokadebug/macho: add relocation types
2017-08-14 Hiroshi Iokacmd/go, cmd/link: enable buildmode=pie on darwin/amd64
2017-08-14 Justin Nußencoding/csv: preserve \r\n in quoted fields
2017-08-14 Daniel Martínet/http: various small cleanups
2017-08-14 Alberto Donizetticmd/compile/internal/syntax: fix 'delimiters' spelling
2017-08-14 griesemerspec: better comment in example for type definition
2017-08-14 Martin Möhrmannfmt: add ascii fast path for decoding verbs
2017-08-14 Carlos Eduardo Seoruntime, internal/cpu: CPU capabilities detection for...
2017-08-14 Joe Tsaiarchive/tar: adjust bytediff to print full context
2017-08-14 Joe Tsaiarchive/tar: implement specialized logic for PAX format
2017-08-14 Hiroshi Iokacmd/cgo: use first error position instead of last one
2017-08-14 Hiroshi Iokacmd/link: prefer to use constants in macho.go
2017-08-14 Hiroshi Iokacmd/link: don't emit default entry symbol in some situa...
2017-08-14 Hiroshi Iokadebug/macho: add some file flags
2017-08-14 Agniva De Sarkerencoding/hex: improve tests
2017-08-14 Justin Nußencoding/csv: report line start line in errors
2017-08-14 Hiroshi Iokacmd/link: remove redundant switch stmt
2017-08-14 Rob Pikecmd/vet: fix a couple of minor word choices in README
2017-08-14 Tobias Klausersyscall: add utimensat and use it for UtimesNano on...
2017-08-14 Kevin Burketime: remove unused parameter
2017-08-14 Austin ClementsRevert "Revert "cmd/compile: discard duplicate inline...
2017-08-14 Josh Bleecher... runtime: remove indentation in mapiternext
2017-08-14 Josh Bleecher... runtime: simplify hashmap tooManyOverflowBuckets
2017-08-14 Josh Bleecher... runtime: CSE some function arguments in evacuate
2017-08-14 Josh Bleecher... runtime: remove indentation in evacuate
2017-08-14 Josh Bleecher... runtime: make map deletion benchmarks faster to run
2017-08-13 Austin Clementsruntime: support DT_GNU_HASH in VDSO
2017-08-13 Audrey Limarchive/zip: fix Writer to validate file
2017-08-13 Martin Möhrmannstrconv: avoid truncation of output in parse int tests
2017-08-13 Martin Möhrmannstrings: speed up FieldsFunc
2017-08-13 Martin Möhrmannstrconv: fix ParseUint return value on range overflow
2017-08-13 Joe Tsaiarchive/tar: simplify toASCII and parseString
2017-08-12 Agniva De Sarkerarchive/tar: optimize formatPAXRecord() call
2017-08-12 Joe Tsaiarchive/tar: implement specialized logic for USTAR...
2017-08-12 Mark Wolfeencoding/binary: add example for Read multi
2017-08-12 Emmanuel Odeketext/template: support indexing into *int* maps
2017-08-11 Elias Naurruntime: fix crashing with foreign signal handlers...
2017-08-11 Hiroshi Iokaruntime/cgo: make code robust
2017-08-11 Cholerae Huruntime, cmd/compile: add intrinsic getclosureptr
2017-08-11 Alberto Donizetticmd/dist: add doc file to fix go doc dist
2017-08-11 Austin Clementscmd/trace: don't shift trace slices to 0
2017-08-11 Austin Clementscmd/trace: update HTML; expand viewer to whole window
2017-08-11 Gerrit Code... Merge "Merge remote-tracking branch 'origin/dev.debug...
2017-08-11 Carlos Eduardo Seoruntime: make sure R0 is zero before _main on ppc64le
2017-08-11 Tobias Klausertest: reenable ... test
2017-08-11 Lynn Bogercmd/compile: intrinsics for trunc, floor, ceil on ppc64x
2017-08-11 Austin ClementsMerge remote-tracking branch 'origin/dev.debug' into...
2017-08-11 Carlos Eduardo Seomath/big: improve performance for AddMulVVW and mulAddV...
2017-08-11 romanyxmath/bits: examples generator
2017-08-11 Brian Kesslermath/big: avoid unneeded sticky bit calculations
2017-08-11 Hiroshi Iokaruntime: move mincore from stubs.go to os_linux.go
2017-08-11 Daniel Martífmt: remove stopAtNewline unused parameter
2017-08-11 Hiroshi Iokaruntime/cgo: update comments
2017-08-11 Hiroshi Iokacmd/cgo: remove unused code
2017-08-11 Joe Tsaiarchive/tar: check for permissible output formats first
2017-08-11 Alex Brainmaninternal/poll: add tests for Windows file and serial...
2017-08-11 Joe Tsaiarchive/tar: ensure input fits in octal field
2017-08-11 Joe Tsaiarchive/tar: forbid NUL character in string fields
2017-08-11 Joe Tsaiarchive/tar: expand TestPartialRead to cover sparse...
2017-08-11 Joe Tsaiarchive/tar: simplify bytediff logic
2017-08-11 Joe Tsaiarchive/tar: fallback to pre-Go1.8 behavior on certain...
2017-08-11 Joe Tsaiarchive/tar: simplify Flush
2017-08-11 Hiroshi Iokacmd/link: check magic header
2017-08-11 moliviertime: add examples for Duration functions
2017-08-11 Tobias Klausertest: add missing escape analysis test
2017-08-11 Josh Bleecher... cmd/compile: unexport gc.Sysfunc
2017-08-10 Austin Clementsruntime: add "max waste" column to size class table...
2017-08-10 Joe Kyonet/http: remove an unused variable in readCookies...
2017-08-10 Mat Byczkowskidoc/1.9: add CL 44074 for net/http to the release notes
2017-08-10 Daniel Martígo/types: remove nil check around range
2017-08-10 Elias Naurruntime: when dying from a signal use the previous...
2017-08-10 Elias Naurruntime: allow crash() to raise SIGABRT on darwin/arm64
2017-08-10 Kevin Burketime: remove extra space in docstring
2017-08-10 Dave CheneyRevert "cmd/compile: discard duplicate inline method...
2017-08-09 Mikio Haranet, internal/poll: enable ListenMulticastUDP on solaris
2017-08-09 Daniel Martícmd/compile: remove some unused params in gc
2017-08-09 Sergey Frolovcrypto/tls: split clientHandshake into multiple methods
2017-08-09 Matthew Dempskycmd/compile: discard duplicate inline method bodies
2017-08-09 Matt Deedatabase/sql: fail on unsupported options when context...
2017-08-09 Michael McLoughlincrypto/rand: batch large calls to linux getrandom
2017-08-09 Brian Kesslercrypto/rsa: drop uneeded parameter in modInverse
2017-08-09 Wembley G.... math/bits: Add examples for Reverse functions
2017-08-09 Dmitri Shuralyovnet/http: log Readdir error to Server.ErrorLog
next