]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-04-26 Joel Singcmd: update vendored golang.org/x/sys
2019-04-26 Brandon Ryandoc: clarify to use MinGW-W64 for amd64 systems
2019-04-26 Clément Chigotruntime: enable runtime_mmap_test.go on AIX
2019-04-26 LE Manh Cuongtime: fix misleading error with the leading zero format
2019-04-26 Ian Lance Taylorruntime: gofmt defs1_netbsd_arm64.go
2019-04-26 Russ Coxnet/url: document, test that PathEscape escapes / to %2F
2019-04-26 Russ Coxcmd/go: make 'go version' apply to files
2019-04-26 Russ Coxcmd/link: make it easy to find binary versions
2019-04-26 Russ Coxapi: add recent Go 1.13 work
2019-04-25 Than McIntoshcmd/link: use read-only mmap to back selected symbol...
2019-04-25 Austin Clementsruntime: switch to P 0 before destroying current P
2019-04-25 Austin Clementsruntime: document P statuses
2019-04-25 Marcel van... all: update to Unicode 11
2019-04-25 Michael Anthony... runtime: make mTreap.find actually find the best fit
2019-04-25 Cherry Zhangcmd/link: avoid writing to read-only memory in addstrdata
2019-04-25 Jay Conrodcmd/go/internal/modfetch: workaround file URL parsing...
2019-04-25 Russ Coxcmd/go: add support for GOPROXY list
2019-04-25 Russ Coxcmd/go/internal/web: minor api cleanup
2019-04-25 David du Colombiernet: fix lookupHost to return DNSError on Plan 9
2019-04-25 Baokun Leecmd/go/internal/modconv: support convert replacements...
2019-04-25 Brian Kesslercmd/compile: add signed divisibility by power of 2...
2019-04-25 Josh Bleecher... cmd/compile: don't initialize blank struct fields
2019-04-25 Josh Bleecher... unicode/utf8: remove some bounds checks from DecodeRune
2019-04-24 Josh Bleecher... unicode/utf8: use binary literals
2019-04-24 Than McIntoshtest: new test for issue 31637
2019-04-24 Caleb Sparetesting: fix minor bug with mutex profile error message
2019-04-24 Than McIntoshgo/internal/gccgoimporter: revise previous anonymous...
2019-04-24 Brad Fitzpatricknet/http: export Header.Clone, reduce its allocations...
2019-04-24 Joel Singcmd: re-enable tests with external linking on openbsd/arm
2019-04-24 Fangming.Fangcmd/dist: skip race detector test failure for unsupport...
2019-04-24 Joel Singcmd/dist: handle arm64 as a machine hardware name
2019-04-24 Marcel van... unicode: update table using new generator in x/text
2019-04-24 Russ Coxcmd/go: change -tags to a comma-separated list
2019-04-24 Russ Coxcmd/go: add -trimpath build flag
2019-04-24 Marcel van... unicode: remove script test
2019-04-24 Russ Coxcmd/internal/objabi: expand -trimpath syntax
2019-04-24 Josh Bleecher... unicode/utf8: make acceptRanges bigger
2019-04-24 Josh Bleecher... bytes, internal/bytealg: simplify Equal
2019-04-24 Udalov Maxcmd/go/internal/modcmd: assign module's path and versio...
2019-04-23 sergeynet/url: Reduce allocation on parsing URL func
2019-04-23 Matthew Dempskycmd/compile: don't call hcrash in Warn
2019-04-23 Brad Fitzpatricknet: don't crash on Windows when Lookup name has null...
2019-04-23 Keith RandallRevert "cmd/compile: add signed divisibility by power...
2019-04-23 Bryan C. Millscmd/go/internal/web: merge internal/web2 into web
2019-04-23 David Chasecmd/link: revert/revise CL 98075 because LLDB is very...
2019-04-23 Brian Kesslercmd/compile: add signed divisibility by power of 2...
2019-04-23 Keith Randallruntime: randomize package initialization order in...
2019-04-23 Keith Randallcmd/compile: always mark atColumn1 results as statements
2019-04-23 Matthew Dempskycmd/compile: respect -newescape in genwrapper
2019-04-23 Michael Mundaymath: consolidate assembly stub implementations
2019-04-23 Benny SiegertA: Add Maya Rashish (individual CLA)
2019-04-23 Benny Siegertdoc: update wording in contribution guide
2019-04-23 Nikhil Beneschcmd/go: include AR env var in gccgo build IDs
2019-04-23 Russ Coxencoding/json: document HTML escaping in Compact
2019-04-23 Russ Coxcmd/go: move runtime/debug.modinfo to runtime.modinfo
2019-04-23 Shubham Sharmanet: add IsNotFound field to DNSError
2019-04-23 Daniel Martíencoding/json: index names for the struct decoder
2019-04-23 Josh Bleecher... cmd/compile: clean up string/bytes/runes conversion...
2019-04-23 Russ Coxcmd/go: add env -w and env -u to set and unset default...
2019-04-22 Matthew Dempskycmd/compile: refactor visitBottomUp to use inspectList
2019-04-22 Matthew Dempskycmd/compile: change visitBottomUp from post-order trave...
2019-04-22 Benoit Sigourenet/http: document that Basic Auth may require URL...
2019-04-22 Tyler Bui-Palsulichcmd/go: expand cannot determine module path error
2019-04-22 Shawn Elliottcmd/go/internal/generate: stop premature variable subst...
2019-04-22 Keith Randallcmd/compile: use correct package name for stack object...
2019-04-22 Maya Rashishruntime: use named macros on NetBSD
2019-04-22 Austin Clementsruntime: improve mstart comments
2019-04-22 Daniel Martíencoding/json: avoid work when unquoting strings
2019-04-22 erifan01math/big: optimize mulAddVWW on arm64 for better perfor...
2019-04-22 erifan01cmd/compile: intrinsify math/bits.Sub64 for arm64
2019-04-22 Austin Clementsruntime: error formatting fix
2019-04-20 Josh Bleecher... cmd/compile: reduce bits.Div64(0, lo, y) to 64 bit...
2019-04-20 Maya Rashishall: add start of netbsd/arm64 support
2019-04-20 Maya Rashishruntime: move linux specific code into linux specific...
2019-04-19 Bryan C. Millscmd/go: only add a 'go' directive on 'go mod tidy'...
2019-04-19 Matthew Dempskycmd/compile: fix ICE from go/defer call to variadic...
2019-04-19 David Chasecmd/compile: shortcut intrinsic inlining AFTER getcalle...
2019-04-19 Than McIntoshgo/internal/gccgoimporter: improve alias handling for...
2019-04-19 Than McIntoshcmd/link: adjust whitelist for -strictdups checking...
2019-04-19 Yuval Pavel... os: disable the use of netpoll on directories as well...
2019-04-19 Bryan C. Millscmd/go/internal/modload: fix boundary conditions in...
2019-04-19 Cherry Zhangcmd/link: mmap object data
2019-04-19 Cherry Zhangcmd/link: apply relocations later
2019-04-19 Cherry Zhangcmd/link: apply DWARF relocations while doing compression
2019-04-19 Cherry Zhangcmd/link: apply R_DWARFFILEREF later
2019-04-19 Cherry Zhangcmd/link: mmap output file
2019-04-19 Bryan C. Millscmd/go/internal/modfetch: comment on known bug in isVen...
2019-04-19 Brad Fitzpatrickinternal/goversion: add new package, move Go 1.x consta...
2019-04-19 Cherry Zhangruntime: suppress thread event prints in gdb test
2019-04-19 Ian Lance Taylorbootstrap.bash: make source writable before cleaning
2019-04-19 Ian Lance Taylorcmd/link: require cgo support for TestSectionsWithSameName
2019-04-19 Kai Dongsync: update comment
2019-04-19 Josh Bleecher... runtime, cmd/compile: re-order PCDATA and FUNCDATA...
2019-04-19 Josh Bleecher... cmd/compile: move phi tighten after critical
2019-04-19 Bryan C. Mills{,cmd/}vendor: rerun 'go mod vendor' to prune ignored...
2019-04-19 Bryan C. Millscmd/go/internal/modcmd: skip files with the "ignore...
2019-04-19 LE Manh Cuongcmd/compile: remove unused func nodfltconst
2019-04-18 Brad Fitzpatrickruntime/trace: also treat plan9 as a low memory system
2019-04-18 Rob Piketesting/quick: simplify explanation of -quickchecks...
2019-04-18 jfbusnet: use DNS over TCP when use-vc is set in resolv...
next