]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-09-15 Josh Bleecher... cmd/go: make bug subcommand open the browser
2016-09-15 Matthew Dempskycmd/compile, runtime: remove throwreturn
2016-09-15 Matthew Dempskycmd/compile: deduplicate appendpp functions
2016-09-15 Matthew Dempskycmd/compile: eliminate differences in appendpp functions
2016-09-15 Matthew Dempskycmd/compile: remove more dead code
2016-09-15 Matthew Dempskycmd/compile: remove ginscon2 functions
2016-09-15 Dave Cheneycmd/compile/internal/gc: unexport helper functions
2016-09-15 Dave Cheneycmd/compile/internal/gc: remove dead code
2016-09-15 Keith Randallcmd/compile: delete lots of the legacy backend
2016-09-15 Keith Randallcmd/compile: redo nil checks
2016-09-14 Josh Bleecher... cmd/dist: run vet/all on dedicated builders
2016-09-14 Matthew Dempskycmd/compile: fix comma-ok assignments for non-boolean ok
2016-09-14 Martin Möhrmanncmd/compile: intrinsify slicebytetostringtmp when not...
2016-09-14 Josh Bleecher... cmd/vet/all: check platforms concurrently
2016-09-14 Joe Tsaitime: document in UnixNano when the value is valid
2016-09-14 Matthew Dempskycmd/compile: add Nodes.Prepend helper method
2016-09-14 Brad Fitzpatrickmath/big: cut 2 minutes off race tests
2016-09-14 Brad Fitzpatricksort: cut 140 seconds off race build tests
2016-09-14 Josh Bleecher... cmd/compile, cmd/link: fix printf verbs
2016-09-14 Josh Bleecher... cmd/vet/all: update whitelist
2016-09-14 Josh Bleecher... cmd/compile/internal/obj/x86: eliminate some function...
2016-09-14 Josh Bleecher... cmd: add internal/browser package
2016-09-14 Brad Fitzpatrickbytes: cut 10 seconds off the race builder's benchmark...
2016-09-14 Brad Fitzpatrickregexp: don't run slow benchmarks on race builders
2016-09-14 Keith Randallcmd/compile: make ssa compilation unconditional
2016-09-14 David Chasecmd/compile: enable SSA for PowerPC 64 Big-endian
2016-09-14 Brad Fitzpatrickcmd/dist: skip compiling 100 packages without benchmark...
2016-09-14 Josh Bleecher... cmd/dist: skip broken cgo race tests on darwin
2016-09-14 Jan Mercltest/float_lit2: fix expressions in comment
2016-09-14 David Crawshawcmd/dist: re-enable internal PIE test
2016-09-14 David Crawshawcmd/link: R_ADDR dynamic relocs for internal PIE
2016-09-14 David Staintonsyscall: add bounds checking and error returns to Parse...
2016-09-14 Emmanuel Odekeos: add more examples
2016-09-14 Aaron Jacobsnet/http: clarify Request.ContentLength behavior on...
2016-09-13 David Crawshawcmd/internal/obj: regenerate stringer values
2016-09-13 David Crawshawcmd/link: address comments from CL 28540
2016-09-13 Matthew Dempskycmd/compile: remove two unnecessary Pkg fields
2016-09-13 Matthew Dempskycmd/compile/internal/gc: eliminate bstdout
2016-09-13 Hiroshi Iokaencoding/asn1: reduce allocations in Marshal
2016-09-13 Adam Langleycrypto/rsa: ensure that generating toy RSA keys doesn...
2016-09-13 Michael Mundaytest: re-enable phi optimization test
2016-09-13 Michael Mundaycmd/compile: add SSA backend for s390x and enable by...
2016-09-13 Brad Fitzpatricknet/http: make Transport support international domain...
2016-09-13 Brad Fitzpatricknet/http: update bundled x/net/http2
2016-09-13 Josh Bleecher... runtime: limit the number of map overflow buckets
2016-09-13 Robert Griesemercmd/compile: reduce allocs some more
2016-09-13 Lynn Bogercmd/asm: ppc64le support for ISEL for use by SSA
2016-09-13 Paul Bormantext/template: improve lexer performance in finding...
2016-09-13 Michael Hudson... cmd/link: fix -buildmode=pie / -linkshared combination
2016-09-13 Cherry Zhangcmd/compile, runtime/internal/atomic: intrinsify And8...
2016-09-13 Robert Griesemercmd/compile: remove another bytes.Buffer use in fmt.go
2016-09-13 Robert Griesemercmd/compile: reduce allocs to c85b77c (pre-fmt.go chang...
2016-09-12 Keith Randallcmd/compile: get rid of BlockCall
2016-09-12 Keith Randallruntime: make gdb test resilient to line numbering
2016-09-12 Keith Randallcmd/compile: fix tuple-generating flag ops as clobberin...
2016-09-12 Quentin Smithtime: improve Truncate and Round documentation
2016-09-12 Matthew Dempskycmd/compile: remove incannedimport
2016-09-12 David Crawshawcmd/dist: disable test of internal PIE linking
2016-09-12 Matthew Dempskycmd/compile: remove Pointer from builtin/unsafe.go
2016-09-12 Matthew Dempskycmd/compile: deduplicate importtype and (*importer...
2016-09-12 Robert Griesemercmd/compile: update fmt.go internal documentation
2016-09-12 Robert Griesemercmd/compile: rewrite %1v and %2v formats to %S and...
2016-09-12 Robert Griesemercmd/compile: improved format string handling, faster...
2016-09-12 Robert Griesemercmd/compile: make fmt_test work on entire compiler
2016-09-12 Cherry Zhangcmd/compile: intrinsify Ctz, Bswap on ARM
2016-09-12 Brad Fitzpatrickdoc: document minimum OS X version as 10.8
2016-09-12 Brad Fitzpatricknet/http: skip test needing good DNS in short mode...
2016-09-12 David Crawshawcmd/link: disable internal PIE for now
2016-09-12 Michael Mundayruntime, math/big: allow R0 on s390x to contain values...
2016-09-12 Michael Mundaycmd/asm, cmd/internal/obj/s390x: add new s390x instruct...
2016-09-12 Josh Bleecher... cmd/compile: statically initialize some interface values
2016-09-12 David du Colombiernet: make lookupPort case-insensitive on Plan 9
2016-09-12 Josh Bleecher... cmd/compile: add more non-returning runtime calls
2016-09-12 Rob Piketesting: improve the documentation for the -run flag
2016-09-12 Dave Daynet/url: modernise parse and unit tests
2016-09-11 Michal Bohuslávekcrypto/rsa: remove unused variable y
2016-09-11 Filippo Valsordacrypto/tls: flush the buffer on handshake errors
2016-09-11 Josh Bleecher... cmd/compile: add Node.IsMethod helper
2016-09-11 David Crawshawcmd/dist: test PIE internal linking on linux/amd64
2016-09-11 David Crawshawcmd/go: internal PIE does not need runtime/cgo
2016-09-11 David Crawshawcmd/link: allow internal PIE linking
2016-09-11 David Crawshawcmd/link: mark PIE binaries as ET_DYN
2016-09-11 David Crawshawcmd/link: mark rel.ro segment as PT_GNU_RELRO
2016-09-11 David Crawshawcmd/link: optimize TLS IE to LE in build mode PIE
2016-09-11 Josh Bleecher... cmd/compile: don't crash on complex(0())
2016-09-11 Josh Bleecher... misc/cgo/test: add skipped test for issue 17065
2016-09-11 David Crawshawcmd/link: generate dynamic relocs for internal PIE
2016-09-11 David Crawshawcmd/link: introduce a rel.ro segment
2016-09-11 Brad Fitzpatrickvendor: add golang.org/x/net/idna to the vendor directo...
2016-09-11 Brad Fitzpatricknet: make LookupPort and lookupProtocol work on nacl
2016-09-11 Shenghou Mamime/quotedprintable: accept trailing soft line-break...
2016-09-11 Alex Brainmansyscall: avoid convT2I allocs for ERROR_IO_PENDING...
2016-09-10 Josh Bleecher... cmd/vet: ignore printf failures in cmd
2016-09-10 Josh Bleecher... cmd/vet/all/whitelist: add readme.txt
2016-09-10 Josh Bleecher... cmd/vet: add vet runner script for core
2016-09-10 Josh Bleecher... encoding/hex: fix example function name
2016-09-10 Josh Bleecher... cmd: fix format strings used with obj.Headtype
2016-09-10 Joonas Kuorilehtocrypto/tls: Add mutex to protect KeyLogWriter
2016-09-10 Josh Bleecher... internal/testenv: add GoTool
2016-09-10 bogemos: delete code duplications in error files
next