]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2023-05-12 Mateusz Poliwczaknet: add tests for forceGoDNS and forceCgoDNS
2023-05-12 Dmitri Shuralyovcmd/internal/bootstrap_test: update TestExperimentToolI...
2023-05-12 Bryan C. Millscmd/go: add a regression test for Git configurations...
2023-05-12 Zeke Lucmd/go/internal/modload: reject the -modfile flag in...
2023-05-12 Jabar Asadistrings: correct NewReader documentation
2023-05-12 Dmitri Shuralyovinternal/testdir: move to cmd/internal/testdir
2023-05-12 Rob Findleygo/types: minor refactoring of missingMethod following...
2023-05-12 Robert Griesemergo/types, types2: call recordInstance in instantiateSig...
2023-05-12 Rob Findleygo/types, types2: be sure to type-check wrong methods...
2023-05-12 Dmitri Shuralyovcmd/go: diff .so files quietly in TestScript/build_plug...
2023-05-12 Felix Geisendörferruntime: remove unused skip arg from fpTracebackPCs
2023-05-12 Austin ClementsRevert "reflect: change rtype so that it (not *rtype...
2023-05-12 Austin Clementscmd/dist: drop goTest.dir
2023-05-12 Austin Clementstest/bench: delete
2023-05-12 Austin Clementsmisc/reboot: move to cmd/internal/bootstrap_test
2023-05-12 Austin Clementscmd/dist: drop host test support
2023-05-12 Austin Clementscmd/dist,internal/testdir: more cooperative host test...
2023-05-12 Austin Clementstest,internal/testdir: don't set GOOS/GOARCH
2023-05-12 Austin Clementsmisc: update go.mod comment
2023-05-12 Austin Clementsmisc/swig: move tests to cmd/cgo/internal
2023-05-12 Austin Clementsmisc/swig: restructure as a driver
2023-05-12 Austin Clementscmd/go: fix swigOne action with -n
2023-05-12 Austin Clementsmisc/cgo: move registerCgoTests tests to cmd/cgo/internal
2023-05-12 Austin Clementsmisc/cgo/test: add cgo build constraints
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...
next