| 2025-10-24 |
Ian Alexander | cmd/go: add modload.State parameter to AllowedFunc |
commit | commitdiff | tree |
| 2025-10-24 |
Ian Alexander | cmd/go: add loaderstate as field on `QueryMatchesMainMo... |
commit | commitdiff | tree |
| 2025-10-24 |
Ian Alexander | cmd/go: remove module loader state from ccompile |
commit | commitdiff | tree |
| 2025-10-24 |
Ian Alexander | cmd/go: inject vendor dir into builder struct |
commit | commitdiff | tree |
| 2025-10-23 |
Felix Stein | crypto/pbkdf2: add missing error return value in example |
commit | commitdiff | tree |
| 2025-10-23 |
mohanson | unique: fix inconsistent panic prefix in canonmap clean... |
commit | commitdiff | tree |
| 2025-10-23 |
Mark Freeman | go/types, types2: rename Named.resolve to unpack |
commit | commitdiff | tree |
| 2025-10-23 |
Mark Freeman | go/types, types2: rename loaded namedState to lazyLoaded |
commit | commitdiff | tree |
| 2025-10-23 |
Mark Freeman | go/types, types2: rename complete namedState to hasMethods |
commit | commitdiff | tree |
| 2025-10-23 |
Mark Freeman | go/types, types2: set t.underlying exactly once in... |
commit | commitdiff | tree |
| 2025-10-23 |
Julien Cretel | net/url: speed up escape and unescape |
commit | commitdiff | tree |
| 2025-10-23 |
qiulaidongfeng | go/build: use slices.Equal |
commit | commitdiff | tree |
| 2025-10-23 |
Roland Shoemaker | encoding/pem: properly calculate end indexes |
commit | commitdiff | tree |
| 2025-10-23 |
Joel Sing | cmd: update golang.org/x/arch for riscv64 disassembler |
commit | commitdiff | tree |
| 2025-10-23 |
cuishuang | all: replace Split in loops with more efficient SplitSeq |
commit | commitdiff | tree |
| 2025-10-23 |
cuishuang | internal/goroot: replace HasPrefix+TrimPrefix with... |
commit | commitdiff | tree |
| 2025-10-23 |
Russ Cox | strconv: optimize int-to-decimal and use consistently |
commit | commitdiff | tree |
| 2025-10-23 |
Joel Sing | cmd/internal/obj/riscv: simplify validation and encodin... |
commit | commitdiff | tree |
| 2025-10-23 |
Alan Donovan | doc/next: improve new(expr) release note |
commit | commitdiff | tree |
| 2025-10-23 |
Florian Lehner | runtime: cleanup pagetrace |
commit | commitdiff | tree |
| 2025-10-23 |
Daniel McCarney | crypto/internal/fips140test: add entropy SHA2-384 testing |
commit | commitdiff | tree |
| 2025-10-23 |
Ariel Otilibili | runtime/cgo: fix cgoCheckArg description |
commit | commitdiff | tree |
| 2025-10-23 |
fanzha02 | runtime: use backoff and ISB instruction to reduce... |
commit | commitdiff | tree |
| 2025-10-22 |
Russ Cox | strconv: clean up powers-of-10 table, tests |
commit | commitdiff | tree |
| 2025-10-22 |
Sean Liao | cmd/go: check if build output should overwrite files... |
commit | commitdiff | tree |
| 2025-10-22 |
redteampanda-ng | comment: change slice to string in function comment... |
commit | commitdiff | tree |
| 2025-10-22 |
Robert Griesemer | go/types, types2: simplify locking in Named.resolveUnde... |
commit | commitdiff | tree |
| 2025-10-22 |
Robert Griesemer | go/types, types2: in resolveUnderlying, only compute... |
commit | commitdiff | tree |
| 2025-10-22 |
Robert Griesemer | go/types, types2: rename Named.under to Named.resolveUn... |
commit | commitdiff | tree |
| 2025-10-21 |
Austin Clements | go/build, cmd/go: use ast.ParseDirective for go:embed |
commit | commitdiff | tree |
| 2025-10-21 |
Austin Clements | go/ast: add ParseDirective for parsing directive comments |
commit | commitdiff | tree |
| 2025-10-21 |
Robert Griesemer | go/types, types2: only report version errors if new... |
commit | commitdiff | tree |
| 2025-10-21 |
Matt T. Proud | path/filepath: reword documentation for Rel |
commit | commitdiff | tree |
| 2025-10-21 |
Mark Freeman | go/types, types2: guard Named.underlying with Named.mu |
commit | commitdiff | tree |
| 2025-10-21 |
qmuntal | runtime,syscall: implement and use syscalln on darwin |
commit | commitdiff | tree |
| 2025-10-21 |
Jes Cok | all: gofmt -w |
commit | commitdiff | tree |
| 2025-10-21 |
Russ Cox | strconv: embed testdata in test |
commit | commitdiff | tree |
| 2025-10-21 |
Nicolas Hillegeer | sync: re-enable race even when panicking |
commit | commitdiff | tree |
| 2025-10-21 |
qmuntal | syscall: use rawSyscall6 to call ptrace in forkAndExecI... |
commit | commitdiff | tree |
| 2025-10-21 |
abdullahkiani007 | runtime: use timer_settime64 on 32-bit Linux |
commit | commitdiff | tree |
| 2025-10-21 |
qmuntal | os: support deleting read-only files in RemoveAll on... |
commit | commitdiff | tree |
| 2025-10-21 |
Jes Cok | cmd/compile/internal/ssa: fix typo in comment |
commit | commitdiff | tree |
| 2025-10-21 |
qmuntal | crypto/internal/fips140/entropy: increase AllocsPerRun... |
commit | commitdiff | tree |
| 2025-10-21 |
matloob | cmd/go/testdata/script: disable list_empty_importpath... |
commit | commitdiff | tree |
| 2025-10-21 |
Jes Cok | all: eliminate unnecessary type conversions |
commit | commitdiff | tree |
| 2025-10-21 |
Paul Murphy | cmd/internal/obj/ppc64: improve large prologue generation |
commit | commitdiff | tree |
| 2025-10-21 |
Jorropo | cmd/compile: leave the horses alone |
commit | commitdiff | tree |
| 2025-10-21 |
Jorropo | runtime: clean dead architectures from go:build constraint |
commit | commitdiff | tree |
| 2025-10-21 |
Filippo Valsorda | crypto/internal/fips140/entropy: move to crypto/interna... |
commit | commitdiff | tree |
| 2025-10-21 |
Guoqi Chen | runtime: save lasx and lsx registers in loong64 async... |
commit | commitdiff | tree |
| 2025-10-21 |
Michael Anthony... | runtime: make procyieldAsm no longer loop infinitely... |
commit | commitdiff | tree |
| 2025-10-21 |
Michael Anthony... | runtime: wrap procyield assembly and check for 0 |
commit | commitdiff | tree |
| 2025-10-21 |
Michael Anthony... | runtime/trace: dump test traces on validation failure |
commit | commitdiff | tree |
| 2025-10-20 |
Julien Cretel | net/url: reduce allocs in Encode |
commit | commitdiff | tree |
| 2025-10-20 |
Joel Sing | cmd/asm: fix typo in comment |
commit | commitdiff | tree |
| 2025-10-20 |
Michael Anthony... | runtime: fix generation skew with trace reentrancy |
commit | commitdiff | tree |
| 2025-10-20 |
Michael Anthony... | runtime: add _Gdeadextra status |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject loaderstate into matcher function |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject State parameter into `work.runInstall` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject State parameter into `work.runBuild` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject State parameter into `workcmd.runSync` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject State parameter into `modget.runGet` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject State parameter into `modcmd.runVerify` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject State parameter into `modcmd.runVendor` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject State parameter into `modcmd.runInit` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject State parameter into `modcmd.runDownload` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject State parameter into `toolchain.Select` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: add loaderstate to Switcher |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: convert functions to methods |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: make Reset work with any State instance |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: make setState work with any State instance |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject State parameter into `tool.runTool` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject State parameter into `test.runTest` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject State parameter into `list.runList` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject state parameter into `fmtcmd.runFmt` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject state parameter into `clean.runClean` |
commit | commitdiff | tree |
| 2025-10-20 |
Ian Alexander | cmd/go: inject State parameter into `bug.runBug` |
commit | commitdiff | tree |
| 2025-10-20 |
Michael Pratt | runtime: add linkname documentation and guidance |
commit | commitdiff | tree |
| 2025-10-20 |
apocelipes | encoding/asn1: use reflect.TypeAssert to improve perfor... |
commit | commitdiff | tree |
| 2025-10-20 |
qmuntal | runtime: fix _rt0_ppc64x_lib on aix |
commit | commitdiff | tree |
| 2025-10-17 |
Alan Donovan | cmd/fix: add modernize and inline analyzers |
commit | commitdiff | tree |
| 2025-10-17 |
Alan Donovan | cmd/go/internal/vet: tweak help doc |
commit | commitdiff | tree |
| 2025-10-17 |
Tobias Klauser | all: remove unnecessary loop variable copies in tests |
commit | commitdiff | tree |
| 2025-10-17 |
Robert Griesemer | go/types, types2: remove references to under function... |
commit | commitdiff | tree |
| 2025-10-17 |
Jes Cok | all: correct name for comments |
commit | commitdiff | tree |
| 2025-10-17 |
Roland Shoemaker | encoding/pem: properly decode strange PEM data |
commit | commitdiff | tree |
| 2025-10-17 |
qmuntal | runtime: unify riscv64 library entry point |
commit | commitdiff | tree |
| 2025-10-16 |
Mark Freeman | go/types, types2: remove under(Type) in favor of Type... |
commit | commitdiff | tree |
| 2025-10-16 |
Mark Freeman | go/types, types2: change and enforce lifecycle of Named... |
commit | commitdiff | tree |
| 2025-10-16 |
Robert Griesemer | go/types, types2: remove superfluous unalias call ... |
commit | commitdiff | tree |
| 2025-10-16 |
Vasily Leonenko | runtime: use DC ZVA instead of its encoding in WORD... |
commit | commitdiff | tree |
| 2025-10-16 |
Alan Donovan | cmd: update to x/tools@7d9453cc |
commit | commitdiff | tree |
| 2025-10-16 |
Vasily Leonenko | cmd/internal/obj: move ARM64RegisterExtension from... |
commit | commitdiff | tree |
| 2025-10-15 |
Keith Randall | runtime: increase repeat count for alloc test |
commit | commitdiff | tree |
| 2025-10-15 |
Damien Neil | net/http/httptest: record failed ResponseWriter writes |
commit | commitdiff | tree |
| 2025-10-15 |
Alan Donovan | cmd: fix three printf problems reported by newest vet |
commit | commitdiff | tree |
| 2025-10-15 |
mohanson | cmd/compile: fix an error in comments |
commit | commitdiff | tree |
| 2025-10-15 |
Robert Griesemer | go/types, types2: fix misleading internal comment |
commit | commitdiff | tree |
| 2025-10-15 |
Will Faught | cmd/compile: replace angle brackets with square |
commit | commitdiff | tree |
| 2025-10-15 |
Alexander Musman | cmd/compile: remove rematerializable values from live... |
commit | commitdiff | tree |
| next |