]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2021-09-02 Meng Zhuoruntime: use vDSO clock_gettime on linux/riscv64
2021-09-02 Robert Griesemercmd/compile: disable type list syntax for the compiler
2021-09-01 Robert Griesemercmd/compile/internal/types2: systematic detection of...
2021-09-01 Damien Neilall: update golang.org/x/net to pull in CL 346890
2021-09-01 Matthew Dempskycmd/compile: optimize unified IR handling of imported...
2021-09-01 Matthew Dempskycmd/compile: emit unified IR wrappers after inlining
2021-09-01 Leonard Wangcmd/compile: remove useless fcount
2021-09-01 Michael Mundaycmd/{asm,compile}: add fused multiply-add support on...
2021-09-01 Cuong Manh Lecmd/compile: fix irgen mis-handling invalid function...
2021-09-01 seifchenspec: adjust example for consistency
2021-09-01 Matthew Dempskycmd/compile/internal/pkginit: separate "init" and ...
2021-09-01 Paul E. Murphycmd/internal/obj/ppc64: improve long conditional branch...
2021-09-01 korzhaocmd/compile: fix conversions from TypeParam to interface
2021-09-01 Joel Singcmd/asm: adjust riscv64 test data to avoid churn
2021-09-01 Joel Singcmd/asm,cmd/internal/obj/riscv: add more error tests...
2021-09-01 Keith Randallcmd/compile: assign results of transformAssign back...
2021-09-01 Dan Scalescmd/compile: fix missing case for shape double-check...
2021-09-01 Cuong Manh Lecmd/compile: fix method expression lookup during import
2021-09-01 Robert Findleygo/types: disallow aliases for generic types
2021-09-01 Robert Findleygo/types: remove superfluous ordinaryType calls
2021-09-01 Robert Findleygo/types: more systematic error handling in typeWriter
2021-09-01 Robert Findleygo/types: eliminate typeHashing global variable
2021-09-01 Robert Findleygo/types: generalize instanceHash to accept any type...
2021-08-31 Robert Findleygo/types: don't print instance markers for type hashes
2021-08-31 Robert Findleygo/types: use a typeWriter to write types (cleanup)
2021-08-31 Robert Findleygo/types: do not declare new methods on instantiated...
2021-08-31 Robert Findleygo/types: implement TypeList.String (debugging support)
2021-08-31 Robert Findleygo/types: remove need for the instance struct
2021-08-31 Robert Findleygo/types: address some TODOs (cleanup)
2021-08-31 Keith Randallcmd/compile: use the zero value for results of impossib...
2021-08-31 Keith Randallcmd/compile: use right line number for conversion expre...
2021-08-31 Robert Findleygo/internal/typeparams: remove typeparams.{Get,Set...
2021-08-31 Robert Findleygo/types: fix type set printing and add a test
2021-08-31 Robert Findleygo/types: rename IsMethodSet to IsConstraint (cleanup)
2021-08-31 Robert Findleygo/types: add error reporting for 1.18 syntax if GoVers...
2021-08-31 Robert Findleygo/types: allow composite literals of type parameter...
2021-08-31 Dan Scalescmd/compile: fix handling of Defn field during stenciling
2021-08-31 Martin Möhrmanncmd/compile: remove folding of 32 bit pointer offsets...
2021-08-31 Martin Möhrmanncmd/compile: add MOVOstoreconst with offset folding...
2021-08-31 Keith Randallcmd/compile: builtins may be in the unsafe package
2021-08-31 Robert Griesemercmd/compile/internal/types2: disallow aliases for gener...
2021-08-31 Robert Griesemergo/types, types2: union terms must be instantiated
2021-08-31 Robert Griesemercmd/compile/internal/types2: remove superfluous ordinar...
2021-08-31 Andy Panruntime: eliminate the redundant for loop in runqget()
2021-08-31 Matthew Dempskycmd/compile: make unified IR more selective about metho...
2021-08-31 Tobias Klausernet: enable multicast listener tests on solaris/illumos
2021-08-30 Robert Findleygo/types, types2: add a test for invalid import of...
2021-08-30 Robert Griesemercmd/compile/internal/types2: more systematic error...
2021-08-30 Robert Griesemercmd/compile/internal/types2: eliminate typeHashing...
2021-08-30 Robert Griesemercmd/compile/internal/types2: generalize instanceHash...
2021-08-30 Quim Muntalgo/types, types2: types in method expressions must...
2021-08-30 Dan Scalescmd/compile: fix bug with Inferred targs
2021-08-30 Robert Griesemercmd/compile/internal/types2: don't print instance marke...
2021-08-30 Robert Griesemercmd/compile/internal/types2: use a typeWriter to write...
2021-08-30 Bryan C. Millscmd/go/internal/modload: use "pruned" instead of "lazy...
2021-08-30 Bryan C. Millscmd/go/internal/modload: remove go117LazyTODO
2021-08-30 Bryan C. Millscmd/go/internal/modload: remove go117EnableLazyLoading
2021-08-30 Jay Conrodcmd/go: ensure 'go get -u' can upgrade pruned (1.17...
2021-08-30 korzhaocmd/compile: fix error when revcType is ptr in selectorExpr
2021-08-30 Koichi Shiraishiruntime: remove unnecesarry newline on freeStackSpans
2021-08-30 Matthew Dempskycmd/compile/internal/types: unexport Type.widthCalculated
2021-08-30 Matthew Dempskycmd/compile/internal/types: remove unused Tie method
2021-08-30 citizen233test/typeparam/sliceimp.dir: fix typo in a.go
2021-08-29 wdvxdrtest: add test cases for issue47892.
2021-08-28 Kir Kolyshkinos/user: simplify skipping listGroups test
2021-08-28 Cuong Manh Lecmd/compile: fix offset-generator for storeOneLoad
2021-08-28 Cuong Manh Lecmd/compile: fix wrong check for b.Controls in isBlockM...
2021-08-28 Dan Scalescmd/compile: support type C comparable
2021-08-28 Cuong Manh Leruntime: add test case for checkptr alignment with...
2021-08-28 Cuong Manh Lecmd/compile: ignore SliceExpr.CheckPtrCall for mknode
2021-08-28 Joe Tsaiunicode/utf8: add AppendRune
2021-08-28 Matthew Dempskycmd/compile/internal/types: change NewNamed to use...
2021-08-28 Robert Griesemergo/types, types2: types in type switch cases must be...
2021-08-28 Matthew Dempskycmd/compile/internal/types: simplify and optimize PtrDa...
2021-08-27 Matthew Dempskycmd/compile/internal/types: unexport New and NewBasic
2021-08-27 Matthew Dempskycmd/compile: use Type.OrigSym getter/setters [generated]
2021-08-27 Matthew Dempskycmd/compile/internal/types: add Type.OrigSym getter...
2021-08-27 Matthew Dempskycmd/compile: unexport Type.Width and Type.Align [generated]
2021-08-27 Michael Matloobcmd: update requirement on golang.org/x/mod
2021-08-27 Keith Randallcmd/compile: fix stenciling of conversions between...
2021-08-27 Keith Randallcmd/compile: fix parameterized interfaces
next