]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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 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 Michael Anthony... runtime: fix block leak due to race in span set
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 Bryan C. Millsinternal/goversion: update to 1.15
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 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
2020-04-27 Josh Bleecher... cmd/compile: eliminate some array equality alg loops
2020-04-27 Josh Bleecher... cmd/compile: improve equality algs for arrays of strings
2020-04-27 Josh Bleecher... cmd/compile: improve equality algs for arrays of interfaces
2020-04-27 Josh Bleecher... cmd/compile: improve generated eq algs for structs...
2020-04-27 Josh Bleecher... cmd/compile: refactor out eqinterface
2020-04-27 Josh Bleecher... cmd/compile: improve generated eq algs for structs...
2020-04-27 Josh Bleecher... cmd/compile: refactor out eqstring
2020-04-27 Josh Bleecher... cmd/compile: make runtime calls last in eq algs
2020-04-27 Daniel Martícmd/compile: remove If type in rulegen
2020-04-27 Baokun Leecmd/go/internal/web: use url.Redacted
2020-04-27 Cuong Manh Lecmd/compile: rewrite decArgs rules to use typed aux...
2020-04-27 Meng Zhuocmd/link: use definition from debug/elf for ldelf
2020-04-27 Alberto Donizetticmd/compile: convert more arm64 lowering rules to typed aux
2020-04-27 Nigel Taoimage/png: fix some 32-bit int overflows
2020-04-27 Michael Mundaycmd/compile: adopt strong aux typing for some s390x...
2020-04-27 Ruixin(Peter... cmd/compile: adopt strong aux typing for some s390x...
2020-04-26 Daniel Martícmd/compile: minor rulegen simplifications
2020-04-26 Pierre Carrunet/http/httputil: make Switching Protocol requests...
2020-04-25 Tyson Andrenet/http/httputil: fix typo in unit test name
2020-04-25 Qais PatankarA: Qais Patankar (individual CLA)
2020-04-25 Tyson Andremath/cmplx: fix typo in code comment
2020-04-25 Brad Fitzpatricktesting: give short package variable a longer name
2020-04-25 Mukesh Sharmacmd/go/internal/cache: fix typing error in errVerifyMode
2020-04-25 Tobias Klausertesting: replace all GOOS-specific path separators...
2020-04-25 Josh Bleecher... cmd/compile: convert another tranch of generic rules...
2020-04-25 Ian Lance Tayloros, net: define and use os.ErrDeadlineExceeded
2020-04-24 Josh Bleecher... cmd/compile: avoid double-zeroing
next