| 2025-10-30 |
Alexander F... | go/token: fix a typo in a comment |
commit | commitdiff | tree |
| 2025-10-30 |
Russ Cox | strconv: remove hand-written divide on 32-bit systems |
commit | commitdiff | tree |
| 2025-10-30 |
Russ Cox | cmd/compile: implement bits.Mul64 on 32-bit systems |
commit | commitdiff | tree |
| 2025-10-30 |
Boris Nagaev | crypto/internal/fips140/aes: fix CTR generator |
commit | commitdiff | tree |
| 2025-10-30 |
Robert Griesemer | go/types, types: proceed with correct (invalid) type... |
commit | commitdiff | tree |
| 2025-10-30 |
Russ Cox | strconv: remove &0xFF trick in formatBase10 |
commit | commitdiff | tree |
| 2025-10-30 |
Russ Cox | cmd/compile: make prove understand div, mod better |
commit | commitdiff | tree |
| 2025-10-29 |
Russ Cox | test/codegen: simplify asmcheck pattern matching |
commit | commitdiff | tree |
| 2025-10-29 |
Jes Cok | runtime: tweak example code for gorecover |
commit | commitdiff | tree |
| 2025-10-29 |
Filippo Valsorda | crypto/internal/fips140/bigmod: fix extendedGCD comment |
commit | commitdiff | tree |
| 2025-10-29 |
Russ Cox | runtime: use internal/strconv |
commit | commitdiff | tree |
| 2025-10-29 |
Russ Cox | internal/itoa, internal/runtime/strconv: delete |
commit | commitdiff | tree |
| 2025-10-29 |
Russ Cox | strconv: move all but Quote to internal/strconv |
commit | commitdiff | tree |
| 2025-10-28 |
Michael Pratt | internal/runtime/gc/scan: avoid memory destination... |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: extend ppc64 MADDLD to match const ADDcons... |
commit | commitdiff | tree |
| 2025-10-28 |
Keith Randall | cmd/compile: name change isDirect -> isDirectAndComparable |
commit | commitdiff | tree |
| 2025-10-28 |
Keith Randall | cmd/compile: don't optimize away a panicing interface... |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: extend loong MOV*idx rules to match ADDshi... |
commit | commitdiff | tree |
| 2025-10-28 |
Ian Lance Taylor | runtime: define PanicBounds in funcdata.h |
commit | commitdiff | tree |
| 2025-10-28 |
Filippo Valsorda | crypto/internal/fips140test: collect 300M entropy sampl... |
commit | commitdiff | tree |
| 2025-10-28 |
Jes Cok | runtime: amend comments a bit |
commit | commitdiff | tree |
| 2025-10-28 |
Damien Neil | errors: document that the target of Is must be comparable |
commit | commitdiff | tree |
| 2025-10-28 |
Mark Freeman | go/types, types2: pull up package-level object sort... |
commit | commitdiff | tree |
| 2025-10-28 |
Mark Freeman | go/types, types2: reduce locks held at once in resolveU... |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: rewrite proved multiplies by 0 or 1 into... |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: move branchelim supported arches to Config |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | crypto/subtle,cmd/compile: add intrinsics for ConstantT... |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: add generic rules to remove bool → int... |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: do not Zext bools to 64bits in amd64 CMOV... |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: introduce bytesizeToConst to cleanup switc... |
commit | commitdiff | tree |
| 2025-10-28 |
qmuntal | cmd/link: internal linking support for windows/arm64 |
commit | commitdiff | tree |
| 2025-10-28 |
Michael Pratt | internal/runtime/gc/scan: correct size class size check |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: add position info to sccp debug messages |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: teach prove about unsigned rounding-up... |
commit | commitdiff | tree |
| 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 |
| next |