]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2023-02-28 Dmitri Shuralyovmisc/cgo/{life,stdio}: remove reliance on test/run.go
2023-02-27 Matthew Dempskycmd/compile/internal/noder: correct positions for synth...
2023-02-27 Ian Lance Tayloros: don't try to put directory into non-blocking mode
2023-02-27 Andy Pannet/http: reduce calls to append in hexEscapeNonASCII...
2023-02-27 Andy Panos: skip zero-copy attempts with copy_file_range(2...
2023-02-27 Bryan C. Millscmd/go: convert mkalldocs.sh to a Go program
2023-02-27 Michael Mundaycmd/compile: use zero constants in comparisons where...
2023-02-27 RenKanaicmd/go: reject list when -find and -export are used...
2023-02-27 Wayne Zuocmd/compile: improve logical shift with MASKEQZ on...
2023-02-27 Keith Randallcmd/asm: preserve 3rd arg when GOT-rewriting assembly...
2023-02-27 qmuntalruntime: set procid on Windows
2023-02-27 Maksadbek Akhmedovcmd/go: make go test build multiple executables
2023-02-27 qmuntalruntime: use explicit NOFRAME on solaris/amd64
2023-02-27 Cuong Manh Leinternal/syscall/execenv: refactor handling env variables
2023-02-27 Cuong Manh Lesyscall: fix invalid unsafe.Pointer conversion on Windows
2023-02-27 qmuntalruntime: use explicit NOFRAME on openbsd/amd64
2023-02-27 Joe Tsaibytes, strings: avoid unnecessary zero initialization
2023-02-27 Joe Tsaicompress/zlib: use binary.BigEndian consistently
2023-02-27 millerinternal/poll: avoid race between SetDeadline and timer...
2023-02-27 Than McIntoshcmd/link: revert CL 467715 in favor of better fix
2023-02-27 Joe Tsaiencoding/json: simplify folded name logic
2023-02-27 Joe Tsaiencoding/json: use append for HTMLEscape
2023-02-27 Than McIntoshcmd/link: better fix for arm32 trampgen problem with...
2023-02-27 Joe Tsaiencoding/json: rely on reflect.Value.SetZero
2023-02-27 Joe Tsaiencoding/json: remove legacy fuzz.go file
2023-02-27 Daniel Martíencoding/gob: use reflect.Value.SetZero
2023-02-27 Daniel Martícmd/go: simplify code thanks to reflect.Value.SetZero
2023-02-27 Paul E. Murphycmd/link: check for power10 support on external linker...
2023-02-27 Xiangdong Jicmd/compile/internal/pgo: fix RedirectEdges
2023-02-27 Cuong Manh Lesyscall: use unsafe.Slice in anyToSockaddr
2023-02-27 Joe Tsaiencoding/json: rely on reflect.Value.Grow
2023-02-27 Cuong Manh Leos: checking for testable network before creating local...
2023-02-27 Cuong Manh Lenet: skip test affected by local network config on...
2023-02-27 Andy Panos: ensure File.ReadFrom returns ErrClosed instead...
2023-02-27 Andy Panos: support zero-copy from TCP/Unix socket to file
2023-02-25 Robert Griesemergo/types, types2: add isTypeLit predicate
2023-02-25 Robert Griesemergo/types, types2: fix comment in Checker.renameTParams
2023-02-25 Ian Lance Taylorcmd/link: don't emit PAX_FLAGS segment on Linux
2023-02-24 Filippo Valsordacrypto/internal/nistec: reduce P-256 scalar
2023-02-24 Tobias Klausernet: inline ios check in tests
2023-02-24 Ian Lance Taylornet: document that on macOS c-archive requires -lresolv
2023-02-24 Joe Tsaiencoding/json: use append-like operations for encoding
2023-02-24 Joe Tsaiencoding/json: unify encodeState.string and encodeState...
next