]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2023-01-31 Bryan C. Millscmd/go: use Join functions instead of adding path separ...
2023-01-31 Mateusz Poliwczaknet: report IsNotFound when getnameinfo returns EAI_NONAME
2023-01-31 Cherry Muicmd/link: add debug print in hostobjCopy
2023-01-31 Cherry Muiruntime/cgo: remove APPLE macros on 386, arm, and ppc64...
2023-01-31 Cuong Manh Lecmd/compile: add clear(x) builtin
2023-01-31 Bryan C. Millsos: allow $HOME to not exist in TestUserHomeDir
2023-01-31 Constantin... encoding/xml: allow overriding by empty namespace
2023-01-31 Jakub Ciolekcmd/compile: inline known-size memclrNoHeapPointers...
2023-01-31 Mateusz Poliwczaknet: move context cancellation logic of blocking calls...
2023-01-31 Damien Neilio: allocate copy buffers from a pool
2023-01-31 qmuntalcmd/internal/obj/x86: use mov instead of lea to load...
2023-01-31 Ian Lance Taylorcmd/link: rewrite (*BuildMode).Set to use platform...
2023-01-31 Ian Lance Taylorcmd/dist, internal/platform: test agreement on supporte...
2023-01-31 Ian Lance Taylorcmd/link: rename ELF struct fields to remove "elf"...
2023-01-31 Ian Lance Taylorcmd/link, cmd/dist, internal/platform: consolidate...
2023-01-31 Ian Lance Taylorcmd/link: skip c-archive tests if c-archive mode is...
2023-01-31 Ian Lance Taylorcmd/link: make .dynamic section read-only for MIPS ELF
2023-01-31 Ian Lance Taylorcmd/dist: test goos, not gohostos, in tester.extLink
2023-01-31 Kevin Burkestrconv: show what fmt package uses for float printing
2023-01-31 Bryan C. Millscmd/dist: set GOFLAGS=-trimpath when building cmd for...
2023-01-31 Than McIntoshcmd/link: load host archive libc_nonshared.a for -fstac...
2023-01-31 Bryan C. Millscmd/dist: leave cgo enabled if external linking is...
2023-01-31 qmuntalcmd/internal/obj/x86: use push/pop instead of mov to...
2023-01-30 Michael Anthony... doc: move Go 1.20 release notes to x/website
2023-01-30 Ian Lance Taylorcmd/link: refactor ELF hooks into ELFArch struct
2023-01-30 Russ Coxcmd/dist: keep flag list sorted
2023-01-30 Russ Coxnet/http: add section headers to package doc
2023-01-30 Russ Coxcmd/go: add and use cmd/go/internal/slices.Clip
2023-01-30 Russ Coxcmd/vet: add directive analyzer
2023-01-30 cuiweixieencoding/binary: add String and GoString method to...
2023-01-30 Johan Brandhorst... net/http: disable fetch on NodeJS
2023-01-30 Johan Brandhorst... misc/wasm: use NodeJS crypto library
2023-01-30 Johan Brandhorst... misc/wasm: extend executable compatibility
2023-01-30 Johan Brandhorst... misc/wasm: use NodeJS performance library
2023-01-30 Bryan C. Millscmd/dist: skip building std for the host when cross...
2023-01-30 Bryan C. Millscmd/dist: skip rebuilding packages during builder testing
2023-01-30 cui fliterall: fix problematic comments
2023-01-30 Russ Coxcmd: import latest golang.org/x/tools
2023-01-30 Michael Prattcmd/internal/obj: drop Filesym from DwarfAbstractFunc
2023-01-30 Michael Prattcmd/link/internal/ld: split varDeclCoords tests
2023-01-30 Michael Prattcmd/link/internal/ld: add dwarf testing helpers
2023-01-30 Cuong Manh Lereflect,runtime: add Value.Clear
2023-01-30 Michael Prattall: give nested modules fully-qualified names
2023-01-30 Michael Prattcmd/compile,cmd/link: set DW_AT_decl_line for function...
2023-01-30 Keith Randallcmd/asm: reject avx512 .Z instructions without a mask...
2023-01-30 qmuntalinternal/syscall/windows: regenerate zsyscall_windows.go
2023-01-30 Paul E. Murphycrypto/sha512: reduce add usage on PPC64
2023-01-30 qmuntalinternal/poll: don't queue port completion entry for...
2023-01-29 qmuntaltime: update windows zoneinfo_abbrs
2023-01-28 Keith Randallruntime: remove go119MemoryLimitSupport flag
2023-01-28 Keith Randallruntime: remove go119ConcurrentGoroutineProfile flag
2023-01-28 Thanonchai Wos: use GetTempPath2 on Windows if available
2023-01-28 Keith Randallruntime: remove go118UseTimerCreateProfiler
2023-01-28 Daniela Petruzalekos: fix findOneDriveDir to expand strings that contain...
2023-01-28 Keith Randallcmd/compile: fix -m=2 output for recursive function...
2023-01-27 Bryan C. Millscmd/dist: remove dead code for META_BUILDLET_HOST_TYPE
2023-01-27 Paul E. Murphytest/codegen: merge identical ppc64 and ppc64le tests
2023-01-27 Paul E. Murphytest/codegen: combine trivial PPC64 tests into ppc64x
2023-01-27 cuiweixieencoding/binary: add var NativeEndian
2023-01-27 Bryan C. Millssyscall: avoid making assumptions about syscall permissions
2023-01-27 Bryan C. Millscmd/go/internal/modfetch: avoid path.Join in URL errors
2023-01-27 Benjamin Prosnitzhex: fix panic in Decode when len(src) > 2*len(dst)
2023-01-27 Robert Griesemergo/types, types2: move tparamIndex from unify.go into...
2023-01-27 Robert Griesemergo/types, types2: simplify unifier
2023-01-27 Matthew Dempskycmd/compile/internal/noder: remove unused noding code
2023-01-27 Matthew Dempskycmd/compile: apply FixVariadicCall and FixMethodCall...
2023-01-27 Keith Randallcmd/compile: remove go119UseJumpTables flag
2023-01-27 Oleksii Sholiknet/http: fix missing word in ServeMux doc
2023-01-27 Mateusz Poliwczaknet: report completed when context is done in cgoLookup...
2023-01-26 Bryan C. Millsruntime/debug: expand fuzz corpus for FuzzParseBuildInf...
2023-01-26 Bryan C. Millscmd/dist: restore the original GOCACHE before building...
2023-01-26 Bryan C. Millscmd/dist: require absolute path to executable in flatte...
2023-01-26 Matthew Dempskycmd/compile/internal/inline: adjust isBigFunc to recogn...
2023-01-26 Bryan C. Millscmd/dist: consistently use $GOROOT/bin/go instead of...
2023-01-26 Matthew Dempskycmd/compile/internal/types: remove Markdcl/Pushdcl...
2023-01-26 Matthew Dempskycmd/compile/internal/types: remove unneeded functionality
2023-01-26 Matthew Dempskycmd/compile/internal/types: remove TTYPEPARAM and TUNIO...
2023-01-26 Tobias Klauserinternal/syscall/unix: use atomic.Bool for getrandomUns...
2023-01-26 Matthew Dempskycmd/compile: remove GOEXPERIMENT=nounified frontend
2023-01-26 Matthew Dempskycmd/compile/internal/noder: stop creating TUNION types
2023-01-26 Robert Griesemergo/types, types2: remove misleading example from comment
2023-01-26 David Chasemisc: update go.mod to 1.21
2023-01-26 Quim MuntalRevert "runtime: use explicit NOFRAME on darwin/amd64"
2023-01-26 Tobias Klausercrypto/rand, internal/syscall/unix: add support for...
2023-01-26 qmuntalruntime: use explicit NOFRAME on darwin/amd64
2023-01-26 Cameron Bedardcmd/go/internal/vcs: fix outdated comment
2023-01-26 Gustavo Falconet/http: keep sensitive headers on redirects to the...
2023-01-26 Matthew Dempskycmd/compile: change some unreachable code paths into...
2023-01-26 Matthew Dempskycmd/compile: remove -d=typecheckinl flag
2023-01-26 Matthew Dempskycmd/compile/internal/pkginit: remove dependency on...
2023-01-26 Keith Randallcmd/compile: improve register overwrite decision for...
2023-01-25 qmuntalruntime: delete unused cbctxts variable on windows...
2023-01-25 Matthew Dempskycmd: remove GOEXPERIMENT=nounified knob
2023-01-25 Bryan C. Millscontext: eliminate arbitrary timeouts in examples
2023-01-25 Bryan C. Millsos: eliminate arbitrary timeout in testClosewithBlockin...
2023-01-25 Ian Lance Taylorcmd/link: don't export all symbols for ELF external...
2023-01-25 Keith RandallRevert "cmd/compile: improve register overwrite decisio...
2023-01-25 Keith Randallcmd/compile: improve register overwrite decision for...
2023-01-25 Heschi Kreinickinternal/testpty: fix error handling
2023-01-25 Matthew Dempskycmd/compile: revert package typecheck part of CL 422914
next