]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-05-21 Jeremy Faller[dev.link] cmd/link: remove duplicate asmb code
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
2020-05-13 Lynn Bogercmd/vendor: update vendored x/arch/ppc64
2020-05-12 Cherry Zhang[dev.link] cmd/link: remove elfsetstring
2020-05-12 pjA+C: add Prasanga Siripala (individual CLA)
2020-05-12 Than McIntosh[dev.link] cmd/link: expand architecture support for...
2020-05-12 Hajime Hoshisyscall/js: prepare IDs for the preset objects
2020-05-12 Cherry Zhang[dev.link] cmd/link: reduce allocations in Preload
2020-05-12 Than McIntosh[dev.link] cmd/link: convert Asmb2 path to loader APIs...
2020-05-11 Ian Lance Taylorinternal/poll, os: loop on EINTR
2020-05-11 Ian Lance Taylorsyscall: append to environment in tests, don't clobber it
2020-05-11 Cherry Zhang[dev.link] cmd/link: convert asmb2 pass to new style...
2020-05-11 Keith Randallcmd/compile: in prove, zero right shifts of positive...
2020-05-11 Keith Randallcmd/compile: restrict ppc64 constant shifts to amount...
2020-05-11 Cherry Zhang[dev.link] cmd/link: convert asmb2 pass to new style...
2020-05-11 Steven Hartlandcmd/link: fix mode parameter to fallocate on Linux
2020-05-10 Joel Singcmd/compile: optimise branchs on riscv64
2020-05-10 Povilas Versockasinternal/trace: add license header to writer.go
2020-05-09 Alberto Donizettiruntime: fix dead link in gcc_androd.c file
2020-05-09 Hana (Hyang... net/http/pprof: document the trace endpoint is for...
2020-05-09 Steven Hartlandnet: only enable broadcast on sockets which support it
2020-05-08 Ayan Georgeimage/png: remove too early declaration of "n"
2020-05-08 Daniel Martítesting: tests and benchmarks can assume flag.Parsed
2020-05-08 Daniel Martíencoding/json: reuse values when decoding map elements
2020-05-08 Cherry Zhangcmd/internal/obj/arm64: fix 32-bit BITCON test
2020-05-08 Emmanuel T... cmd/compile: improve error when setting unexported...
2020-05-08 Robert Griesemerstrconv: fix ParseComplex for strings with separators
2020-05-08 Emmanuel T... cmd/compile: omit file:pos for non-existent errors
2020-05-08 Steven Hartlandruntime: use first line of cpuset output on FreeBSD
2020-05-08 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-08 Cherry Zhang[dev.link] cmd/link: delete old reloc pass
2020-05-08 Cherry Zhang[dev.link] cmd/link: convert asmb2 pass to new style...
2020-05-08 pjstrconv: add ParseComplex and FormatComplex
2020-05-08 Daniel Martíencoding/json: don't mangle strings in an edge case...
2020-05-08 Jeremy Faller[dev.link] cmd/link: convert ppc64 archreloc over to...
2020-05-08 Michael Anthony... runtime: use offAddr in more parts of the runtime
2020-05-08 Michael Anthony... runtime: make addrRange[s] operate on offset addresses
2020-05-08 Michael Anthony... runtime: avoid re-scanning scavenged and untouched...
2020-05-08 Michael Anthony... runtime: remove scavAddr in favor of address ranges
2020-05-08 Daniel Martíencoding/json: properly encode strings with ",string...
2020-05-08 Kevin Burkedatabase/sql: form a complete sentence in code comment
2020-05-08 Katie Hockmancrypto/tls: add Config.VerifyConnection callback
2020-05-08 Katie Hockmancrypto/tls: rotate session ticket keys
2020-05-08 Roland Shoemakerencoding/asn1: sort order of 'SET of' components during...
2020-05-08 Filippo Valsordacrypto/x509: treat hostnames with colons as invalid
next