]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-10-30 Michael Anthony... runtime: optimistically CAS atomicstatus directly in...
2025-10-30 Michael Anthony... runtime: don't track scheduling latency for _Grunning...
2025-10-30 Michael Anthony... runtime: document tracer invariants explicitly
2025-10-30 Michael Anthony... runtime: eliminate _Psyscall
2025-10-30 Russ Coxstrconv: delete divmod1e9
2025-10-30 Russ Coxruntime: delete timediv
2025-10-30 Russ Coxstrconv: remove arch-specific decision in formatBase10
2025-10-30 Ian Lance Taylorreflect: correct internal docs for uncommonType
2025-10-30 Russ Coxcmd/compile/internal/ssa: model right shift more precisely
2025-10-30 Alexander F... go/token: fix a typo in a comment
2025-10-30 Russ Coxstrconv: remove hand-written divide on 32-bit systems
2025-10-30 Russ Coxcmd/compile: implement bits.Mul64 on 32-bit systems
2025-10-30 Boris Nagaevcrypto/internal/fips140/aes: fix CTR generator
2025-10-30 Robert Griesemergo/types, types: proceed with correct (invalid) type...
2025-10-30 Russ Coxstrconv: remove &0xFF trick in formatBase10
2025-10-30 Russ Coxcmd/compile: make prove understand div, mod better
2025-10-29 Russ Coxtest/codegen: simplify asmcheck pattern matching
2025-10-29 Jes Cokruntime: tweak example code for gorecover
2025-10-29 Filippo Valsordacrypto/internal/fips140/bigmod: fix extendedGCD comment
2025-10-29 Russ Coxruntime: use internal/strconv
2025-10-29 Russ Coxinternal/itoa, internal/runtime/strconv: delete
2025-10-29 Russ Coxstrconv: move all but Quote to internal/strconv
2025-10-28 Michael Prattinternal/runtime/gc/scan: avoid memory destination...
2025-10-28 Jorropocmd/compile: extend ppc64 MADDLD to match const ADDcons...
2025-10-28 Keith Randallcmd/compile: name change isDirect -> isDirectAndComparable
2025-10-28 Keith Randallcmd/compile: don't optimize away a panicing interface...
2025-10-28 Jorropocmd/compile: extend loong MOV*idx rules to match ADDshi...
2025-10-28 Ian Lance Taylorruntime: define PanicBounds in funcdata.h
2025-10-28 Filippo Valsordacrypto/internal/fips140test: collect 300M entropy sampl...
2025-10-28 Jes Cokruntime: amend comments a bit
2025-10-28 Damien Neilerrors: document that the target of Is must be comparable
2025-10-28 Mark Freemango/types, types2: pull up package-level object sort...
2025-10-28 Mark Freemango/types, types2: reduce locks held at once in resolveU...
2025-10-28 Jorropocmd/compile: rewrite proved multiplies by 0 or 1 into...
2025-10-28 Jorropocmd/compile: move branchelim supported arches to Config
2025-10-28 Jorropocrypto/subtle,cmd/compile: add intrinsics for ConstantT...
2025-10-28 Jorropocmd/compile: add generic rules to remove bool → int...
2025-10-28 Jorropocmd/compile: do not Zext bools to 64bits in amd64 CMOV...
2025-10-28 Jorropocmd/compile: introduce bytesizeToConst to cleanup switc...
2025-10-28 qmuntalcmd/link: internal linking support for windows/arm64
2025-10-28 Michael Prattinternal/runtime/gc/scan: correct size class size check
2025-10-28 Jorropocmd/compile: add position info to sccp debug messages
2025-10-28 Jorropocmd/compile: teach prove about unsigned rounding-up...
2025-10-28 Jorropocmd/compile: change !l.nonzero() into l.maybezero()
2025-10-28 Jorropocmd/compile: optimize Add64carry with unused carries...
2025-10-28 Jorropocmd/compile: remove 68857 ModU flowLimit workaround...
2025-10-28 Jorropocmd/compile: remove 68857 min & max flowLimit workaroun...
2025-10-28 Jorropocmd/compile: use topo-sort in prove to correctly learn...
2025-10-28 Cuong Manh Leruntime: avoid bound check in freebsd binuptime
2025-10-28 Xiaolin Zhaocmd/internal/obj, cmd/asm: reclassify the offset of...
2025-10-27 Ian Alexandercmd/go: remove global loader state variable
2025-10-27 Ian Alexandercmd/go: use local state for telemetry
2025-10-27 Ian Alexandercmd/go: use tagged switch
2025-10-27 Ian Alexandercmd/go: increase stmt threshold on amd64
2025-10-27 Ian Alexandercmd/go: removed unused code in toolchain.Exec
2025-10-27 Mark Freemango/types, types2: clarify docs for resolveUnderlying
2025-10-27 Mark Freemango/types, types2: wrap Named.fromRHS into Named.rhs
2025-10-27 Mark Freemango/types, types2: verify stateMask transitions in debug...
2025-10-27 Julien Cretelnet/url: further speed up escape and unescape
2025-10-27 Ian Lance Taylorruntime: remove unused cgoCheckUsingType function
2025-10-27 baycoretime: rewrite IsZero method to use wall and ext fields
2025-10-27 Ian Alexandercmd/go: reorder parameters so that context is first
2025-10-27 Jes Coksync: update comments for Once.done
2025-10-27 thepuddsruntime: add GOEXPERIMENT=runtimefree
2025-10-27 Meng Zhuocmd/compile: use MOV(D|F) with const for Const(64|32...
2025-10-27 Meng Zhuointernal/chacha8rand: provide vector implementation...
2025-10-26 Ian Alexandercmd/go: use local loader state in test
2025-10-26 Ian Alexandercmd/go: remove loaderstate dependency
2025-10-26 Ian Alexandercmd/go: remove unused loader state
2025-10-26 Ian Alexandercmd/go: remove temporary rf cleanup script
2025-10-26 Cherry Muicmd/compile: allow unaligned load/store on Wasm
2025-10-25 Ian Alexandercmd/go: use local state object in work.runBuild and...
2025-10-25 Jorroporuntime: add ppc and s390 to 32 build constraints for...
2025-10-25 Jorroporuntime: add ppc and s390 to linux 32 bits syscall...
2025-10-25 Ian Alexandercmd/go: use local state object in `generate.runGenerate`
2025-10-25 Ian Alexandercmd/go: use local state object in `env.runEnv`
2025-10-25 Ian Alexandercmd/go: use local state object in `vet.runVet`
2025-10-25 Ian Alexandercmd/go: use local state object in pkg `workcmd`
2025-10-25 Ian Alexandercmd/go: use local state object in `tool.runTool`
2025-10-25 Ian Alexandercmd/go: use local state object in `test.runTest`
2025-10-25 Ian Alexandercmd/go: use local state object in `modget.runGet`
2025-10-25 Ian Alexandercmd/go: use local state object in pkg `modcmd`
2025-10-25 Ian Alexandercmd/go: use local state object in `list.runList`
2025-10-25 Ian Alexandercmd/go: use local state object in `bug.runBug`
2025-10-25 Ian Alexandercmd/go: use local state object in `run.runRun`
2025-10-25 Ian Alexandercmd/go: add loaderstate as field on `mvsReqs`
2025-10-25 Ian Alexandercmd/go: make ImportMissingError work with local state
2025-10-24 Cherry Muidebug/pe: check for zdebug_gdb_scripts section in testDWARF
2025-10-24 Cherry Muiruntime: use 32-bit hash for maps on Wasm
2025-10-24 Joe Tsaiencoding/json/v2: fix typo in documentation about error...
2025-10-24 Ian Lance Taylorcmd/link: remove pointless assignment in SetSymAlign
2025-10-24 Roland Shoemakercrypto/x509: move constraint checking after chain building
2025-10-24 Joe Tsaiencoding/json/jsontext: avoid pinning application data...
2025-10-24 Joe Tsaiencoding/json/v2: use slices.Sort directly
2025-10-24 Roland Shoemakercrypto/x509: simplify candidate chain filtering
2025-10-24 Ian Alexandercmd/go: refactor injection of modload.LoaderState
2025-10-24 Ian Alexandercmd/go: make ErrNoModRoot work with local state
2025-10-24 Ian Alexandercmd/go: add modload.State parameter to AllowedFunc
2025-10-24 Ian Alexandercmd/go: add loaderstate as field on `QueryMatchesMainMo...
2025-10-24 Ian Alexandercmd/go: remove module loader state from ccompile
next