2025-03-04 |
Xiaolin Zhao | cmd/internal/obj/loong64: add F{MAXA/MINA}.{S/D} instru... |
commit | commitdiff | tree |
2025-03-04 |
Xiaolin Zhao | cmd/internal/obj/loong64: add {V,XV}{SLL/SRL/SRA/ROTR... |
commit | commitdiff | tree |
2025-03-03 |
Robert Griesemer | go/types, types2: remove remaining mentions of core... |
commit | commitdiff | tree |
2025-03-03 |
Damien Neil | context: use atomic operation in ctx.Err |
commit | commitdiff | tree |
2025-03-03 |
qmuntal | os: only call GetConsoleMode for char devices |
commit | commitdiff | tree |
2025-03-03 |
Robert Griesemer | go/types, types2: remove remaining references to coreTy... |
commit | commitdiff | tree |
2025-03-03 |
Robert Griesemer | go/types, types2: remove most remaining references... |
commit | commitdiff | tree |
2025-03-03 |
Filippo Valsorda | crypto/rsa: use Div instead of GCD for trial division |
commit | commitdiff | tree |
2025-03-03 |
Robert Griesemer | go/types, types2: remove references to core type in... |
commit | commitdiff | tree |
2025-03-03 |
Junyang Shao | testing: fix testing.B.Loop doc on loop condition |
commit | commitdiff | tree |
2025-03-03 |
Brad Fitzpatrick | net: fix parsing of interfaces on plan9 without associa... |
commit | commitdiff | tree |
2025-03-03 |
Jakob Ackermann | net/http: allocate CloseNotifier channel lazily |
commit | commitdiff | tree |
2025-03-01 |
Joel Sing | runtime: add padding to m struct for 64 bit architectures |
commit | commitdiff | tree |
2025-03-01 |
Mark Ryan | cmd/internal/obj/riscv: add riscv64 CSR map |
commit | commitdiff | tree |
2025-03-01 |
qmuntal | cmd/go/internal/work: use par.Cache to cache tool IDs. |
commit | commitdiff | tree |
2025-03-01 |
Xiaolin Zhao | runtime: use ABIInternal on syscall and other sys.stuff... |
commit | commitdiff | tree |
2025-03-01 |
limeidan | cmd/internal/obj, cmd/asm: reclassify 32-bit immediate... |
commit | commitdiff | tree |
2025-02-28 |
Michael Matloob | cmd/go/internal/modindex: clean modroot and pkgdir... |
commit | commitdiff | tree |
2025-02-28 |
guoguangwu | cmd/covdata: close output meta-data file |
commit | commitdiff | tree |
2025-02-28 |
qmuntal | cmd/link: use __got as the .got section name |
commit | commitdiff | tree |
2025-02-28 |
Jes Cok | reflect: add more tests for Type.{CanSeq,CanSeq2} |
commit | commitdiff | tree |
2025-02-28 |
Michael Anthony... | runtime: increase timeout in TestSpuriousWakeupsNeverHa... |
commit | commitdiff | tree |
2025-02-28 |
Filippo Valsorda | crypto/x509: avoid crypto/rand.Int to generate serial... |
commit | commitdiff | tree |
2025-02-28 |
KangJi | cmd/cgo: update generated headers for compatibility... |
commit | commitdiff | tree |
2025-02-28 |
Jes Cok | flag: replace interface{} -> any for textValue.Get... |
commit | commitdiff | tree |
2025-02-27 |
Damien Neil | net/http: reject newlines in chunk-size lines |
commit | commitdiff | tree |
2025-02-27 |
Lin Lin | cmd/go: update c document |
commit | commitdiff | tree |
2025-02-27 |
Russ Cox | math/big: add tests for allocation during multiply |
commit | commitdiff | tree |
2025-02-27 |
Russ Cox | math/big: move multiplication to natmul.go |
commit | commitdiff | tree |
2025-02-27 |
Russ Cox | math/big: optimize atoi of base 2, 4, 16 |
commit | commitdiff | tree |
2025-02-27 |
Russ Cox | math/big: improve scan test and benchmark |
commit | commitdiff | tree |
2025-02-27 |
Russ Cox | math/big: replace nat pool with Word stack |
commit | commitdiff | tree |
2025-02-27 |
Russ Cox | math/big: report allocs in BenchmarkNatMul, BenchmarkNatSqr |
commit | commitdiff | tree |
2025-02-27 |
Russ Cox | math/big: clean up GCD a little |
commit | commitdiff | tree |
2025-02-27 |
Joel Sing | cmd/internal/obj/riscv: implement vector load/store... |
commit | commitdiff | tree |
2025-02-27 |
Joel Sing | cmd/compile: simplify intrinsification of TrailingZeros... |
commit | commitdiff | tree |
2025-02-27 |
Guoqi Chen | runtime/cgo: use standard ABI call setg_gcc in crosscal... |
commit | commitdiff | tree |
2025-02-27 |
Guoqi Chen | runtime: use correct memory barrier in exitThread funct... |
commit | commitdiff | tree |
2025-02-26 |
Keith Randall | runtime: remove ret field from gobuf |
commit | commitdiff | tree |
2025-02-26 |
Ian Lance Taylor | runtime/cgo: avoid errors from -Wdeclaration-after... |
commit | commitdiff | tree |
2025-02-26 |
Mateusz Poliwczak | net: return proper error from Context |
commit | commitdiff | tree |
2025-02-26 |
Ian Lance Taylor | cmd/link: require cgo for -linkmode=external test |
commit | commitdiff | tree |
2025-02-26 |
Egon Elbre | crypto/internal/fips140/edwards25519/field: optimize... |
commit | commitdiff | tree |
2025-02-26 |
Egon Elbre | crypto/internal/fips140/edwards25519/field/_asm: update... |
commit | commitdiff | tree |
2025-02-26 |
Mateusz Poliwczak | sync: don't keep func alive after OnceFunc panics |
commit | commitdiff | tree |
2025-02-26 |
Michael Anthony... | runtime: document that cleanups can run concurrently... |
commit | commitdiff | tree |
2025-02-26 |
Ian Lance Taylor | runtime/cgo: avoid errors from -Wdeclaration-after... |
commit | commitdiff | tree |
2025-02-26 |
qiulaidongfeng | reflect: let Value.Seq return the iteration value corre... |
commit | commitdiff | tree |
2025-02-26 |
Keith Randall | cmd/compile: don't pull constant offsets out of pointer... |
commit | commitdiff | tree |
2025-02-26 |
Alexandr Primak | runtime: Added usage example for the runtime.AddCleanup... |
commit | commitdiff | tree |
2025-02-26 |
Cuong Manh Le | cmd/compile/internal/test: fix noopt builder |
commit | commitdiff | tree |
2025-02-26 |
Joel Sing | cmd/compile: simplify intrinsification of BitLen16... |
commit | commitdiff | tree |
2025-02-26 |
Ian Lance Taylor | runtime: route calls to msan_memmove through cgo |
commit | commitdiff | tree |
2025-02-26 |
Alan Donovan | go/scanner: report specific error for UCS-2 encoded... |
commit | commitdiff | tree |
2025-02-25 |
Ian Lance Taylor | cmd/compile: document -embedcfg flag |
commit | commitdiff | tree |
2025-02-25 |
Cuong Manh Le | cmd/compile, runtime: optimize concatbytes |
commit | commitdiff | tree |
2025-02-25 |
Tobias Klauser | os, syscall: use unix build tag where appropriate |
commit | commitdiff | tree |
2025-02-25 |
Egon Elbre | crypto/internal/fips140/edwards25519/field: inline... |
commit | commitdiff | tree |
2025-02-25 |
Egon Elbre | crypto/internal/fips140/edwards25519/field: optimize... |
commit | commitdiff | tree |
2025-02-25 |
Egon Elbre | crypto/internal/fips140/edwards25519/field: optimize *19 |
commit | commitdiff | tree |
2025-02-25 |
qmuntal | all: use testenv.GoToolPath instead of hardcoding go |
commit | commitdiff | tree |
2025-02-25 |
qmuntal | runtime/cgo: use CreateThread instead of _beginthread |
commit | commitdiff | tree |
2025-02-25 |
Brian Byrne | sync: reduce OnceFunc (and variants) heap allocations |
commit | commitdiff | tree |
2025-02-25 |
qmuntal | cmd/link: put .got section in __DATA_CONST segment |
commit | commitdiff | tree |
2025-02-25 |
Filippo Valsorda | crypto/tls: require EMS in FIPS 140-3 mode |
commit | commitdiff | tree |
2025-02-25 |
Jes Cok | all: gofmt -w |
commit | commitdiff | tree |
2025-02-25 |
Jes Cok | encoding/json: use builtin min function in appendString |
commit | commitdiff | tree |
2025-02-25 |
qmuntal | all: surround -test.run arguments with ^$ |
commit | commitdiff | tree |
2025-02-25 |
khr@golang.org | cmd/compile: ensure we don't reuse temporary register |
commit | commitdiff | tree |
2025-02-25 |
Jes Cok | unicode/utf8: use builtin max function to simplify... |
commit | commitdiff | tree |
2025-02-25 |
Filippo Valsorda | crypto/internal/fips140test: add a test for a non-appro... |
commit | commitdiff | tree |
2025-02-25 |
Mateusz Poliwczak | net: properly wrap context cancellation errors and... |
commit | commitdiff | tree |
2025-02-25 |
Robert Griesemer | spec: remove notion of core types |
commit | commitdiff | tree |
2025-02-25 |
Mateusz Poliwczak | go/parser: require label after goto |
commit | commitdiff | tree |
2025-02-25 |
Carlos Amedee | weak: test the use of runtime.AddCleanup |
commit | commitdiff | tree |
2025-02-25 |
David Chase | cmd/compile, runtime: use PC of deferreturn for panic... |
commit | commitdiff | tree |
2025-02-25 |
Robert Griesemer | go/types, types2: remove coreType call in lookup |
commit | commitdiff | tree |
2025-02-25 |
Keith Randall | internal/abi: use arch family instead of arch string |
commit | commitdiff | tree |
2025-02-25 |
Robert Griesemer | go/types, types2: remove another coreType call in type... |
commit | commitdiff | tree |
2025-02-25 |
Robert Griesemer | go/types, types2: better error messages for calls |
commit | commitdiff | tree |
2025-02-25 |
Robert Griesemer | go/types, types2: better error messages for for-range... |
commit | commitdiff | tree |
2025-02-25 |
Jes Cok | strconv: use builtin min function in commonPrefixLenIgn... |
commit | commitdiff | tree |
2025-02-24 |
Ian Lance Taylor | net: accept a valid IP address in LookupMX |
commit | commitdiff | tree |
2025-02-24 |
qmuntal | all: use testenv.Executable instead of os.Executable... |
commit | commitdiff | tree |
2025-02-24 |
Harald Nordgren | net/http: remove unused err parameter from cancel |
commit | commitdiff | tree |
2025-02-24 |
Olivier Mengué | net: add godoc links for UnixConn, UnixListener |
commit | commitdiff | tree |
2025-02-24 |
Albert Sundjaja | syscall: allow \x00-prefixed unix abstract socket to... |
commit | commitdiff | tree |
2025-02-24 |
Carlos Amedee | unique: use runtime.AddCleanup instead of runtime.SetFi... |
commit | commitdiff | tree |
2025-02-23 |
Joel Sing | cmd/compile/internal/ssa: correct MOVDnop handling... |
commit | commitdiff | tree |
2025-02-23 |
Joel Sing | cmd/compile: remove carriage returns from AMD64latelowe... |
commit | commitdiff | tree |
2025-02-23 |
Tobias Klauser | syscall: use sync.OnceFunc for copyenv |
commit | commitdiff | tree |
2025-02-23 |
Dmitrii Martynov | runtime: exclude allocation(s) from memmove/memclr... |
commit | commitdiff | tree |
2025-02-23 |
Than McIntosh | cmd: initial compiler+linker support for DWARF5 .debug_addr |
commit | commitdiff | tree |
2025-02-22 |
Than McIntosh | cmd/internal/objabi,cmd/link/internal/sym: add SDWARFAD... |
commit | commitdiff | tree |
2025-02-22 |
Than McIntosh | cmd/internal/objabi: add new R_DWTXTADDR_* relocation... |
commit | commitdiff | tree |
2025-02-22 |
Than McIntosh | cmd/link, cmd/internal/dwarf: add DWARF5 line table... |
commit | commitdiff | tree |
2025-02-22 |
Than McIntosh | cmd/internal/dwarf: add DW_LNCT and DW_UT constant... |
commit | commitdiff | tree |
2025-02-22 |
Than McIntosh | internal/goexperiment: add a new experiment to gate... |
commit | commitdiff | tree |
2025-02-22 |
Than McIntosh | cmd/link, cmd/internal/objabi: remove R_DWARFFILEREF... |
commit | commitdiff | tree |
2025-02-22 |
Ian Lance Taylor | cmd/go: look at runes, not bytes, when printing env... |
commit | commitdiff | tree |
next |