]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-05-30 David Chasecmd/compile: do not allow regalloc to LoadReg G register
2018-05-30 Hana Kimcmd/vendor/.../pprof: sync at rev 1ddc9e2
2018-05-30 Tobias Klausercmd/dist: remove external linking check for macOS 10.6
2018-05-30 Brian Kesslermath/big: implement Atkin's ModSqrt for 5 mod 8 primes
2018-05-30 Robert Griesemergo/types: don't over-eagerly verify embedded interfaces
2018-05-30 Tobias Klausercmd/link/internal/ld: drop duplicate copyright comment
2018-05-30 Tobias Klausercmd/dist: remove support for macOS 10.9 and earlier
2018-05-30 Tobias Klausernet/http: fix typo in comment
2018-05-30 Mikio Haranet: fix ExampleUDPConn_WriteTo
2018-05-29 Audrius Butkeviciusnet: move dial and listen functions under sysDialer...
2018-05-29 Brad Fitzpatricknet/http: document Server's implicit Content-Length...
2018-05-29 Brad Fitzpatricknet/http/httputil: pass through any "TE: trailers"...
2018-05-29 Keith Randallruntime: implement time.now using libc
2018-05-29 Carl Mastrangelocontext: add benchmarks for context cancellation
2018-05-29 Roger Peppenet/http: vendor x/net/http/httpproxy, use it in net...
2018-05-29 Robert Griesemergo/types: add struct field with invalid type if field...
2018-05-29 Tim Cooperos/signal: remove unnecessary else condition
2018-05-29 Tim Cooperall: regenerate stringer files
2018-05-29 Brad Fitzpatricknet/http: document how Hijack and Request.Context interact
2018-05-29 Brad Fitzpatrickall: remove support for macOS 10.9 and earlier
2018-05-29 Dave Russellbytes: re-slice buffer to its previous length after...
2018-05-29 Keith Randallruntime: wrap darwin libc calls to keep profiler happy
2018-05-29 Keith Randallcmd/compile: update WBLoads during deadcode
2018-05-29 Daniel Martícmd/go: whitelist -v as a compiler and linker flag
2018-05-29 Alberto Donizettireflect: document that StructOf panics on unexported...
2018-05-29 Daniel Martícmd/vet: avoid false positives with non-comments
2018-05-29 Keith Randallcmd/compile: reject large argument areas
2018-05-29 Ian Lance Taylorcmd/cgo: use standard generated code comment
2018-05-29 Tobias Klauserruntime: fix typo in comment for cpuinit
2018-05-29 Zhou Pengindex/suffixarray: fix a typo mistake in comments
2018-05-29 Aarti Parikhimage: add an example that shows how to get the metadat...
2018-05-29 Josh Bleecher... cmd/compile: fix trivial typos in comments
2018-05-29 Josh Bleecher... test: gofmt bounds.go
2018-05-28 Ian Lance Taylorcmd/dist: report correct CC name in error about missing CC
2018-05-28 Alexander F... crypto: fix typos in the comments
2018-05-28 Yury Smolskycmd/vet: eliminate use of Perl in tests
2018-05-28 David Symondscmd/cover: fix sorting of profile segment boundaries
2018-05-27 Ian Lance Taylorcmd/go: don't generate output for "go build -o /dev...
2018-05-26 Elias Naurcmd/compile,go/build,internal/cpu: gofmt
2018-05-26 Yuval Pavel... runtime: use the correct AT_HWCAP auxv constant on...
2018-05-26 Yury Smolskytest: eliminate use of Perl in test/fixedbugs/bug248.go
2018-05-26 Alex Brainmancmd/go/internal/load: use lowercase package directory...
2018-05-26 Alex Brainmanruntime: implement TestCallbackInAnotherThread
2018-05-25 Than McIntoshcmd/compile: fix DWARF inline debug issue with dead...
2018-05-25 Tobias Klausercmd/vendor/golang.org/x: pick up fixes for broken andro...
2018-05-25 Martin Möhrmannruntime: remove duplicate cpu feature detection on x86
2018-05-25 Josh Bleecher... cmd/compile: make -W and -w headers and footers clearer
2018-05-25 Josh Bleecher... cmd/compile: improve fncall docs
2018-05-25 Zhou Penglogs.txt: remove accidentally added file
2018-05-24 Ian Lance Taylorcmd/go, cmd/vet, go/internal/gccgoimport: make vet...
2018-05-24 Jonathan Chendoc: clarify sentence
2018-05-24 Tobias Klausercmd/vendor/golang.org/x: pick up upstream fixes for...
2018-05-24 Hana Kimruntime/pprof: allow tests to run multiple times
2018-05-24 Brad Fitzpatricknet: skip test in full test mode when running in a...
2018-05-24 Brad Fitzpatricknet/http: conservatively flush Transport request header...
2018-05-24 Peter WeinbergerRevert "internal/trace: change Less to make sorting...
2018-05-24 Richard Musiolcmd/compile: fix write barrier control value on wasm
2018-05-24 Robert Griesemergo/types: permit embedding of non-defined interfaces...
2018-05-24 Austin Clementsruntime: fix preemption deadlocks in TestDebugCall*
2018-05-23 Heschi Kreinickcmd/compile: fix debug info generation for loads from...
2018-05-23 Heschi Kreinickcmd/compile: clean up debug info generation logging
2018-05-23 Alexander Döringmath/big: reduce allocations in Karatsuba case of sqr
2018-05-23 Anit Gandhicrypto/{aes,internal/cipherhw,tls}: use common internal...
2018-05-23 Richard Musiolcmd/compile: add wasm stack optimization
2018-05-23 Hana Kimcmd/vendor/.../unix: pick up upstream fixes for broken...
2018-05-23 Alexander Döringmath/big: specialize Karatsuba implementation for squaring
2018-05-23 Andrew Bonventredoc: update Code of Conduct
2018-05-23 Hana (Hyang... cmd/pprof: add readline support similar to upstream
2018-05-23 Richard Musiolsyscall: partially revert "enable some nacl code to...
2018-05-23 Adam Medzinskinet: add example for net.UDPConn.WriteTo function
2018-05-23 Elias Naurmisc/android: forward SIGQUIT to the process running...
2018-05-23 David Chasecmd/compile: grow stack before test() to avoid gdb...
2018-05-23 Ian Gudgernet: fix DNS NXDOMAIN performance regression
2018-05-23 dchenknet/http: fix doc comment on PostFormValue function
2018-05-23 azatos: Add example for Expand function.
2018-05-23 isharipocmd/internal/obj/x86: add missing Yi8 for VEX ytabs
2018-05-23 Peter Weinbergerinternal/trace: change Less to make sorting events...
2018-05-23 Alex Brainmancmd/go: skip TestLinkerTmpDirIsDeleted if cgo is not...
2018-05-23 Tobias Klauserdebug/pe: gofmt
2018-05-23 Alex Brainmancmd/link: close go.o before deleting it
2018-05-23 Ben Shimisc/android: add a NL at the of README
2018-05-23 Ben Burkertinternal/poll: disable splice on old linux versions
2018-05-22 Austin Clementscmd/compile: ignore g register in liveness analysis
2018-05-22 David Chasecmd/compile: common up code in fuse for joining blocks
2018-05-22 Austin Clementscmd/compile: reuse liveness structures
2018-05-22 Austin Clementscmd/compile: make LivenessMap dense
2018-05-22 Austin Clementscmd/compile: incrementally compact liveness maps
2018-05-22 Austin Clementscmd/compile: abstract bvec sets
2018-05-22 Austin Clementscmd/compile: single pass over Blocks in Liveness.epilogue
2018-05-22 Hana Kimcmd/vendor/README: temporary instruction for update
2018-05-22 David Chasecmd/link: revert DWARF version to 2 for .debug_lines
2018-05-22 Martin Möhrmanninternal/cpu: fix test build on ppc64
2018-05-22 Austin Clementsruntime: fix defer matching of leaf functions on LR...
2018-05-22 Martin Möhrmanninternal/cpu: add experiment to disable CPU features...
2018-05-22 Zhongpeng Lingo/build: call ctxt.match for checking file name constr...
2018-05-22 Martin Suchacrypto/x509: document fields used in CreateCertificate
2018-05-22 Martin Suchacrypto/x509: reformat template members in docs
2018-05-22 Alberto Donizettilog/syslog: skip tests that depend on daemon on builders
2018-05-22 dchenkencoding/base32: remove redundant conditional
2018-05-22 Keith Randallcmd/compile: add rulegen diagnostic
next