]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-08-18 Matthew Dempskycmd/compile: enable -d=zerocopy by default
2023-08-18 Matthew Dempskycmd/compile: restore zero-copy string->[]byte optimization
2023-08-18 Joe Tsaiencoding: require unique alphabet for base32 and base64
2023-08-17 Robert Griesemergo/types, types2: disable interface inference for versi...
2023-08-17 Robert GriesemerRevert "go/types, types2: remove internal constant...
2023-08-17 Robert Griesemerspec: fix unification rule for inexact interface unific...
2023-08-17 Matthew Dempskycmd/compile/internal/ssagen: fix race added in CL 510539
2023-08-17 Guoqi Cheninternal/sysinfo: print cpu type from cpuinfo when...
2023-08-17 Artem Teleshevlog/slog: rename receiver name for the Value struct...
2023-08-17 Ian Lance Taylorcmd/internal/buildid: don't crash on 0 phdr.p_align...
2023-08-17 Matthew DempskyRevert "cmd/compile: enable zero-copy string->[]byte...
2023-08-17 Matthew Dempskycmd/compile/internal/pkginit: use typecheck.LookupRunti...
2023-08-17 Matthew Dempskycmd/compile: enable zero-copy string->[]byte conversions
2023-08-17 Matthew Dempskycmd/compile/internal/escape: cleanup go/defer normaliza...
2023-08-17 Matthew Dempskycmd/compile/internal/typecheck: push ONEW into go/defer...
2023-08-17 Matthew Dempskycmd/compile/internal/typecheck: normalize go/defer...
2023-08-17 Matthew Dempskycmd/compile/internal/noder: remove inlined closure...
2023-08-17 Matthew Dempskycmd/compile: cleanup Func construction
2023-08-17 Matthew Dempskycmd/compile: always construct typechecked closures
2023-08-17 Matthew Dempskycmd/compile/internal/ir: add typ parameter to NewNameAt
2023-08-17 Joe Tsailog/slog: simplify and optimize RFC3339 handling
2023-08-17 chanxuehongmath/big, math/rand: use the built-in max function
2023-08-17 Matthew Dempskycmd/compile/internal/ir: remove ODCLCONST and ODCLTYPE
2023-08-17 Matthew Dempskycmd/compile/internal/escape: optimize indirect closure...
2023-08-17 Jes Cokfmt: amend comment for getField
2023-08-17 Tobias Klausersyscall: don't check non-existent return code in GetSta...
2023-08-17 Joe Tsaiencoding: reject negative runes in Encoding.WithPadding
2023-08-17 Joe Tsaiio: reduce allocations in Pipe constructor
2023-08-17 Joe Tsaiencoding: add AppendEncode and AppendDecode
2023-08-17 ch3nnnfmt: fix receiver names are different
2023-08-17 Cuong Manh Lecmd: go get golang.org/x/tools@74c255b and revendor
2023-08-17 Matthew Dempskycmd/compile/internal/escape: change escapes and persist...
2023-08-17 Matthew Dempskycmd/compile/internal/escape: flip transient to !persists
2023-08-17 Matthew Dempskycmd/compile/internal/escape: mark blankLoc as transient
2023-08-17 Joe Tsaistrconv: rely on utf8.AppendRune
2023-08-17 Russ Coxruntime: change mutex profile to count every blocked...
2023-08-16 Cuong Manh Lecmd/compile: use types2.Sizes instead of compiler own...
2023-08-16 Cuong Manh Lego/types, types2: add Sizes computation to match gc...
2023-08-16 Bryan C. Millsos: skip Chown tests for auxiliary groups that fail...
2023-08-16 Jes Coklog/slog: remove redundant dot in doc
2023-08-16 Ian Lance Taylorsyscall: remove deprecation notice
2023-08-16 Cherry Muicmd/link: suppress -bind_at_load deprecation warning...
2023-08-16 David Chaseruntime: guard against runtime/sema* ops on Darwin...
2023-08-16 Robert Griesemergo/types: update generate_test.go (cleanup)
2023-08-16 Russ Coxruntime: add support for range-over-func
2023-08-16 Bryan C. Millsruntime/testdata/testprog: use testenv.SyscallIsNotSupp...
2023-08-16 Bryan C. Millscmd/go: skip gccgo_link_c when cross-compiling
2023-08-16 Russ Coxcmd/compile, runtime: make room for rangefunc defers
2023-08-16 Russ Coxcmd/compile: trim range typechecking
2023-08-16 Russ Coxruntime/internal/math: add Add64
2023-08-16 Russ Coxregexp/syntax: use more compact Regexp.String output
2023-08-16 Russ Coxcmd/api: rename api.go to main_test.go
2023-08-16 Russ Coxcmd/go: clean internal/vcs slightly
2023-08-16 David Chasecmd/compile: in expandCalls, move all arg marshalling...
2023-08-16 qiulaidongfengsync: document why copyChecker checks the condition...
2023-08-16 qmuntalos: support file systems without file IDs when reading...
2023-08-16 Russ Coxcmd/go: remove conversion of legacy pre-module dependen...
2023-08-16 Russ Coxcmd/go: delete GOPATH-mode get
2023-08-16 cui flitererrors: add a colon after Output to make the Example...
2023-08-16 qiulaidongfengbufio: clarify the maximum token size
2023-08-16 Inada Naokidoc/go1.22: mention new sql.Null[T]
2023-08-15 Robert Griesemergo/types, types2: don't verify infer result if no Confi...
2023-08-15 Robert Griesemergo/types, types2: use correct parameter list when check...
2023-08-15 Matthew Dempskycmd/compile: improve ir.StaticValue and extract ir...
2023-08-15 Robert Griesemergo/types, types2: move emode computation closer to...
2023-08-15 Robert Griesemergo/types, types2: use exact unification when comparing...
2023-08-15 sivchariinternal/syscall/unix: fix gofmt
2023-08-15 Cian Ruanedoc: fix broken x509sha1 setting link
2023-08-15 Tobias Klausercmd/go/testdata/script: ensure go test -skip skips...
2023-08-15 Dmitri Shuralyovcmd/pprof: update vendored github.com/google/pprof
2023-08-15 Than McIntoshcmd/internal/archive: skip sentinel archive entries...
2023-08-15 Joel Singruntime/cgo: use fatalf on solaris
2023-08-15 Nick Ripleyruntime: restore caller's frame pointer when recovering...
2023-08-15 Nick Ripleyruntime: zero saved frame pointer when reusing goroutin...
2023-08-15 Joel Singcrypto/internal/bigmod: provide assembly addMulVVW...
2023-08-15 Joel Singruntime/cgo: consolidate openbsd cgo code
2023-08-15 Joel Singruntime/cgo: consolidate netbsd cgo code
2023-08-15 Joel Singruntime/cgo: consolidate linux cgo code
2023-08-15 Joel Singruntime/cgo: consolidate freebsd cgo code
2023-08-15 Joel Singruntime/cgo: rename crosscall_arm1 to crosscall1
2023-08-15 Joel Singruntime/cgo: use fatalf on dragonfly, freebsd, netbsd...
2023-08-15 Joel Singcmd/compile: sign or zero extend for 32 bit equality...
2023-08-15 Mauri de Souza... runtime: mark traceEnabled and traceShuttingDown as...
2023-08-14 Jes Cokencoding/json: declare hex as a const
2023-08-14 cui flitercmd: fix mismatched symbols
2023-08-14 cui fliterinternal/fuzz: use the built-in min function
2023-08-14 Paul E. Murphycmd/compile/internal: add RLDICR opcode for PPC64
2023-08-14 Paul E. Murphyinternal/bytealg: optimize Count/CountString for PPC64...
2023-08-14 Jes Cokcmd/go/internal/cache: use == to test for io.EOF
2023-08-14 Matthew Dempskycmd/compile: desugar ORECOVER during typecheck
2023-08-14 Matthew Dempskycmd/compile: move IsDeadcodeClosure check into enqueueFunc
2023-08-14 Matthew Dempskycmd/compile: remove reflectdata.{TypePtr,ITabAddr}...
2023-08-14 Matthew Dempskycmd/compile: mark generated eq/hash functions as /...
2023-08-14 Than McIntoshcmd/go: skip gotoolchain_net script test for new-ish...
2023-08-14 David Chaseruntime: profiling on Darwin cannot use blocking reads
2023-08-14 Than McIntoshinternal/coverage: separate out cmd defs to separate...
2023-08-12 Joel Singruntime/cgo: rename crosscall_386 to crosscall1 and...
2023-08-12 Joel Singruntime/cgo: rename crosscall_amd64 to crosscall1
2023-08-11 Mauri de Souza... net/http: disallow empty Content-Length header
2023-08-11 Matthew Dempskycmd/compile: simplify asmhdr and plugin exports handling
next