]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-05-10 guoguangwucmd/trace: pkg import only once
2024-05-10 Mateusz Poliwczakinternal/byteorder: new package
2024-05-10 Matt Layherslices: add Chunk
2024-05-10 Alireza Ghaseminet/http/httptest: add comment to Server.Client() about...
2024-05-10 Cherry Muicmd/compile, cmd/link: disallow linkname of some newly...
2024-05-10 zzkcoderuntime: crash asap and extend total sleep time for...
2024-05-10 qiulaidongfengreflect: let Value.Seq iterate integer conform to the...
2024-05-10 Than McIntoshcmd/link/internal/ld: fix overlapping sections in ELF...
2024-05-10 guoguangwuos: change ioutil-test to os-test in test
2024-05-09 Ian Lance Taylorcmd/dist: don't copy files ending in ~ to bootstrap...
2024-05-09 Ian Lance Taylorreflect: improved ifaceIndir comment
2024-05-09 Roland Shoemakercrypto/x509: reject critical AKI
2024-05-09 Ian Lance Taylorreflect: restore ifaceIndir function for now
2024-05-09 Roland Shoemakercrypto/x509: reject critical SKI extensions
2024-05-09 Roland Shoemakercrypto/x509: reject critical AIA extensions
2024-05-09 Roland Shoemakercrypto/x509: properly reject invalid DNS names when...
2024-05-09 qiulaidongfengreflect: clarify documentation for Value.Seq/Seq2
2024-05-09 Than McIntoshruntime: add workaround to "throw" pending resolution...
2024-05-09 Michael Matloobcmd: vendor golang.org/x/mod@6686f41
2024-05-09 Ian Lance Taylorslices: add iterator-related functions
2024-05-09 CP Lepagecmd/link: Add missing platform for Mac Catalyst
2024-05-09 Russ Coxnet/http: remove misleading response headers on error
2024-05-09 Michael Matloobcmd/link: add support for telemetry
2024-05-09 Michael Matloobcmd/compile: add support for telemetry
2024-05-09 Russ Coxcmd/dist: reject accidental use of internal packages...
2024-05-09 Russ Coxcmd/compile: stop using internal/godebug
2024-05-09 qiulaidongfengreflect: add iterative related methods
2024-05-09 Ian Lance Taylornet: use port 53 when checking for UDP routes
2024-05-08 Mateusz Poliwczakencoding/hex: don't overallocate memory in DecodeString
2024-05-08 Oleksandr Redkointernal/fuzz: fix names of noCopy methods
2024-05-08 Michael Prattruntime: fix eagerly typo
2024-05-08 Alan Donovanruntime: properly frame panic values in tracebacks
2024-05-08 Michael Anthony... internal/trace/v2: correctly handle a broken spilled...
2024-05-08 Michael Anthony... iter: detect and reject double next and double yield...
2024-05-08 Michael Anthony... runtime: update large object stats before freeSpan...
2024-05-08 Michael Anthony... runtime: delete pagetrace GOEXPERIMENT
2024-05-08 Felix Geisendörferruntime: move profiling pc buffers to m
2024-05-08 Michael Anthony... internal/trace/v2: add gotraceeventstats utility
2024-05-08 Michael Anthony... runtime: add traceallocfree GODEBUG for alloc/free...
2024-05-08 Michael Anthony... runtime: remove allocfreetrace
2024-05-08 Keith Randallcmd/compile: avoid past-the-end pointer when zeroing
2024-05-08 Michael Matloobcmd/go: rename flag counters and add buildmode values...
2024-05-08 Michael Matlooball: vendor golang.org/x/telemetry@2790727
2024-05-08 Michael Matloobcmd: vendor golang.org/x/sys@v0.20.0
2024-05-08 Russ Coxtime: more deflaking asynctimer tests
2024-05-07 Rob Findleygo/types, types: represent any using Alias
2024-05-07 Robert Findley.github: improve formatting of the telemetry proposal...
2024-05-07 Daniel Martígo/ast: simplify walking lists with generics
2024-05-07 aimuzos: use filepathlite.Base
2024-05-07 Tobias Klauserinternal/sysinfo: rename osCpuInfoName to osCPUInfoName
2024-05-07 Tobias Klauserinternal/sysinfo: use strings.Cut in osCpuInfoName
2024-05-07 aimuzflag: replace sort.Slice with slices.SortFunc
2024-05-07 qiulaidongfengio/fs: use slices.Contains
2024-05-07 Alan Donovancmd/compile: describe export data
2024-05-07 Robert Findley.github: simplify the telemetry proposal template
2024-05-07 Russ Coxmath/rand/v2: add Uint
2024-05-07 Sam Thanawallacmd/go: download 1.X.0 instead of 1.X during toolchain...
2024-05-07 apocelipesreflect: remove redundent ifaceIndir
2024-05-07 apocelipesinternal/reflectlite: remove redundent ifaceIndir
2024-05-07 Roland Shoemakercmd/go: disallow -lto_library in LDFLAGS
2024-05-07 Sam Thanawallacmd/go: import vendored packages only listed in modules.txt
2024-05-06 Jorropoimage/png: remove go-fuzz test
2024-05-06 Cherry Muicmd/cgo/internal/testsanitizers: add test case for...
2024-05-06 Cherry Muiruntime: don't re-raise ignored signal
2024-05-06 Michael Anthony... runtime: delete dead code in the tracer
2024-05-06 Russ Coxiter: expose fundamental types to Go 1.23
2024-05-06 qiulaidongfengruntime: parallel run test
2024-05-06 Techassicrypto/x509: include OID in duplicate extension error...
2024-05-06 khr@golang.orgcmd/compile: don't combine loads in generated equality...
2024-05-06 Filippo Valsordacrypto/internal/mlkem768: various performance optimizations
2024-05-06 Jes Cokall: make use of stringslite.{HasPrefix, HasSuffix}
2024-05-06 Jayanth Krishnamurthy hash/crc32: improve asm for ppc64SlicingUpdateBy8
2024-05-06 Mauri de Souza... runtime: add crash stack support for mips/mipsle
2024-05-05 apocelipesos: use stringslite.TrimSuffix
2024-05-05 qiulaidongfengstrconv: use stringslite.Clone
2024-05-05 qiulaidongfengtime: use stringslite.Clone
2024-05-05 qiulaidongfengunique: use stringslite.Clone
2024-05-04 Joel Singsyscall: remove references to SYS_syscall on openbsd
2024-05-04 Joel Singsyscall: reroute SYS_IOCTL and SYS_SYSCTL on openbsd
2024-05-04 Joel Singcmd/dist,internal/platform: temporarily disable race...
2024-05-04 qiulaidongfengstrings: move Clone to stringslite
2024-05-03 Paul E. Murphycmd/compile/internal/ssa: on PPC64, try combining CLRLS...
2024-05-03 Michael Matloobcmd/go: add flag values to counter for buildmode
2024-05-03 Michael Matloobcmd/go: remove checks that all counters incremented...
2024-05-03 Russ Coxinternal/bisect: use f.Function instead of f.Func.Name...
2024-05-03 apocelipesstrings: move TrimPrefix and TrimSuffix to stringslite
2024-05-03 Tobias Klauserinternal/sysinfo: use sync.OnceValue for CPUName
2024-05-03 qiulaidongfenghash/maphash: parallel run test
2024-05-03 zhangjiancmd/compile/internal/ssa: correct error message for...
2024-05-03 go101strings,bytes: improve Repeat panic messages
2024-05-03 qiulaidongfengruntime,reflect: move zeroVal to internal/abi
2024-05-03 Alan Donovancmd/vendor: update x/tools to v0.20.1-0.20240429173604...
2024-05-03 Alan Donovancmd/vet: add stdversion analyzer
2024-05-02 Olivier Menguéspec: clarify when range expression is evaluated
2024-05-02 Ian Lance Taylorcmd/go: pass -Wl,-z,nodelete for c-shared mode with...
2024-05-02 Tobias Klausernet: use stringslite.HasPrefix
2024-05-02 Russ Coxruntime: remove note about goid reuse
2024-05-02 Jorropotesting: improve the documentation around b.N
2024-05-01 Michael Matloobcmd/internal/telemetry: add NewStackCounter functions
2024-05-01 cui flitercmd/pprof: fix exception when file or path contains...
next