]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2019-03-03 Richard Musiolall: rename WebAssembly instructions according to spec...
2019-03-03 erifan01cmd/compile: optimize math/bits.Div32 for arm64
2019-03-03 Daniel Martíos/exec: don't use the echo binary for a benchmark
2019-03-03 Richard Musiolmisc/wasm: better adapt to different JavaScript environ...
2019-03-03 Alberto Donizettidoc: fix bad lib/time link in 1.12 release notes
2019-03-03 Daniel Martíos/exec: preallocate for Cmd.childFiles
2019-03-03 Leon Klingelecmd/internal/obj/mips: use r instead of p.Reg in call...
2019-03-03 Daniel Martíencoding/base64: lift nil check out of encode loop
2019-03-02 Elias Naurmisc/android: use adb exec-out instead of adb shell...
2019-03-02 Daniel Martíencoding/pem: skip whitespace work on most inputs
2019-03-02 Josh Bleecher... syscall: optimize SlicePtrFromStrings
2019-03-02 Josh Bleecher... os/exec: provide map size hint in dedupEnvCase
2019-03-02 Josh Bleecher... os/exec: add BenchmarkExecEcho
2019-03-02 Agniva De Sarkerbufio: fix emptyFinalToken example to handle multiple...
2019-03-02 Leon Klingelecmd/compile/internal/ssa: ignore error from second...
2019-03-02 Daniel Martíencoding/hex: simplify decoder arithmetic
2019-03-02 Leon Klingelecmd/internal/obj: stay consistent by defining loop...
2019-03-02 LE Manh Cuongnet/http: make TimeoutHandler's ResponseWriter implemen...
2019-03-02 Iskander Sharipovruntime/pprof/internal/profile: use idiomatic swapping
2019-03-02 Leon Klingelecmd/go/internal/modfetch: add missing error checks
2019-03-02 Leon Klingelecmd/go/internal/modload: correctly report devel versions
2019-03-02 Leon Klingelecmd/go/internal/work: properly ignore error
2019-03-02 Leon Klingelecmd/link: add missing error check in test
2019-03-02 Leon Klingelecmd/go/internal/modconv: remove unused variables
2019-03-02 Leon Klingeleencoding/base64: remove ineffectual assignment in test
2019-03-02 Leon Klingelego/printer: add missing error checks in tests
2019-03-02 Ian Lance Taylorcmd/link: reliably remove temporary directory in testDwarf
2019-03-02 Leon Klingeleencoding/base32: remove ineffectual assignment in test
2019-03-02 Marat Khabibullinhtml/template: prevent test from failing with nil point...
2019-03-02 Samuel Kelemennet/http: update net/http package to replace a broken...
2019-03-01 Vladimir Varankincmd/go: refer to testflag help in go test -help output
next