]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2021-03-24 Dmitri Shuralyovcmd/internal/moddeps: fix false positive when $TMPDIR...
2021-03-24 Michael Anthony... runtime: bypass ABI wrapper when calling needm on Windows
2021-03-24 Keith Randallcmd/compile: disable shortcircuit optimization for...
2021-03-24 Cherry Zhangcmd/link: mangle function names with ABI on PE
2021-03-24 Damien Neilnet/http: fix request cancellation race
2021-03-24 Cherry Zhangmath/big: don't require runtime.(*Frame).Next symbol...
2021-03-24 Paul E. Murphycmd/link: separate elf addend size from reloc size
2021-03-24 Cherry Zhangcmd/compile, cmd/link: use weak reference in itab
2021-03-24 Paul E. Murphycmd/internal/obj: remove bogus load/store optab entries...
2021-03-24 Jay Conrodcmd/go: move psuedo-version and version sorting to...
2021-03-24 Tobias Klauseros/exec: use testenv.SkipFlaky in TestExtraFilesFDShuffle
2021-03-24 David Chasecmd/compile: remove more dead code and data structures
2021-03-24 David Chasecmd/compile: fix array case in types-for-register parameter
2021-03-23 Ian Lance Taylorcmd/compile: don't let -race override explicit -d=check...
2021-03-23 Than McIntoshcmd/compile: wrap/desugar defer calls for register abi
2021-03-23 Shuhei Takahashios/exec: simplify TestContextCancel
2021-03-23 Simão Gomes... io: fix spelling in documentation for io.Discard
2021-03-23 Than McIntoshcmd/compile/internal/test: update abi tests for recent...
2021-03-23 Daniel Martícmd/go: make -coverpkg=all skip test-only packages
2021-03-23 Artur M. Wolffnet/http: treat MaxBytesReader's negative limits as...
2021-03-23 David Chasecmd/compile: remove AuxCall.results, cleanup ssagen...
2021-03-23 Zhang Boyangnet: make go resolver aware of network parameter
2021-03-23 Robert Griesemertest: enable fixedbugs/bug193.go for -G compiler option
2021-03-23 Robert Griesemergo/types: remove superfluous code for shift checking
2021-03-23 Robert Griesemergo/types, types2: add a test case for shifts that used...
2021-03-23 Robert Griesemercmd/compile/internal/types2: refactor untyped conversions
2021-03-23 Dan Scalescmd/compile: replace calls to typecheck with transform...
2021-03-23 Jason A. Donenfeldruntime: support long paths without fixup on Windows...
next