]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-04-02 David Chaseruntime: make concatstring{2,3,4,5} consistent w/ compi...
2021-04-02 Michael Anthony... reflect: fix methodValueCall frame size on mips64
2021-04-02 Michael Anthony... reflect: remove short-circuits for zero-sized types...
2021-04-02 David Chasecmd/compile: mark unused values as invalid to prevent...
2021-04-02 Michael Anthony... reflect: add register ABI support for makeFuncStub...
2021-04-02 Cherry Zhangcmd/compile: use ABI0 for cgo_unsafe_args functions
2021-04-02 Cherry Zhangsyscall: delete asm_windows.s
2021-04-02 Himanshu Kishna... go/src/cmd/go/internal/work: compile "internal/abi...
2021-04-02 Cherry Zhangcmd/link: delete CompilationUnit.Pkg field
2021-04-02 Than McIntoshcmd/link: remove an unused function from linker dwarf gen
2021-04-02 Tao Qingyuncmd/link: remove unnecessary attrReachable test
2021-04-02 Keith Randallcmd/compile: fix bug in phiopt pass
2021-04-02 Austin Clementsruntime: make gcTestMoveStackOnNextCall not double...
2021-04-02 Austin Clementsruntime: fix TestGCTestMoveStackOnNextCall flakes
2021-04-02 Cherry Zhangcmd/compile: in expand calls, preserve pointer store...
2021-04-01 Michael Anthony... reflect,runtime: assume register ABI with GOEXPERIMENT...
2021-04-01 Michael Anthony... reflect: undo register count increments on register...
2021-04-01 David Chasecmd/compile: fix register/offset calculation for traili...
2021-04-01 Cluasnet/url: use camelCase names
2021-04-01 Cherry Zhangcmd/compile: fix parameter offset calculation
2021-04-01 Austin Clementsruntime: fix uses of ABIInternal PCs in assembly
2021-04-01 Austin Clementscmd/compile: fix outgoing calls with GOEXPERIMENT=regab...
2021-04-01 Austin Clementscmd/compile: fix incoming ABI with GOEXPERIMENT=regabiargs
2021-03-31 Michael Anthony... cmd/internal/obj/x86: use ABI scratch registers for...
2021-03-31 Cherry Zhangcmd/compile: deduplicate OpArg's across types
2021-03-31 Rob Findleygo/parser: switch to resolving objects as a post-proces...
2021-03-31 Michael Anthony... runtime: support register ABI Go functions from Windows...
2021-03-31 Cherry Zhangcmd/compile: schedule in-register OpArg first
2021-03-31 Kevin Herrocmd/go/internal/load/test: parse overlay files for...
2021-03-31 David Chasecmd/compile: make expandCalls preserve types of pointer...
2021-03-31 Austin Clementsruntime: replace reflectcall of defers with direct...
2021-03-31 Robert Griesemercmd/compile/internal/types2: review of operand.go
2021-03-31 Robert Griesemercmd/compile/internal/types2: review of decl.go
2021-03-31 Ian Lance Taylorruntime: check for sysAlloc failures in pageAlloc
2021-03-31 徐志伟net/http: use consistent case in URL in names
2021-03-31 Rob Findleygo/parser: remove redundant list argument to Parser...
2021-03-31 Rob Findleygo/parser: add resolution tests for type params
2021-03-31 Dan Scalescmd/compile: deal with call.Use correctly for noder2...
2021-03-31 Dan Scalescmd/compile: deal correctly with unnamed function param...
2021-03-30 Rob Findleygo/ast: add missing handling for ListExpr in Walk
2021-03-30 Rob Findleygo/parser: resolve the type name when parsing a composi...
2021-03-30 Rob Findleygo/parser: add data-driven tests for object resolution
2021-03-30 Cherry Zhangcmd/compile: avoid generating duplicated in-register Arg
2021-03-30 Michael Prattruntime: fix G passed to schedEnabled and cleanup
2021-03-30 Austin Clementsruntime: check that defer/go frames are empty
2021-03-30 Dan Scalescmd/compile: handle partial type inference that doesn...
2021-03-30 Than McIntoshcmd/compile: make amd64 version of zerorange regabi...
2021-03-30 Norman B. Lancastergo/doc: avoid panic on references to functions with...
2021-03-30 Ignacio Hagopianreflect: cache IsVariadic calls in Call
2021-03-30 Shulhancmd/go: fix documentation on how to create new go.mod...
2021-03-30 David Chasecmd/compile: emit writebarriers in specified ABI
2021-03-30 hqpkocmd/compile/internal/noder: limit the number of goroutine
2021-03-30 Michael Prattruntime: non-strict InlTreeIndex lookup in Frames.Next
2021-03-30 chenjiecrypto/elliptic: fix some typos
2021-03-30 Dan Scalescmd/compile: fix creation of named generic types (setti...
2021-03-30 Lizzzcairuntime: fix typos in comments
2021-03-30 David Chasecmd/compile: update default ABI choices for calls and...
2021-03-30 Dan Scalescmd/compile: fix various small bugs related to type...
2021-03-30 Meng Zhuoruntime: init plan9 hashkey by time
2021-03-30 Cherry Zhangcmd/compile: wrap defer/go call with results
2021-03-30 Cherry Zhangcmd/compile: be sure to wrap defer/go calls with arguments
2021-03-30 Cherry Zhangcmd/compile: check deferred nil interface call before...
2021-03-29 Austin Clementsruntime: add GC testing helpers for regabi signature...
2021-03-29 Austin Clementsruntime: abstract specials list iteration
2021-03-29 Paul E. Murphycmd/internal/obj/ppc64: remove bogus MOVBU optab entry
2021-03-29 Robert Griesemergo/types: remove use of ioutil (cleanup)
2021-03-29 徐志伟runtime: fix some typos
2021-03-29 Austin Clementscmd/compile: restructure ABI wrapper generation, export ABI
2021-03-29 Austin Clementscmd/compile: eliminate -abiwraplimit
2021-03-29 Austin Clementscmd/compile: assert that function values reference...
2021-03-29 Austin Clementscmd/compile: set ir.Name.Func in more cases
2021-03-29 Austin Clementscmd/compile: track funcsyms by ir.Name instead of types.Sym
2021-03-29 Austin Clementscmd/compile: update a few stale comments
2021-03-29 Robert Griesemergo/types: remove outdated comment
2021-03-29 Dan Scalescmd/compile: remove typechecker calls in varDecl()
2021-03-29 Robert Griesemercmd/compile/internal/types2: remove 'strict' argument...
2021-03-29 Himanshu Kishna... crypto/rsa: fix salt length calculation with PSSSaltLen...
2021-03-29 Tobias Klausercmd/link/internal/ld: use linkerFlagSupported to check...
2021-03-29 smasher164math: simplify comparison in FMA when swapping p and z
2021-03-29 qcraoruntime: fix some typos
2021-03-29 fanzha02cmd/compile/internal/ssa: strengthen phiopt pass
2021-03-28 Cuong Manh Leruntime: overwrite existing keys for mapassign_faststr...
2021-03-27 Conrad Irwintime: add Time.Unix{Milli,Micro} and to-Time helpers...
2021-03-27 Baokun Leenet: clear completed Buffers to permit earlier collection
2021-03-26 Pat Gavlincmd/compile: fix long RMW bit operations on AMD64
2021-03-26 Tobias Klausercmd/vendor, cmd/pprof: use golang.org/x/term directly
2021-03-26 fanzha02cmd/compile: add arm64 rules to optimize go codes to...
2021-03-25 Dan Scalescmd/compile: add transform functions for OXDOT and...
2021-03-25 Michel Levieuxio/fs: implement FileInfoToDirEntry
2021-03-25 Cherry Zhangcmd/compile: mark R16, R17 clobbered for non-standard...
2021-03-25 cuicmd/compile/internal/ssa: unnecessary loop break
2021-03-25 Tobias Klausercmd/cover: use golang.org/x/tools/cover directly
2021-03-25 Damien Neilnet/http/httptest: wait for user ConnState hooks
2021-03-25 Josh Rickmarnet: only perform IPv4 map check for AF_INET6 sockets
2021-03-25 Robert Griesemercmd/compile/internal/types2: review of importer_test.go
2021-03-25 Robert Griesemercmd/compile/internal/types2: review of examples test
2021-03-25 Robert Griesemercmd/compile/internal/types2: review of example_test.go
2021-03-25 Robert Griesemercmd/compile/internal/types2: review of api_test.go
2021-03-25 Robert Griesemercmd/compile/internal/types2: review of lookup.go
2021-03-25 Robert Griesemercmd/compile/internal/types2: review of check.go
next