]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-04-14 Joe Tsaimath: improve documentation of Copysign
2022-04-14 Keith Randallcmd/compile: fold constant shifts into (SHL|SHR|SAR...
2022-04-13 Jorropocmd/compile: remove unused offset calculation in ssagen...
2022-04-13 zhangyunhaosort: use pdqsort
2022-04-13 Roland Shoemakercrypto/x509: add CertPool.Clone
2022-04-13 Roland Shoemakercrypto/x509: support nil pools in CertPool.Equal
2022-04-13 Roland Shoemakercrypto/x509: omit empty extensions SEQUENCE
2022-04-13 Wayne Zuocmd/compile: add SHLX&SHRX without load
2022-04-13 Wayne Zuocmd/compile: add SARXQload and SARXLload
2022-04-13 Meng Zhuoruntime: port memmove, memclr to register ABI on riscv64
2022-04-12 hopehookcmd/asm: update comment to refer to #44505
2022-04-12 Cherry Muicmd/link: mangle symbol ABI name for linker-generated...
2022-04-12 Keith Randallcmd/link: don't sort pclntab entries
2022-04-12 Roland Shoemakercmd/go: fix TestScript/test_fuzz_minimize_interesting...
2022-04-12 Archana Rmath/big: Implement shlVU and shrVU in ASM for PPC64
2022-04-12 Bryan C. Millsdoc/go1.19: document cmd/go changes involving -trimpath
2022-04-12 Damien Neilsyscall: check correct group in Faccessat
2022-04-12 Bryan C. Millscmd/go: allow '-buildvcs=auto' and treat it as the...
2022-04-12 Wayne Zuocmd/compile: always write fun[0] in incomplete itab
2022-04-12 tenkohcmd/go: open correct path when loading embeds from...
2022-04-12 Tobias Klausercmd/go/internal/modload: remove aix from stat_openfile...
2022-04-12 Julie Qiuencoding/pem: fix stack overflow in Decode
2022-04-12 Lynn Bogerruntime: improve memmove for ppc64x
2022-04-12 Wayne Zuocmd/compile: add SARX instruction for GOAMD64>=3
2022-04-12 Matthew Dempskytest: add //go:build support to run.go
2022-04-12 Bryan C. Millscmd/go: set GOROOT explicitly for 'go generate' subproc...
2022-04-12 Bryan C. Millscmd/go: fix TestScript/build_trimpath_goroot when built...
2022-04-12 Bryan MillsRevert "cmd/compile/internal: fix test error on loong64"
2022-04-12 Xiaodong Liucmd/compile/internal: fix test error on loong64
2022-04-12 champlyruntime/chan.go: improve closed channel receive performance
2022-04-12 Ian Lance Tayloros: mark Solaris nam/door/port files as irregular
2022-04-12 hopehookcmd/compile: add a test case and some comments for...
2022-04-12 nimelehincmd/compile: fix compilation crash with several blank...
2022-04-12 zhouguangyuanruntime: fix name of type parameter
2022-04-11 Maxime Soulénet/http/httptest: allow multiple fields be present...
2022-04-11 Keith Randallruntime: align m.procid to 8 bytes on 32-bit systems
2022-04-11 yangwenmaiA+C: add Wen Yang (individual CLA)
2022-04-11 Russ Coxgo/ast, go/printer: recognize export and extern line...
2022-04-11 Russ Coxall: gofmt main repo
2022-04-11 Russ Coxcmd/doc: use new go/doc APIs
2022-04-11 Russ Coxgo/doc: use go/doc/comment
2022-04-11 Russ Coxcmd/go: gofmt alldocs.go
2022-04-11 Russ Coxgo/printer: format doc comments
2022-04-11 Russ Coxgo/doc/comment: parse and print lists
2022-04-11 Russ Coxgo/doc/comment: parse and print code
2022-04-11 Russ Coxgo/doc/comment: parse and print headings
2022-04-11 Russ Coxgo/doc/comment: add text wrapping
2022-04-11 Russ Coxgo/doc/comment: parse and print explicit links
2022-04-11 Russ Coxgo/doc/comment: parse and print doc links
2022-04-11 Russ Coxgo/doc/comment: parse and print identifiers, automatic...
2022-04-11 Russ Coxgo/doc/comment: add Printer and basic comment printing
2022-04-11 Russ Coxgo/doc/comment: add paragraph parsing and test framework
2022-04-11 Russ Coxgo/doc/comment: add low-level parsing helpers
2022-04-11 Russ Coxgo/doc/comment: add data structures
2022-04-11 Wayne Zuocmd/compile: add MOVBE index load/store
2022-04-11 Wayne Zuotest: adjust load and store test
2022-04-11 Keith Randallcmd/asm: fix MOVK when constant has high bit set
2022-04-11 Meng Zhuoarchive/zip: fail fast if UncompressedSize64 < nread
2022-04-10 Leonard Wangruntime: update description of GODEBUG=gctrace=1
2022-04-10 cia-ranaruntime: fix URL in a comment
2022-04-09 Ian Lance Taylorgo/build: remove unused fileInfo.embedErr field
2022-04-08 Paul E. Murphycrypto/aes: merge ppc64le crypt key expansion
2022-04-08 Johan Janssonnet/textproto: initialize commonHeader in canonicalMIME...
2022-04-08 Bryan C. Millscmd/vendor: revert vendored code mistakenly modified...
2022-04-08 qmuntalcmd/go: cgo export header to be compatible with MSVC...
2022-04-08 Daniel Martíall: consistently use US spelling of present participles
2022-04-07 hopehookcmd/compile: fix deadlock on syntax error
2022-04-07 hopehookstrings, bytes: improve the description of simple case...
2022-04-07 Paul E. Murphycrypto/aes: simplify key expansion in ppc64le asm
2022-04-07 Ian Lance Taylordoc/go1.19: use the right package error.Is arguments
2022-04-07 Matthew Dempskytest: extend issue52124.go to also test #52139
2022-04-07 Robert Griesemercmd/compile: adjust types2 shift check to match go...
2022-04-07 Eli Benderskysort: add Find function
2022-04-07 Nigel Taoimage/draw: have draw.Src preserve NRGBA colors
2022-04-07 Meng Zhuocmd/compile: enable reg args on riscv64
2022-04-07 j178hash/maphash: use correct method name in comment
2022-04-06 mprahltext/template: support delimiters that can be confused...
2022-04-06 Bryan C. Millsnet/http: ignore ECONNRESET errors in TestTransportConc...
2022-04-06 Philippe Antoinebytes: limit allocation in SplitN
2022-04-06 Meng Zhuocmd/internal/obj: set morestack arg spilling and regabi...
2022-04-05 Roland Shoemakercrypto/x509: add new CRL parser, deprecate old one
2022-04-05 Ian Lance Taylornet/url: preserve a trailing slash in JoinPath
2022-04-05 Bryan C. Millscmd/dist: move more environment logic into cmd/dist...
2022-04-05 Bryan C. Millscmd/vendor: undo stray edits from CL 384262
2022-04-05 Russ Coxhash/maphash: add Bytes and String
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-04-05 Russ Coxall: replace `` and '' with “ (U+201C) and ” (U+201D...
2022-04-05 Bryan C. Millsos/signal: run TestNotifyContextNotifications subtests...
2022-04-05 zhouguangyuancmd/internal/objabi: fix FuncID of runtime.rt0_go and...
2022-04-05 Roland Shoemakercrypto/x509: rework path building
2022-04-05 vpachkovreflectdata: unroll a loop in array equal function...
2022-04-05 Bryan C. Millsrun.bat: use cmd/dist instead of 'go install' to rebuil...
2022-04-05 Bryan C. Millscmd/go/internal/work: omit modinfo line from cache...
2022-04-05 Bryan C. Millscmd/go: quote fragments in CGO_ env variables reported...
2022-04-05 Filippo Valsordacrypto/elliptic: delete outdated fuzz test
2022-04-05 Filippo Valsordacrypto/elliptic: fix BenchmarkMarshalUnmarshal/Compressed
2022-04-05 Dmitri Shuralyovapi: add x509.CertPool.Equal to next/46057.txt
2022-04-05 Dan Kortschakcrypto/subtle: note that input length mismatch makes...
2022-04-05 Filippo Valsordacrypto/rand: make Prime not deterministic for a fixed...
2022-04-05 Roland Shoemakercrypto/x509: add CertPool.Equal
next