]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-05-29 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-29 Xiangdong Jicmd/compile: fix incorrect rewriting to if condition
2020-05-29 Alberto Donizettimath: fix dead link to springerlink (now link.springer)
2020-05-29 Jeremy Faller[dev.link] cmd/link: simplify asmb2
2020-05-29 Volker Doblernet/http: clarify that AddCookie only sanitizes the...
2020-05-28 Daniel Martíencoding/xml: only initialize nil struct fields when...
2020-05-28 Daniel MartíRevert "encoding/json: reuse values when decoding map...
2020-05-28 Bryan C. Millsos: in Symlink, stat the correct target path for drive...
2020-05-28 Dmitri Shuralyovdoc/go1.15: document no language changes
2020-05-28 Elias Naursyscall: avoid dup2 in forkAndExecInChild1 on Android
2020-05-28 Cherry Zhangcmd/compile: always use StackMapDontCare as register...
2020-05-27 Bryan C. Millsrun.bat: use ..\bin\go instead of "go" to install std...
2020-05-27 Russ Coxnet/http: handle body rewind in HTTP/2 connection loss...
2020-05-27 Michael Prattruntime: check gdb exit status and log output
2020-05-27 Cherry Zhangcmd/link: actually close the output file
2020-05-27 Paschalis Tsiliascmd/go: clean -cache -n should not delete cache
2020-05-26 Jay Conrodcmd/go: report error for empty GOPROXY list
2020-05-26 Tobias Klauserruntime, time: gofmt
2020-05-26 Katie Hockmancrypto/x509: allow setting MaxPathLen to -1 without...
2020-05-26 Paul D. Webercmd/link/internal/ld/lib.go: use lld on Android
2020-05-26 Jeremy Faller[dev.link] cmd/link: change asmb2 api and rescope some...
2020-05-26 Jeremy Faller[dev.link] cmd/link: move asmb2 aix from ppc64 to gener...
2020-05-26 Jeremy Faller[dev.link] cmd/link: move asmb2 plan 9 architecture...
2020-05-26 Jeremy Faller[dev.link] cmd/link: port asmb2 pe generation over...
2020-05-26 Jeremy Faller[dev.link] cmd/link: move asmb2 elf to generic handling
2020-05-26 Jeremy Faller[dev.link] cmd/link: remove Flag8 from amd64
2020-05-26 Jeremy Faller[dev.link] cmd/link: move macho asmb2 support to generi...
2020-05-26 Jeremy Faller[dev.link] cmd/link: move plan9 header out of architectures
2020-05-26 Than McIntosh[dev.link] cmd/compile: emit fewer R_USETYPE relocations
2020-05-26 Than McIntosh[dev.link] cmd/link: refactor DWARF fn die processing...
2020-05-26 Than McIntosh[dev.link] cmd/{compile,link}: split SDWARFINFO symtype...
2020-05-26 Joel Singruntime, syscall: correct openbsd/arm and openbsd/arm64...
2020-05-25 Elias Naurcmd/link/internal/ld: consider alternative linkers...
2020-05-24 Tobias Klausercmd/go: fix parallel chatty tests on solaris-amd64...
2020-05-24 Richard Musiolsyscall/js: improve documentation of Func.Release
2020-05-24 matsuyoshios: use same link in UserCacheDir/UserConfigDir doc
2020-05-23 Roland Shoemakerencoding/asn1: document what Unmarshal returns in rest
2020-05-22 Russ Coxtime: simplify Duration.String example
2020-05-21 Austin Clementsruntime: detect and report zombie slots during sweeping
2020-05-21 Cherry Zhang[dev.link] cmd/link: delete sym.Symbols
2020-05-21 Bryan C. Millsall: use a hermetic "go" tool in standard-library tests
2020-05-21 Michael Prattruntime: disable preemption in startTemplateThread
2020-05-21 Jeremy Faller[dev.link] cmd/link: remove duplicate asmb code
2020-05-21 Jean de Klerktesting: reformat test chatty output
2020-05-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-21 Michael Anthony... runtime: synchronize StartTrace and StopTrace with...
2020-05-21 Cherry Zhangcmd/link: fix size calculation for file space prealloca...
2020-05-21 Than McIntoshcmd/compile: delay inlinable method compilation for...
2020-05-21 Jay Conrodcmd/go: rank errUseProxy lower when handling proxy...
2020-05-21 Cherry Zhangruntime: add a barrier after a new span is allocated
2020-05-20 Ian Lance Taylorsyscall: preserve Windows file permissions for O_CREAT...
2020-05-20 Yasuhiro Matsumotocmd/go: use temporary file for output of gcc command...
2020-05-20 David Chasecmd/go: remove GOAMD64 environment variable
2020-05-20 Jeremy Faller[dev.link] cmd/link: remove some x86/Darwin code
2020-05-20 Bryan C. Millsruntime: allocate fewer bytes during TestEINTR
2020-05-20 Michael Anthony... runtime: don't use (addrRange).subtract in removeGreate...
2020-05-20 Michael Hudson... cmd/go: accept smart quotes when checking for missing...
2020-05-19 Bryan C. Millstesting: clean up remaining TempDir issues from CL...
2020-05-19 Bryan C. Millscrypto/x509: save the temp dir in TestReadUniqueDirecto...
2020-05-19 Roger Peppetesting: return unique directory inside same base root...
2020-05-19 Jeremy Faller[dev.link] cmd/link: skip TestDWARFiOS if the iOS tools...
2020-05-19 Tobias Klauserdoc/go1.15: consolidate notes regarding package testing
2020-05-19 Cherry Zhang[dev.link] cmd/link: remove duplicate handling of some...
2020-05-19 Cherry Zhang[dev.link] cmd/internal/obj: remove asm parameter of...
2020-05-19 Cherry Zhang[dev.link] cmd/asm: expand package path if known
2020-05-19 Cherry Zhang[dev.link] cmd/link: only do name expansion when needed
2020-05-19 Ian Lance Taylordoc: require macOS 10.12 or later
2020-05-18 Katie Hockmancrypto/tls: remove version check when unmarshaling...
2020-05-18 Ian Lance Taylordoc/go1.15: mention vet warning for impossible type...
2020-05-18 Ian Lance Taylordoc/go1.15: mention vet warning for string(x)
2020-05-18 Katie Hockmancrypto/tls: persist the createdAt time when re-wrapping...
2020-05-18 Cherry Zhang[dev.link] cmd/link: delete SCONST symbol type
2020-05-18 Cherry Zhang[dev.link] cmd/link: remove "2" from names
2020-05-18 Cherry Zhang[dev.link] cmd/link: delete sym.Attribute
2020-05-18 Cherry Zhang[dev.link] cmd/link: delete some deadcode
2020-05-18 Jay Conrodcmd: update golang.org/x/mod to v0.3.0 (same commit)
2020-05-18 Richard Millerruntime: don't enable notes (=signals) too early in...
2020-05-15 Cherry Zhangcmd/link: detect trampoline of deferreturn call
2020-05-14 Cherry Zhang[dev.link] cmd/link: delete sym.Symbol and sym.Reloc
2020-05-14 Cherry Zhangcmd/link: fix SLIBFUZZER_EXTRA_COUNTER symbol handling
2020-05-14 Jeremy Faller[dev.link] cmd/link: move xcoff to loader represenatation
2020-05-14 Dan Scalesruntime: add a lock partial order edge (assistQueue...
2020-05-14 Jeremy Faller[dev.link] cmd/link: remove dependence on dodatastate...
2020-05-14 Josh Bleecher... runtime: remove flaky "goroutine 2 bt" from gdb test
2020-05-14 Jeremy Faller[dev.link] all: merge master to dev.link
2020-05-14 Cherry Zhang[dev.link] cmd/link: simplify field tracking support
2020-05-14 Cherry Zhangcmd/link: fix SCONST symbol handling on darwin
2020-05-14 Michael Anthony... runtime: make maxOffAddr reflect the actual address...
2020-05-14 Josh Bleecher... cmd/compile: add test for issue 37246
2020-05-14 Michael Mundaycmd/compile: fix tuple selector bug in CSE pass
2020-05-14 Bryan C. Millscmd/go: terminate TestScript commands more aggressively...
2020-05-14 Cherry Zhang[dev.link] cmd/internal/goobj2, cmd/link: change data...
2020-05-13 David Chasecmd/internal/obj: add stmt prologueEnd to DWARF for...
2020-05-13 Bryan C. Millscmd/go: do not ignore permission errors when matching...
2020-05-13 smasher164cmd/go: enable stringintconv and ifaceassert vet checks...
2020-05-13 Bryan C. Millsruntime: reduce timing sensitivity in TestEINTR
2020-05-13 Than McIntosh[dev.link] cmd/link/internal/loader: remove Propagate...
2020-05-13 Cherry Zhang[dev.link] cmd/link: remove extSymPayload.gotype field
2020-05-13 Cherry Zhang[dev.link] cmd/link: minor fix for -v log
2020-05-13 Than McIntosh[dev.link] cmd/link: rename adddynrel2 back to adddynrel
next