]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile: plumb rtype through for...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile: start setting RType fields...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile: add RType fields
2022-06-21 Matthew Dempsky[dev.unified] cmd/compile: avoid reflectType in ssagen
2022-06-21 Matthew Dempsky[dev.unified] cmd/compile: extract rtype code from...
2022-06-21 Matthew Dempsky[dev.unified] cmd/compile: refactor reflectdata.{TypePt...
2022-06-21 Matthew Dempsky[dev.unified] cmd/compile/internal/walk: minor prep...
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-16 Russ Coxcmd/go: pass GOEXPERIMENT through to subtests
2022-06-16 Ian Lance Taylorexpvar: don't crash if map value set to nil
2022-06-16 Robert Griesemergo/parser: remove unused method checkBinaryExpr
2022-06-16 Michael Matloobcmd/go: parallelize matchPackages work in each module
2022-06-16 Cherry Muicmd/link: consider alignment in carrier symbol size...
2022-06-16 Robert Griesemerspec: adjust incorrect sentence in section on rune...
2022-06-16 Ian Lance Taylortest: add test that gofrontend fails
2022-06-15 Ian Lance Taylorinternal/goarch, internal/goos: update generators for...
2022-06-15 Koichi Shiraishireflect: fix reference comment to runtime/map.go
2022-06-15 Cuong Manh Le[dev.unified] test: extract different inline test betwe...
2022-06-15 Vojtěch Bočeksyscall: clarify Pdeathsig documentation on Linux
2022-06-15 Robert Griesemergo/types, types2: add test case for issue for coverage
2022-06-15 Tobias Klauserdoc/go1.19: use matching closing tag in unix build...
2022-06-15 Guoqi Chensyscall, runtime/internal/syscall: always zero the...
2022-06-15 subham sarkarnet/netip: add missing ) in ParsePrefix errors
2022-06-15 Cherry Muicmd/link: set alignment for carrier symbols
2022-06-15 Bryan C. Millscmd/go/internal/modindex: disable indexing for modules...
2022-06-15 Robert Griesemertest: add tests for string/[]byte/[]rune conversions
2022-06-15 Ian Lance Taylornet: avoid infinite recursion in Windows Resolver.lookupTXT
2022-06-14 Robert Griesemerspec: clarify "slice of bytes" and "slice of runes...
2022-06-14 Keith Randallreflect: when StructOf overflows computing size/offset...
2022-06-14 Keith Randallcmd/compile,runtime,reflect: move embedded bit from...
2022-06-14 Matthew Dempsky[dev.unified] cmd/compile: more Unified IR docs and...
2022-06-14 Ian Lance Taylorcmd/go: quote package directory when calling glob
2022-06-14 ag9920cpu: fix typos in test case
2022-06-13 Austin Clementsruntime: add HACKING section on nosplit functions
2022-06-13 Austin Clementsdoc/go1.19: minor edits
2022-06-13 Michael Anthony... sync: improve linearity test robustness
2022-06-13 Michael Anthony... sync: move lock linearity test and treat it like a...
2022-06-13 Michael Anthony... internal/testmath: add two-sample Welch's t-test for...
2022-06-13 Dmitri Shuralyovdoc/go1.19: prefer relative links to other parts of...
2022-06-13 Ian Lance Taylorcmd/cgo: remove -fsanitize=hwaddress hardware tags
2022-06-13 Robert Griesemerspec: clarify behavior of map size hint for make built-in
2022-06-13 Robert Griesemerspec: add missing optional type arguments after TypeNam...
2022-06-13 Damien Neilnet: avoid darwin_arm64 bug in TestDialParallelSpurious...
2022-06-13 Michael Matloobdoc/go1.19: add a release note for module indexing
2022-06-13 Cuong Manh Lecmd/compile: fix missing dict pass for type assertions
2022-06-13 Roland Shoemakerdoc/go1.19: fix crypto tags
2022-06-10 Louis PORTAYnet/http: doc: update RFC reference for appropriate...
2022-06-10 Dominik Honnefdoc: fix typos in Go memory model
2022-06-10 Matthew Dempsky[dev.unified] test: add regress tests for #53276 and...
2022-06-10 Cherry Muicmd/dist, cmd/internal/metadata: don't install metadata...
2022-06-10 Khaled Yakdanruntime: fix stack split at bad time when fuzzing
2022-06-09 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: stop handling...
2022-06-09 Dmitri Goutnikcmd/cgo: recognize clang 14 DWARF type names go1.19beta1
2022-06-09 Michael Prattruntime/cgo: retry _beginthread on EACCES
2022-06-09 Michael Prattruntime/cgo: merge bodies of cgo_sys_thread_start on...
2022-06-09 Cherry Muiapi: promote next to go1.19
2022-06-09 Cuong Manh Le[dev.unified] test: relax issue7921.go diagnostic message
2022-06-09 Cuong Manh Le[dev.unified] cmd/compile: set base.Pos when process...
2022-06-09 Cuong Manh Le[dev.unified] cmd/compile: fix unified IR don't report...
2022-06-09 Robert Findleygo/types, types2: only set instance context if packages...
2022-06-08 Michael Matloobcmd/go/testdata/script: fix skip on list_replace_absolu...
2022-06-08 Cherry Muiapi/next: minor reformat
2022-06-08 Michael Prattruntime: use pidleget for faketime jump
2022-06-08 Michael Matloobcmd/go: clean paths before using them form index functions
2022-06-08 Tobias Klausersyscall: remove unused setgroups on linux/loong64
2022-06-08 Austin Clementsruntime: skip TestGdbBacktrace on gdb bug
2022-06-08 Damien Neilnet: fix testHookDialTCP race
2022-06-08 Michael Matloobcmd/go: enable module index by default
2022-06-08 Michael Matloobcmd/go: properly call PackageModuleRoot to get modroot...
2022-06-08 Michael Matloobcmd/go: set Root and target fields for packages in...
2022-06-08 Russ Coxdoc/go1.19: delete remaining TODOs
2022-06-08 Michael Prattruntime: gofmt
2022-06-08 Russ Coxdoc/go1.19: complete most remaining TODOs
2022-06-08 Cuong Manh Le[dev.unified] cmd/compile: restore Unified IR linkname...
2022-06-08 Tobias Klauserruntime: remove unused pipe and setNonblock on linux...
2022-06-08 Meng Zhuodoc/go1.19: mention riscv64 supported regabi
2022-06-07 Dan Kortschakos: document that Chdir affects fs.FS returned by DirFS...
2022-06-07 Tobias Klausersyscall: remove unused accept on linux/loong64
2022-06-07 Damien Neilnet: use synthetic network in TestDialParallel
2022-06-07 Cherry Muidoc/go1.19: document that the assembler requires -p
2022-06-07 Cherry Muidoc/go1.19: document linker CL that switches DWARF...
2022-06-07 Robert Griesemergo/types, types2: better error message for invalid...
2022-06-07 Robert Griesemergo/types, types2: better error message if type is not...
2022-06-07 Robert Griesemergo/types, types2: use | rather than ∪ when printing...
2022-06-07 Damien Neildoc/go1.19: add release notes for net/http and net/url
2022-06-07 Michael Prattdoc/go1.19: adjust runtime release notes
2022-06-07 Michael Prattruntime: document GOMEMLIMIT in environment variables...
2022-06-07 David Chasedoc/go1.19: document loong64 port
2022-06-07 Will Hawkinssync/atomic: clarify that 8-byte alignment of variables...
2022-06-07 Austin Clementsdoc/go1.19: some platforms are still on TSAN v2
2022-06-07 Austin Clementsdoc/go1.19: compiler section is complete, modulo TODOs
2022-06-07 Austin Clementsdoc/go1.19: minor edits
2022-06-07 Robert Findleydoc/go1.19: complete TODOs for go/types
2022-06-07 Roland Shoemakerdoc/go1.19: add various crypto release notes
2022-06-07 Khaled Yakdanruntime: fix inline assembly trampoline for arm64
2022-06-07 Motiejus Jakštyscmd/link: specify -Wl,-z params as documented
2022-06-07 Russ Coxdoc/go1.19: delete boringcrypto TODO
2022-06-07 Russ Coxdoc/go1.19: add more TODOs from updated relnote
2022-06-07 Cuong Manh Le[dev.unified] cmd/compile: visit LHS before RHS/X in...
2022-06-06 Michael Anthony... doc/go1.19: add release notes for the soft memory limit...
next