]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-14 Ian Lance Taylor[dev.boringcrypto] cmd/compile: by default accept any...
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-13 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-02 Filippo Valsordacrypto/tls: implement TLS 1.3 record layer and cipher...
2018-11-02 Filippo Valsordacrypto/tls: implement TLS 1.3 extensions for ClientHell...
2018-11-02 Alan Donovango/build: add go1.12 release tag
2018-11-02 Matthew Dempskycmd/compile: disallow converting string to notinheap...
2018-11-02 Andrew Bonventredoc: document Go 1.10.5
2018-11-02 Andrew Bonventredoc: document Go 1.11.2
2018-11-02 Ian Lance Taylorcmd/cgo: accept expressions as untyped constants
2018-11-02 Ian Lance Taylorcmd/go: don't let "go test -c -o /dev/null" overwrite...
2018-11-02 Hajime Hoshisyscall: add Syscall18 on Windows
2018-11-02 Vladimir Kovpakdatabase/sql: add description to String method of Isola...
2018-11-02 Brad Fitzpatrickruntime: look up runtime env variables case insensitive...
2018-11-02 Clément Chigotall: skip unsupported tests on AIX
2018-11-02 Bryan C. Millsinternal/syscall/windows: add LockFileEx and UnlockFile...
2018-11-02 Clément Chigotall: fix tests for older versions of AIX 7.2
2018-11-02 Clément Chigotinternal/poll, os/exec, runtime: replace PollDescriptor...
2018-11-02 Dmitry Vyukovruntime: use StorepNoWB instead of atomicstorep in...
2018-11-02 Tobias Klauseros: add support for long path names on aix RemoveAll
2018-11-02 Dmitry Vyukovruntime: avoid runtimeNano call on a common netpoll...
2018-11-02 Dmitry Vyukovruntime: execute memory barrier conditionally when...
2018-11-02 Dmitry Vyukovruntime: move nanotime wrappers to time and poll packages
2018-11-02 Dmitry Vyukovtime: speed up Since and Until
2018-11-02 Dmitry Vyukovruntime, time: refactor startNano handling
2018-11-02 Dmitry Vyukovruntime: add and use modtimer in netpoll
2018-11-02 Dmitry Vyukovruntime: don't recreate netpoll timers if they don...
2018-11-02 Dmitry Vyukovruntime: don't wake timeproc needlessly
2018-11-02 Michael Mundaycrypto/md5: simplify generic implementation
2018-11-02 Alex Brainmanos: use CreateFile for Stat of symlinks
2018-11-02 Alex Brainmanpath/filepath: change IsAbs("NUL") to return true
2018-11-02 Ian Lance Taylorcmd/cgo: don't update each call in place
2018-11-02 Dmitri Shuralyov.github: don't render author-facing text in ISSUE_TEMPLATE
2018-11-02 Martin Möhrmannruntime: only check the existence of variables in gdb...
2018-11-02 Alan Donovancmd/link: don't link sections not named .o
2018-11-01 Ian Lance Taylorcmd/cgo: rewrite pointer checking to use more function...
2018-11-01 Andrew Bonventredoc/go1.12: initial add of release notes for Go 1.12
2018-11-01 Tobias Klauseros: add support for long path names on freebsd RemoveAll
2018-11-01 Brad Fitzpatricknet: enable RFC 6555 Fast Fallback by default
2018-11-01 Carlos Eduardo Seocrypto/cipher: add VSX implementation of xorBytes for...
2018-11-01 Travis Bischelnet/textproto: do not buffer a line if we know the...
2018-11-01 tkivisikdoc: improve language in contribute
2018-11-01 Austin Clementscmd/compile: document Sym flags
2018-11-01 Ian Lance Tayloros: don't create files in local directory
2018-11-01 Austin Clementscmd/compile: gofmt
2018-10-31 Keith Randallruntime: exit early when scanning map buckets
2018-10-31 Ian Lance Taylorcmd/go: don't pass empty string to ar when using -compi...
2018-10-31 Agniva De Sarkerdoc: replace command line usages of godoc with go doc
2018-10-31 Robert Griesemercmd/compile/internal/gc: more direct noder.nod implemen...
2018-10-31 Tobias Klauseros: add support for long path names on solaris RemoveAll
2018-10-31 Yury Smolskytime: display results in examples rather soon
2018-10-31 Clément Chigotinternal/cpu, runtime: add CPU feature detection suppor...
2018-10-31 Ian Lance Taylorgo/build, cmd/go: add "hurd" as a GOOS value
2018-10-31 Darien Raymondcrypto/tls: cache Leaf certificate during BuildNameToCe...
2018-10-31 Oliver Stenbomos: add support for long path names on unix RemoveAll
2018-10-31 Clément Chigotcmd: add XCOFF objfile and adapt cmd/nm tests
2018-10-31 Alex Brainmanos: use Stat instead of Lstat in Symlink
2018-10-31 Robert Griesemercmd/compile: better documentation around checkwidth
2018-10-31 Rob Pikecmd/doc: allow -all to apply to individual items
2018-10-31 Clément Chigotcmd: allow build with gccgo on AIX
2018-10-30 Keith Randallcmd/compile: implement some moves using non-overlapping...
2018-10-30 Keith Randallstrings: declare IndexByte as noescape
2018-10-30 Keith Randallcmd/compile: when comparing 0-size types, make sure...
2018-10-30 templexxxcrypto/cipher: use SIMD for xor on amd64
2018-10-30 Katie HockmanRevert "os: add support for long path names on unix...
2018-10-30 Peter Weinbergercmd/trace: use new traceparser to parse the raw trace...
2018-10-30 Yury Smolskycrypto/cipher: make stream examples runnable in the...
2018-10-30 Michael Anthony... runtime: add physical memory scavenging test
2018-10-30 Michael Anthony... runtime: scavenge large spans before heap growth
2018-10-30 Michael Anthony... runtime: sysUsed spans after trimming
2018-10-30 Michael Anthony... runtime: extend ReadMemStatsSlow to re-compute HeapReleased
2018-10-30 Michael Anthony... runtime: remove npreleased in favor of boolean
2018-10-30 Michael Anthony... runtime: separate scavenged spans
2018-10-30 Michael Anthony... runtime: add successor method to treap
2018-10-30 Michael Anthony... runtime: add predecessor method to treap
2018-10-30 Oliver Stenbomos: add support for long path names on unix RemoveAll
2018-10-30 Pontus Leitzlercrypto/tls: clarify documentation on tls.Config.NextProtos
2018-10-30 Ben Shitest/codegen: improve arithmetic tests
2018-10-30 Alan Donovanbufio: suggest io.ReadFull at (*Reader).Read
2018-10-30 Ian Lance Taylorcmd/compile: add -lang flag to specify language version
2018-10-30 Tim Coopercrypto/tls: remove unneeded calls to bytes.NewReader
2018-10-30 BigMikesnet/http: in Transport, don't error on non-chunked...
2018-10-30 Ben Shicmd/compile: optimize amd64's ADDQconstmodify/ADDLconst...
2018-10-29 Tim Cooperbytes, strings: fix Reader.UnreadRune returning without...
2018-10-29 Robert Griesemercmd/compile: revert "typecheck types and funcs before...
2018-10-29 Martin Möhrmanninternal/cpu: remove unused and not required ppc64...
2018-10-29 Martin Möhrmanncmd/compile: move slice construction to callers of...
2018-10-29 Robert Griesemermath/big: shallow copies of Int/Rat/Float are not suppo...
2018-10-29 Daniel Martícmd/compile: typecheck types and funcs before consts
2018-10-29 Bryan C. Millscmd/go: support background processes in TestScript
2018-10-29 Filippo Valsordacrypto/tls: rewrite some messages with golang.org/x...
2018-10-29 Daniel Theophanesdatabase/sql: prefer to return Rows.lasterr rather...
2018-10-29 Daniel Martítext/template/parse: simplify Tree.pipeline
2018-10-29 bill_ofarrellcmd/asm: add s390x VMSLG instruction variants
2018-10-29 Alex Brainmanos: remove sleep in windows Process.Wait
2018-10-28 Daniel Martítext/template/parse: error on bad range variables
2018-10-28 Diogo Pinelaos: ensure tests pass even if GOROOT is read-only
2018-10-28 hearotencoding/json: add example to Valid
2018-10-28 Josh Bleecher... cmd/compile: make fmt available in rewrite rules
next