]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-08 Jay Conrod[dev.fuzz] internal/fuzz: only reconstruct inputs when...
2021-09-08 Katie Hockman[dev.fuzz] internal/fuzz: fix panic when marshaling...
2021-09-08 Michael Matloobcmd/go: print offending -mod value in workspace mode
2021-09-08 Michael Matloobcmd/go: improve the creation and editing of go.work...
2021-09-08 Robert Findleygo/types: temporarily pin the Checker to Interface...
2021-09-08 Robert Findleygo/types: spell out 'Type' in type parameter APIs
2021-09-08 Robert Findleygo/ast: rename TParams fields to TypeParams
2021-09-08 Robert Findleygo/types: move NewTypeParam off of Checker
2021-09-08 Robert Findleygo/types: move typeHash to environment.go
2021-09-08 Robert Findleygo/types: implement deduplication of instances using...
2021-09-08 Bryan C. Millscmd/go/internal/modload: scan dependencies of root...
2021-09-08 Robert Griesemercmd/compile/internal/types2: reduce number of delayed...
2021-09-08 Robert Griesemercmd/compile/internal/types2: handle recursive type...
2021-09-08 Dmitri Shuralyovcmd/pprof: update vendored github.com/google/pprof
2021-09-08 Michael Mundaytest/codegen: fix package name for test case
2021-09-08 Michael Mundaytest/codegen: fix compilation of bitfield tests
2021-09-08 Michael Mundaytest/codegen: remove broken riscv64 test
2021-09-08 Dmitri Shuralyovall: update vendored golang.org/x/tools
2021-09-08 Paul E. Murphycmd/link: rework .TOC. handling for ppc64le
2021-09-08 Joel Singcmd/link/internal/riscv64,cmd/internal/obj/riscv: make...
2021-09-08 Joel Singcmd/interna/obj/riscv: use obj.REG_NONE rather than 0
2021-09-08 Joel Singcmd/internal/obj/riscv: simplify machine code output
2021-09-08 Joel Singcmd/internal/obj/riscv: absorb rewriteMOV into instruct...
2021-09-08 Joel Singcmd/internal/obj/riscv: simplify rewriteMOV
2021-09-08 Keith Randallreflect: add back signaling NaN test
2021-09-08 Ian Lance Taylorreflect: correct typoo in comment
2021-09-07 Dan Scalescmd/compile: add CONVIFACE nodes needed in generic...
2021-09-07 Keith Randallreflect: add test for passing float32 signaling NaNs
2021-09-07 Josh Bleecher... reflect: rename MapIter method receiver variable from...
2021-09-07 Josh Bleecher... reflect: add MapIter.Reset
2021-09-07 Dan Scalescmd/compile: remove now-unneeded SetHasTParam() for...
2021-09-07 korzhaoencoding/gob: optimize decoding of slice
2021-09-07 Dan Scalescmd/compile: make sure imported instantiated types...
2021-09-07 Ruslan Andreevcmd/compile: add prefetch intrinsic support
2021-09-07 zikaerohcmd/compile: resolve TODO in inl.go
2021-09-07 korzhaoencoding/gob: marshal maps using reflect.Value.MapRange
2021-09-07 Dan Scalescmd/compile: fix type substituter to copy Funarg value...
2021-09-07 Matthew Dempskycmd/compile: fix lazy loading in reader2
2021-09-07 Cuong Manh Lego/types: do not format TParams when hashing
2021-09-07 Cuong Manh Lecmd/compile: fix deadlock in (*Named).load
2021-09-07 Vyacheslav... cmd/link: resolve magic value in gdbscript section...
2021-09-07 wdvxdrcmd/compile: simplify less with non-negative number...
2021-09-07 korzhaocmd/compile: make sure that the names created for insta...
2021-09-06 Tobias Klausersyscall: use dup3 in forkAndExecInChild1 on all Linux...
2021-09-06 WANG Xueruicmd/internal/sys: fix placement of loong64 definition
2021-09-06 korzhaocmd/compile: fix delay transformation in *subster.node()
2021-09-06 WANG Xueruicmd/internal/sys: declare loong64 arch
2021-09-06 fanzha02cmd/compile: merge sign extension and shift into SBFIZ
2021-09-06 fanzha02cmd/compile: merge zero/sign extensions with UBFX/SBFX...
2021-09-05 Josh Bleecher... reflect: improve panic when MapIter has no associated...
2021-09-05 Josh Bleecher... reflect: allocate hiter as part of MapIter
2021-09-04 Robert Griesemercmd/compile/internal/types2: detect constraint type...
2021-09-04 Joel Singcmd/internal/obj/riscv: improve code generation for...
2021-09-04 Joel Singcmd/internal/obj/riscv: avoid obj.Prog rewriting for...
2021-09-04 Joel Singcmd/internal/obj/riscv: avoid obj.Prog rewriting for...
2021-09-04 korzhaodatabase/sql: improve the documentation of Conn.Raw
2021-09-04 Joel Singcmd/internal/obj/riscv: avoid obj.Prog rewriting for...
2021-09-04 Joel Singcmd/internal/obj/riscv: avoid obj.Prog rewriting for...
2021-09-04 Joel Singcmd/internal/obj/riscv: avoid obj.Prog rewriting for...
2021-09-04 Joel Singcmd/internal/obj/riscv: avoid obj.Prog rewriting for...
2021-09-04 Joel Singcmd/internal/obj/riscv: avoid obj.Prog rewriting for...
2021-09-03 Tao Qingyuncmd/link: make npkgsyms meaningful
2021-09-03 Tim KingRevert "go/ast: clarify when Ident.Obj is nil"
2021-09-03 rhysdmisc/wasm: enable ECMAScript strict mode
2021-09-03 Roland Shoemaker[dev.fuzz] internal/fuzz: maintain debug info during...
2021-09-03 Cuong Manh Lego/ast: clarify when Ident.Obj is nil
2021-09-03 Joel Singcmd/internal/obj/riscv: factor out instructions for...
2021-09-03 Brad Fitzpatrickrefect: rename Ptr Kind to Pointer (but keep Ptr)
2021-09-03 Nigel Taoimage/draw: add RGBA64Image fast path
2021-09-02 Roland Shoemaker[dev.fuzz] internal/fuzz: don't store corpus in memory
2021-09-02 Joe Sylvedebug/dwarf: check for DWARFv4 AttrDataBitOffset value
2021-09-02 Cherry Muicmd/compile: correct a comment in uint64Tofloat
2021-09-02 Matthew Dempskytest: only test -G=3 by default
2021-09-02 Cuong Manh Lesrc: do not emit warning when GOROOT_BOOTSTRAP is unset
2021-09-02 Jay Conrod[dev.fuzz] internal/fuzz: minimize inputs that expand...
2021-09-02 Robert Findleygo/types: systematic detection of missing instantiation
2021-09-02 Damien Neilnet/http: fix hang in probing for a zero-length request...
2021-09-02 Damien Neilnet/http: close request body after recovering from...
2021-09-02 Dmitri Shuralyovall: update vendored dependencies for Go 1.18
2021-09-02 Robert Findleygo/internal/gcimporter: always call SetTParams, even...
2021-09-02 Dmitri Shuralyovall: update vendored golang.org/x/crypto
2021-09-02 Keith Randallcmd/link: mark stacks as non-executable on freebsd
2021-09-02 Dmitri Shuralyovall: update vendored golang.org/x/sys
2021-09-02 Than McIntoshcmd/link: avoid crash on undefined func sym with extern...
2021-09-02 Ben Shicmd/internal/obj/riscv: simplify addition with constant
2021-09-02 Robert Findleygo/internal/gcimporter: add import tests for type param...
2021-09-02 Robert Findleygo/internal/gcimporter: add support for importing param...
2021-09-02 Hansruntime: do not alloc never used tail bytes in fixalloc
2021-09-02 Carlo Alberto... runtime: constify a test variable
2021-09-02 Hansruntime: ensure the fixalloc object size is valid
2021-09-02 Xarginruntime: change 0 to pollNoError in netpollblock
2021-09-02 Leonard Wangcmd/compile: workaround inlining of closures with range...
2021-09-02 Tobias Klausersyscall: drop fallback to accept in Accept on Linux
2021-09-02 Tobias Klausersyscall: drop fallback to utimes in UtimesNano on Linux
2021-09-02 Tobias Klauseros, syscall: remove fallback to pipe syscall on Linux
2021-09-02 Cuong Manh Lesrc: emit warning when make.bash run with invalid GOROO...
2021-09-02 Cuong Manh Letest: always run test in unified IR mode regardless...
2021-09-02 Cuong Manh Lecmd/compile: use types2.Unsafe to represent package...
2021-09-02 Cuong Manh Lecmd/compile: allow objStub from unsafe package
next