]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-07-21 Robert Griesemerspec: fix a couple of minor mistakes in type inference...
2023-07-21 Cherry Muicmd/link: allow enabling DWARF with -s
2023-07-21 Cherry Muicmd/link: test the -s flag
2023-07-21 Cherry Muicmd/link: print dsymutil and strip commands in -v mode
2023-07-21 Cherry Muicmd/link: rationalize -s and -w flags with Mach-O exter...
2023-07-21 Cherry Muicmd/link: suppress symbol table on Mach-O when -s
2023-07-21 Cherry Muicmd/cgo/internal/testshared: skip in short mode and...
2023-07-21 chanxuehongencoding/base64: reduce the overflow risk when computin...
2023-07-21 zikaerohlog/slog: fix comment above log levels
2023-07-21 Dmitri Shuralyovcmd/dist: apply timeout scale even if timeout isn't...
2023-07-21 Eli Benderskysort: forward fixed-type slice sorting to slices package
2023-07-21 Rob Findleygo/types, types2: update documentation for GoVersion
2023-07-21 Mauri de Souza... reflect: panic on recv channel close
2023-07-21 Cuong Manh Leruntime/cgo: reduce runtime init done check using atomic
2023-07-21 Cuong Manh Lecmd/compile/internal/walk: remove un-used func/var
2023-07-21 Cuong Manh Lecmd/compile/internal/typecheck: cleanup code
2023-07-21 Cuong Manh Lecmd/compile: use "pw" as receiver name consistently
2023-07-21 Cuong Manh Lecmd/compile/internal/noder: remove un-used funcs/vars
2023-07-21 Robert Griesemergo/types, types2: a min/max value argument must not...
2023-07-21 Michael Anthony... runtime: fix debug non-concurrent sweep mode after...
2023-07-20 Ian Lance Taylortime: document that AfterFunc Timer's C field is nil
2023-07-20 Robert Griesemerspec: update section on type inference for Go 1.21
2023-07-20 Matthew Dempskyall: update build tags to require/assume Go 1.20
2023-07-20 Michael Prattruntime: print debuglog before sighandler crash
2023-07-20 Michael Prattruntime: call wakep in gosched
2023-07-20 Michael Prattruntime: check global runq during "delicate dance"
2023-07-20 Bryan C. Millsgo/internal/gcimporter: propagate errors from FindPkg
2023-07-20 Robert Griesemergo/types, types2: make sure info recording is executed...
2023-07-20 Cherry Muicmd/link: pass flags to external linker in deterministi...
2023-07-20 Alan Donovango/ast: add Unparen(Expr) helper
2023-07-20 Cherry Muicmd/go: attach PGO profile for test dependencies
2023-07-20 Cherry Muicmd/internal/obj: print relocation type by name in...
2023-07-20 Cherry Muicmd/link: clean up some relocation handling
2023-07-20 Cherry Muicmd/link: handle dynamic import variables on Darwin
2023-07-20 Bryan C. Millsruntime/pprof: use testenv.Command in tests instead...
2023-07-20 qmuntalnet: remove sysSocket fallback for Windows 7
2023-07-20 qmuntalinternal/fuzz: pass handle to temporary file instead...
2023-07-20 Ian Lance Taylorcmd/go: don't collect package CGOLDFLAGS when using...
2023-07-20 ryomakimage/draw: replace deprecated image.ZP and image.ZR...
2023-07-20 Jes Cokcmp.bash: fix comment grammar
2023-07-20 Ian Lance Taylorruntime: use unsafe.{String,StringData} in arena test
2023-07-20 Roger Peppestrings: add benchmark for Builder.WriteString
2023-07-20 amdahliuslices: refactor DeleteFunc to improve code readability
2023-07-20 Tobias Klauseros: remove unused containsAny
2023-07-20 qmuntalcrypto/internal/boring,crypto/sha1: remove cmd_go_boots...
2023-07-20 Ramios: remove executable bits from os.OpenFile example
2023-07-20 Philip Silvainternal/bytealg: use generic IndexByte on plan9/amd64
2023-07-20 Damien Neilnet/url: document requirements for IPv6 addresses in...
2023-07-20 Daniel Martínet: remove unused error result from newRawConn
2023-07-20 Jes Coknet/http: declare publicErr as a constant
2023-07-20 Ian Lance Taylorruntime: adjust netpollWaiters after goroutines are...
2023-07-20 Meng Zhuocmd/asm, cmd/internal/obj: generate proper atomic ops...
2023-07-19 qmuntalruntime: ensure stack is aligned in _rt0_amd64_windows_lib
2023-07-19 Guoqi Chendoc/go1.21: add release notes for linux/loong64
2023-07-18 Heschi Kreinicknet: tolerate permission errors in interface tests
2023-07-18 Robert Griesemerspec: clarify prose in rule for clear built-in
2023-07-18 Heschi Kreinickall: update go.mod go version to 1.22
2023-07-18 Heschi Kreinickdoc: start draft Go 1.22 release notes
2023-07-18 Jes Cokall: fix typos
2023-07-18 Ian Lance Taylorruntime/coverage: use unsafe.Slice, not reflect.SliceHeader
2023-07-18 Ian Lance Taylorruntime: decrement netpollWaiters in netpollunblock
2023-07-18 Heschi Kreinickinternal/goversion: update Version to 1.22
2023-07-18 Carlos Amedeedoc: run relnotes again
2023-07-18 darkfelinenet/rpc: use conventional `err` in example
2023-07-17 Rob Findleygo/types, types2: remove unnecessary assert on pointer...
2023-07-17 Keith Randallmath: test large negative values as args for trig functions
2023-07-17 Bryan C. Millscmd/go: fix tests when go.env sets GOPROXY=direct GOSUM...
2023-07-17 Austin Clementsdoc/go1.21: use consistent capitalization for amd64
2023-07-14 Jonathan Amsterdamlog/slog: doc commonHandler.handle
2023-07-14 Will Rodenlog/slog: fix issue with concurrent writes
2023-07-14 Bryan C. Millscmd/covdata: format package comment for 'go doc' rendering
2023-07-13 Johan Brandhorst... bytes: remove builders check from compare test
2023-07-13 Bryan C. Millscmd/go/internal/modfetch: always allow Stat for the...
2023-07-13 Bryan C. Millsnet/http: revert stray edit to h2_bundle.go from CL...
2023-07-13 cui fliterall: remove duplicate word and fix comment
2023-07-12 Dan Kortschakall: fix typos and remove repeated words
2023-07-12 Russ Coxall: update vendored dependencies
2023-07-12 Russ Coxcmd/go: fix go get go@badversion
2023-07-12 Russ Coxcmd/go: fix GOTOOLCHAIN parsing for +auto
2023-07-12 Bryan C. Millsdoc/go1.21: add a release note for CL 463177
2023-07-12 Paul E. Murphycmd/compile: on PPC64, fix sign/zero extension when...
2023-07-11 Jonathan Amsterdamsrc/README.vendor: s/latest/master/
2023-07-11 Jonathan Amsterdamtesting/slogtest: check for no group with empty record
2023-07-11 Bryan C. Millsnet/http/fcgi: eliminate goroutine leaks in tests
2023-07-11 Bryan C. Millsos/exec: ignore context.Canceled errors in TestConcurre...
2023-07-11 Jonathan Amsterdamlog/slog: replace nil contexts with context.Background()
2023-07-11 Jonathan Amsterdamlog/slog: change XXXCtx functions to XXXContext
2023-07-11 Bryan C. Millstime: increase arbitrary upper bound in TestReset to 10s
2023-07-11 Matthieu Baertsnet: mptcp: force using MPTCP with GODEBUG
2023-07-10 Bryan C. Millssyscall: serialize locks on ForkLock on platforms where...
2023-07-10 Cuong Manh Letest: add test cases for index value with range array...
2023-07-10 Cuong Manh Lecmd/compile: fix clear on slice with zero size elem
2023-07-10 Keith Randallcmd/compile: don't ICE on unaligned offsets for pointer...
2023-07-07 qmuntalos: support reading empty root directories on Windows
2023-07-07 Than McIntoshsrc/database/sql: run gofmt
2023-07-07 Robert Findleygo/types, types2: do not mutate arguments in NewChecker
2023-07-07 Michael Mundaymath: add test that covers riscv64 fnm{add,sub} codegen
2023-07-07 Jonathan Amsterdamlog/slog: handle recursively empty groups
2023-07-06 Achille Rousselos: do not skip directory entries with zero inodes...
2023-07-06 Cherry Muiruntime: print output on failure in TestMemPprof
next