]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2019-03-01 Ian Lance Taylorgo/internal/gccgoimporter: remove temporary directories...
2019-03-01 Ian Lance Taylornet: return poll.SendFile error from sendFile
2019-03-01 Ian Lance Taylormisc/cgo/testplugin: let TestMain run deferred functions
2019-03-01 Ian Lance Taylormisc/cgo/testcshared: delete temporary directory in...
2019-03-01 Ian Lance Taylorcmd/vet: let TestMain run deferred functions
2019-03-01 Bryan C. Millscmd/go: quote expanded shell variables used within...
2019-03-01 Elias Naurandroidtest.bash: delete
2019-03-01 Bryan C. Millsmisc/cgo/test: set PWD when executing 'go test' in...
2019-03-01 Ian Lance Taylorcmd/go: remove work directory on usage error
2019-03-01 Bryan C. Millsgo/internal/srcimporter: set -mod=vendor before running...
2019-03-01 Elias Naurmisc/android,misc/ios: evaluate current working directo...
2019-03-01 Bryan C. Millsgo/build: set GO111MODULE=off explicitly in TestImportV...
2019-03-01 Cherry Zhangruntime: scan defer closure in stack scan
2019-03-01 Vladimir Kuzminnet/http: add StatusEarlyHints (103)
2019-03-01 artemkaxboycmd/internal/obj/x86: unexport movtab
2019-03-01 erifan01cmd/compile: add an optimaztion rule for math/bits...
2019-03-01 Cherry Zhangcmd/compile: make KeepAlive work on stack object
2019-03-01 Ketan Parmarbytes: add examples for ToTitleSpecial, ToUpperSpecial...
2019-03-01 Alex Brainmanpath/filepath: do not call GetFinalPathNameByHandle...
2019-03-01 Alex Brainmanos: make Readlink work with symlinks with target like...
2019-03-01 Tobias Klausercmd/dist, cmd/link: allow passing default dynamic linke...
2019-03-01 Elias Naurmisc/android: adb push --sync testdata
2019-03-01 Tobias Klauserdebug/elf: perform stricter section header table checks...
2019-03-01 Elias Naurmisc/android: evaluate symlinks before comparing GOROOT...
2019-03-01 Matthew DempskyRevert "cmd/compile: rewrite f(g()) for multi-value...
2019-03-01 Baokun Leecmd/go/internal/cache: disable builds if GOCACHE is...
2019-03-01 Alex Tokarevcmd/link: remove unused flag -D (FlagDataAddr)
2019-03-01 Elias Naurmisc/ios: evaluate symlinks before comparing GOROOT...
2019-02-28 Matthew Dempskycmd/compile: rewrite f(g()) for multi-value g() during...
2019-02-28 lukechampinefmtsort: sort interfaces deterministically
2019-02-28 Matthew Dempskycmd/compile: fix false positives in isGoConst
2019-02-28 cia-ranaimage/png: delete unused statement
2019-02-28 Damien Neilfmt: fix %d and other non-string verbs on errors
2019-02-28 Richard Musiolcmd/compile: simplify zero ext operations on wasm
next