]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-05-09 Johan Brandhorst... misc/wasm: add wasmer to wasip1 script
2023-05-09 Russ Coxcmd/compile: remove FS debug hash form
2023-05-09 Russ Coxcmd/compile: use more of internal/bisect in HashDebug
2023-05-09 Russ Coxcmd/compile: standardize on outer-to-inner for pos...
2023-05-09 Russ Coxinternal/godebug: add bisect support
2023-05-09 Guoqi Chenruntime: calculate nanoseconds in usleep on linux/loong64
2023-05-09 Jabar Asadinet: correct Dialer.ControlContext documentation
2023-05-09 Paul E. Murphycmd/link/internal/ppc64: fix export of R_DWARFSECREF...
2023-05-09 Bryan C. Millsnet/http: regenerate h2_bundle.go
2023-05-09 David Chasecmd/compile/loopvar: adjust logging messages
2023-05-09 Russ Coxcmd: vendor golang.org/x/tools/cmd/bisect
2023-05-09 Russ Coxcmd: go get golang.org/x/tools@8f7fb01dd429 and revendor
2023-05-08 Robert Griesemergo/types, types2: infer minimum default type for untype...
2023-05-08 Robert Griesemergo/types, types2: move functions for untyped constants...
2023-05-08 Robert Griesemercmd/compile/internal/types2: pass pos argument to Check...
2023-05-08 Robert Griesemergo/types, types2: remove genericMultiExpr (inline it...
2023-05-08 Russ Coxall: make safe for new vet analyzer
2023-05-08 Michael Matloobcmd/go/internal/envcmd: on unix pass script contents...
2023-05-08 qmuntalruntime: remove TestCrashExitCode
2023-05-08 Lynn Bogertest: add memcombine testcases for ppc64
2023-05-08 Michael Prattruntime: clean up extra M API
2023-05-08 Junxian Zhumath: optimize math.Abs on mipsx
2023-05-08 Emily Shaffercmd/go/internal/modfetch/codehost: explicitly specify...
2023-05-05 Bryan C. Millsinternal/testenv: reduce init-time work for MustHaveExec
2023-05-05 Robert Griesemergo/types, types2: factor out maximum type computation
2023-05-05 Than McIntoshcmd/compile: allow more inlining of functions that...
2023-05-05 Than McIntoshcmd/compile: un-hide closure func if parent expr moved...
2023-05-05 Than McIntoshcmd/compile: rework marking of dead hidden closure...
2023-05-05 Cherry Muiruntime, runtime/pprof: record instantiated symbol...
2023-05-05 Cherry Muicmd/link, runtime: include full symbol name for generic...
2023-05-05 Cherry Muicmd/link: remove zdebug from ELF section header table
2023-05-05 Cherry Muicmd/link: remove elfsetstring out of the loader
2023-05-05 Robert Griesemergo/types, types2: better error message for bad assignment
2023-05-05 Robert Griesemergo/types, types2: exclude untyped nil arguments early...
2023-05-05 Than McIntoshinternal/coverage/encodecounter: followup changes from...
2023-05-05 David Chasecmd/dist: add explicit module version to generated...
2023-05-05 Bryan C. Millscmd/go: save checksums for go.mod files needed for...
2023-05-05 Russ Coxcmd/compile: work with new bisect command
2023-05-05 Russ Coxinternal/bisect: copy from golang.org/x/tools/bisect
2023-05-05 David Chaseinternal/abi: refactor (basic) type struct into one...
2023-05-05 David Chasecmd/compile: add "loop-transformed" (for whole loop...
2023-05-05 Junxian Zhumath: optimize math.Abs on mips64x
2023-05-05 Chressie HimpelRevert "runtime/cgo: store M for C-created thread in...
2023-05-05 Michael Matloobcmd/go: sanitize go env outputs
2023-05-05 Bryan C. Millscmd/go/internal/modfetch/codehost: skip tests that...
2023-05-05 qmuntalruntime: don't check the exit code in TestWERDialogue
2023-05-04 Bryan C. Millstestenv: allow HasGoBuild to be false on -noopt builders
2023-05-04 Jonathan Amsterdamlog/slog: remove special float handling from JSONHandler
2023-05-04 Cherry Muiruntime: don't run TestStackGrowth in parallel with...
2023-05-04 Jonathan Amsterdamlog/slog: rearrange package doc
2023-05-04 Jonathan Amsterdamlog/slog: Group takes ...any
2023-05-04 Bryan C. Millsinternal/testenv: remove HasExec and simplify other...
2023-05-04 Jonathan Amsterdamlog/slog: built-in handler constructors take options...
2023-05-04 Paul E. Murphyruntime/cgo: preserve VRs across crosscall_ppc64 on...
2023-05-04 Paul E. Murphyruntime/cgo: preserve nonvolatile VRs when crosscalling...
2023-05-04 Bryan C. Millscmd/fix: move cgo and 'go build' support checks into...
2023-05-04 Keith Randallcmd/compile: fix bswap/load rewrite rules
2023-05-04 Robert Griesemergo/types, types2: remove Config.EnableReverseTypeInfere...
2023-05-04 Robert Griesemergo/types, types2: consider generic functions in inferen...
2023-05-04 Frediano Zigliosyscall: reduce memory allocated by UTF16FromString
2023-05-04 Bryan C. Millscmd/go: fix short tests on ios
2023-05-04 Robert Griesemergo/types, types2: rename generic function arguments
2023-05-04 Robert Griesemergo/types, types2: make Checker.renameTParams work on...
2023-05-04 Mateusz Poliwczaknet: net remove completed return from cgo lookup functions
2023-05-04 Ian Lance Taylorall: add String for fs.{FileInfo,DirEntry} implementations
2023-05-04 Bryan C. Millscmd/go/internal/modfetch/codehost: initialize localGitU...
2023-05-04 Bryan C. Millsruntime: skip TestSegv/SegvInCgo earlier on ios
2023-05-04 Bryan C. Millscmd/go: remove a redundant HasExec check in TestScript...
2023-05-04 nilsocketslog: fix grammatical mistakes in docs
2023-05-03 Paul E. Murphycmd/link/internal/ppc64: support non-PIC PLT call stubs
2023-05-03 Matthew Dempskycmd/compile: fix compilation of inferred type arguments
2023-05-03 Daniel MartíRevert "cmd/compile: enhance tighten pass for memory...
2023-05-03 Ian Lance TaylorRevert "crypto/sha1: add WriteString and WriteByte...
2023-05-03 Ian Lance TaylorRevert "crypto/sha256: add WriteString and WriteByte...
2023-05-03 Ian Lance TaylorRevert "crypto/sha512: add WriteString and WriteByte...
2023-05-03 Robert Griesemergo/types, types2: rename allowVersionf to verifyVersionf
2023-05-03 Than McIntoshruntime/coverage: fix problematic test from issue 59563
2023-05-03 Carlos Amedeelib/time: update to 2023c/2023c
2023-05-03 erifan01cmd/compile: enhance tighten pass for memory values
2023-05-03 Robert Griesemergo/types, types2: use version data type instead of...
2023-05-03 Robert Griesemergo/types, types2: combine version check with version...
2023-05-03 Robert Griesemercmd/compile: enable reverse type inference
2023-05-03 Robert Griesemergo/types, types2: implement reverse type inference...
2023-05-03 Bryan C. Millscmd/compile,cmd/link: skip tests that require DWARF...
2023-05-03 Austin Clementsmisc/android: improve exit code workaround
2023-05-03 Bryan C. Millscmd/api: move support checks into individual tests
2023-05-03 Bryan C. Millsruntime: add test skips for ios
2023-05-03 Felix Geisendörferruntime: remove systemstack logic from adjustframe
2023-05-03 Felix Geisendörferruntime: add test for systemstack frame pointer adjustment
2023-05-02 Roland Shoemakerhtml/template: emit filterFailsafe for empty unquoted...
2023-05-02 Roland Shoemakerhtml/template: handle all JS whitespace characters
2023-05-02 Roland Shoemakerhtml/template: disallow angle brackets in CSS values
2023-05-02 Ian Lance Taylorio/fs: add FormatFileInfo and FormatDirEntry functions
2023-05-02 Cherry Muicmd/link: remove allocation in decoding type name
2023-05-02 Bryan C. Millscmd/go/internal/script: log the stop message instead...
2023-05-02 Nick Ripleyruntime/trace: enable frame pointer unwinding by defaul...
2023-05-02 Michael Fraenkelnet/http: avoid leaking the writing goroutine
2023-05-02 Alan Donovancmd/cgo: reject attempts to declare methods on C types
2023-05-02 Cherry Muicmd/link: work around dsymutils not cleaning temp file
2023-05-02 Cherry Muicmd/compile: don't generate DWARF info for static vars
next