]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2020-04-24 Josh Bleecher... cmd/compile: optimize Move with all-zero ro sym src...
2020-04-24 Josh Bleecher... cmd/compile: move duffcopy auxint calculation out of...
2020-04-24 Josh Bleecher... cmd/compile: convert race cleanup rule to typed aux
2020-04-24 Josh Bleecher... cmd/compile: convert Move and Zero optimizations to...
2020-04-24 Josh Bleecher... cmd/compile: convert devirtualization rule to typed aux
2020-04-24 Josh Bleecher... cmd/compile: convert inlineable memmove rules to typed aux
2020-04-24 Josh Bleecher... cmd/compile: convert pointer and address comparisons...
2020-04-24 Josh Bleecher... cmd/compile: convert nilcheck elim rules to typed aux
2020-04-24 Josh Bleecher... cmd/compile: convert floating point optimizations to...
2020-04-24 Josh Bleecher... cmd/compile: convert reassociation optimizations to...
2020-04-24 Josh Bleecher... cmd/compile: convert reassociation optimizations to...
2020-04-24 Ian Lance Taylorruntime: sleep in TestSegv program to let signal be...
2020-04-24 Alberto Donizetticmd/compile: use typed aux for first half of arm64...
2020-04-24 Hana (Hyang... doc/go1.15: include changes in net/http/pprof and runti...
2020-04-24 Heschi Kreinickinternal/goversion: revert "update to 1.15"
2020-04-24 Heschi Kreinickinternal/goversion: update to 1.15
2020-04-24 Josh Bleecher... cmd/compile: add more non-ID comparisons to schedule
2020-04-24 Josh Bleecher... cmd/compile: add Value.Uses comparison during scheduling
2020-04-24 Rebecca Stamblergo/types: improve error message for pointer receiver...
2020-04-24 Gerrit Code... Merge "cmd: merge branch 'dev.link' into master"
2020-04-24 Josh Bleecher... cmd/compile: CSE the RHS of rewrite rules
2020-04-24 Ruixin(Peter... math/big: rewrite subVW to use fast path on s390x
2020-04-24 Dmitri Shuralyovdoc: remove The Go Project page (moved to x/website)
2020-04-24 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-24 Ruixin(Peter... math/big: rewrite addVW to use fast path on s390x
2020-04-24 Richard Musiolcmd/compile: rewrite Wasm rules to use typed aux fields
2020-04-24 Alberto Donizetticmd/compile: convert remaining mips rules to typed aux
2020-04-24 Brad Fitzpatrickcrypto/x509: add x509omitbundledroots build tag to...
2020-04-24 Bradford Lamson... cmd/compile: fix misalignment in sources column of...
2020-04-24 David Chasecmd/internal/obj: add IsAsm flag
2020-04-23 Praveen Kumarstrings: remove an obsolete doc note for FieldsFunc
2020-04-23 Matthew Dempskycmd/compile: remove ODDDARG
2020-04-23 Matthew Dempskycmd/compile: use fixVariadicCall in escape analysis
2020-04-23 Matthew Dempskygo/types: add UsesCgo config to support _cgo_gotypes.go
2020-04-23 Lynn Bogercmd/compile: clean up PPC64.rules typed aux changes
2020-04-23 Josh Bleecher... cmd/compile: remove dead values after flagalloc
2020-04-23 Josh Bleecher... cmd/compile: splitload (CMPconst [0] x) into (TEST...
2020-04-23 Josh Bleecher... cmd/compile: allow named values on RHS of rewrite rules
2020-04-23 Lynn Bogercmd/asm,cmd/internal/obj/ppc64: update instructions...
2020-04-23 Dan Scalesruntime: fix TestDeferWithRepeatedRepanics and TestIssu...
2020-04-23 Matthew Dempskycmd/compile: move fixVariadicCall from walk to order
2020-04-23 Keith Randallcmd/go: use response files when command line would...
2020-04-23 Josh Bleecher... cmd/compile: convert splitload rules to typed aux
2020-04-23 Josh Bleecher... cmd/compile: optimize x & 1 != 0 to x & 1 on amd64
2020-04-23 Cuong Manh Lecmd/compile: rewrite dec rules to use typed aux field
2020-04-23 Cuong Manh Lecmd/compile: rewrite dec64 rules to use typed aux field
2020-04-23 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-23 Cherry Zhang[dev.link] cmd/link: clean up some tests
2020-04-23 Johan Janssoncmd/go: allow generate to process invalid packages
2020-04-23 Josh Bleecher... cmd/compile: add ssa.Block.truncateValues
2020-04-23 Josh Bleecher... cmd/compile: simplify zcse
2020-04-23 witchardcmd/go/internal/modget: improve GOINSECURE docs
2020-04-23 Cuong Manh Lecmd/compile: pre-alloc enough room for Escape.walkAll
2020-04-23 Matthew Dempskycmd/compile: refactor variadac call desugaring
2020-04-23 Andrei Tudor... testing: make TempDir work for subtests
2020-04-23 Matthew Dempskycmd/compile: be stricter about recognizing safety rule #4
2020-04-22 Jeremy Faller[dev.link] cmd/link: only allow heap area to grow to...
2020-04-22 Daniel Theophanesdatabase/sql: de-flake TestTxCannotCommitAfterRollback
next