]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-06-08 qmuntaldoc/go1.21: NOFRAME heuristic changes
2023-06-08 Ian Lance Taylordoc/go1.21: mention NewFile on non-blocking descriptor
2023-06-08 Ian Lance Taylordoc/go1.21: mention html/template.ErrJSTemplate
2023-06-08 Ian Lance Taylordoc/go1.21: mention new cmp package
2023-06-08 Ian Lance Taylordoc/go1.21: run relnotes again
2023-06-08 cuiweixiecmd/compile: typo
2023-06-08 Robert Griesemergo/types: fix method set computation if receiver is...
2023-06-08 Bryan C. Millsgo/printer: error out of Fprint when it would write...
2023-06-07 Damien Neilnet/http: close response body in TestRequestBodyLimit
2023-06-07 Robert Griesemerspec: add temporary note to type inference section
2023-06-07 Michael Anthony... doc/go1.21: add release notes for parent goroutine...
2023-06-07 Ian Lance Taylorinternal/poll: update SOCK_CLOEXEC comment
2023-06-07 Ian Lance TaylorRevert "internal/poll: remove fallback path in accept"
2023-06-07 Bryan C. Millscmd/cover: error out if a requested source file contain...
2023-06-07 Bryan C. Millscmd/cgo: error out if the source path used in line...
2023-06-07 Bryan C. Millscmd/go: fix TestScript/build_cwd_newline with CGO_ENABLED=0
2023-06-07 Cherry Muicmd/dist: disable PGO for toolchain2 build
2023-06-07 Russ Coxcmd/go: fix Script/build_cwd_newline test
2023-06-07 Cuong Manh Lecmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64
2023-06-07 Robert Griesemergo/types, types2: don't crash when using trace with...
2023-06-06 Damien Neilgo1.21: document net/http.ResponseController.EnableFull...
2023-06-06 Olivier Menguécontext: add godoc links
2023-06-06 Michael Prattruntime: make GODEBUG=dontfreezetheworld=1 safer
2023-06-06 Robert Griesemerspec: clarify min/max rules for numeric arguments ...
2023-06-06 Bryan C. Millscmd/go: disallow package directories containing newlines
2023-06-06 Roland Shoemakercmd/go: enforce flags with non-optional arguments
2023-06-06 Ian Lance Taylorcmd/go,cmd/cgo: in _cgo_flags use one line per flag
2023-06-06 Russ Coxcmd/go: document changes to go test -c and -o
2023-06-06 Russ Coxcmd/go: handle -C properly during toolchain switches
2023-06-06 Russ Coxcmd/go: move switch-only code from select.go to switch.go
2023-06-06 Russ Coxcmd/go: additional doc-inspired tests and bug fixes
2023-06-06 Russ Coxcmd/vendor: vendor latest golang.org/x/mod
2023-06-06 Roland Shoemakerruntime: implement SUID/SGID protections
2023-06-06 Austin Clementsruntime: skip TestCrashDumpsAllThreads with mayMoreStac...
2023-06-06 Austin Clementscmd/dist: share one copy of the "generated by" header...
2023-06-06 Austin Clementscmd/dist: remove deptab and cleanlist in favor of gentab
2023-06-06 Austin Clementscmd/dist: remove stale cleanup code
2023-06-06 Austin Clementscmd/dist: remove stale files from gentab
2023-06-06 Robert Griesemergo/types, types2: handle named and literal interfaces...
2023-06-06 Cherry Muicmd/compile: check method name in PGO devirtualization
2023-06-06 Robert Griesemercmd/compile/internal/syntax: better error message when...
2023-06-06 Russ Coxcmd/go: document GOTOOLCHAIN
2023-06-06 Cherry Muicmd/compile: adjust PGO devirtualization diagnostic...
2023-06-05 Russ Coxdoc/go1.21: document GOEXPERIMENT=loopvar and invite...
2023-06-05 Russ Coxdoc/go1.21: document forward and backward compatibility
2023-06-05 Michael Prattruntime: skip another GDB "no such process" case
2023-06-05 Russ Coxdoc/go1.21: move Ports to end
2023-06-05 Alessandro... runtime: add debugger hook for fatal signals
2023-06-05 Tobias Klauserdoc/go1.21: fix link in debug/elf section
2023-06-05 Cherry Muiruntime: move Segv and TgkillSegv to testprog
2023-06-05 Roland Shoemakersyscall: don't panic when argv is nil on freebsd
2023-06-05 Robert Griesemergo/types, types2: fix incorrect logic in assignability...
2023-06-05 Cuong Manh Lecmd/compile: allow ir.OMIN/ir.OMAX in mayCall
2023-06-04 Cuong Manh Lebuiltin: add documentation for min/max
2023-06-03 Russ Coxcmd/go: maintain go and toolchain lines in go.work
2023-06-03 thepuddscmd/compile/internal/devirtualize: devirtualize method...
2023-06-03 Bryan C. Millscmd/go: adjust pruning and switch toolchain when needed...
2023-06-02 Bryan C. Millscmd/go: adjust pruning and switch toolchains if needed...
2023-06-02 Bryan C. Millscmd/go: adjust conditions in which toolchain lines...
2023-06-02 Dmitri Shuralyovdoc/go1.21: document macOS and Windows requirements
2023-06-02 qmuntaldoc/go1.21: document that os.TempDir now uses GetTempPath2W
2023-06-02 Zhiyuan Zhengnet: filter disabled interfaces in Windows DNS client
2023-06-02 Robert Griesemergo/types, types2: remove version check for more lenient...
2023-06-02 Robert Griesemergo/types, types2: report inference instead of assignmen...
2023-06-02 Dmitri Shuralyovcmd/api: make check even pickier about api/next/*.txt
2023-06-02 Alan Donovanmath/big: rename Int.ToFloat64 to Float64
2023-06-02 Russ Coxcmd/go: return more errors from ReadModFile, loadModFile
2023-06-01 Roland Shoemakerdoc/go1.21: crypto release notes
2023-06-01 Robert Griesemergo/types, types2: use exact matching when unifying...
2023-06-01 Russ Coxcmd/go: add gover.Max and gover.MaxToolchain
2023-06-01 Russ Coxcmd/go: add base.Error and base.Fatal
2023-06-01 Russ Coxcmd/go: move CreateWorkFile from modload to workcmd
2023-06-01 Russ Coxcmd/go: move version constants from modload to gover
2023-06-01 Michael Anthony... api: promote next to go1.21
2023-06-01 Michael Prattruntime: update skips for TestGdbBacktrace
2023-06-01 Cherry Muicmd/internal/obj/arm: handle HAUTO etc. in addpool
2023-06-01 Austin Clementscmd/internal/testdir: pass if GOEXPERIMENT=cgocheck2...
2023-06-01 Austin Clementscmd/cgo/internal/testerrors: pass if GOEXPERIMENT=cgoch...
2023-06-01 Christian Bansecmd/link/internal/ld: pass correct offset to codesign...
2023-06-01 Ian Lance Taylordoc/go1.21: correct links in go/build note
2023-06-01 Tobias Klauserdoc/go1.21: fix io/fs.ReadDirFS link formatting
2023-06-01 Bryan C. Millscmd/go: propagate gover.TooNewError from modload.LoadMo...
2023-06-01 Eli Benderskydoc: remove relnote TODO by merging with another section
2023-06-01 Ian Lance Taylordoc/go1.21: reformat flag init change note
2023-06-01 Ian Lance Taylordoc/go1.21: remove some references to reverted CLs
2023-06-01 Ian Lance Taylordoc/go1.21: fix type in closing tag
2023-06-01 Eli Benderskydoc: add release note for go:wasmimport
2023-06-01 Bryan C. Millscmd/go/internal/toolchain: avoid importing modcmd
2023-06-01 Bryan C. Millscmd/go: fix TestScript/gotoolchain_net when $PATH conta...
2023-06-01 Eli Benderskydoc: add release note for cgo error on methods on C...
2023-06-01 Michael Prattruntime: only increment extraMInUse when actually in use
2023-06-01 Michael Prattdoc/go1.21: document PGO GA and devirtualization
2023-06-01 Tobias Klauserdoc/go1.21: document that os.DirFS implements fs.Read...
2023-06-01 Russ Coxcmd/go: delete cmd/go/internal/slices in favor of slices
2023-06-01 Russ Coxcmd/go: make toolchain less special in MVS
2023-05-31 Robert Griesemergo/types, types2: better error message for some inferen...
2023-05-31 Ian Lance Taylordoc/go1.21: remove math.Compare TODOs
2023-05-31 Jonathan Amsterdamgo1.21.html: describe testing/slogtest package
2023-05-31 Robert Griesemerdoc/go1.21: document type inference changes
2023-05-31 Michael Prattdoc/go1.21: mention improvement to C-to-Go calls
next