]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-05-12 Austin Clementsmisc/cgo/test: fix vet error
2023-05-12 Austin Clementsmisc/cgo: move easy tests to cmd/cgo/internal
2023-05-12 Ian Lance Taylorruntime: remove crash_cgo_test CgoRaceSignal timeout
2023-05-11 Mateusz Poliwczaknet: don't treat unknown sources as dns when there...
2023-05-11 Mateusz Poliwczaknet: clear /etc/hosts cache on fs.ErrNotExist and fs...
2023-05-11 Guoqi Chenruntime: save/fetch g register during VDSO on linux...
2023-05-11 Mateusz Poliwczaknet: return fallbackOrder immediately for some GOOS
2023-05-11 Chris O'Harasyscall: implement wasip1 SetNonblock and IsNonblock
2023-05-11 Michael Anthony... runtime: remove unused traceFutileWakeup
2023-05-11 Michael Anthony... runtime: hide trace.shutdown behind traceShuttingDown
2023-05-11 Michael Anthony... runtime: replace trace.enabled with traceEnabled
2023-05-11 Michael Prattcmd/compile/internal/pgo/internal/graph: delete dead...
2023-05-11 Michael Prattcmd/compile/internal/pgo: move pprof graph to internal...
2023-05-11 Cherry Muicmd/link: check DWARF section sizes separately
2023-05-11 Michael Anthony... runtime: add traceEnabled function
2023-05-11 Michael Anthony... runtime: hide trace lock init details
2023-05-11 Michael Prattcmd/compile: remove "WORK IN PROGRESS" from package pgo
2023-05-11 Constantin... os: make Chtimes accept empty time values to skip file...
2023-05-11 Michael PrattRevert "runtime: rename getcallerfp to getfp"
2023-05-11 Mateusz Poliwczaknet: force cgo for myhostname and mdns nss modules...
2023-05-11 Mateusz Poliwczaknet: use the lookupOrder for go resolver LookupAddr
2023-05-11 Johan Brandhorst... cmd/compile: remove go:wasmimport restriction
2023-05-11 Felix Geisendörferruntime: rename getcallerfp to getfp
2023-05-11 Johan Brandhorst... misc/wasm: add wasmedge to wasip1 script
2023-05-11 Than McIntoshcmd/compile: remove debugging option InlineSCCOnePass...
2023-05-11 David Chaseinternal/reflectlite: common up types, remove code
2023-05-11 David Chaseruntime: move per-type types to internal/abi
2023-05-11 David Chaseruntime: redefine _type to abi.Type; add rtype for...
2023-05-11 Russ Coxinternal/bisect: copy parser changes from CL 494177
2023-05-11 David Chasereflect: change rtype so that it (not *rtype) implement...
2023-05-11 David Chasereflect: replacing almost all use of *rtype with *abi...
2023-05-10 David Chasereflect: move funcType to abi/type.go
2023-05-10 David Chasereflect: prepare fieldnames for moving to abi/type.go
2023-05-10 David Chaseinternal/abi,reflectlite,reflect,runtime: common up...
2023-05-10 David Chasereflect: move more types, constants, functions into...
2023-05-10 David Chaseinternal/reflectlite, runtime: move more constants...
2023-05-10 David Chaseinternal/abi: common up ArrayType
2023-05-10 David Chaseinternal/abi: common up some offset/size functions
2023-05-10 David Chasecmd/link: clean up per-binary slice creation in ld
2023-05-10 David Chaseinternal/abi: common up Method, Imethod, UncommonType...
2023-05-10 David Chaseinternal/godebug: make test godebug calls not vary
2023-05-10 Tobias Klauserhtml: convert fuzz test to native Go fuzzing
2023-05-10 Russ Coxcmd/compile: add ability to print extra information...
2023-05-10 Ian Lance Taylornet/http: let ErrNotSupported match errors.ErrUnsupported
2023-05-10 Robert Griesemergo/types, types2: move xlist next to targs in Checker...
2023-05-10 Stefancmd/compile: add De Morgan's rewrite rule
2023-05-10 Robert Griesemergo/types, types2: control type inference in Checker...
2023-05-10 Shogo Hidacmd/go/internal: update documentation of go test and...
2023-05-10 Bryan C. Millscmd/go/internal/modload: skip reading go.mod files...
2023-05-10 Meng Zhuocmd/internal/obj/riscv: regenerate instruction encoding...
2023-05-10 Robert Griesemergo/types, types2: explicitly look for nil type argument...
2023-05-10 IvoGomanencoding/csv: update doc comment of Read method
2023-05-10 cui fliterall: fix a lot of comments
2023-05-10 Jonathan Amsterdamlog/slog: test built-in handlers with slogtest
2023-05-10 Jonathan Amsterdamlog/slog: add json struct tags to Source
2023-05-10 cui flitercmd: use slices.Equal to simplify code
2023-05-10 Keith Randallruntime: fix misaligned SP for libfuzzer entry
2023-05-09 qmuntalsyscall,internal/poll: move pipe check from syscall...
2023-05-09 David Chaseinternal/bisect: adjust stack PCs relative to Callers[2]
2023-05-09 qmuntalcmd/go: fix cgo prefix mapping for non-vendored modules
2023-05-09 Michael Prattruntime: exclude extra M's from debug.SetMaxThreads
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
next