]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-03-08 Jay Conrodcmd/go: avoid link errors when -coverpkg covers main...
2019-03-08 Bryan C. Millscmd/api: use 'go list' to locate transitive dependencie...
2019-03-08 Daniel Martíall: simplify multiple for loops
2019-03-08 Tobias Klauserbytes: use Rabin-Karp algorithm for LastIndex
2019-03-08 Tobias Klauserbytes: add benchmark for LastIndex
2019-03-08 Marat Khabibullingo/cmd, crypto/x509, net/textproto, html/template:...
2019-03-08 Bryan C. Millscmd/go: convert TestACL to a script test
2019-03-08 Tobias Klausercmd/cgo: adjust comment about ignored pragma warnings
2019-03-08 Agniva De Sarkercmd/doc: add a line gap after a method with no comment
2019-03-08 Rob Pikeencoding/gob: update documentation in doc.go for wireType
2019-03-08 Cezar Sa Espinolanet: use network and host as singleflight key during...
2019-03-08 Russ Coxtime: add support for day-of-year in Format and Parse
2019-03-08 Philipp Stephanicmd/cgo: add missing parameter list for function _cgo_w...
2019-03-07 Cherry Zhangcmd/link: fix suspicious code in emitPcln
2019-03-07 Peter Wallercmd/compile/internal/ssa: set OFOR bBody.Pos to AST Pos
2019-03-07 fanzha02cmd/compile: optimize arm64 comparison of x and 0.0...
2019-03-07 fanzha02cmd/compile: change the condition flags of floating...
2019-03-07 Robert Griesemercmd/compile: remove work-arounds for 0o/0O octals
2019-03-07 Robert Griesemermath/big: support new octal prefixes 0o and 0O
2019-03-07 Raul Silveratest: improve test coverage for heap sampling
2019-03-07 Chris Marchesinet/http: let Transport request body writes use sendfile
2019-03-07 Komu Wairaguruntime/pprof: document labels bug
2019-03-07 royeolog: make the name of error clearer
2019-03-07 erifan01cmd/compile: eliminate unnecessary type conversions...
2019-03-07 erifan01cmd/compile: add an optimization rule for math/bits...
2019-03-07 Chris Marchesinet/http: unfurl persistConnWriter's underlying writer
2019-03-07 alkesh26misc: fix typos in various docs
2019-03-07 Martin Möhrmannruntime: remove CPU capability workarounds for unsuppor...
2019-03-07 Andrei Mateidatabase/sql: fix comment grammar
2019-03-07 Rob Pikedoc: add missing paragraph break in Effective Go
2019-03-07 Russ Coxcmd/go: add notary simulation and GONOVERIFY support
2019-03-07 Ian Lance Taylorcmd/cgo: use explicit type for arg with bad pointer...
2019-03-07 Keith Randallreflect: fix more issues with StructOf GC programs
2019-03-06 Rebecca Stamblergo/constant: add Val accessor and Make constructor...
2019-03-06 Alessandro... cmd/link: fix contents of debug_pubnames/debug_pubtypes
2019-03-06 Dmitri Shuralyovcmd/go: document GoVersion field in Module struct
2019-03-06 Ian Lance Taylorruntime: align first persistentalloc chunk as requested
2019-03-06 Rémy Oudomphengcmd/cgo: simplify and fix handling of untyped constants
2019-03-06 Bryan C. Millscmd/go: run the 'go build' command in TestACL in the...
2019-03-06 Than McIntoshgo/internal/gccgoimporter: test case for issue 30628
2019-03-06 Keith Randallreflect: fix StructOf GC programs
2019-03-06 Jay Conrodcmd/go: drop support for binary-only packages
2019-03-06 Bryan C. Millscmd/vet/all: build the vet tool within the golang.org...
2019-03-06 Keith Randallcmd/compile: fix ordering for short-circuiting ops
2019-03-06 Bryan C. Millscmd/go: clear GOPROXY in TestGoGetInsecure
2019-03-06 Bryan C. Millsruntime: do not use a relative import in testdata
2019-03-06 Bryan C. Millstest/bench/go1: add go.mod file
2019-03-06 erifan01cmd/asm: add arm64 v8.1 atomic instructions
2019-03-06 Wèi Cōngruìinternal/poll: fix deadlock in Write if len(buf) >...
2019-03-06 Wèi Cōngruìinternal/poll: make FD.isFile mean whether it isn't...
2019-03-06 Tobias Klauserinternal/bytealg: use word-wise comparison for Compare...
2019-03-06 Clément Chigotcmd/link: fix moduledata symbols for aix/ppc64 and...
2019-03-06 Clément Chigotcmd/link, runtime: allow external linking for aix/ppc64
2019-03-06 Motkov.Kirillfmt: rewrite if-else-if-else chain to switch statement
2019-03-06 Michael Stapelbergsyscall: fix hang when using Unshareflags: CLONE_NEWUSE...
2019-03-06 Daniel Martínet/mail: better error in ParseAddress when missing...
2019-03-06 Kshitij Saraoginet/http: remove discrepancies between the MIME Sniffin...
2019-03-06 Agniva De Sarkergo/parser: include more comments in a struct or interface
2019-03-06 Clément Chigotruntime: disable TestGdbAutotmpTypes in short mode...
2019-03-06 Clément Chigotcmd/link: support dwarf64 when writing .debug_frame
2019-03-06 Clément Chigotruntime/cgo: add port for aix/ppc64
2019-03-06 Chris Marchesinet/http: add request file upload benchmarks
2019-03-06 Rob Pikedoc: sort map output in Effective Go
2019-03-05 Agniva De Sarkergo/doc: add // while wrapping a line comment in ToText
2019-03-05 Austin Clementsruntime: introduce effective GOGC, eliminate heap_marke...
2019-03-05 Austin Clementsruntime: don't use GOGC in minimum sweep distance
2019-03-05 Austin Clementsruntime: compute goal first in gcSetTriggerRatio
2019-03-05 Austin Clementsruntime: remove unused gcTriggerAlways
2019-03-05 sergeynet/http: add corner cases for readCookiesTests
2019-03-05 Keith Randallcmd/compile: regenerate op_string
2019-03-05 Clément Chigotruntime: handle syscalls without g or m for aix/ppc64
2019-03-05 Daniel Martíall: join a few chained ifs
2019-03-05 Russ Coxencoding/base64: do not slice past output unnecessarily
2019-03-05 Alberto Donizettitest: skip mutex Unlock inlining tests on a few builders
2019-03-05 Bryan C. Millsall: add -mod=vendor to GOFLAGS in tests that execute...
2019-03-05 Bryan C. Millscmd/go/internal/modload: do not fetch modules in search...
2019-03-05 Daniel Martíencoding/hex: simplify encoder arithmetic
2019-03-05 Daniel Martíos: add UserConfigDir
2019-03-05 Clément Chigotnet: fix fd leak with interfaces on aix/ppc64
2019-03-05 Carlo Alberto... sync: allow inlining the Mutex.Unlock fast path
2019-03-05 Johan Brandhorstnet/http: support configuring redirect fetch option
2019-03-05 LE Manh Cuongencoding/json: add Path to UnmarshalTypeError
2019-03-05 hengwu0cmd/compile: fix mips64 instruction UNPREDICTABLE bug
2019-03-05 Ian Lance Taylorsyscall: on ARM GNU/Linux let Pipe fall back to pipe
2019-03-05 Leon Klingeleos: simplify check whether to run subtest of TestRemoveAll
2019-03-05 Clément Chigotcmd/go: pass -X64 to ar on aix/ppc64
2019-03-05 Clément Chigotruntime: use AIX C ABI in asmcgocall
2019-03-05 Ian Lance Taylorpath/filepath: don't discard .. in EvalSymlinks
2019-03-04 Emmanuel T... testing: fix missing verb in StartTimer doc
2019-03-04 Rémy Oudomphengstrconv: simplify (*extFloat).Multiply using math/bits...
2019-03-04 Josh Bleecher... math/big: rewrite pure Go implementations to use math...
2019-03-04 Baokun Leeos: remove unreadable directories in RemoveAll
2019-03-04 Josh Bleecher... math/big: optimize shlVU_g and shrVU_g
2019-03-04 Michael Anthony... runtime: use MADV_FREE_REUSABLE on darwin
2019-03-04 Agniva De Sarkermisc/git: remove pre-commit file
2019-03-04 Carrie Bynondoc: make path platform dependent
2019-03-04 Baokun Leecmd/api: fix no go files package panic
2019-03-04 Daniel Martíos/exec: less allocs in the common case
2019-03-04 Brian Kesslerencoding/csv: document that Writer is buffered
2019-03-04 Josh Bleecher... internal/poll: copy and use errnoErr to avoid allocations
next