]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2021-03-25 Johan Janssoncmd/go: add -benchtime to cacheable test flags
2021-03-25 Paul E. Murphycmd/link: make symbol data writable before toc fixup
2021-03-25 Elias506database/sql: remove unnecessary types in composite...
2021-03-25 Than McIntoshcmd/compile: fix defer desugar keepalive arg handling...
2021-03-25 Ayan Georgecmd/go: emit error when listing with -f and -json
2021-03-25 Aman Guptapath/filepath: make Rel handle Windows UNC share
2021-03-25 Robert Griesemercmd/compile/internal/types2: review of stdlib_test.go
2021-03-25 Robert Griesemercmd/compile/internal/types2: review of assignments.go
2021-03-25 Robert Griesemercmd/compile/internal/types2: review of api.go
2021-03-25 Robert Griesemercmd/compile/internal/types2: review of expr.go
2021-03-25 Bryan C. Millscmd/go/internal/load: use setLoadPackageDataError in...
2021-03-25 Bryan C. Millscmd/go: attribute direct imports from indirect dependen...
2021-03-25 Bryan C. Millscmd/go/internal/modload: replace the global buildList...
2021-03-25 Bryan C. Millstest: skip fixedbugs/issue36705 on Windows
2021-03-25 Kevin Burkecrypto/x509: fix spelling error
2021-03-25 Dan Scalescmd/compile: create/use noder2 transform functions...
2021-03-24 Ian Lance Taylortesting: update permitted number of -race goroutines
2021-03-24 Ian Lance Taylortest: only run bug513.go if cgo is enabled
2021-03-24 Ian Lance Taylortest: recognize cgo build tag
next