]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2022-08-25 Lynn Bogermisc/cgo/testsanitizers: determine compiler version...
2022-08-25 Robert Griesemergo/types, types2: add more tests for unsafe.Slice/Slice...
2022-08-24 cuiweixiego/types,types2: add support for unsafe.{String,StringD...
2022-08-24 Matthew Dempskygo/internal/gcimporter: call Complete on cloned Interfa...
2022-08-24 Matthew Dempskygo/internal/gcimporter: call Interface.Complete in...
2022-08-24 Dmitri Shuralyovdoc/go1.20: populate initial TODOs via relnote
2022-08-24 Wayne Zuocmd/compile: deadcode for LoweredMuluhilo on riscv64
2022-08-24 Dmitri Shuralyovdoc: start draft Go 1.20 release notes
2022-08-24 Alexander Yastrebovnet/http: remove unused doneChan
2022-08-24 Bryan C. Millscmd/go: skip link_syso tests in short mode
2022-08-24 Bryan C. Millscmd/go/internal/work: make NewBuilder safe for concurre...
2022-08-24 Bryan C. Millscmd/go: avoid overwriting cached Origin metadata
2022-08-24 Bryan C. Millscmd/go: avoid registering AtExit handlers in tests
2022-08-24 Matthew Dempskycmd/compile: defer transitive inlining until after...
2022-08-24 Nigel Taoimage/png: have DecodeConfig read tRNS chunks
2022-08-24 Joe Tsaireflect: optimize Value.IsZero
2022-08-24 Andy Panencoding/json: move some misplaced benchmark tests...
2022-08-24 Cuong Manh Leinternal/singleflight: make DoChan only return Result...
2022-08-24 Cuong Manh Lenet: avoid relying on singleflight.Group.DoChan to...
2022-08-23 Wayne Zuocmd/internal/obj/loong64: add MASKEQZ and MASKNEZ instr...
2022-08-23 Keith Randallruntime/pprof: remove round-to-file-start adjustment
2022-08-23 Jorropocmd/compile: generic constant folding: Floor Ceil Trunc...
2022-08-23 Damien Neilnet/url: consistently remove ../ elements in JoinPath
2022-08-23 Keith Randallcmd/compile: move SSA rotate instruction detection...
2022-08-23 Jorropocmd/compile: fix error message formatting in decomposeB...
2022-08-23 Daniel Martíall: append(bytes, str...) works out of the box
2022-08-23 Miguel Ángel... net/http/httputil: do not duplicate 'Connection: close...
2022-08-23 qmuntalsyscall: rely on utf16.AppendRune
2022-08-23 Ian Lance Taylordebug/plan9obj: don't crash on EOF before symbol type
2022-08-23 Ian Lance Taylordebug/macho: don't use narch for seenArches map size
2022-08-23 Joe Tsaistrconv: optimize Parse for []byte arguments
2022-08-23 Joe Tsaibytes: rely on utf8.AppendRune
2022-08-23 Andy Panruntime: name nil semaphore of pollDesc
2022-08-23 Joe Tsaistrings: rely on utf8.AppendRune
2022-08-23 Andy Panencoding/json: give it a chance to put encodeState...
2022-08-23 Keith Randallruntime: initialize pointer bits of noscan spans
2022-08-23 Cuong Manh Leruntime: convert ticksType.val to atomic type
2022-08-23 Keith Randallcmd/compile: handle partially overlapping assignments
2022-08-23 Matthew DempskyRevert "cmd/compile: restore test/nested.go test cases"
2022-08-23 Paul E. Murphyruntime: fix ppc64 startup on newer linux kernels
2022-08-23 Daniel Martíall: use go/parser.SkipObjectResolution in more places
2022-08-23 Axel Wagnerencoding/xml: add (*Encoder).Close
2022-08-23 Bryan C. Millscmd/go/internal/modload: remove ImportMap and PackageDir
2022-08-23 Jakub Ciolekcmd/compile: mark booleans as registerizable
2022-08-23 Matthew Dempskycmd/compile: fix unified IR's pointer-shaping
2022-08-23 Matthew Dempskycmd/compile: fix "expression has untyped type" ICE...
2022-08-23 Matthew Dempskycmd/compile: fix reflect naming of local generic types
2022-08-23 Matthew Dempskycmd/compile: restore test/nested.go test cases
2022-08-23 Joe Tsaitime: fix Parse for time zones
2022-08-23 Joe Tsaitime: fix Parse for empty seconds
2022-08-23 Joe Tsaitime: fix Parse to ignore extra sub-nanosecond digits
2022-08-23 Austin Clementsruntime: move traceStackTable.lock to the system stack
2022-08-23 eric fangcmd/internal/obj/arm64: remove the transition from...
2022-08-23 eric fangcmd/compile/internal/ssa: optimize memory moving on...
2022-08-22 Joe Tsaiencoding/json: rely on utf8.AppendRune
2022-08-22 Joe Tsaiinternal/poll: rely on utf8.AppendRune
2022-08-22 Mateusz Poliwczaknet: turn off dns compression for go resolver queries
2022-08-22 Cuong Manh Lecmd/compile: fix missing typecheck when rewriting abi...
2022-08-22 Cherry Muicmd/compile: split Muluhilo op on ARM64
2022-08-22 Abirdcflynet/http/cookiejar: remove duplicate words from comments
2022-08-22 Bryan C. Millsnet/http: skip Get flakes in TestClientTimeout tests...
2022-08-22 Keith Randallcmd/compile: issue VarDef only for pointer-ful types
2022-08-22 Keith Randallcmd/compile: remove OVARDEF and OVARLIVE
2022-08-22 Keith Randallcmd/compile: rip out support for OVARKILL from compiler...
2022-08-22 Michael Prattruntime: don't race cmd.Wait and cmd.StdoutPipe read
2022-08-22 Chris Gillisimage/gif: avoid decoding past the first frame in decode()
2022-08-22 Than McIntoshinternal/xcoff: better handling of malformed symbol...
2022-08-22 Daniel Martígo/token: make mutex locking in unpack cheaper
2022-08-22 Joe Tsaiinternal/saferio: avoid returning io.EOF from ReadData...
2022-08-22 Michael Prattmisc/cgo/test: disable setgid tests with musl
2022-08-22 qmuntaldebug/buildinfo: add regression tests for different...
2022-08-22 Keith Randalltext/template: compare reflect.Value instances differently
2022-08-20 Egon Elbrecmd/pprof: fix addr calculation for Windows
2022-08-20 Egon Elbreruntime/pprof: add memory mapping info for Windows
2022-08-19 Ian Lance Taylormisc/cgo/testcarchive: permit SIGQUIT for TestSignalFor...
2022-08-19 Ian Lance Taylordebug/pe: fetch section size directly in (*Section...
2022-08-19 Ian Lance Taylorgo/internal/gcimporter: use saferio to read indexed...
2022-08-19 Ian Lance Taylordebug/plan9obj: use saferio to read section data
2022-08-19 Michal Bohuslávekbytes, strings: s/after/before/ in CutSuffix
2022-08-19 Tobias Klauserruntime/pprof: check Getrusage return value in addMaxRSS
2022-08-19 Tobias Klauserruntime/pprof: report MaxRSS on windows
2022-08-19 Robert Griesemergo/types: match types2 errors for incorrect method...
2022-08-19 Robert Griesemergo/types: match types2 errors for missing index expressions
2022-08-19 Robert Griesemergo/types: match types2 error for invalid map key
2022-08-19 Robert Griesemergo/parser: match const/var decl parsing of syntax package
2022-08-19 Cuong Manh LeRevert "misc/cgo/testcarchive: permit SIGQUIT for TestS...
2022-08-19 Andy Panruntime: fix a typo in comment of netpollblock()
2022-08-19 Robert Griesemergo/parser: fix spelling in error message
2022-08-19 Robert Griesemergo/types: remove machinery to select parsing mode ...
2022-08-19 Robert Griesemergo/parser: remove (internal) ability to disable generic...
2022-08-19 Robert Griesemergo/parser: remove import path string syntax checking
2022-08-19 Robert Griesemercmd/compile/internal/types2: match go/types for "....
2022-08-19 Robert Griesemercmd/compile/internal/types2: use go/types/testdata...
2022-08-19 Robert Griesemergo/types: remove TODO in testdata/examples/types.go
2022-08-19 Robert Griesemergo/parser: disallow parenthesizing embedded types in...
2022-08-19 Tobias Klauserruntime/internal/atomic: remove double-check in kernelc...
2022-08-19 hopehookio: add OffsetWriter, NewOffsetWriter
2022-08-19 Julie Qiu.github/ISSUE_TEMPLATE: add issue template for Go vulne...
2022-08-19 qmuntalunicode/utf16: add AppendRune
2022-08-19 Robert Griesemergo/printer: rename printPos to setPos
next