]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-10-12 David Chasecmd/compiler: make decompose shortcuts apply for PtrSha...
2023-10-12 Cherry Muiruntime/cgo: avoid taking the address of crosscall2...
2023-10-11 Ian Lance Taylornet: clear malloc'ed memory in cgoResSearch
2023-10-11 Ian Lance Taylorcmd/compile, runtime/internal/atomic: add lwsync for...
2023-10-11 Ian Lance Taylorcmd/compile: use absolute file name in isCgo check
2023-10-11 Olivier Menguéio/fs: add godoc links
2023-10-11 Olivier Menguéregexp: add godoc links
2023-10-11 cui flitermaps: add examples for Clone,Copy and Equal
2023-10-11 Olivier Menguétesting/fstest: add godoc links
2023-10-11 Olivier Menguétesting/fstest: MapFS: set perm 0555 on synthetized...
2023-10-11 Michael Prattruntime: remove write-only sweepdata fields
2023-10-11 Michael Prattruntime: remove stale non-atomic access comment
2023-10-11 Austin Clementscmd/go: clean up "cover" debug output
2023-10-11 Cuong Manh Letypes2, go/types: remove doc link from Func.Pkg comment
2023-10-10 Jonathan Amsterdamgo/types: clarify the documentation for Func.Pkg
2023-10-10 Than McIntoshRevert "cmd/link/internal/ld: assign temporary addresse...
2023-10-10 qmuntalruntime: quote -ex and -iex gdb arguments on Windows
2023-10-10 Joel Singcmd/link/internal/ld: assign temporary addresses to...
2023-10-10 David Chasecmd/compile: get rid of zero-sized values in call expansion
2023-10-10 Dmitri Shuralyovall: pull in x/net v0.17.0 and its dependencies
2023-10-10 Robert Griesemergo/types: update FileVersions API to match proposal...
2023-10-10 Jes Cokruntime: fix some comments
2023-10-10 Ville Skyttätesting: remove unnecessary TempDir implementation...
2023-10-09 Cuong Manh Lecmd/compile: fix wrong argument of OpSelectN during...
2023-10-09 Mark Ryancmd/compile: regenerate rewriteRISCV64.go to match...
2023-10-09 Jes Cokgo/token: use "// Output:" instead of "//Output:" in...
2023-10-09 cui fliteros: use strings.EqualFold in os_test.go
2023-10-09 cui fliterbytes,strings: add example for ContainsFunc
2023-10-09 Carlo Alberto... io: add (*SectionReader).Outer()
2023-10-09 Jes Cokreflect: compute the median h uniformly
2023-10-09 qmuntalruntime: normalize line endings in TestGdbPython
2023-10-09 Austin Clementscmd/go: remove unnecessary b.Print setting
2023-10-09 Alan Donovango/types: document unfixable bug at Selection.Indirect
2023-10-09 Lynn Bogercrypto/aes,crypto/cipher: improve gcm performance on...
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
next