]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-04-20 David Crawshawcmd/link: move declarations into loops
2016-04-20 OneOfOnemath/big: implement GobDecode/Encode for big.Float
2016-04-20 David Crawshawtest: print output on link -X failure
2016-04-20 Michael Mundaycrypto/aes: add s390x assembly implementation
2016-04-20 Keith Randallcmd/compile: forward-looking desired register biasing
2016-04-20 Jamil Djadalacontainer/heap: correct number of elements in BenchmarkDup
2016-04-20 Keith Randallruntime: simplify mallocgc flag argument
2016-04-20 Alex Brainmandebug/pe: move some code into section.go and symbol.go
2016-04-20 Alex Brainmandebug/pe: introduce StringTable type
2016-04-20 Alex Brainmandebug/pe: add some documentation and TODO
2016-04-20 Keith Randallcmd/compile,runtime: pass elem type to {make,grow}slice
2016-04-20 Josh Bleecher... runtime: call mallocgc directly from makeslice and...
2016-04-19 Andrew Gerranddoc: document go1.6.2
2016-04-19 Matthew Dempskycmd/compile/internal/gc: simplify typecheck's Efoo...
2016-04-19 Julia Hansbroughruntime: updated SIGSYS to cause a panic + stacktrace
2016-04-19 Robert Griesemerstrconv: fix ParseFloat for special forms of zero values
2016-04-19 Brad Fitzpatrickcrypto/x509: fix copy/paste-o in error message
2016-04-19 Keith Randallcmd/compile: convT2{I,E} don't handle direct interfaces
2016-04-19 Alexandru Moșoicmd/compile: transform some Phis into Or8.
2016-04-19 Robert Griesemergo/types: trailing semis are ok after valid fallthrough
2016-04-19 Josh Bleecher... runtime: add maxSliceCap
2016-04-19 Josh Bleecher... cmd/compile: static composite literals are side-effect...
2016-04-19 Josh Bleecher... cmd/compile: fix isStaticCompositeLiteral
2016-04-19 Robert Griesemergo/types: accept trailing empty stmts in terminating...
2016-04-19 Michael Mundaycrypto/aes: de-couple asm and go implementations
2016-04-19 Josh Bleecher... cmd/compile: re-enable in-place append optimization
2016-04-19 Robert Griesemerspec: refine rules about terminating statements
2016-04-19 Michael Mundaycrypto/aes: delete TestEncryptBlock and TestDecryptBlock
2016-04-19 Mikio Haranet: add support for Zone of IPNet
2016-04-19 Alex Brainmannet: stop using GetHostByName and GetServByName
2016-04-19 David du Colombiernet: enable DualStack mode on Plan 9
2016-04-19 David du Colombiernet: enable TestDialParallel, TestDialerFallbackDelay...
2016-04-18 Robert Griesemercmd/compile: fix internal consistency check with binary...
2016-04-18 David du Colombiernet: handle hangup in read on Plan 9
2016-04-18 David Crawshawcmd/link: shorter type symbol names
2016-04-18 Keith Randallcmd/compile: logical operation identities
2016-04-18 David Crawshawcmd/link, cmd/compile: typelink sorting in linker
2016-04-18 David Crawshawreflect: test that method name offset is valid
2016-04-18 Josh Bleecher... runtime: add benchmarks for in-place append
2016-04-18 Keith Randallcmd/compile: eliminate copy for static literals
2016-04-18 Brad Fitzpatricknet: fix plan9 after context change, propagate contexts...
2016-04-18 David Crawshawcmd/link: use gold when dynamic linking on arm64
2016-04-18 Brad Fitzpatricknet/http: document Hijacker and Flusher more
2016-04-18 Ian Lance Taylorcmd/compile: a dot expression can not be a struct liter...
2016-04-18 David Crawshawcmd/compile, etc: use name offset in method tables
2016-04-18 David Crawshawcmd/link: use -znocopyreloc when dynamic linking
2016-04-18 Andrew Gerrandcmd/go: mention that _test.go files are ignored when...
2016-04-18 Klaus Postcompress/flate: use uncompressed if dynamic encoding...
2016-04-18 David Symondsdoc: link to iant's generics proposal from the FAQ.
2016-04-17 Ian Lance Taylor.gitignore: don't ignore y.output
2016-04-17 Emmanuel Odekefmt: remove extra space in doc for compound objects
2016-04-17 Martin Möhrmannfmt: fix padding when precision is set for integer...
2016-04-17 Josh Bleecher... crypto/x509: gofmt
2016-04-17 Josh Bleecher... image/draw: remove some bounds checks from DrawYCbCr
2016-04-17 Josh Bleecher... cmd/compile/internal/ssa: use Compare instead of Equal
2016-04-16 Brad Fitzpatrickencoding/json: update docs to not use misuse the term...
2016-04-16 Austin Clementsruntime: scavenge memory on physical page-aligned bound...
2016-04-16 Austin Clementsruntime: check that sysUnused is always physical-page...
2016-04-16 Austin Clementsruntime: check kernel physical page size during init
2016-04-16 Austin Clementsruntime: remove empty 386 archauxv
2016-04-16 Austin Clementsruntime: common handling of _AT_RANDOM auxv
2016-04-16 Austin Clementsruntime: common auxv parser
2016-04-16 Emmanuel Odekenet/http: normalize empty port in URL.Host's ":port"
2016-04-16 Brad Fitzpatricknet/http: add Transport.Dialer, plumb RoundTrip context...
2016-04-16 David du Colombiernet: ignore lack of deadline support on Plan 9
2016-04-15 Morten Siebuhrnet: fix looking up port numbers starting with numbers.
2016-04-15 Brad Fitzpatricknet: context plumbing, add Dialer.DialContext
2016-04-15 Ian Lance Taylorcmd/cgo: add missing formatting directive in error...
2016-04-15 Matthew Dempskycmd/compile: remove dead flags
2016-04-15 Matthew Dempskyarchive/tar: style nit: s/nano_buf/nanoBuf/
2016-04-15 Mikio Hararuntime: don't always unblock all signals on dragonfly...
2016-04-15 Martin Möhrmannfmt: optimize struct layout and intbuf size
2016-04-15 Conrad Irwinnet/mail: allow utf-8 in ParseAddress
2016-04-15 Ilya Tocarhash/adler32: Unroll loop for extra performance.
2016-04-15 Martin Möhrmannimage/color: order color computation to match rgb
2016-04-15 Matthew Dempskyall: remove unnecessary type conversions
2016-04-15 Nigel Taocompress/flate: fix a fmt.Fprintf style nit in a test.
2016-04-15 Matthew Dempskycmd/internal/obj, cmd/link: random style cleanups
2016-04-15 Matthew Dempskycmd: remove unnecessary type conversions
2016-04-15 Matthew Dempskycmd/internal/sys: cleanup documentation
2016-04-15 Mikio Haranet: cache IPv6 zone information for applications using...
2016-04-15 Mikio Haranet: relax TestInterfaces and TestInterfaceAddrs for...
2016-04-15 Todd Nealcmd/compile: speed up dom checking in cse
2016-04-14 Joe Tsaicompress/gzip: fix Reader to properly check FHCRC
2016-04-14 Andrew Gerranddoc: add classes to version tags in source install...
2016-04-14 Robert Griesemercmd/compile: first cut at exporting position info
2016-04-14 Keith Randallcmd/compile: fix register size for ODOTPTR result
2016-04-14 Austin Clementssync/atomic: don't atomically write pointers twice
2016-04-14 Austin Clementsruntime: make sync_atomic_SwapPointer signature match...
2016-04-14 Keith Randallruntime/internal/sys: better fallback algorithms for...
2016-04-14 Michael Hudson... cmd/go: deduplicate gccgo afiles by package path, not...
2016-04-14 Michael Hudson... cmd/go: fix "#cgo pkg-config:" comments with gccgo
2016-04-14 Josh Bleecher... crypto/aes: fix vet warnings in gcm_amd64.s
2016-04-14 Ian Lance Taylordoc: GCC 6 will have the Go 1.6.1 user libraries
2016-04-14 David Crawshawcmd/compile: use type. prefix on importpath symbol
2016-04-14 Josh Bleecher... cmd/compile: clear hidden value at end of channel range...
2016-04-14 Michael Mundaytest: use correct value in error message in init1.go
2016-04-14 Jeremy Jackinsruntime: find a home for orphaned comments
2016-04-14 Michael Mundaycrypto/cipher: enable fastXORBytes on s390x
2016-04-14 David Chasecmd/compile: fix use of original spill name after sinking
next