]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-08-19 Adam Langleyencoding/pem: be stricter about the ending line.
2016-08-19 Brad Fitzpatrickcmd/internal/obj: update Bool2int to the form optimized...
2016-08-19 Matthew Dempskycmd/compile/internal/syntax: match old parser errors...
2016-08-19 Matthew Dempskycmd/compile/internal/gc: use new AST parser
2016-08-19 Matthew Dempskycmd/compile/internal/syntax: expose additional informat...
2016-08-19 Brad Fitzpatricklog/syslog: document that Dial uses net.Dial parameters...
2016-08-19 Brad Fitzpatrickos: reference LookupEnv from the Getenv docs
2016-08-18 Josh Bleecher... cmd/vet: allow large shifts of constants
2016-08-18 Adam Langleycrypto/tls: don't generate random ticket keys if alread...
2016-08-18 Robert Griesemergo/types: better doc string for Object.Parent and test
2016-08-18 Adam Langleycrypto/tls: fix comment typo.
2016-08-18 Brad Fitzpatrickdoc: upate go1.8.txt
2016-08-18 Adam Langleycrypto/tls: support AES-128-CBC cipher suites with...
2016-08-18 Brad Fitzpatrickdoc: update go1.8.txt
2016-08-18 Matthew Dempskycmd/dist: build cmd/compile/internal/syntax
2016-08-18 Robert Griesemercmd/compile/internal/syntax: fast Go syntax trees,...
2016-08-18 Robert Griesemerspec: undo spec date change introduced by prior commit
2016-08-18 Robert Griesemergo/types: fix scope extents for range and type switch...
2016-08-18 Josh Bleecher... runtime: disable TestCgoCallbackGC on FreeBSD
2016-08-18 Robert Griesemergo/types: set Info.Types.Type for array composite liter...
2016-08-18 Josh Bleecher... unsafe: document use of &^ to round/align pointers
2016-08-18 Cherry Zhangcmd/compile: compare size in dead store elimination
2016-08-18 David Chasecmd/compile: ppc64le working, not optimized enough
2016-08-18 Brad Fitzpatrickcmd/yacc: remove go tool yacc
2016-08-18 Michael Matloobcmd: generate DWARF for functions in compile instead...
2016-08-18 Josh Bleecher... cmd/vet: allow any printf verb with any interface
2016-08-18 Alex Brainmandebug/pe: revert CL 22720
2016-08-18 Adam Langleycrypto/x509: support PSS signatures.
2016-08-17 Adam Langleycrypto/x509: require a NULL parameters for RSA public...
2016-08-17 Alberto Donizettiencoding/hex: change lookup table from string to array
2016-08-17 Robert Griesemergo/types: enable disabled test for comma-ok expressions
2016-08-17 Adam Langleycrypto/hmac: don't test for length equality in Equal.
2016-08-17 Adam Langleycrypto/x509: return error for missing SerialNumber.
2016-08-17 Jaana Burcu... runtime: fix the absolute URL to pprof tools
2016-08-17 Jess Frazelletext/template: remove unused Tree.parse return value
2016-08-17 Robert Griesemergo/types: better error message for invalid fallthrough...
2016-08-17 Radu Berindehash/crc32: improve the processing of the last bytes...
2016-08-17 Cherry Zhangcmd/compile: CSE copied tuple selectors
2016-08-17 Josh Bleecher... cmd/vet: infer asm arch from build context
2016-08-17 Josh Bleecher... cmd/vet: allow ^& uintptr arithmetic
2016-08-17 Atin Mcrypto/tls: set Conn.ConnectionState.ServerName uncondi...
2016-08-17 Cherry Zhangcmd/compile: add more ARM64 optimizations
2016-08-17 Alberto Donizettimath/big: avoid allocation in float.{Add, Sub} when...
2016-08-17 Robert Griesemercmd/compile: add compiler phase timing
2016-08-17 Tom Wilkienet: don't avoid resolving .local addresses
2016-08-17 Matthew Dempskycmd/compile/internal/s390x: cleanup betypeinit
2016-08-17 Matthew Dempskydoc/go1.8: support "option ndots:0" in resolv.conf
2016-08-17 Dan Petersonnet: use libresolv rules for ndots range and validation
2016-08-17 Cherry Zhangtest: add test for CL 26831
2016-08-17 Florian Uekermannmath/rand: Document origin of cooked pseudo-random...
2016-08-17 Austin Clementsruntime: fix check for vacuous page boundary rounding
2016-08-17 Yasuhiro Matsumotosyscall: mksyscall_windows.go: put path separator in...
2016-08-17 Dan Petersonnet: simplify internal dtoi and xtoi funcs
2016-08-17 Joe Tsaigo/build: introduce go1.8 build tag
2016-08-17 Josh Bleecher... cmd/compile: handle e == T comparison more efficiently
2016-08-17 Josh Bleecher... cmd/compile: inline x, ok := y.(T) where T is a scalar
2016-08-17 Robert Griesemercmd/compile: remove conditional code dealing with two...
2016-08-16 Robert Griesemercmd/compile: remove encoding of safemode bit from expor...
2016-08-16 Jess Frazelletext/template: fix Parse when called twice with empty...
2016-08-16 Josh Bleecher... cmd/internal/obj: reduce per-architecture opcode space
2016-08-16 Robert Griesemercmd/compile: remove support for textual export format
2016-08-16 Keith Randallruntime: fix map iterator concurrent map check
2016-08-16 Keith Randalltest: remove unused variable
2016-08-16 Keith Randallcmd/compile: use shorter versions of zero-extend ops
2016-08-16 Josh Bleecher... cmd/internal/obj: add opcode space safety check
2016-08-16 Brad Fitzpatrickdoc/go1.7.html: fix name of tls.Config.NextProtos
2016-08-16 Tamir Dubersteinregexp: add some tests that were fixed in #12980
2016-08-16 Jaana Burcu... cmd/go: document -v flag for get
2016-08-16 Keith Randallcmd/compile: allow unsafe.Pointer(nil) as static data
2016-08-16 Josh Bleecher... cmd/compile: accept literals in samesafeexpr
2016-08-16 Cherry Zhangcmd/compile: fix uint<->float conversion on 386
2016-08-16 Keith Randallcmd/compile: add size hint to map literal allocations
2016-08-16 Josh Bleecher... cmd/internal/obj/x86: minor code cleanup
2016-08-16 Josh Bleecher... cmd/compile: optimize bool to int conversion
2016-08-16 Robert Griesemercmd/compile: don't crash when exporting self-recursive...
2016-08-16 David Crawshawreflect: clear tflag on new types
2016-08-16 Keith Randallcmd/compile: don't fold >32bit constants into a MULQ
2016-08-16 Josh Bleecher... cmd/compile: inline _, ok = i.(T)
2016-08-16 Michael Prattcmd/internal/obj: convert Aconv to a stringer
2016-08-16 Josh Bleecher... cmd/compile/internal/big: re-vendor
2016-08-16 Josh Bleecher... runtime: move printing of extra newline
2016-08-16 Josh Bleecher... net/http: use keyed composite literal
2016-08-16 Josh Bleecher... crypto/cipher, math/big: fix example names
2016-08-16 Josh Bleecher... crypto/tls: fix WriteTo method signature
2016-08-16 Josh Bleecher... net: change t.Error to t.Errorf
2016-08-16 Josh Bleecher... container/list: silence vet warnings
2016-08-16 Cherry Zhangcmd/compile: remove nil check in accessing PAUTOHEAP...
2016-08-16 Josh Bleecher... all: fix "result not used" vet warnings
2016-08-16 Josh Bleecher... cmd/compile: fix bad generated format strings in test
2016-08-16 Josh Bleecher... syscall: unify unix/amd64 asm implementations
2016-08-16 Josh Bleecher... syscall: split out unix Syscall9 asm support
2016-08-16 Josh Bleecher... syscall: superficial cleanup of amd64 unix assembly
2016-08-16 Josh Bleecher... syscall: fix dragonfly/amd64 assembly argument sizes
2016-08-16 Josh Bleecher... syscall: unify unix 386 implementations
2016-08-16 Cherry Zhangcmd/compile: disable Duff's device on darwin/arm64
2016-08-16 Brad Fitzpatricknet/http: make Transport retry non-idempotent requests...
2016-08-16 Josh Bleecher... cmd/compile: reduce garbage from autolabel
2016-08-16 Gyu-Ho Leearchive/tar: preallocate slice from paxHeaders
2016-08-16 Mikio Haracrypto/tls: gofmt -w -s
2016-08-16 Brad Fitzpatricknet/http: deflake BenchmarkClient and its use of a...
next