]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2023-05-31 Jonathan Amsterdamgo1.21.html: remove log/slog package "changes"
2023-05-31 Ian Lance TaylorRevert "math: add Compare and Compare32"
2023-05-31 Paul E. Murphycmd/link: support R_PPC64_REL24_P9NOTOC
2023-05-31 Tobias Klauserdoc/go1.21: fix link in WTF-8 section
2023-05-31 David Chaseruntime: preserve R29 in the write barrier flush path...
2023-05-31 Mark Ryanruntime: fix alignment code in memmove_riscv64.s
2023-05-31 Ian Lance Taylordoc/go1.21: mention upgrade to Unicode 15.0.0
2023-05-31 Ian Lance Taylordoc/go1.21: document new bytes.Buffer methods
2023-05-31 Ian Lance Taylordoc/go1.21: mention debug/elf changes
2023-05-31 Ian Lance Taylordoc/go1.21: reading from debug/pe uninitialized section...
2023-05-31 Ian Lance Taylordoc/go1.21: mention that embedded files implement ReadAt
2023-05-31 Ian Lance Taylordoc/go1.21: mention flag.BoolFunc
2023-05-31 Ian Lance Taylordoc/go1.21: document io/fs formatting functions
2023-05-31 Ian Lance Taylordoc/go1.21: mention directive handling in go/{ast,build}
2023-05-31 Michael Anthony... runtime: fix race in BenchmarkSetType* benchmarks
2023-05-31 Russ Coxcmd/go: introduce WriteOpts argument for WriteGoMod
2023-05-31 Russ Coxcmd/go: clean up handling of go mod tidy -go=v during...
2023-05-31 Russ Coxcmd/go: add detection of toolchain switch loops
2023-05-31 Michael Anthony... runtime: make TestCPUMetricsSleep even more lenient
2023-05-31 Russ Coxcmd/go: scan $PATH to find version list in NewerToolchain
2023-05-31 qmuntaldoc: document WER and SEH changes in Go 1.21
2023-05-31 Than McIntoshinternal/coverage/pods: sort counter files first by...
2023-05-30 Keith Randalldoc: document new panic behavior of flag definition...
next