]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2024-07-26 Austin Clementsruntime: allow experimental trace batches to be reused
2024-07-26 Cuong Manh Leruntime: remove darwin-amd64-10_14 builder check
2024-07-26 Dmitri Shuralyovnet: unskip TestUDPZeroBytePayload on Darwin
2024-07-26 Cuong Manh Lecmd/compile, reflect: treat abi.NoEscape as cheap call
2024-07-26 Cuong Manh Lego/internal/gcimporter: cleanup test code pre Unified IR
2024-07-26 Cuong Manh Lecmd/compile: cleanup test code pre Unified IR
2024-07-26 Cuong Manh Letypes2, go/types: fix instantiation of named type with...
2024-07-25 HeGaoYuancmd/compile/internal/types: fix typo in comment
2024-07-25 Chen Suencoding/gob: fix package doc typo for wireType
2024-07-25 Michael Anthony... runtime: allow the tracer to be reentrant
2024-07-25 apocelipesarchive: use slices and maps to clean up tests
2024-07-25 apocelipesencoding: use slices and maps to clean up tests
2024-07-25 apocelipesos,path/filepath,testing: use slices to clean up tests
2024-07-25 apocelipesruntime: use slices and maps to clean up tests
2024-07-25 apocelipesgo,internal,io,mime: use slices and maps to clean tests
2024-07-25 apocelipesnet: use slices and maps to clean up tests
2024-07-24 Dmitri Shuralyovdoc/next: use relative link to Go issue
2024-07-24 Roland Shoemakerinternal/cpu: add DIT detection on arm64
2024-07-24 Roland Shoemakercmd/internal/obj/arm64: support MSR DIT
2024-07-24 apocelipesbytes,strings,unicode/utf16: use slices to clean up...
2024-07-24 Damien Neilos: document CopyFS behavior for symlinks in destination
2024-07-24 apocelipescrypto/x509,embed: use slices to clean up tests
2024-07-24 guoguangwucmd/compile: fix typo in comment
2024-07-24 Koichi Shiraishiinternal/trace/event: fix typo in comment
2024-07-24 Bryan Borehamregexp: allow patterns with no alternates to be one...
2024-07-24 Ian Lance Taylorencoding/json: rewrite interface{} to any
2024-07-24 Cuong Manh Letest: add test cases for local not-in-heap types
2024-07-24 Cuong Manh Letest: re-enabled fixedbugs/notinheap.go test
2024-07-24 Cuong Manh Lecmd/compile: restore not-in-heap check for map/channel...
2024-07-23 Cuong Manh Lecmd/compile: run checkbce after fuseLate pass
2024-07-23 Cuong Manh Lecmd/compile: prevent un-necessary wrapping in switch...
2024-07-23 Dmitri Shuralyovcmd/pprof: update vendored github.com/google/pprof
2024-07-23 Dmitri Shuralyovcmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH...
2024-07-23 Keith Randallcmd/compile: make sync/atomic AND/OR operations intrins...
2024-07-23 Keith Randallcmd/compile: fix typing of atomic logical operations
2024-07-23 Keith Randallcmd/cgo: error on multiple incompatible function declar...
2024-07-23 Keith Randallcmd/compile: don't treat an InlMark as a read during...
2024-07-23 Keith Randallcmd/compile: store constant floats using integer constants
2024-07-23 Dmitri Shuralyovall: update vendored dependencies
2024-07-23 Martin Gartonencoding/binary: add missing test helper calls
2024-07-23 David Chaseruntime,internal: move runtime/internal/sys to internal...
2024-07-23 David Chaseruntime,internal: move runtime/internal/math to interna...
2024-07-23 Cuong Manh Leruntime: remove VZEROUPPER in asyncPreempt on darwin...
2024-07-23 Jakob Gillichcmd/link: raise pe export cap to 65535
2024-07-23 Michael Anthony... cmd/trace: merge testdata debugging tools into the...
2024-07-22 rhysdos: check relative paths in UserConfigDir and UserCacheDir
2024-07-22 guoguangwucmd/compile: use raw strings to avoid double escapes
2024-07-22 Cuong Manh Lecmd/compile: simplify outerfn check in closureName
2024-07-22 Cuong Manh Lecmd/compile: retire "IsHiddenClosure" and "IsDeadcodeCl...
2024-07-22 Ian Lance Taylormake.bash: drop GNU/kFreeBSD handling
2024-07-22 Rhys Hiltnerinternal/trace: make Reader output deterministic
2024-07-22 TangYangruntime: add ERMS-based memmove support for modern...
2024-07-22 Diego Augusto... unicode/utf8: AppendRune and EncodeRune performance...
2024-07-22 Keith Randallcmd/compile: give function position on function-too...
2024-07-22 Will Faughttext/template: fix doc spacing
2024-07-22 Darrenflag: handle nil os.Args when setting CommandLine at...
2024-07-22 Yossef Hishamstrconv: document that Unquote("''") returns an empty...
2024-07-22 Olivier Menguénet: add godoc links on UDP related symbols
2024-07-22 Dmitri Shuralyovdoc: initialize next directory for Go 1.24
2024-07-22 Dmitri Shuralyovinternal/goversion: update Version to 1.24
2024-07-22 Will FaughtREADME: fix CC BY license name
2024-07-22 Sean Liaoslices: explicitly document nil and empty slice equality
2024-07-22 Cherry Muicmd/compile: don't inline runtime functions in -d=check...
2024-07-19 Cuong Manh Leruntime: mark lockWithRankMayAcquire as nosplit
next