]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-02-01 Keith Randallcmd/compile: fix crash when memmove argument is not...
2019-02-01 Cherry Zhangreflect: eliminate write barrier for copying result...
2019-02-01 Ian Lance Taylordoc: go1.12: update notes on go directive
2019-02-01 Yuval Pavel... cmd/cgo: ignore unrecognized GCC warning group pragmas
2019-01-31 Michael Anthony... runtime: add credit system for scavenging
2019-01-31 Michael Anthony... runtime: scavenge memory upon allocating from scavenged...
2019-01-30 Ian Lance Taylorcmd/cgo: disable GCC 9 warnings triggered by cgo code
2019-01-30 Dmitri ShuralyovCONTRIBUTORS: second round of updates for Go 1.12
2019-01-30 Alberto Donizettidoc: note go tool tour removal in 1.12 release notes
2019-01-30 Ian Lance Tayloros: treat EACCES as a permission error in RemoveAll
2019-01-30 Ian Lance Tayloros: restore RemoveAll docs by making a single copy
2019-01-30 Ian Lance Taylordoc: remove meaningless word from Go 1.12 release notes
2019-01-30 Ian Lance Tayloros: make openFdAt act like openFileNolog
2019-01-29 Brad Fitzpatricknet/url, net/http: relax CTL-in-URL validation to only...
2019-01-29 kim yongbindoc/go1.12: add notes about 'go doc -src'
2019-01-29 Ian Lance Taylordoc: go1.12: mention change in text/template user funct...
2019-01-29 Austin Clementscmd/link: fix confusing error on unresolved symbol
2019-01-28 Ian Lance Taylordoc: mention init traceback change in Go 1.12 release...
2019-01-28 Keith Randalldoc: describe change to eliminate method expression...
2019-01-27 Alex Brainmanpath/filepath: skip TestIssue29372 on windows, if ...
2019-01-27 Keith Randallcmd/compile: hide init functions in tracebacks
2019-01-27 Ian Lance Taylorcmd/compile: base PPC64 trunc rules on final type,...
2019-01-27 GiantsLoveDeathMetalsort: change let to let's
2019-01-25 Ian Lance Taylorcmd/go: mention that binary packages are going away
2019-01-25 yo-takcmd/compile, cmd/link: document more flags
2019-01-23 Bryan C. Millscmd/go/internal/modload: ensure that __debug_modinfo__...
2019-01-23 Filippo Valsordacrypto/elliptic: reduce subtraction term to prevent...
2019-01-23 Brad Fitzpatricknet/http: update bundled http2
2019-01-23 Brad Fitzpatricknet/url, net/http: reject control characters in URLs
2019-01-23 Daniel Martídoc: mention 'go get golang.org/dl/...' in install
2019-01-23 Elias NaurA+C: change email address for Elias Naur
2019-01-22 Keith Randallcmd/compile: don't bother compiling functions named "_"
2019-01-22 Filippo Valsordacrypto/subtle: normalize constant time ops docs
2019-01-22 Dmitri Shuralyovcmd/go: copy missing bit of documentation about code...
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
next