]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-03-13 Joe Tsaibytes: add Buffer.Available and Buffer.AvailableBuffer
2023-03-13 cui flitercmd/go: unify the format of the go help xxx command
2023-03-13 cui fliterall: fix some problematic comments
2023-03-13 Russ Coxcmd/dist: omit DWARF in build release toolchain binaries
2023-03-13 Russ Coxcmd/dist: reproducibility fixes
2023-03-13 qmuntalruntime: remove NOFRAME from asmcgocall, systemstack...
2023-03-13 qmuntalruntime: implement high resolution timer on windows...
2023-03-13 Guoqi Chencmd/internal/obj/loong64: remove invalid branch delay...
2023-03-13 Tobias Klauseros: correct func name in WriteFile godoc comment
2023-03-11 Andy Panerrors: add ErrUnsupported
2023-03-10 qmuntalcmd/link: define correct complex types values for COFF...
2023-03-10 Bryan C. Millsos: skip TestExecutableDeleted earlier when 'go build...
2023-03-10 Bryan C. Millsall: skip tests that fail on android/arm64
2023-03-10 Robert Griesemercmd/compile: pass type checker error codes in the compiler
2023-03-10 Austin Clementsruntime: delete gentraceback
2023-03-10 Austin Clementsruntime: new API for filling PC traceback buffers
2023-03-10 Austin Clementsruntime: move cgo traceback into unwinder
2023-03-10 Austin Clementsruntime: simplify traceback PC back-up logic
2023-03-10 Austin Clementsruntime: replace all callback uses of gentraceback...
2023-03-10 Austin Clementsruntime: make unsafe.Slice usable from nowritebarrierrec
2023-03-10 Austin Clementsruntime: implement traceback iterator
2023-03-10 Austin Clementsruntime: replace cgoCtxt slice with index in traceback
2023-03-10 Austin Clementsruntime: skip TestTracebackInlined if inlining is disabled
2023-03-10 Austin Clementsruntime: use inlineUnwinder
2023-03-10 Austin Clementsruntime: add tests of printing inlined frames in tracebacks
2023-03-10 Austin Clementsruntime: use srcFunc for showframe
2023-03-10 Austin Clementsruntime: create an API for unwinding inlined frames
2023-03-10 Austin Clementsruntime: dedup function name logic into moduledata...
2023-03-10 Austin Clementsruntime: resolve caller funcInfo after processing curre...
2023-03-10 Austin Clementsruntime: eliminate waspanic from gentraceback
2023-03-10 Austin Clementsruntime: don't track stack separately in gentraceback
2023-03-10 Austin Clementsruntime: add a benchmark of Callers
2023-03-10 Robert Griesemercmd/compile/internal/types2: record error code in Error...
2023-03-10 Roland Shoemakerinternal/fuzz: avoid deadlock on duplicate entries...
2023-03-10 Guoqi Chenruntime: implement cputicks with the stable counter...
2023-03-09 Than McIntoshcmd/compile: reorder operations in SCCs to enable more...
2023-03-09 Bryan C. Millscmd/link: use only the configured C compiler in TestCGOLTO
2023-03-09 Cherry Muicmd/link: use label symbols for Duff's devices on darwi...
2023-03-09 Robert Griesemergo/types, types2: clean up defined type identity check...
2023-03-09 Than McIntoshcmd/compile: remove -wrapglobalmapinit flag
2023-03-09 Andy Pancmd/compile: clarify a few redundant deletions of inter...
2023-03-09 Keith RandallRevert "cmd/link: establish dependable package initiali...
2023-03-09 Keith RandallRevert "cmd/internal/objabi: regenerate RelocType strin...
2023-03-09 Nick Ripleyruntime/trace: update outdated Task and Region document...
2023-03-09 Leo Antunesnet/http: use Copy in ServeContent if CopyN not needed
2023-03-09 Michael Prattcmd/compile: report profile open/parse errors
2023-03-09 Joel Singinternal/bytealg: remove aix and linux build tags from...
2023-03-09 millersyscall: avoid race in plan9 while syncing Chdir across...
2023-03-08 Bryan C. Millsnet/http: remove arbitrary timeout in TestServerAllowsB...
2023-03-08 Ian Lance Taylorruntime/cgo: add tsan sync for traceback function
2023-03-08 Keith Randalltest: test for issue 53087
2023-03-08 Nikola Jokicdebug/buildinfo: recognize macOS fat binary in go version
2023-03-08 Paul E. Murphycmd/internal/obj/ppc64: add SETB instruction
2023-03-07 Damien Neilnet/http: support full-duplex HTTP/1 responses
2023-03-07 Bryan C. Millscmd/go: simplify cgo and buildmode checks in tests
2023-03-07 Bryan C. Millscmd/go: avoid running slow tests on non-longtest builders
2023-03-07 Andy Pannet: document the Close blocking with SO_LINGER on...
2023-03-07 qmuntalcmd/internal/objabi: regenerate RelocType stringer...
2023-03-07 Revolutionruntime: fix comment mismatch for currentConsMark
2023-03-07 Alex Brainmanruntime: allow for 5 more threads in TestWindowsStackMe...
2023-03-07 Cherry Muicmd/compile: enable address folding for globals on...
2023-03-07 Cherry MuiRevert "cmd/compile: enable address folding for global...
2023-03-07 Robert Griesemergo/types, types2: fine-tune inference tracing output...
2023-03-07 Florin Papadebug/elf: retrieve values for dynamic section tags
2023-03-07 cui flitercmd: fix mismatched symbols
2023-03-06 Tom Thorogoodcrypto/ed25519: improve Ed25519ctx error for oversized...
2023-03-06 Robert Griesemergo/types, types2: better error when method is missing...
2023-03-06 Robert Griesemergo/types, types2: avoid 2nd lookup when looking for...
2023-03-06 David ChaseRevert "cmd/go: extend path shortening to all paths...
2023-03-06 Ian Lance Taylordebug/buildinfo: use saferio in ReadData methods
2023-03-06 Cherry Muicmd/go: distinguish packages built for different main...
2023-03-06 Cherry Muicmd/go: support multiple main packages with -pgo=auto
2023-03-06 Cherry Muicmd/go: make PGO profile path per package
2023-03-06 David Chasecmd/go: extend path shortening to all paths in messages
2023-03-06 David Chasecmd/compile: add flag to FOR/RANGE to preserve loop...
2023-03-06 David Chasecmd/compile: experimental loop iterator capture semanti...
2023-03-06 Robert Griesemergo/types, types2: use "undefined type" rather than...
2023-03-06 qmuntalcmd/go: trim spaces in pkg-config ldflags output
2023-03-04 Matthew Dempskycmd/compile/internal/ir: explicit Pos for New{Bool...
2023-03-03 Keith Randallcmd/link: establish dependable package initialization...
2023-03-03 Robert Griesemergo/types, types2: added clarifying comments, removed...
2023-03-03 Keith Randallcmd/compile: ensure FuncForPC works on closures that...
2023-03-03 qmuntalruntime: skip TestGdbPanic on Windows
2023-03-03 Wayne Zuocmd/compile: optimize multiplication on loong64
2023-03-02 Oleksandr Redkoarchive/zip: make receiver names consistent
2023-03-02 Michael Prattall: move //go: function directives directly above...
2023-03-02 millernet: re-enable TestVariousDeadlines on Plan 9
2023-03-02 Robert Griesemergo/types, types2: simplify missingMethod some more...
2023-03-02 Robert Griesemergo/types, types2: disentangle convoluted logic for...
2023-03-02 Bryan C. Millscmd/link/internal/ld: move more of mustLinkExternal...
2023-03-02 Keith Randallcmd/asm: don't panic on bad GATHER x86 instructions
2023-03-02 Robert Griesemergo/types, types2: combine missingMethodCause with missi...
2023-03-02 millerinternal/poll: remove redundant atomics from poll.FD...
2023-03-02 Evan Phoenixall: implement wasmimport directive
2023-03-01 cui fliterruntime: fix function name in comments
2023-03-01 Robert Griesemergo/types, types2: change missingMethod to match Missing...
2023-03-01 Robert Griesemergo/types, types2: add cause parameter to missingMethod...
2023-03-01 Robert Griesemergo/types, types2: consider methods when unifying type...
2023-03-01 Robert Griesemergo/types, types2: add predicate to missingMethod signature
2023-03-01 Robert Griesemergo/types, types2: handle unbound type parameters in...
next