| 2025-10-28 |
Jorropo | cmd/compile: change !l.nonzero() into l.maybezero() |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: optimize Add64carry with unused carries... |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: remove 68857 ModU flowLimit workaround... |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: remove 68857 min & max flowLimit workaroun... |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: use topo-sort in prove to correctly learn... |
commit | commitdiff | tree |
| 2025-10-28 |
Cuong Manh Le | runtime: avoid bound check in freebsd binuptime |
commit | commitdiff | tree |
| 2025-10-28 |
Xiaolin Zhao | cmd/internal/obj, cmd/asm: reclassify the offset of... |
commit | commitdiff | tree |
| 2025-10-27 |
Ian Alexander | cmd/go: remove global loader state variable |
commit | commitdiff | tree |
| 2025-10-27 |
Ian Alexander | cmd/go: use local state for telemetry |
commit | commitdiff | tree |
| 2025-10-27 |
Ian Alexander | cmd/go: use tagged switch |
commit | commitdiff | tree |
| 2025-10-27 |
Ian Alexander | cmd/go: increase stmt threshold on amd64 |
commit | commitdiff | tree |
| 2025-10-27 |
Ian Alexander | cmd/go: removed unused code in toolchain.Exec |
commit | commitdiff | tree |
| 2025-10-27 |
Mark Freeman | go/types, types2: clarify docs for resolveUnderlying |
commit | commitdiff | tree |
| 2025-10-27 |
Mark Freeman | go/types, types2: wrap Named.fromRHS into Named.rhs |
commit | commitdiff | tree |
| 2025-10-27 |
Mark Freeman | go/types, types2: verify stateMask transitions in debug... |
commit | commitdiff | tree |
| 2025-10-27 |
Julien Cretel | net/url: further speed up escape and unescape |
commit | commitdiff | tree |
| 2025-10-27 |
Ian Lance Taylor | runtime: remove unused cgoCheckUsingType function |
commit | commitdiff | tree |
| 2025-10-27 |
baycore | time: rewrite IsZero method to use wall and ext fields |
commit | commitdiff | tree |
| 2025-10-27 |
Ian Alexander | cmd/go: reorder parameters so that context is first |
commit | commitdiff | tree |
| 2025-10-27 |
Jes Cok | sync: update comments for Once.done |
commit | commitdiff | tree |
| 2025-10-27 |
thepudds | runtime: add GOEXPERIMENT=runtimefree |
commit | commitdiff | tree |
| 2025-10-27 |
Meng Zhuo | cmd/compile: use MOV(D|F) with const for Const(64|32... |
commit | commitdiff | tree |
| 2025-10-27 |
Meng Zhuo | internal/chacha8rand: provide vector implementation... |
commit | commitdiff | tree |
| 2025-10-26 |
Ian Alexander | cmd/go: use local loader state in test |
commit | commitdiff | tree |
| 2025-10-26 |
Ian Alexander | cmd/go: remove loaderstate dependency |
commit | commitdiff | tree |
| 2025-10-26 |
Ian Alexander | cmd/go: remove unused loader state |
commit | commitdiff | tree |
| 2025-10-26 |
Ian Alexander | cmd/go: remove temporary rf cleanup script |
commit | commitdiff | tree |
| 2025-10-26 |
Cherry Mui | cmd/compile: allow unaligned load/store on Wasm |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: use local state object in work.runBuild and... |
commit | commitdiff | tree |
| 2025-10-25 |
Jorropo | runtime: add ppc and s390 to 32 build constraints for... |
commit | commitdiff | tree |
| 2025-10-25 |
Jorropo | runtime: add ppc and s390 to linux 32 bits syscall... |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: use local state object in `generate.runGenerate` |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: use local state object in `env.runEnv` |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: use local state object in `vet.runVet` |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: use local state object in pkg `workcmd` |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: use local state object in `tool.runTool` |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: use local state object in `test.runTest` |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: use local state object in `modget.runGet` |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: use local state object in pkg `modcmd` |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: use local state object in `list.runList` |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: use local state object in `bug.runBug` |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: use local state object in `run.runRun` |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: add loaderstate as field on `mvsReqs` |
commit | commitdiff | tree |
| 2025-10-25 |
Ian Alexander | cmd/go: make ImportMissingError work with local state |
commit | commitdiff | tree |
| 2025-10-24 |
Cherry Mui | debug/pe: check for zdebug_gdb_scripts section in testDWARF |
commit | commitdiff | tree |
| 2025-10-24 |
Cherry Mui | runtime: use 32-bit hash for maps on Wasm |
commit | commitdiff | tree |
| 2025-10-24 |
Joe Tsai | encoding/json/v2: fix typo in documentation about error... |
commit | commitdiff | tree |
| 2025-10-24 |
Ian Lance Taylor | cmd/link: remove pointless assignment in SetSymAlign |
commit | commitdiff | tree |
| 2025-10-24 |
Roland Shoemaker | crypto/x509: move constraint checking after chain building |
commit | commitdiff | tree |
| 2025-10-24 |
Joe Tsai | encoding/json/jsontext: avoid pinning application data... |
commit | commitdiff | tree |
| 2025-10-24 |
Joe Tsai | encoding/json/v2: use slices.Sort directly |
commit | commitdiff | tree |
| 2025-10-24 |
Roland Shoemaker | crypto/x509: simplify candidate chain filtering |
commit | commitdiff | tree |
| 2025-10-24 |
Ian Alexander | cmd/go: refactor injection of modload.LoaderState |
commit | commitdiff | tree |
| 2025-10-24 |
Ian Alexander | cmd/go: make ErrNoModRoot work with local state |
commit | commitdiff | tree |
| 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 |
| next |