]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-04-20 Jonathan Amsterdamlog/slog: add Source type for source location
2023-04-20 Bryan C. Millscmd/dist: refactor generated cgo-support logic
2023-04-20 Olivier Menguéio: ReadAll: do not check for realloc in first round
2023-04-20 Austin ClementsRevert "internal/abi, runtime, cmd: merge StackSmall...
2023-04-20 Austin ClementsRevert "runtime, cmd: rationalize StackLimit and StackG...
2023-04-20 Austin ClementsRevert "runtime: tidy _Stack* constant naming"
2023-04-20 Austin Clementsruntime: tidy _Stack* constant naming
2023-04-20 Austin Clementsruntime, cmd: rationalize StackLimit and StackGuard
2023-04-20 Austin Clementsinternal/abi, runtime, cmd: merge StackSmall, StackBig...
2023-04-20 Keith Randallruntime: mix a bit more in arm64 hash function
2023-04-20 Michael Anthony... runtime: initialize scavengeIndex fields properly
2023-04-20 Russ Coxgo/types: fix version downgrade bug without Config...
2023-04-20 Damien Neildoc: add release notes for new context functions
2023-04-20 Jonathan Amsterdamlog/slog: remove calls to Value.Resolve from core
2023-04-20 Alan Donovanstd: fix various nilness findings
2023-04-19 Bryan C. Millscrypto/tls: retry DialWithTimeout until the listener...
2023-04-19 Tobias Klausernet: remove unused _C_FreeCString
2023-04-19 Damien Neilcontext: add AfterFunc
2023-04-19 Egon Elbreslices: optimize Index and Compact for large types
2023-04-19 Dmitri Shuralyovmake.{bash,bat}: check unmodified $PATH for $GOROOT...
2023-04-19 Michael Anthony... runtime: manage huge pages explicitly
2023-04-19 Michael Anthony... runtime: disable huge pages for GC metadata for small...
2023-04-19 Bryan C. Millsos: check for ErrNotExist instead of ErrExist in TestNo...
2023-04-19 Robert Griesemercmd/compile/internal/types2: only mark variables as...
2023-04-19 Robert Griesemergo/types, types2: be deliberate with Checker.use in...
2023-04-19 Robert Griesemergo/types, types2: don't panic for invalid assignments...
2023-04-19 Ian Lance Taylornet: check for NUL bytes in strings passed to C functions
2023-04-18 Robert Griesemergo/types, types2: consistently set x.mode in Checker...
2023-04-18 Cherry Zhangruntime: adjust frame pointer on stack copy on ARM64
2023-04-18 Michael Prattruntime: consolidate function descriptor definitions...
2023-04-18 Keith Randallcmd/compile: remove memequal call from string compares...
2023-04-18 Ian Lance Taylordebug/elf: support zstd compression
2023-04-18 Ian Lance Taylorinternal/zstd: new internal package for zstd decompression
2023-04-18 Ian Lance Taylorruntime: add and use pollDesc fd sequence field
2023-04-18 Ian Lance Taylorruntime: change lfstack support to taggedPointer
2023-04-18 Michael Matloobcmd/go: skip over all workspace modules in go mod verify
2023-04-18 Bryan C. Millscmd/go: include internal/godebugs in TestNewReleaseRebu...
2023-04-18 Michael Matloobsrc/internal/godebugs: add a skip for missing godebug.md
2023-04-18 Michael Matloobcmd/go: mark gocacheverify godebug as undocumented
2023-04-18 Michael Matloobcmd/go: stub out gotoolchain.go for wasip1 os build tag
2023-04-18 Than McIntoshRevert "cmd/compile: rework marking of dead hidden...
2023-04-18 Archana Rruntime: improve index on ppc64x/power10
2023-04-18 Brad Fitzpatricksyscall: add a sync.Pool for a NetlinkRIB scratch buffer
2023-04-18 Matthieu Baertsnet: mptcp: add TCPConn's MultipathTCP checker
2023-04-18 Matthieu Baertsinternal/poll: add GetsockoptInt
2023-04-18 Oleksandr Redkoplugin: fix duplicated word in comment
2023-04-18 jiahua wangmaps: replace slicesEqual with slices.Equal
2023-04-18 Russ Coxcmd/go: add check for unknown godebug setting
2023-04-18 Russ Coxcmd/go: change toolchain based on $GOTOOLCHAIN
2023-04-17 Michael KnyszekRevert "cmd/compile: allow more inlining of functions...
2023-04-17 Michael PrattRevert "runtime/cgo: store M for C-created thread in...
2023-04-17 Michael PrattRevert "runtime: correct GoCheckBindM's C declaration...
2023-04-17 Michael PrattRevert "Revert "Revert "runtime: consolidate function...
2023-04-17 Michael PrattRevert "runtime/cgo: use pthread_attr_get_np on Illumos"
2023-04-17 Than McIntoshcmd/compile: allow more inlining of functions that...
2023-04-17 Than McIntoshcmd/compile: rework marking of dead hidden closure...
2023-04-17 Robert Griesemergo/types, types2: factor out type parameter renaming...
2023-04-17 Brad Fitzpatrickcmd/go/internal/cache: update docs on cache accessor...
2023-04-17 Cuong Manh Lecmd/compile: remove typecheck.EvalConst
2023-04-17 Robert Griesemergo/types, types2: (slightly) refactor tpWalker.isParame...
2023-04-14 Cuong Manh Lecmd/compile: add test that non-name call does not allocate
2023-04-14 Tobias Klauserembed/internal/embedtest: test openFile.ReadAt with...
2023-04-14 Bryan C. Millscmd/compile/internal/importer,go/internal/gcimporter...
2023-04-14 Joel Singcmd/link/internal/ld: disable execute-only for external...
2023-04-14 Rob Findleygo/types,types2: fix panic in reverse type inference...
2023-04-14 Joel Singcmd/compile: add math benchmarks
2023-04-14 Cuong Manh Lecmd/compile/internal/ir: remove HasBreak field of some...
2023-04-14 Cuong Manh Lecmd/compile/internal/typecheck: remove some un-used...
2023-04-14 Cuong Manh Lecmd/compile: stop constructing untyped nodes when instr...
2023-04-14 Cuong Manh Lecmd/compile: better code generation for constant-fold...
2023-04-14 Cuong Manh Lecmd/compile: move unsafe operation out of EvalConst
2023-04-14 Cuong Manh Lecmd/compile: reenable inline static init
2023-04-14 Cuong Manh Lecmd/compile: handle string concatenation in static...
2023-04-14 Bryan C. Millspath/filepath,cmd/go: skip tests involving double-symli...
2023-04-14 Keith Randallcmd/link: establish dependable package initialization...
2023-04-14 Daniel Martíregexp: fix copy-paste typo on Regexp.UnmarshalText doc
2023-04-14 Russ Coxcmd/go: make go line declare minimum required Go version
2023-04-14 Russ Coxgo/types, cmd/compile/internal/types2: use per-file...
2023-04-14 Than McIntoshRevert "cmd/compile: allow more inlining of functions...
2023-04-13 Daniel Frederick... doc: correct spelling on placeholder
2023-04-13 Michael Matloobcmd/go: parallelize part of loading test packages in...
2023-04-13 Achille Rousselwasm: restrict supported types in go:wasmimport functio...
2023-04-13 Russ Coxgo/parser: report //go:build-derived Go version in...
2023-04-13 Ian Lance Taylorslices: amortize allocations in Insert
2023-04-13 Bryan C. Millspath/filepath: add test cases for walking a symlink...
2023-04-13 cuiweixiemaps,runtime: improve maps.Clone
2023-04-13 Rob Findleygo/types,types2: add a test for const initializer panic
2023-04-13 Robert FindleyRevert "go/types, types2: remove unnecessary tests...
2023-04-13 Rob Findleyinternal/types: rename 54942.go to issue54942.go
2023-04-13 Daniel Martígo/doc/comment: remove unused fields
2023-04-13 Daniel Martícmd/gofmt: apply a correct suggestion by gopls
2023-04-13 Robert Griesemergo/types, types2: factor out inference cycle detector...
2023-04-13 Robert Griesemergo/types, types2: generalize tparamIndex to arbitrary...
2023-04-13 Bryan C. Millscmd/internal/moddeps: preserve PWD more carefully in...
2023-04-13 Bryan C. Millscmd/go: skip TestScript/list_goroot_symlink on darwin
2023-04-12 Matthew Dempskycmd/compile: fix reproducible build of aliased generic...
2023-04-12 Paul E. Murphyruntime: cleanup ppc64le/linux library startup code
2023-04-12 Jonathan Amsterdamlog/slog: catch panics in LogValue
2023-04-12 Jonathan Amsterdamlog/slog: function argument to Record.Attrs returns...
2023-04-12 Jonathan Amsterdamlog/slog: require entire Attr to be empty to elide
next