2025-03-12 |
Luca Maltagliati | mime/multipart: add helper to build content-disposition... |
commit | commitdiff | tree |
2025-03-12 |
Michael Matloob | cmd/go: don't write own toolchain line when updating... |
commit | commitdiff | tree |
2025-03-12 |
Brad Fitzpatrick | net: deflake recently added TestCloseUnblocksReadUDP |
commit | commitdiff | tree |
2025-03-12 |
Than McIntosh | cmd/internal/dwarf: fix bug in inlined func DIE range... |
commit | commitdiff | tree |
2025-03-12 |
Aoang | log/slog: optimize appendKey to reduce allocations |
commit | commitdiff | tree |
2025-03-12 |
Joel Sing | cmd/compile/internal/ssagen: use an alias for math... |
commit | commitdiff | tree |
2025-03-12 |
Russ Cox | math/big: update calibration tests and recalibrate |
commit | commitdiff | tree |
2025-03-12 |
Russ Cox | runtime: remove nextSampleNoFP from plan9 |
commit | commitdiff | tree |
2025-03-12 |
Russ Cox | math/big: simplify, speed up Karatsuba multiplication |
commit | commitdiff | tree |
2025-03-12 |
Russ Cox | cmd/compile: remove noDuffDevice |
commit | commitdiff | tree |
2025-03-12 |
Russ Cox | cmd/compile: use FMA on plan9, and drop UseFMA |
commit | commitdiff | tree |
2025-03-12 |
Russ Cox | cmd/compile: remove useSSE |
commit | commitdiff | tree |
2025-03-12 |
Jorropo | cmd/compile: compute bitsize from type size in prove... |
commit | commitdiff | tree |
2025-03-12 |
Jorropo | cmd/compile: add constant folding for bits.Add64 |
commit | commitdiff | tree |
2025-03-12 |
Jorropo | cmd/compile: add MakeTuple generic SSA op to remove... |
commit | commitdiff | tree |
2025-03-12 |
Jorropo | cmd/compile: compute bits.OnesCount's limits from argum... |
commit | commitdiff | tree |
2025-03-12 |
Than McIntosh | runtime: increase GDB version testing requirement to... |
commit | commitdiff | tree |
2025-03-12 |
Than McIntosh | internal/buildcfg: fix typo in DWARF 5 enabling code |
commit | commitdiff | tree |
2025-03-12 |
Jorropo | cmd/compile: set bits.OnesCount's limits to [0, 64] |
commit | commitdiff | tree |
2025-03-12 |
Jorropo | cmd/compile: use min & max builtins to assert constant... |
commit | commitdiff | tree |
2025-03-12 |
Jorropo | cmd/compile: compute min's & max's limits from argument... |
commit | commitdiff | tree |
2025-03-12 |
Guoqi Chen | internal/cpu: use correct variable when parsing CPU... |
commit | commitdiff | tree |
2025-03-12 |
Ian Lance Taylor | cmd/internal/script/scripttest: use GOHOSTARCH to find... |
commit | commitdiff | tree |
2025-03-12 |
Guoqi Chen | internal/bytealg: optimize Count{,String} in loong64 |
commit | commitdiff | tree |
2025-03-12 |
Than McIntosh | internal/buildcfg: enable DWARF version 5 by default |
commit | commitdiff | tree |
2025-03-11 |
cuishuang | cmp: add examples for Compare and Less |
commit | commitdiff | tree |
2025-03-11 |
Sean Liao | archive/zip: error on ReadDir if there are invalid... |
commit | commitdiff | tree |
2025-03-11 |
Ian Lance Taylor | net/http: document Redirect behavior for non-ASCII... |
commit | commitdiff | tree |
2025-03-11 |
Michael Pratt | all: move //go:debug decoratemappings=0 test to cmd/go |
commit | commitdiff | tree |
2025-03-11 |
qmuntal | os: add more File.WriteAt tests |
commit | commitdiff | tree |
2025-03-11 |
Xiaolin Zhao | cmd/internal/obj/loong64: add {V,XV}MUL{B/H/W/V} and... |
commit | commitdiff | tree |
2025-03-11 |
Alexander Musman | cmd/compile: Enable inlining of tail calls |
commit | commitdiff | tree |
2025-03-11 |
Russ Cox | cmd/compile, runtime: remove plan9 special case avoidin... |
commit | commitdiff | tree |
2025-03-11 |
Jorropo | cmd/compile: add constant folding for PopCount |
commit | commitdiff | tree |
2025-03-11 |
Örjan Fors | log/slog: use consistent call depth for all output |
commit | commitdiff | tree |
2025-03-11 |
1911860538 | net/mail: use sync.OnceValue to build dateLayouts |
commit | commitdiff | tree |
2025-03-11 |
Jes Cok | runtime/internal: clean up completely |
commit | commitdiff | tree |
2025-03-11 |
Brad Fitzpatrick | net: unblock UDP Reads upon Close on plan9, add test |
commit | commitdiff | tree |
2025-03-11 |
Than McIntosh | debug/dwarf: read DWARF 5 cu base offsets on SeekPC... |
commit | commitdiff | tree |
2025-03-11 |
Michael Matloob | cmd/go: allow symlinks of non-directory files in embed |
commit | commitdiff | tree |
2025-03-11 |
Robert Griesemer | go/types, types2: report better error messages for... |
commit | commitdiff | tree |
2025-03-11 |
Robert Griesemer | go/types, types2: report better error messages for... |
commit | commitdiff | tree |
2025-03-11 |
Robert Griesemer | go/types, types2: remove need for coreString in signatu... |
commit | commitdiff | tree |
2025-03-11 |
Robert Griesemer | go/types, types2: better error messages for copy built-in |
commit | commitdiff | tree |
2025-03-11 |
Guoqi Chen | cmd/internal/obj/loong64: add {V,XV}SEQI, {V,XV}.{AND... |
commit | commitdiff | tree |
2025-03-11 |
Xiaolin Zhao | cmd/compile: optimize shifts of int32 and uint32 on... |
commit | commitdiff | tree |
2025-03-10 |
Sean Liao | testing: warn against calling Log after a test completes |
commit | commitdiff | tree |
2025-03-10 |
Daniel McCarney | crypto/tls: reject TLS 1.3 compat session ID in TLS 1.2 |
commit | commitdiff | tree |
2025-03-10 |
Daniel McCarney | crypto/tls: align cert decode alert w/ BSSL |
commit | commitdiff | tree |
2025-03-10 |
Daniel McCarney | crypto/tls: update GREASE-Server-TLS13 BoGo skip |
commit | commitdiff | tree |
2025-03-10 |
Daniel McCarney | crypto/tls: support bogo -wait-for-debugger |
commit | commitdiff | tree |
2025-03-10 |
Daniel McCarney | crypto/tls: ignore TLS 1.3 user canceled alerts |
commit | commitdiff | tree |
2025-03-10 |
Daniel McCarney | crypto/tls: run SkipNewSessionTicket bogo test |
commit | commitdiff | tree |
2025-03-10 |
Prabhav Dogra | internal/runtime/atomic: updated go assembler comments |
commit | commitdiff | tree |
2025-03-10 |
Daniel McCarney | crypto/tls: reject empty TLS 1.3 session ticket |
commit | commitdiff | tree |
2025-03-10 |
Michael Matloob | cmd/go/internal/mmap: close file after mmap |
commit | commitdiff | tree |
2025-03-10 |
Than McIntosh | cmd/cgo/internal/testsanitizers: bump GCC version for... |
commit | commitdiff | tree |
2025-03-10 |
Than McIntosh | debug/dwarf: fix problem with DWARF 5 and Seek method |
commit | commitdiff | tree |
2025-03-10 |
Than McIntosh | debug/dwarf: refactor entry DIE reading helper |
commit | commitdiff | tree |
2025-03-10 |
Michael Pratt | internal/godebugs: add decoratemappings as an opaque... |
commit | commitdiff | tree |
2025-03-10 |
Gusted | crypto/pbkdf2: fix code example for Key |
commit | commitdiff | tree |
2025-03-10 |
Damien Neil | net/http/httputil: close hijacked connections when... |
commit | commitdiff | tree |
2025-03-07 |
Daniel McCarney | crypto/tls: small bogo shim test tidying |
commit | commitdiff | tree |
2025-03-07 |
Tobias Klauser | os: remove unused testingForceReadDirLstat |
commit | commitdiff | tree |
2025-03-07 |
Filippo Valsorda | crypto/internal/fips140: make Version return latest... |
commit | commitdiff | tree |
2025-03-07 |
Olivier Mengué | compress/flate,compress/lzw: fix incorrect godoc links |
commit | commitdiff | tree |
2025-03-07 |
Filippo Valsorda | crypto/internal/fips140/bigmod: explicitly clear expand... |
commit | commitdiff | tree |
2025-03-07 |
linmaolin | text/template: add an if func example |
commit | commitdiff | tree |
2025-03-07 |
Olivier Mengué | archive/zip: preallocate fileList size for Reader.Open |
commit | commitdiff | tree |
2025-03-07 |
Rob Findley | go/types,types2: allocate the used* maps in initFiles |
commit | commitdiff | tree |
2025-03-06 |
Ian Lance Taylor | net: add comment about blocking to Conn.Close |
commit | commitdiff | tree |
2025-03-06 |
Robert Griesemer | go/types, types2: factor out shared for-range checking... |
commit | commitdiff | tree |
2025-03-06 |
Robert Griesemer | go/types, types2: rename errorCause to typeError |
commit | commitdiff | tree |
2025-03-06 |
Robert Griesemer | go/types, types2: use errorCause instead of reportf... |
commit | commitdiff | tree |
2025-03-06 |
Robert Griesemer | go/types, types2: better error messages for invalid... |
commit | commitdiff | tree |
2025-03-06 |
Robert Griesemer | go/types, types2: factor out single commonUnder function |
commit | commitdiff | tree |
2025-03-06 |
Ian Lance Taylor | cmd/cgo/internal/testsanitizers: for "leak", use -fsani... |
commit | commitdiff | tree |
2025-03-06 |
Michael Matloob | cmd/go: add 'work' package pattern |
commit | commitdiff | tree |
2025-03-06 |
Olivier Mengué | os: add missing calls to Root.Close() in tests |
commit | commitdiff | tree |
2025-03-06 |
David Chase | cmd/compile: remove no-longer-necessary recursive inlin... |
commit | commitdiff | tree |
2025-03-06 |
Ryan Currah | cmd/go: cache coverage profile with tests |
commit | commitdiff | tree |
2025-03-06 |
Olivier Mengué | os: more godoc links |
commit | commitdiff | tree |
2025-03-06 |
Olivier Mengué | compress/lzw,compress/gzip,compress/flate,compress... |
commit | commitdiff | tree |
2025-03-06 |
Xiaolin Zhao | cmd/internal/obj/loong64: add {V,XV}ILV{L/H}.{B/H/W... |
commit | commitdiff | tree |
2025-03-06 |
Michael Matloob | doc: update godebug doc to clarify godebug directive... |
commit | commitdiff | tree |
2025-03-06 |
Russ Cox | math/big: avoid negative slice size in nat.rem |
commit | commitdiff | tree |
2025-03-06 |
Filippo Valsorda | crypto/rsa: add a test with very different prime sizes |
commit | commitdiff | tree |
2025-03-06 |
Filippo Valsorda | crypto: test for unexpected concrete methods in interfa... |
commit | commitdiff | tree |
2025-03-06 |
Andy Pan | runtime: explicitly disable async preempt for internal... |
commit | commitdiff | tree |
2025-03-06 |
limeidan | cmd/link/internal: remove trampoline for plt on loong64 |
commit | commitdiff | tree |
2025-03-06 |
Xiaolin Zhao | math: implement func archExp and archExp2 in assembly... |
commit | commitdiff | tree |
2025-03-06 |
Xiaolin Zhao | cmd/internal/obj/loong64: add {V,XV}{ADD/SUB}.{B,H... |
commit | commitdiff | tree |
2025-03-06 |
Ian Lance Taylor | runtime: in asan mode call __lsan_do_leak_check when... |
commit | commitdiff | tree |
2025-03-05 |
David Chase | cmd/compile: use inline-Pos-based recursion test |
commit | commitdiff | tree |
2025-03-05 |
Rob Findley | go/types,types2: externalize used objects |
commit | commitdiff | tree |
2025-03-05 |
Sean Liao | html/template: example for disallowed script type change |
commit | commitdiff | tree |
2025-03-05 |
Grégoire Lodi | net/http: make http.FileServer return 404 when a path... |
commit | commitdiff | tree |
2025-03-05 |
Michael Matloob | cmd/go: skip some tests that run builds in short mode |
commit | commitdiff | tree |
2025-03-05 |
Alan Donovan | go/types: add Var.Kind() VarKind method |
commit | commitdiff | tree |
2025-03-05 |
rorycl | text/template: provide example of overwriting template... |
commit | commitdiff | tree |
next |