]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-08-02 Manuel Sabincrypto/internal/cryptotest: add tests for the cipher...
2024-08-02 limeidancmd/internal/obj/loong64: adjust the order of class...
2024-08-02 limeidanruntime: add debug call injection support on loong64
2024-08-02 Jes Coktime: fix some typos in CL 512355
2024-08-02 Xiaolin Zhaocmd/internal/obj/loong64: add support for instructions...
2024-08-02 Joel Singmath/big: implement addVV in riscv64 assembly
2024-08-02 Xiaolin Zhaocmd/internal/obj/loong64: add support for MOV{GR2FCSR...
2024-08-01 Jes Cokbytes,slices,strings: optimize Repeat a bit
2024-08-01 Rhys Hiltnerruntime: avoid futile mark worker acquisition
2024-08-01 Michael Prattruntime: don't use maps in js note implementation
2024-08-01 Michael Prattdebug/buildid: treat too large string as "not a Go...
2024-08-01 Mateusz Poliwczakcrypto: implement encoding.BinaryAppender for all crypt...
2024-08-01 Cuong Manh Lecmd/compile: add race instrumentation during walkCompare
2024-08-01 Xin Haogo/types: fix typo in comment
2024-08-01 Rhys Hiltnerruntime: measure speed of procyield and osyield
2024-08-01 limeidancmd/internal/obj/loong64: remove Class C_LEXT and C_SEXT
2024-08-01 Guoqi Chencmd/compiler,internal/runtime/atomic: optimize Load...
2024-08-01 limeidancmd/internal/obj/loong64: optimize the code logic of...
2024-08-01 limeidancmd/internal/obj/loong64: merge two branch classes...
2024-08-01 limeidancmd/internal/obj/loong64: reclassify three-register...
2024-08-01 Robert Griesemergo/types: generate recording.go
2024-07-31 Manuel Sabincrypto/internal/cryptotest: add tests for the cipher...
2024-07-31 Ian Lance Taylorcmd/cgo: document workaround for C struct_stat function
2024-07-31 Alan Donovango/types: add go1.23 iterator methods for 10 exported...
2024-07-31 Michael Prattcmd/compile: keep internal/runtime packages sorted
2024-07-31 aimuznet: replace sort with slices for address and DNS recor...
2024-07-31 Robert Griesemergo/types, types2: factor out typechecker-specific code...
2024-07-31 Russ Coxtime: optimize time <-> date conversions
2024-07-31 Robert Griesemergo/types, types2: move type recording functionality...
2024-07-31 Michael Prattreflect: add flag tests for MapOf
2024-07-31 Robert Griesemergo/types, types2: record type parameters in receiver...
2024-07-31 Cuong Manh Lecmd/compile: add comment for the context on mismatch...
2024-07-31 Sam Thanawallacmd/go: fix windows test failure for test_buildinfo_god...
2024-07-31 Manuel Sabincrypto/internal/cryptotest: add tests for the cipher...
2024-07-31 limeidancmd/internal/obj/loong64: optimize instruction implemen...
2024-07-31 limeidancmd/internal/obj/loong64: remove case 17 in func asmout
2024-07-31 limeidancmd/internal/obj/loong64: rename Class to represent...
2024-07-31 David Chasecmd/compile: fix order of map iteration in deadlocals
2024-07-31 Michael Prattdebug/buildinfo: reuse buffer in searchMagic
2024-07-31 Michael Prattdebug/buildinfo: read data in chunks
2024-07-31 Than McIntoshcmd: add README generation for compiler + linker script...
2024-07-31 Than McIntoshcmd/internal/script: new hook for adding in toolchain...
2024-07-30 Robert Griesemergo/types: record pointer and parentheses in receiver...
2024-07-30 Sean Liaonet/http: match os.File.Readdir behavior in DotFileHiding
2024-07-30 Ian Lance Taylorcmd/cgo/internal/testsanitizers: avoid clang error...
2024-07-30 Mateusz Poliwczakgo/printer: correct cindex meaning in commentInfo comments
2024-07-30 Michael Matloobcmd/go/internal/load: recompute test variant's build...
2024-07-30 Austin Clementsruntime: make TestDebugLogInterleaving much more robust
2024-07-30 David Chasecmd/compile: add "deadlocals" pass to remove unused...
2024-07-30 David Chasecmd/compile/internal/ir: add DoChildrenWithHidden
2024-07-30 David Chasecmd/compile: verify that rangefunc assigning to no...
2024-07-30 Mateusz Poliwczakencoding: add TextAppender and BinaryAppender
2024-07-30 Julian Daxcmd/go/internal/test: update documentation for the...
2024-07-30 Than McIntoshinternal/coverage: add internal/stringslite to hard...
2024-07-30 Than McIntoshcmd/link: add variable_parameter attr to functype outparams
2024-07-30 Austin Clementsruntime: delete TestDebugLogBuild
2024-07-30 Austin Clementsruntime: run debuglog tests when debuglog tag is *not...
2024-07-30 Austin Clementsruntime: switch debuglog from const-toggled to type...
2024-07-30 Austin Clementsruntime: rename dlogger to dloggerImpl
2024-07-30 limeidancmd/internal/obj/loong64, cmd/asm: remove useless instr...
2024-07-30 limeidancmd/internal/obj/loong64: remove unuseless functions
2024-07-30 limeidancmd/internal/obj/loong64: fixed operand assignment...
2024-07-30 limeidancmd/internal/obj: add stmt prologueEnd to DWARF for...
2024-07-30 limeidancmd/internal/obj/loong64: return an error when getting...
2024-07-29 Damien Neilnet/http: don't write HEAD response body in ResponseWri...
2024-07-29 apocelipescmd,log,net,runtime: simplify string prefix and suffix...
2024-07-29 Damien Neilnet/http: don't write body for HEAD responses in Respon...
2024-07-29 Than McIntoshcmd/compile: add script testing facility for compiler use
2024-07-29 Than McIntoshcmd/link: add script testing facility for linker use
2024-07-29 Than McIntoshcmd/internal/script/scriptest: add new apis for tool...
2024-07-29 Than McIntoshcmd: relocate cmd/go/internal/script to cmd/internal...
2024-07-29 Than McIntoshcmd: extract cmd/go's cfg.LookPath into separate pathca...
2024-07-29 Than McIntoshcmd: consolidate "known" os/arch tables into separate...
2024-07-29 Than McIntoshcmd: relocate cmd/go/internal/robustio to cmd/internal...
2024-07-29 Than McIntoshcmd: relocate cmd/go/internal/par to cmd/internal/par
2024-07-29 Michael Prattdebug/buildinfo: add test for malformed strings
2024-07-29 Michael Prattdebug/buildinfo: add old-Go and not-Go tests
2024-07-29 Michael Prattdebug/buildinfo: improve format documentation
2024-07-29 Nick Ripleyinternal/trace: reduce event size by packing goroutine...
2024-07-29 Cuong Manh Letest: add open-coded defer tests for too many exits...
2024-07-29 limeidancmd/internal/obj/loong64, cmd/asm: remove invalid optab...
2024-07-29 Zxillycmd/go: remove comparison that is always true
2024-07-29 Meng Zhuocmd/compile: drop TODO in NilCheck for riscv64
2024-07-29 Xiaolin Zhaocmd/asm: change register type for loong64 floating...
2024-07-27 limeidancmd/link/internal/loadelf: remove useless relocation...
2024-07-27 limeidancmd/link: pass architecture to isPLTCall
2024-07-27 Guoqi Chencmd/internal/obj/loong64: add CPUCFG instructions support
2024-07-27 Kir Kolyshkinos: rm unused code
2024-07-26 Robert Griesemergo/types, types2: add test for receiver type parameters
2024-07-26 Robert Griesemergo/types, types2: completely rewrite method receiver...
2024-07-26 Robert Griesemergo/types, types2: adjust Checker.unpackRecv signature...
2024-07-26 Robert Griesemergo/types, types2: fix test name (for debugging)
2024-07-26 Robert Griesemergo/types, types2: report type name in comp. literal...
2024-07-26 Robert Griesemergo/types, types2: remove superfluous if statement ...
2024-07-26 Robert Griesemergo/types, types2: factor out method receiver validation
2024-07-26 Robert Griesemergo/types, types2: slightly reorganize method receiver...
2024-07-26 Robert Griesemercmd/compile/internal/types2: use syntax.EndPos instead...
2024-07-26 Robert Griesemergo/types, types2: use ":" as start of implicit type...
2024-07-26 Robert Griesemergo/types, types2: cleanup of code handling type switch...
2024-07-26 Robert Griesemergo/types, types2: factor out list substitution code...
next