]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2023-03-01 Robert Griesemergo/types, types2: better internal comment, added suitab...
2023-03-01 Robert Griesemergo/types, types2: simplify unification when x == y...
2023-03-01 Robert Griesemergo/types, types2: simplify unification with constraints
2023-03-01 Robert Griesemergo/types, types2: move Checker.infer into infer.go...
2023-03-01 Robert Griesemergo/types, types2: remove code for infer1
2023-03-01 Robert Griesemergo/types, types2: use new type inference algorithm...
2023-03-01 Matthew Dempskycmd/compile: relax overly strict assertion
2023-03-01 Roland Shoemakercrypto/x509: make TestIssue51759 builder only
2023-03-01 Cherry Muicmd/link: update -T flag's documentation
2023-03-01 Roland Shoemakercrypto/x509: fix broken tests
2023-03-01 Than McIntoshruntime/coverage: restrict use of all counter-related...
2023-03-01 qmuntalruntime: remove implicit NOFRAME heuristic support
2023-03-01 Bryan C. Millsinternal/testenv: use 'go env CGO_ENABLED' instead...
2023-03-01 qmuntalruntime: use explicit NOFRAME on plan9/amd64
2023-03-01 Michael Prattcmd/compile/internal/pgo: drop unused 'recursive' argument
2023-03-01 qmuntalruntime: remove unnecessary NOFRAME flags on windows
2023-03-01 Roland Shoemakercrypto/x509: fix system root tests + darwin intermediat...
2023-02-28 Cherry Muicmd/compile: don't mark uintptr->unsafe.Pointer convers...
2023-02-28 Bryan C. Millsruntime: use os.TempDir instead of hard-coding /tmp
2023-02-28 Roland Shoemakercrypto/x509: fix ParsePKCS8PrivateKey comment
2023-02-28 Andy Pannet: use /dev/null for TestSplice of big file to fix...
2023-02-28 David Chasecmd/compile: preserve full inlined location for ir...
2023-02-28 Cuong Manh Lecmd/compile: update documentation for ONAME node with...
2023-02-28 Bryan C. Millscmd/go: set GOWORK=off explicitly in script tests that...
2023-02-28 Bryan C. Millscmd/go: disable workspace mode in GOPATH mode
2023-02-28 Cuong Manh Lecmd/compile/internal/walk: remove unused eqFor
2023-02-28 Tobias Klausersyscall: use unsafe.Slice in (*RawSockaddrAny).Sockaddr...
2023-02-28 Ian Lance Taylorinternal/xcoff: use saferio to allocate slices
2023-02-28 hopehookmime/multipart: fix Reader.ReadForm(math.MaxInt64)...
2023-02-28 Cuong Manh Lecmd/compile: use ONAME node directly from generated...
2023-02-28 Cuong Manh Lecmd/compile: mark type eq/hash functions non-inlineable
2023-02-28 Cuong Manh Lehash/maphash: add purego implementation
2023-02-28 Shengyu Zhangio/ioutil: add doc links for deprecated function
2023-02-28 Bryan C. Millscmd/go: skip TestDocsUpToDate if 'go build' is not...
2023-02-28 Paul E. Murphycmd/internal/obj: use prefix insn in MOV* opcodes for...
2023-02-28 Ian Lance Taylordebug/macho: use saferio to read dynamic indirect symbols
2023-02-28 fanzha02cmd/asm: remove the incorrect check of LDADDx-like...
2023-02-28 Andy Pannet,os: set the theoretical unlimited remaining bytes...
2023-02-28 pgxiaolianziall: fix typos
2023-02-28 ruinancmd/compile: omit redundant sign/unsign extension on...
2023-02-28 Dmitri Shuralyovinternal/testdir: simplify and clean up
2023-02-28 Dmitri Shuralyovcmd/dist, test: convert test/run.go runner to a cmd...
next