aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-03-06testing: escapes framing markersEthan Reesor
2026-03-06net: skip TestListenIPv6WildcardAddr on platforms w/o IPv4-mapped IPv6database64128
2026-03-06cmd/compile: arm64 add 128-bit vector load/store SSA opsAlexander Musman
2026-03-06cmd/compile: additional optimisation for CZEROEQZ/CZERONEZ on riscv64Joel Sing
2026-03-06cmd/link: sort .pdata by function start addressqmuntal
2026-03-06encoding/json: unwrap IO errors from SyntacticError in transformSyntacticErrorLars Grote
2026-03-06cmd/link: allow -no family of flags for testing compiler flagCorentin Kerisit
2026-03-06cmd/compile: replace boolean simplification ruleMarvin Stenger
2026-03-06cmd/compile: fold boolean x == x & x != xJorropo
2026-03-06cmd/go: avoid repetitive "invalid version" error on go getyongqijia
2026-03-06cmd/go: exclude vendor directories in go work use -ryongqijia
2026-03-06cmd/go/testdata/script: rewrite mod_download_issue51114 to use vcstestMichael Matloob
2026-03-06cmd/go/internal/modfetch: quiet read-only filesystem stat cache warningsBrad Fitzpatrick
2026-03-06cmd/compile: add I64Sub constant folding rule for wasmGeorge Adams
2026-03-06net/url: add Values.CloneEmmanuel T Odeke
2026-03-06testing: fix construction of the testing artifacts pathRuss Egan
2026-03-06cmd/compile: remove left over constant checkingCuong Manh Le
2026-03-06cmd/compile/internal/typecheck: simplify tcSliceHeaderCuong Manh Le
2026-03-06internal/runtime/maps/: devirtualize hashing for specialized mapsArsenySamoylov
2026-03-06cmd/compile: use tail calls for wrappers for embedded interfacesKeith Randall
2026-03-06runtime: when panicking, skip ahead to previous panicKeith Randall
2026-03-06crypto/x509: add more test cases for name constraints.Rudolf Polzer
2026-03-06cmd/compile: use the correct const when flagging indirect map elem typesKirill Primak
2026-03-05crypto/x509: fix name constraint checking panicRoland Shoemaker
2026-03-05crypto/x509: fix full email constraint matchingRoland Shoemaker
2026-03-05html/template: properly escape URLs in meta content attributesRoland Shoemaker
2026-03-05net/url: reject IPv6 literal not at start of hostIan Alexander
2026-03-05net: skip TestListenIPv6WildcardAddr on DragonFly BSD and OpenBSDNicholas S. Husin
2026-03-05cmd/go/internal/vet: add missing newlines to log messagesAlan Donovan
2026-03-05image/jpeg: make decoder.receiveExtend branchlessNigel Tao
2026-03-04net/http: restore accidentally removed package docDamien Neil
2026-03-04cmd/compile: fix ICE when indexing zero-sized arrays of non-SSAable typesMateusz Poliwczak
2026-03-04runtime, cmd/compile: use preemptible memclr for large pointer-free clears“Muhammad
2026-03-04cmd/go: update go help entries to focus on modulesMichael Matloob
2026-03-04cmd/go: revert update default go directive in mod or work initMichael Matloob
2026-03-04cmd/link: support Mach-O UNSIGNED relocations for dynamic imports on darwinGeorge Adams
2026-03-04syscall: make plan9 Errno implement the error interfaceBrad Fitzpatrick
2026-03-04runtime: fix value of ENOSYS on mips from 38 to 89Jorropo
2026-03-04image/jpeg: add support for non-standard chroma subsampling ratiosTaichi Maeda
2026-03-04net/http: add basic unexported pluggable HTTP/3 supportNicholas S. Husin
2026-03-03net: treat EPERM/EACCES in IPv6 probe as supportedRavi Sastry Kadali
2026-03-03time: mention Reset in Ticker.Stop docIan Lance Taylor
2026-03-03internal/bytealg: on android/arm64, don't read outside 16-byte regionsKeith Randall
2026-03-02syscall: define no-op Errno type on plan9Brad Fitzpatrick
2026-03-02cmd/compile: optimize sccp for faster convergenceYi Yang
2026-03-02cmd/compile, simd/archsimd: add VPSRL immeidate peepholesJunyang Shao
2026-03-02cmd/compile: add concurrency-ok property to some compiler debug flagsDavid Chase
2026-03-02runtime: fix printfloat, printcomplex buffer sizesMichael Pratt
2026-03-02runtime: skip futex_time64 and timer_settime64 on 32-bit Androiddyhkwong
2026-03-02reflect: outlilne []runtimeSelect allocation in SelectMateusz Poliwczak