]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-08-21 Matthew Dempskycmd/compile/internal/walk: reuse runtime.scase
2023-08-21 Matthew Dempskycmd/compile/internal/ssagen: share runtime._defer types
2023-08-21 Matthew Dempskycmd/compile/internal/reflectdata: share hmap and hiter...
2023-08-21 Matthew Dempskyspec: clarify that []byte("") must be non-nil
2023-08-21 Jes Cokos/exec: don't convert byte slice to string when using...
2023-08-21 Mateusz Poliwczaknet: use avoidDNS for search suffixes
2023-08-21 Matthew Dempskycmd/compile/internal/compare: simplify unit test framework
2023-08-21 Matthew Dempskycmd/compile/internal/abi: stop using types.Func
2023-08-21 Matthew Dempskycmd/compile: do some TODOs about Fatalf
2023-08-21 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-08-21 Austin Clementsruntime: move pcvalue cache to M
2023-08-21 Keith Randallcmd/compile: remove more extension ops when not needed
2023-08-21 Keith Randallcmd/compile: ensure we keep top 32 bits zeroed for...
2023-08-21 Bryan C. Millscontext: fix synchronization in ExampleAfterFunc_cond
2023-08-21 Bryan C. Millscmd/go: find GOROOT using os.Executable when installed...
2023-08-21 Austin Clementscmd/compile: move racewalk comment to walk/race.go
2023-08-21 Austin Clementsruntime: remove runtime.Add testing function
2023-08-21 Alexander Yastrebovnet/http: clear reference to the request context after...
2023-08-21 Alexander Yastrebovnet/http: use cancelKey to cancel request
2023-08-21 Josh Kraftos: add tests for UserCacheDir and UserConfigDir
2023-08-21 Andy Panruntime: document maxStack and m.createstack in more...
2023-08-21 qmuntalos: avoid allocating a string for ReadDir skipped entri...
2023-08-20 Austin Clementsruntime: add self-check mode to cache in pcvalue
2023-08-20 Matthew Dempskycmd/compile/internal/typecheck: add selector helpers
2023-08-20 Matthew Dempskycmd/compile/internal/typecheck: simplify NewMethodExpr
2023-08-20 Matthew Dempskycmd/compile/internal/typecheck: add NewMethodExpr helper
2023-08-20 Matthew Dempskycmd/compile/internal/typecheck: refactor and simplify...
2023-08-20 Brad Fitzpatrickslices: simplify Clone a bit
2023-08-19 Mateusz Poliwczaknet: return "cannot unmarshal" error while parsing...
2023-08-19 Dmitri Shuralyovcmd/compile/internal/gc: remove unused reflectdata...
2023-08-19 Joe Tsaiexpvar: emit valid JSON strings
2023-08-19 Ian Lance Taylorencoding/csv: correct Column docs
2023-08-19 Andy Panencoding/gob: prevent panic from index out of range...
2023-08-19 Matthew Dempskycmd/compile/internal/typecheck: remove NeedRuntimeType
2023-08-19 Joe Tsaiencoding: optimize growth behavior in Encoding.AppendDecode
2023-08-19 Matthew DempskyRevert "cmd/compile/internal/gc: steps towards work...
2023-08-18 Joe Tsaitime: make Duration.String inlineable
2023-08-18 j178errors: optimize Is and As by reusing reflection of...
2023-08-18 Matthew Dempskycmd/compile: construct more IR nodes as typed
2023-08-18 Matthew Dempskycmd/compile/internal/gc: steps towards work-queue
2023-08-18 Matthew Dempskycmd/compile/internal/ir: remove AsNode
2023-08-18 Matthew Dempskycmd/compile/internal/typecheck: remove DeclContext
2023-08-18 Matthew Dempskycmd/compile/internal/ir: remove Ntype
2023-08-18 Matthew Dempskycmd/compile/internal/ir: remove OFUNCINST and InstExpr
2023-08-18 Matthew Dempskycmd/compile/internal/typecheck: prune some useless...
2023-08-18 Matthew Dempskycmd/compile: remove some uses of ir.CurFunc
2023-08-18 Matthew Dempskycmd/compile/internal/typecheck: replace Temp calls...
2023-08-18 Matthew Dempskycmd/compile/internal/reflectdata: remove special case...
2023-08-18 Matthew Dempskycmd/compile: prune some deadcode around ODCLFUNC
2023-08-18 Andy Panencoding/json: use base64.Encoding.AppendEncode
2023-08-18 Ian Lance Taylorspec: correct type parameter name used in example
2023-08-18 Chris O'Hararuntime/internal/wasitest: skip racy TCP echo test
2023-08-18 Michael Anthony... runtime/pprof: increase contention upper bound in TestM...
2023-08-18 Cherry Muicmd/link: don't mangle string symbol names
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...
next