]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-02-03 Ian Lance Taylormaps: new package
2023-02-03 Bryan C. Millscmd/dist: do not include runtime/internal/sys in cmd...
2023-02-03 Roger Peppecmd/go/internal/par: use generic Cache
2023-02-03 Florin Papadebug/elf: add DT_FLAGS_1 constants
2023-02-02 Robert Griesemergo/types, types2: enable new type inference
2023-02-02 Robert Griesemergo/types, types2: implement simpler type inference...
2023-02-02 Robert Griesemergo/types, types2: simplify symmetric code
2023-02-02 Robert Griesemergo/types, types2: use a comparer struct to control...
2023-02-02 Bryan C. Millscmd/go/internal/test: scale the WaitDelay for test...
2023-02-02 Bryan C. Millsruntime: eliminate arbitrary timeout in TestCgoLockOSTh...
2023-02-02 Alan Donovanmath/big: add Int.Float64 conversion
2023-02-02 Bryan C. Millsinternal/testenv: avoid rebuilding all of std in WriteI...
2023-02-02 Alan Donovango/token: add (*File).Lines method
2023-02-02 Alan Donovansrc/cmd/compile: clarify //go:linkname documentation
2023-02-02 Joe Tsainet/netip: fix invalid representation of Prefix
2023-02-02 Johan Brandhorst... misc: increase node stack size
2023-02-02 Tobias Klauserinternal/poll: use atomic.Bool in DupCloseOnExec
2023-02-02 Russ Coxcmd/link: remove special cases for relocations in ...
2023-02-02 Russ Coxcmd/link: keep go.buildinfo even with --gc-sections
2023-02-02 Robert Griesemergo/types, types2: avoid recursive invocation when unify...
2023-02-02 Robert Griesemergo/types, types2: remove (internal) exactUnification...
2023-02-01 Matthew Dempskycmd/compile/internal/types: remove misleading comment
2023-02-01 Robert Griesemergo/types, types2: use go.dev/issue/nnnnn when referring...
2023-02-01 Robert Griesemergo/types, types2: better error when trying to use ...
2023-02-01 Robert Griesemergo/types, types2: unifier constructor to accept type...
2023-02-01 Robert Griesemergo/types, types2: further simplify unification
2023-02-01 Robert Griesemergo/types, types2: replace unifier type parameter list...
2023-02-01 Roger Peppecmd/go/internal/par: generic Work
2023-02-01 Bryan C. Millscmd/dist,internal/platform: reenable the c-archive...
2023-02-01 Keith Randallcmd/compile: schedule values with no in-block uses...
2023-02-01 Johan Brandhorst... crypto/rand: batch large random reads on js
2023-02-01 Bryan C. Millsnet/http: remove another arbitrary timeout in TestTLSHa...
2023-02-01 qmuntalsyscall: regenerate zsyscall_windows.go
2023-02-01 Cuong Manh Lebuiltin: add documentation for clear
2023-02-01 Ian Lance Taylorcmd/dist, internal/platform: remove some target modes...
2023-01-31 Bryan C. Millscmd/go/internal/script: retry ETXTBSY errors in scripts
2023-01-31 Tobias Klausernet/netip: use IPv6Loopback in TestIPProperties
2023-01-31 Mateusz Poliwczaknet: use net/netip for address parsing
2023-01-31 qmuntalruntime: always use LoadLibraryEx to load system libraries
2023-01-31 Bryan MillsRevert "net: move context cancellation logic of blockin...
2023-01-31 Cuong Manh Letest: enable inlining tests for functions with local...
2023-01-31 Cuong Manh Lecmd/compile: cleanup atomic.Pointer[T] inline test
2023-01-31 Bryan C. Millscmd/go: traverse module-root symlinks in Walk calls
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
next