]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-10-09 Keith Randallcmd/compile: use type hash from itab field instead...
2023-10-09 Cuong Manh Lecmd/compile: fix typecheck range over negative integer
2023-10-09 Alan Donovango/types: clarify semantics of Selection
2023-10-09 Lynn Bogercrypto/cipher: update GCM test
2023-10-09 Keith Randallcmd/compile: use cache in front of convI2I
2023-10-09 Keith Randallcmd/compile: use internal/abi types in the compiler
2023-10-09 Keith Randallmap: use correct load factor for deciding when to grow
2023-10-08 Cuong Manh Lecmd/compile: fix ICE with parenthesized builtin calls
2023-10-07 Joel Singcmd/compile/internal: stop lowering OpConvert on riscv64
2023-10-07 Mark Ryancmd/compile: optimize right shifts of uint32 on riscv
2023-10-06 Dmitri Shuralyovcmd/dist: emphasize when all tests are excluded
2023-10-06 Lynn Bogercrypto/subtle: improve xorBytes assembler on PPC64
2023-10-06 mstmdevsync: use atomic.Uint32 in Once
2023-10-06 David Chasecmd/compile: expand calls cleanup
2023-10-06 Achille Rousselinternal/bytealg: process two AVX2 lanes per Count...
2023-10-06 Tobias Klauserinternal/syscall/unix: implement Eaccess on dragonfly
2023-10-06 Alexander Yastrebovencoding/json: fix appendCompact escaping
2023-10-06 Filippo Valsordacrypto/x509: avoid Android root store paths on other...
2023-10-06 Keith Randallcmd/compile: use cache in front of type assert runtime...
2023-10-06 Keith Randallcmd/compile: use descriptors for type assertion runtime...
2023-10-06 Keith Randallcmd/compile: pass only the itab to the assertI2I-style...
2023-10-06 Keith Randallcmd/compile: add a cache to interface type switches
2023-10-06 Keith Randallcmd/compile: improve interface type switches
2023-10-05 Cuong Manh Lecmd/compile: some cleanup with old irgen code
2023-10-05 Cuong Manh Lecmd/compile: do not fatal when typechecking conversion...
2023-10-05 Jonathan Amsterdamnet/http: fix ServeMux pattern registration
2023-10-05 Matthew Dempskycmd/compile/internal/ir: tweak a couple names
2023-10-05 Paul E. Murphycmd/internal/obj/ppc64: generate MOVD mask constants...
2023-10-05 Roland Shoemakerhtml/template: only track brace depth when we are in...
2023-10-05 qmuntalruntime: support SetUnhandledExceptionFilter on Windows
2023-10-04 Paul E. Murphycmd/internal/obj/ppc64: generate small, shifted constan...
2023-10-04 Than McIntoshcmd/go: fix objdir for run actions for -cover no-test...
2023-10-04 edefnet/http/cgi: set SERVER_PORT to 443 when req.TLS ...
2023-10-04 Cherry Muiruntime: unlock OS thread after cgocallbackg1
2023-10-04 Alan Donovango/printer: parenthesize type in <-((<-chan int)(nil))
2023-10-04 David Chasecmd/compile: adjust GOSSAFUNC html dumping to be more...
2023-10-04 Jean-Baptiste PINcrypto/x509: Add android user trusted CA folder
2023-10-04 qiulaidongfengbufio: use max/min func
2023-10-04 Joel Singcmd/go/testdata/mod: add golang toolchain test data...
2023-10-04 Joel Singsyscall: add syscall support for openbsd/riscv64 port
2023-10-04 Joel Singruntime: add runtime support for openbsd/riscv64 port
2023-10-03 Tobias Klausertime: fix Time godoc
2023-10-03 Robert Griesemergo/types, types2: don't implicitly modify an argument...
2023-10-03 cui flitercmd: add a new analyzer for check missing values after...
2023-10-03 Paul E. Murphycmd/internal/asm/ppc64: support 34b ADD/MOVD $const, Rx
2023-10-03 Mauri de Souza... runtime/internal/atomic: add ppc64x operators for And/Or
2023-10-03 qiulaidongfengregexp/syntax: use min func
2023-10-03 Xianmiao Qucmd/compile/internal: intrinsify publicationBarrier...
2023-10-03 mstmdevdatabase/sql: use the built-in min function
2023-10-03 Jonathan Amsterdamnet/http: document new ServeMux patterns
2023-10-03 Joel Singcmd/link: enable linking on openbsd/riscv64
2023-10-03 qiulaidongfengcmd/compile,runtime: remove runtime.mulUintptr
2023-10-03 Ian Lance Taylorsyscall: return pointer from test function OrigRlimitNofile
2023-10-03 Tobias Klauserinternal/syscall/unix: implement Eaccess on netbsd
2023-10-03 Brendan Jackmantime: clarify docs to avoid date calculation pitfalls
2023-10-03 cui flitercmd: fix mismatched symbols
2023-10-03 Daniel Martímake.bash: use [[ rather than [
2023-10-02 Michael Prattsyscall: copy original rlimit before modifying
2023-10-02 Mateusz Poliwczaknet: handle the network parameter properly in LookupPort
2023-10-02 Cherry Muiruntime: use smaller fields for mspan.freeindex and...
2023-10-02 Jonathan Amsterdamnet/http: add a test for an empty ServeMux
2023-10-02 Jonathan Amsterdamnet/http: add GODEBUG setting for old ServeMux behavior
2023-10-02 Michael Anthony... runtime: delete hugepage tracking dead code
2023-10-02 Michael Anthony... runtime: don't eagerly collapse hugepages
2023-10-02 Joel Singcmd/dist,internal/platform: add openbsd/riscv64 port
2023-10-02 qiulaidongfenggo/printer: use max/min func
2023-10-02 Roland Shoemakerhtml/template: support parsing complex JS template...
2023-10-02 Jonathan Amsterdamlog/slog: JSONHandler elides empty groups even with...
2023-09-30 Than McIntoshinternal,cmd/internal: relocate covcmd package from...
2023-09-30 Than McIntoshcmd/go: fix percent covered problems with -coverpkg
2023-09-30 Than McIntoshcmd/go: improve handling of no-test packages for coverage
2023-09-29 Than McIntoshcmd/link: split text sections for arm 32-bit
2023-09-29 Jes Coksyscall: make origRlimitNofile atomic.Pointer[Rlimit]
2023-09-29 Paul E. Murphycmd/internal/obj/ppc64: fix rebuilding of optab for...
2023-09-29 Alexander Yastrebovinternal/zstd: reset reader buffer
2023-09-29 Daniel Martípath/filepath: reuse os.ReadDir
2023-09-28 qmuntalsyscall: simplify and optimize environment block creati...
2023-09-28 Alexander Yastrebovinternal/zstd: handle match extending past window
2023-09-28 Tobias Klausercmp: gofmt
2023-09-28 Alexander Yastrebovinternal/zstd: allow zero dictionary id
2023-09-28 Cherry Muicmd/link: unskip TestBuildForTvOS on dwarin/arm64
2023-09-28 Mateusz Poliwczaknet: set IsNotFound for unknown services in LookupPort
2023-09-28 Tobias Klauserinternal/syscall/unix: implement Eaccess on freebsd
2023-09-28 Alexander Yastrebovinternal/zstd: allow stream consisting of skippable...
2023-09-27 Bryan C. Millsnet/http: add extra synchronization for a Logf call...
2023-09-27 Alexander Yastrebovinternal/zstd: configure window size for single segment...
2023-09-27 qmuntalsyscall: remove Windows 7 console handle workaround
2023-09-27 Adam Cmielcmd/go: make malformed go.sum a fatal error
2023-09-27 Jes Cokcmd/go/internal/vcs: don’t new errors ahead of time...
2023-09-27 Jes Cokgo/build/constraint: delete, replace stringsCut calls...
2023-09-27 cui fliterall: fix misuses of "a" vs "an"
2023-09-27 Alexander Yastrebovinternal/zstd: allow empty compressed blocks
2023-09-27 Jes Cokall: use the indefinite article an in comments
2023-09-27 Kir Kolyshkinlog/slog: fix time regexp in test
2023-09-26 Jes Cokcmd/go/internal/modload: omit space in 'os /exec'
2023-09-25 Jonathan Amsterdamlog/slog: ensure ReplaceAttr does not see a group
2023-09-25 Aaron Delaneycmd/vet: add defers analysis pass
2023-09-25 Holger Hans... cmd/go: permit additional cflags when compiling
2023-09-25 Jonathan Amsterdamnet/http: remove unused function
2023-09-25 Jonathan Amsterdamnet/http: unescape paths and patterns by segment
next