| 2024-08-12 | 
Cherry Mui | cmd/internal/obj/wasm: handle stack unwinding in wasmexport | 
commit | commitdiff | tree | 
| 2024-08-10 | 
Filippo Valsorda | crypto/tls: align FIPS-only mode with BoringSSL policy | 
commit | commitdiff | tree | 
| 2024-08-10 | 
Filippo Valsorda | crypto/internal/boring: upgrade module to fips-20220613...  | 
commit | commitdiff | tree | 
| 2024-08-10 | 
Quim Muntal | Revert "os/user: speed up Current on Windows" | 
commit | commitdiff | tree | 
| 2024-08-09 | 
Zxilly | syscall,misc/wasm: fix path expansion on non-unix platforms | 
commit | commitdiff | tree | 
| 2024-08-09 | 
Rhys Hiltner | runtime: add direct benchmark of mutex contention | 
commit | commitdiff | tree | 
| 2024-08-09 | 
cuishuang | runtime: make function comments match function names | 
commit | commitdiff | tree | 
| 2024-08-09 | 
Keith Randall | cmd/compile: in prove pass, check for unsat before...  | 
commit | commitdiff | tree | 
| 2024-08-09 | 
Keith Randall | cmd/compile: fix off-by-one error in prove pass | 
commit | commitdiff | tree | 
| 2024-08-09 | 
Cherry Mui | cmd/compile: add basic wasmexport support | 
commit | commitdiff | tree | 
| 2024-08-09 | 
Alan Donovan | cmd/go/internal/test: add 'tests' vet check to 'go...  | 
commit | commitdiff | tree | 
| 2024-08-09 | 
Ezra Newman | plugin: include a warning about race detector compatabi...  | 
commit | commitdiff | tree | 
| 2024-08-09 | 
Bobby Powers | crypto/tls: expose extensions presented by client to...  | 
commit | commitdiff | tree | 
| 2024-08-09 | 
Russ Cox | LICENSE: update per Google Legal | 
commit | commitdiff | tree | 
| 2024-08-09 | 
Robert Griesemer | types2: move RangeKeyVal func into compilersupport.go | 
commit | commitdiff | tree | 
| 2024-08-09 | 
qmuntal | os/user: speed up Current on Windows | 
commit | commitdiff | tree | 
| 2024-08-09 | 
limeidan | cmd/link: add support for trampoline insertation on...  | 
commit | commitdiff | tree | 
| 2024-08-08 | 
Kir Kolyshkin | os: fix Chtimes test flakes | 
commit | commitdiff | tree | 
| 2024-08-08 | 
Oleksandr Redko | fmt: remove ineffective else branch in test | 
commit | commitdiff | tree | 
| 2024-08-08 | 
qmuntal | os/user: support calling Current on impersonated threads | 
commit | commitdiff | tree | 
| 2024-08-08 | 
apocelipes | net/url: implement encoding.BinaryAppender for URL | 
commit | commitdiff | tree | 
| 2024-08-08 | 
Mateusz Poliwczak | hash: mention encoding.BinaryAppender in Hash docs | 
commit | commitdiff | tree | 
| 2024-08-08 | 
Branden J Brown | .github: update language change proposal template | 
commit | commitdiff | tree | 
| 2024-08-07 | 
Jorropo | cmd/compile: fix loong64 MINF → FMINF name and friends | 
commit | commitdiff | tree | 
| 2024-08-07 | 
Michael Matloob | cmd: update golang.org/x/telemetry to 38c23d2 | 
commit | commitdiff | tree | 
| 2024-08-07 | 
Michael Matloob | cmd: update golang.org/x/mod to v0.20.0 | 
commit | commitdiff | tree | 
| 2024-08-07 | 
Michael Matloob | all: update golang.org/x/sys to v0.23.0 | 
commit | commitdiff | tree | 
| 2024-08-07 | 
Andy Pan | internal/poll,syscall: drop the fallback for accept4...  | 
commit | commitdiff | tree | 
| 2024-08-07 | 
Andy Pan | os: employ sendfile(2) for file-to-file copying on...  | 
commit | commitdiff | tree | 
| 2024-08-07 | 
apocelipes | hash: implement the encoding.BinaryAppender interface | 
commit | commitdiff | tree | 
| 2024-08-07 | 
Oleksandr Redko | bytes,strings: use a more universal Cyrillic word | 
commit | commitdiff | tree | 
| 2024-08-07 | 
khr@golang.org | cmd/compile: rip out constant handling in poset data...  | 
commit | commitdiff | tree | 
| 2024-08-07 | 
khr@golang.org | cmd/compile: simplify prove pass | 
commit | commitdiff | tree | 
| 2024-08-07 | 
khr@golang.org | cmd/compile: simplify jump table case in prove pass | 
commit | commitdiff | tree | 
| 2024-08-07 | 
khr@golang.org | cmd/compile: reorganize prove pass domain relation...  | 
commit | commitdiff | tree | 
| 2024-08-07 | 
khr@golang.org | cmd/compile: handle boolean and pointer relations | 
commit | commitdiff | tree | 
| 2024-08-07 | 
khr@golang.org | cmd/compile: propagate constant ranges through multipli...  | 
commit | commitdiff | tree | 
| 2024-08-07 | 
khr@golang.org | cmd/compile: rewrite the constant parts of the prove...  | 
commit | commitdiff | tree | 
| 2024-08-07 | 
khr@golang.org | cmd/compile: move limit fact table in prove pass to...  | 
commit | commitdiff | tree | 
| 2024-08-07 | 
Xiaolin Zhao | cmd/compile, math: make math.{Abs,Copysign} intrinsics...  | 
commit | commitdiff | tree | 
| 2024-08-07 | 
Xiaolin Zhao | cmd/compile, math: improve implementation of math....  | 
commit | commitdiff | tree | 
| 2024-08-07 | 
Guoqi Chen | runtime: add padding to Linux kernel structures sigcont...  | 
commit | commitdiff | tree | 
| 2024-08-06 | 
Robert Griesemer | go/types, types2: avoid spurious "undefined" errors...  | 
commit | commitdiff | tree | 
| 2024-08-06 | 
Michael Matloob | cmd/go/internal/load: make check for path in import...  | 
commit | commitdiff | tree | 
| 2024-08-06 | 
Tim King | os: remove non-constant format string in t.Errorf call | 
commit | commitdiff | tree | 
| 2024-08-06 | 
limeidan | cmd/internal/objabi, cmd/link/internal: add new relocat...  | 
commit | commitdiff | tree | 
| 2024-08-06 | 
Cherry Mui | cmd/internal/obj: minor refactor of wasmimport code | 
commit | commitdiff | tree | 
| 2024-08-06 | 
aimuz | maps: add examples for All, Keys, Values, Insert, and...  | 
commit | commitdiff | tree | 
| 2024-08-06 | 
Mateusz Poliwczak | crypto/internal/boring: use internal/byteorder | 
commit | commitdiff | tree | 
| 2024-08-06 | 
Vasily Leonenko | internal/bytealg: optimize Equal for arm64 target | 
commit | commitdiff | tree | 
| 2024-08-05 | 
Ian Lance Taylor | test: add test that caused gofrontend to crash | 
commit | commitdiff | tree | 
| 2024-08-05 | 
aimuz | bytes, strings: replace reflect.DeepEqual and custom...  | 
commit | commitdiff | tree | 
| 2024-08-05 | 
khr@golang.org | cmd/internal/testdir: fix failure when GOAMD64=v3 is...  | 
commit | commitdiff | tree | 
| 2024-08-03 | 
Guoqi Chen | cmd/internal/obj/loong64: add FLDX,FSTX,LDX.STX instruc...  | 
commit | commitdiff | tree | 
| 2024-08-03 | 
Xiaolin Zhao | cmd/internal/obj/loong64: add support for instructions...  | 
commit | commitdiff | tree | 
| 2024-08-03 | 
Xiaolin Zhao | cmd/internal/obj/loong64: add support for instructions...  | 
commit | commitdiff | tree | 
| 2024-08-03 | 
Xiaolin Zhao | cmd/internal/obj/loong64: add support for instructions...  | 
commit | commitdiff | tree | 
| 2024-08-03 | 
Ian Lance Taylor | time: restore support for large negative days in Date | 
commit | commitdiff | tree | 
| 2024-08-03 | 
apocelipes | archive/zip,cmd/compile: simplify the split function | 
commit | commitdiff | tree | 
| 2024-08-03 | 
pgxiaolianzi | mime: add available godoc link | 
commit | commitdiff | tree | 
| 2024-08-02 | 
Rhys Hiltner | runtime: benchmark mutex handoffs | 
commit | commitdiff | tree | 
| 2024-08-02 | 
Filippo Valsorda | crypto/tls: fix testHandshake close flakes | 
commit | commitdiff | tree | 
| 2024-08-02 | 
Ian Lance Taylor | os: clarify Rename docs for renaming to a directory | 
commit | commitdiff | tree | 
| 2024-08-02 | 
Michael Pratt | cmd/compile,runtime: disable swissmap fast variants | 
commit | commitdiff | tree | 
| 2024-08-02 | 
Michael Pratt | all: split old and swiss map abi and compiler integration | 
commit | commitdiff | tree | 
| 2024-08-02 | 
Michael Pratt | all: create swissmap experiment and fork files | 
commit | commitdiff | tree | 
| 2024-08-02 | 
Manuel Sabin | crypto/internal/cryptotest: add tests for the cipher...  | 
commit | commitdiff | tree | 
| 2024-08-02 | 
limeidan | cmd/internal/obj/loong64: adjust the order of class...  | 
commit | commitdiff | tree | 
| 2024-08-02 | 
limeidan | runtime: add debug call injection support on loong64 | 
commit | commitdiff | tree | 
| 2024-08-02 | 
Jes Cok | time: fix some typos in CL 512355 | 
commit | commitdiff | tree | 
| 2024-08-02 | 
Xiaolin Zhao | cmd/internal/obj/loong64: add support for instructions...  | 
commit | commitdiff | tree | 
| 2024-08-02 | 
Joel Sing | math/big: implement addVV in riscv64 assembly | 
commit | commitdiff | tree | 
| 2024-08-02 | 
Xiaolin Zhao | cmd/internal/obj/loong64: add support for MOV{GR2FCSR...  | 
commit | commitdiff | tree | 
| 2024-08-01 | 
Jes Cok | bytes,slices,strings: optimize Repeat a bit | 
commit | commitdiff | tree | 
| 2024-08-01 | 
Rhys Hiltner | runtime: avoid futile mark worker acquisition | 
commit | commitdiff | tree | 
| 2024-08-01 | 
Michael Pratt | runtime: don't use maps in js note implementation | 
commit | commitdiff | tree | 
| 2024-08-01 | 
Michael Pratt | debug/buildid: treat too large string as "not a Go...  | 
commit | commitdiff | tree | 
| 2024-08-01 | 
Mateusz Poliwczak | crypto: implement encoding.BinaryAppender for all crypt...  | 
commit | commitdiff | tree | 
| 2024-08-01 | 
Cuong Manh Le | cmd/compile: add race instrumentation during walkCompare | 
commit | commitdiff | tree | 
| 2024-08-01 | 
Xin Hao | go/types: fix typo in comment | 
commit | commitdiff | tree | 
| 2024-08-01 | 
Rhys Hiltner | runtime: measure speed of procyield and osyield | 
commit | commitdiff | tree | 
| 2024-08-01 | 
limeidan | cmd/internal/obj/loong64: remove Class C_LEXT and C_SEXT | 
commit | commitdiff | tree | 
| 2024-08-01 | 
Guoqi Chen | cmd/compiler,internal/runtime/atomic: optimize Load...  | 
commit | commitdiff | tree | 
| 2024-08-01 | 
limeidan | cmd/internal/obj/loong64: optimize the code logic of...  | 
commit | commitdiff | tree | 
| 2024-08-01 | 
limeidan | cmd/internal/obj/loong64: merge two branch classes...  | 
commit | commitdiff | tree | 
| 2024-08-01 | 
limeidan | cmd/internal/obj/loong64: reclassify three-register...  | 
commit | commitdiff | tree | 
| 2024-08-01 | 
Robert Griesemer | go/types: generate recording.go | 
commit | commitdiff | tree | 
| 2024-07-31 | 
Manuel Sabin | crypto/internal/cryptotest: add tests for the cipher...  | 
commit | commitdiff | tree | 
| 2024-07-31 | 
Ian Lance Taylor | cmd/cgo: document workaround for C struct_stat function | 
commit | commitdiff | tree | 
| 2024-07-31 | 
Alan Donovan | go/types: add go1.23 iterator methods for 10 exported...  | 
commit | commitdiff | tree | 
| 2024-07-31 | 
Michael Pratt | cmd/compile: keep internal/runtime packages sorted | 
commit | commitdiff | tree | 
| 2024-07-31 | 
aimuz | net: replace sort with slices for address and DNS recor...  | 
commit | commitdiff | tree | 
| 2024-07-31 | 
Robert Griesemer | go/types, types2: factor out typechecker-specific code...  | 
commit | commitdiff | tree | 
| 2024-07-31 | 
Russ Cox | time: optimize time <-> date conversions | 
commit | commitdiff | tree | 
| 2024-07-31 | 
Robert Griesemer | go/types, types2: move type recording functionality...  | 
commit | commitdiff | tree | 
| 2024-07-31 | 
Michael Pratt | reflect: add flag tests for MapOf | 
commit | commitdiff | tree | 
| 2024-07-31 | 
Robert Griesemer | go/types, types2: record type parameters in receiver...  | 
commit | commitdiff | tree | 
| 2024-07-31 | 
Cuong Manh Le | cmd/compile: add comment for the context on mismatch...  | 
commit | commitdiff | tree | 
| 2024-07-31 | 
Sam Thanawalla | cmd/go: fix windows test failure for test_buildinfo_god...  | 
commit | commitdiff | tree | 
| 2024-07-31 | 
Manuel Sabin | crypto/internal/cryptotest: add tests for the cipher...  | 
commit | commitdiff | tree | 
| next |