]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-01-21 Elias Naurdoc/go1.12.html: document rejection of mangled C names
2019-01-21 Tobias Klausercmd/cgo: remove duplicate entry from gofmtLineReplacer
2019-01-21 Aaron Cannonflag: improve docs for PrintDefaults; clarify how to...
2019-01-20 Filippo Valsordacrypto/tls: send a "handshake failure" alert if the...
2019-01-20 Ian Lance Taylorcmd/cgo: print the right error if mangling detection...
2019-01-18 Filippo Valsordadoc/go1.12: mention small RSA keys will cause some...
2019-01-18 Filippo Valsordacrypto/tls: expand Config.CipherSuites docs
2019-01-18 Hana (Hyang... doc/go1.12: mention heap sampling change
2019-01-18 tkivisikA+C: add author, rename contributor to a real name
2019-01-18 Raul Silveraruntime: sample large heap allocations correctly
2019-01-18 Ian Lance Taylorcmd/go: don't modify GOROOT in TestNewReleaseRebuildsSt...
2019-01-18 Ian Lance Taylorcmd/cgo: don't replace newlines with semicolons in...
2019-01-18 Brad Fitzpatricknet/http: clarify Transport connection reuse docs a bit
2019-01-17 Robert Griesemermath/big: document that Rat.SetString accepts _decimal_...
2019-01-17 Michael Anthony... runtime: don't coalesce scavenged spans with unscavenge...
2019-01-17 Michael Anthony... runtime: de-duplicate coalescing code
2019-01-17 Michael Anthony... runtime: refactor coalescing into its own method
2019-01-17 Austin Clementsdoc/go1.12: link to ABIInternal design document
2019-01-17 Ian Lance Taylortesting: report the failing test in a late log panic
2019-01-16 Clément Chigotnet: increase TestNotTemporaryRead server sleep
2019-01-16 Baokun Leecmd/go/internal/clean: fix clean -testcache does not...
2019-01-15 GuilhermeCarusoencoding/json: add comment for mashalererror struct
2019-01-15 Daniel Martícmd/go: fix wording issue in comment
2019-01-15 Ian Lance Taylorcmd/cgo: don't replace newlines with semicolons in...
2019-01-15 Viacheslav... cmd/go: remove init() to fix precedence issue when...
2019-01-15 Alex Brainmanpath/filepath: skip part of TestNTNamespaceSymlink
2019-01-14 Keith Randallruntime: keep FuncForPC from crashing for PCs between...
2019-01-14 Dmitri Shuralyovmisc/sortac: delete sortac command
2019-01-14 Keith Randallcmd/compile: when merging instructions, prefer line...
2019-01-14 Daniel Theophanesdatabase/sql: fix logic for pulling a Conn from DB
2019-01-14 David du Colombiernet: skip TestLookupGmailTXT on Plan 9
2019-01-12 Ian Lance Taylornet: pass if at least one matching entry in TestLookupG...
2019-01-11 Sebastiaan... cmd/go: remove note about GOCACHE=off in docs
2019-01-11 Austin Clementscmd/compile: separate data and function LSyms
2019-01-10 Ian Lance Taylordoc: add Go 1.12 release note for trigonometric reducti...
2019-01-10 Michael Anthony... runtime: make mTreap iterator bidirectional go1.12beta2
2019-01-10 Alex Brainmanpath/filepath: return special error from EvalSymlinks
2019-01-10 Mikio Haranet: drop confusing comment
2019-01-10 Mikio Haranet: update BUG sections for go1.12
2019-01-09 Clément Chigotcmd/dist, cmd/link, runtime: fix stack size when cross...
2019-01-09 Ian Lance Tayloros: always treat files as unpollable on FreeBSD
2019-01-09 David du Colombiercmd/go: skip tests using Git on Plan 9
2019-01-09 Cherry Zhangcmd/internal/obj/wasm: increment PC by 2 at sigpanic
2019-01-09 Robert Griesemergo/types: don't create new context string for each...
2019-01-09 Brad Fitzpatricknet/http/httputil: run the ReverseProxy.ModifyResponse...
2019-01-09 Tobias Klausernet/http/httputil: fix typo in ReverseProxy godoc
2019-01-09 LE Manh Cuongdebug/gosym: remove outdated comment
2019-01-09 Tobias Klauserruntime: follow convention for generated code comment...
2019-01-09 Yuval Pavel... os: disable the use of netpoll on regular files on...
2019-01-08 Brad Fitzpatrickbufio: document relationship between UnreadByte/UnreadR...
2019-01-08 Ian Lance Taylordoc: go1.12: mention os.File.SyscallConn
2019-01-08 Keith Randallruntime: make FuncForPC return the innermost inlined...
2019-01-08 Alberto Donizettidoc: update tzdata version in 1.12 release notes
2019-01-08 Alberto Donizettidoc: make link relative in 1.12 cgo release notes
2019-01-08 Keith Randallruntime: store incremented PC in result of runtime...
2019-01-08 Mark Rushakoffcmd/go: fix typo in output of go help importpath
2019-01-08 Yuval Pavel... runtime: disable GDB tests on freebsd on all GOARCH...
2019-01-07 Ian Lance Taylorcmd/go: improve error message for names forbidden by...
2019-01-07 Cherry Zhangruntime/pprof: add a test for gccgo bug #29448
2019-01-07 Ian Lance Taylorlib/time: update tzdata to 2018i
2019-01-07 Brian Kesslermath: fix ternary correction statement in Log1p
2019-01-07 Jason LeBruncrypto/md5: fix casting of d.nx in UnmarshalBinary
2019-01-07 Jason LeBruncrypto/sha1: fix casting of d.nx in UnmarshalBinary
2019-01-07 Jay Conrodcmd/go: deflake TestScript/gcflags_patterns
2019-01-07 Gabriel Aszalosdoc: remove incorrect space in %T and %v output examples
2019-01-07 LE Manh Cuongarchive/zip: fix casting overflow on 32-bit arch
2019-01-07 Keith Randallcmd: vendor x/sys/unix into the stdlib
2019-01-06 Daniel Martícmd/vendor: update to golang.org/x/tools@3ef68632
2019-01-05 Filippo Valsordacrypto/x509: ignore harmless edge case in TestSystemRoots
2019-01-05 Filippo Valsordacrypto/x509: ignore 5 phantom 1024-bit roots in TestSys...
2019-01-04 David Chasecmd/compile: modify swt.go to skip repeated walks of...
2019-01-04 Filippo Valsordadoc/go1.12: remove known issue note
2019-01-04 Dmitri ShuralyovCONTRIBUTORS: first round of automated updates for...
2019-01-04 Filippo Valsordadoc/go1.12: document RSA-PSS support in crypto/tls
2019-01-04 Brad Fitzpatrickdoc/go1.12: mention Conn.SetDeadline improvements,...
2019-01-04 Jason LeBruncrypto/sha512: fix casting of d.nx in UnmarshalBinary
2019-01-04 Ian Lance Taylorruntime: skip writes to persistent memory in cgo checker
2019-01-04 Austin Clementsruntime: work around "P has cached GC work" failures
2019-01-04 Jay Conrodcmd/go: fix failure in TestScript/build_runtime_gcflags
2019-01-04 Keith Randallruntime: proper panic tracebacks with mid-stack inlining
2019-01-03 Keith Randallruntime: don't scan go'd function args past length...
2019-01-03 Jason LeBruncrypto/sha256: fix casting of d.nx in UnmarshalBinary
2019-01-03 Keith Randallruntime: add test for go function argument scanning
2019-01-03 Inada Naokiruntime: skip stack barrier copy when there are no...
2019-01-03 Stepan Shabalinruntime: remove redundant slicing
2019-01-03 Alessandro... cmd/go: respect gcflags, ldflags in 'go test'
2019-01-03 Keith Randallcmd/compile: fix no-op instruction used by s390x
2019-01-03 Ian Lance Taylornet: skip TestUDPZeroBytePayload on Darwin
2019-01-03 Ian Lance Taylordoc: go1.12: clarify use of MADV_FREE
2019-01-02 David Chasecmd/compile: Update ssa/debug_test reference files...
2019-01-02 Cherry Zhangcmd/compile: fix format test
2019-01-02 Brad Fitzpatrickapi: add os.(*File).SyscallConn to go1.12.txt
2019-01-02 Brad Fitzpatrickruntime: add GODEBUG=madvdontneed=1
2019-01-02 Austin Clementsruntime: don't spin in checkPut if non-preemptible
2019-01-02 Tobias Klausercmd/dist: list only supported platforms
2019-01-02 Cherry Zhangcmd/compile: fix deriving from x+d >= w on overflow...
2019-01-02 Brad Fitzpatrickruntime: disable GDB tests on freebsd/arm for now
2019-01-02 Julien Salleyronnet/http/httputil: fix missing previous headers in...
2019-01-02 Daniel Ingramruntime: fix string formatting
2019-01-02 Agniva De Sarkernet/url: clarify documentation about (*URL).String
next