]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-30 Michael Anthony... runtime: add scavenge -> traceBuf to lock partial order
2020-04-30 Michael Anthony... runtime: wake scavenger and update address on sweep...
2020-04-30 Michael Anthony... runtime: make the scavenger's pacing logic more defensive
2020-04-30 Alberto Donizetticmd/compile: switch to typed auxint for arm64 TBZ/TBNZ...
2020-04-30 Keith Randallcmd/compile: add indexed memory modification ops to...
2020-04-30 Keith Randallcmd/compile: add indexed load+op operations to amd64
2020-04-30 Brad Fitzpatrickdoc/go1.15: add 32-bit darwin removal and Resolver...
2020-04-30 Brad Fitzpatricknet/http/httputil: don't append to X-Forwarded-For...
2020-04-30 Ruixin Baocmd/compile: adopt strong aux typing for some s390x...
2020-04-30 Alex Brainmancmd/go: use -buildmode=pie as default on window
2020-04-30 Tobias Klauserlib/time, time/tzdata: update tz data to 2020a
2020-04-30 Daniel Martícmd/go: make 'mod verify' use multiple CPUs
2020-04-30 Keyan Pishdadiancmd/go: add error for cross-compiled -race builds
2020-04-30 Rob Pikecmd/cover: include a package name in the HTML title
2020-04-30 Robert Griesemerstrconv: implement parseFloatPrefix returning no. of...
2020-04-30 Ian Lance Taylorsyscall: on linux-arm64, prefer prlimit to {g,s}etrlimit
2020-04-30 Ian Lance Taylordebug/gosym: correct comments for Table.{Files,Objs}
2020-04-30 Austin ClementsRevert "cmd/compile: omit file:pos for non-existent...
2020-04-30 Emmanuel T... cmd/compile: omit file:pos for non-existent, permission...
2020-04-30 Austin Clementsruntime: move condition into wakep
2020-04-30 kakulisenmath: Add a function example
2020-04-30 Matthew Dempskynet/http/cgi: replace constant map with switch statement
2020-04-29 Keith Randallcmd/compile: move last of the generic rules to typed aux
2020-04-29 Austin Clementscmd/compile,runtime: stack maps only at calls, remove...
2020-04-29 Austin Clementscmd/compile: make LivenessMap sparse
2020-04-29 Austin Clementscmd/compile: don't emit stack maps for write barrier...
2020-04-29 Austin Clementscmd/compile: fix unsafe-points with stack maps
2020-04-29 Austin Clementscmd/compile: rename issafepoint -> hasStackMap
2020-04-29 Austin Clementscmd/compile: mark PanicBounds/Extend as calls
2020-04-29 Austin Clementsruntime: use conservative scanning for debug calls
2020-04-29 Austin Clementsruntime: perform debug call injection on a new goroutine
2020-04-29 Austin Clementsruntime: make newproc1 not start the goroutine
2020-04-29 Austin Clementsruntime/pprof: fix units of MaxRSS on Linux
2020-04-29 Austin Clementsruntime: fix debuglog traceback printing off-by-one
2020-04-29 Alberto Donizetticmd/compile: convert CCop arm64 rules to typed aux
2020-04-29 Martin Möhrmannbytes, strings: align requirements for functions passed...
2020-04-29 Jay Conrodcmd/go: trim source paths when compiling C with -trimpath
2020-04-29 Russ Coxgo/ast: drop //directive comments from doc.Text
2020-04-29 Richard Millercmd/go/internal/modload: use lockedfile to read path...
2020-04-29 Katie Hockmancrypto/x509/pkix: improve docs and Name.String()
2020-04-29 Ruixin Baocrypto/ed25519: drop the purego build tag
2020-04-29 Lynn Bogercmd/asm: update ppc64enc.s testcase
2020-04-29 Keith Randallcmd/compile: convert constant divide strength reduction...
2020-04-29 Lynn Bogercmd/compile,cmd/internal/obj/ppc64: use mod instruction...
2020-04-29 Nigel Taoimage: guard against NewXxx integer overflow
2020-04-29 Nigel Taoimage/jpeg: accept "\xff\x00" before a RST marker
2020-04-29 Nigel Taoimage: add a NewUniform doc comment
2020-04-29 Ruixin Baocmd/compile: adopt strong aux typing for some s390x...
2020-04-29 Meng Zhuocmd/compile: adjust MIPS64x rewrite rules to use typed...
2020-04-28 Cherry Zhang[dev.link] cmd/link: convert reloc pass to using the...
2020-04-28 Ian Gudgernet: add (*Resolver).LookupIP
2020-04-28 Martin Möhrmannreflect: reduce allocations for Select with up to 4...
2020-04-28 Daniel Theophanesdatabase/sql: document Connect and Close may need a...
2020-04-28 Robert Griesemerstrings: simpler and slightly faster implementation...
2020-04-28 Josh Bleecher... cmd/compile: simplify readonly sym checks in writebarri...
2020-04-28 Cherry Zhang[dev.link] cmd/link: convert asmb pass to new style
2020-04-28 Than McIntosh[dev.link] cmd/link: remove elf sym fields from sym...
2020-04-28 Than McIntosh[dev.link] cmd/link: remove Unit field from sym.Symbol
2020-04-28 Than McIntosh[dev.link] cmd/link/internal/loader: add elf symbol...
2020-04-28 Than McIntosh[dev.link] cmd/link/internal/sym: remove SortSub
2020-04-28 Than McIntosh[dev.link] cmd/link: remove Gotype and File fields...
2020-04-28 Than McIntosh[dev.link] cmd/link: tweak genasmsym to eliminate Gotyp...
2020-04-28 Michael Anthony... runtime: fix block leak due to race in span set
2020-04-28 Cherry Zhang[dev.link] cmd/link: write data sections to heap in...
2020-04-28 Cherry Zhang[dev.link] cmd/link: convert dwarfcompress to using...
2020-04-28 Michael Anthony... runtime: flush mcaches to mcentral before reading memstats
2020-04-28 Alberto Donizetticmd/compile: port first part of arm64 opt rules to...
2020-04-28 Jay Conroddoc/go1.15: add notes for GOMODCACHE, modcacheunzipinplace
2020-04-28 Jeremy Faller[dev.link] cmd/link: move wavefront past address
2020-04-28 Bryan C. Millsinternal/goversion: update to 1.15
2020-04-28 Cherry ZhangRevert "[dev.link] cmd/link: stop overwriting symbol...
2020-04-28 Cherry Zhang[dev.link] cmd/link: fix accidental shadowing
2020-04-28 Vivian Liangdatabase/sql: fix incorrect function name in example_test
2020-04-28 Ruixin Baocmd/compile: adopt strong aux typing for some s390x...
2020-04-28 fanzha02cmd/compile: rewrite some arm64 rules to use typed...
2020-04-28 Rebecca Stamblergo/types: improve errors for method calls with pointer...
2020-04-28 Andrei Tudor... os, internal/poll, internal/syscall/unix: use copy_file...
2020-04-28 Alex Gaynorbufio: optimize bufio.Reader.ReadString to avoid an...
2020-04-27 Nigel Taoimage/draw: optimize paletted dst + uniform src
2020-04-27 smasher164strconv: remove redundant conversions to int
2020-04-27 Michael Anthony... runtime: ensure allocToCache updates searchAddr in...
2020-04-27 Ruixin(Peter... hash/crc32: simplify hasVX checking on s390x
2020-04-27 Cherry Zhang[dev.link] cmd/link: stop overwriting symbol types...
2020-04-27 Cherry Zhang[dev.link] cmd/link: delete old dodata
2020-04-27 Cherry Zhang[dev.link] cmd/link: accept more types in Xcoffadddynrel
2020-04-27 Ruixin(Peter... math/big: simplify hasVX checking on s390x
2020-04-27 Ruixin Baomath: simplify hasVX checking on s390x
2020-04-27 Ruixin Baocrypto/ecdsa: implement ecdsa on s390x for P256/P384...
2020-04-27 Ruixin(Peter... crypto/ed25519: implement ed25519 on s390x using KDSA...
2020-04-27 Andrew BonventreRevert "go/types: add UsesCgo config to support _cgo_go...
2020-04-27 Dan Scalesruntime: added several new lock-rank partial order...
2020-04-27 Michael Anthony... runtime: bound small object sweeping to 100 spans when...
2020-04-27 Michael Anthony... runtime: add new mcentral implementation
2020-04-27 Michael Anthony... runtime: implement the spanSet data structure
2020-04-27 Michael Anthony... runtime: manage a pool of spanSetBlocks and free them...
2020-04-27 Michael Anthony... runtime: add spanSet data structure
2020-04-27 Joel Singcmd/compile: implement multi-control branches for riscv64
2020-04-27 Daniel Theophanesdatabase/sql/driver: enhance driver package documentation
2020-04-27 Josh Bleecher... cmd/compile: convert more generic rules to typed aux
next