]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-04-27 Rob Findleygo/types: factor out index/slice expr handling
2021-04-27 Julien Tanttesting: document that TestMain can be used with benchmarks
2021-04-27 SataQiucmd/go/internal/modload: treat \ as a path separator...
2021-04-27 cuiweixiecmd/compile/internal/walk: merge operations
2021-04-27 Ian Lance Taylortime: increase slop for TestTicker
2021-04-27 Keith Randallcmd/compile: fix nongeneric closures in generic functions
2021-04-27 Bryan C. Millscmd/go: use a real Go version in the go.mod files in...
2021-04-27 Ian Lance Taylorsyscall: move TestForegroundSignal create call out...
2021-04-27 kumakichigo: various minor cleanups with the help of Goland
2021-04-27 Felix Geisendörferruntime/pprof: fix block profile bias
2021-04-27 Bryan C. Millscmd/go/internal/load: treat packages with errors as...
2021-04-27 Ray Wucmd/go: show warnings about symlinks only for patterns...
2021-04-27 Cherry Zhangsyscall: restore nosplit for ptrace1 on Darwin
2021-04-27 Rob Findleygo/scanner: optimize scanIdentifier
2021-04-27 Rémy Oudomphengstrconv: remove unused extfloat (Grisu3) ftoa code
2021-04-27 Dan Scalescmd/compile: fix handling of ir.CurFunc during stenciling
2021-04-27 yangwenmaibits: use same expression with system bit size
2021-04-27 Rob Findleygo/scanner: improve variety in benchmarks for file...
2021-04-27 Rob Findleygo/parser: add benchmarks for syntax-only parsing and...
2021-04-27 Tobias Klauseros: don't check non-nil err twice in Symlink on windows
2021-04-27 Michael Anthony... runtime/metrics: add tiny allocs metric
2021-04-27 Ian Lance Taylorsyscall: restore signal mask after setting foreground...
2021-04-27 Rob Findleygo/types: don't panic when checking a ListExpr in exprI...
2021-04-27 Paul E. Murphycmd/link: enforce larger alignment on split ppc64 text...
2021-04-27 Paul E. Murphycmd/internal/obj: refactor ppc64 address relocation...
2021-04-27 Alex Brainmanruntime: replace --buildmode with -buildmode in tests
2021-04-27 Alex Brainmanruntime: add missing import "C" in TestLibraryCtrlHandler
2021-04-27 Matthew Dempskycmd/compile: tighten exportWriter.qualifiedIdent signature
2021-04-27 lixianyangdoc: change <a/> to </a> in spec
2021-04-27 Bryan C. Millscmd/go/internal/modload: clean up error reporting
2021-04-27 Bryan C. Millscmd/go: add tests for convergence in 'go mod tidy'
2021-04-27 Cuong Manh Lecmd/compile: add more doc for Name.Defn
2021-04-27 Rob Findleygo/types: walk all imports when determining package...
2021-04-27 Cuong Manh Lecmd/compile: fix wrong package path for unsafe.Pointer
2021-04-26 Tobias Klausersyscall: on linux use accept4 in Accept, fall back...
2021-04-26 Robert Griesemercmd/compile/internal/types2: respect IgnoreFuncBodies...
2021-04-26 Matthew Dempskycmd/compile: workaround inlining of closures with type...
2021-04-26 Bryan C. Millscmd/go/internal/modload: use (*loadPkg).mod only to...
2021-04-26 Bryan C. MillsRevert "sync: improve sync.Pool object stealing"
2021-04-26 Cherry Zhangruntime: use abi.FuncPCABI0 for libc syscall wrappers
2021-04-26 Cherry Zhangruntime: fix offset in comment
2021-04-26 Michael Anthony... runtime: fix scavenge min fraction constant floor division
2021-04-26 Ian Lance Taylorcmd/go: don't add generated SWIG C++ files to CompiledG...
2021-04-26 Ruslan Andreevsync: improve sync.Pool object stealing
2021-04-26 Cherry Zhangsyscall, etc.: use abi.FuncPCABI0 for libc syscall...
2021-04-26 Than McIntoshcmd/compile: spos handling fixes to improve prolog...
2021-04-24 David Chasecmd/compile: extend GOSSAFUNC match to well-formed...
2021-04-23 Michael Anthony... runtime: simplify TestSelectStackAdjust
2021-04-23 Russ Coxcmd/dist: enable cgo on windows/arm64
2021-04-23 Russ Coxmisc/cgo/testso, misc/cgo/testsovar: fix for Windows
2021-04-23 Russ Coxall: do not test internal linking on windows/arm64
2021-04-23 Russ Coxcmd/link: implement windows/arm64 external linking
2021-04-23 Russ Coxruntime/testdata: fix testprogcgo for windows/arm64
2021-04-23 Russ Coxruntime: fix windows/arm64 callbackasm1 for frame point...
2021-04-23 Russ Coxruntime: add windows/arm64 cgo-linking code
2021-04-23 Russ Coxcmd/link: force external link for windows/arm64 cgo...
2021-04-23 Russ Coxcmd/link: expand PE constants and fix doc URL
2021-04-23 Russ Coxcmd/link: fix PE emitRelocations for >4GB base address
2021-04-23 Russ Coxcmd/link: make Loader.SymName not crash
2021-04-23 Russ Coxcmd/link: count relocations better
2021-04-23 Russ Coxcmd/link: deal with no constructors
2021-04-23 Russ Coxcmd/link: sort the pclntab relocations
2021-04-23 Russ Coxcmd/link: fix PE section attributes for windows/arm64
2021-04-23 Russ Coxdebug/dwarf: skip over zero-length compilation units
2021-04-23 Russ Coxcmd/asm, cmd/link: use full objabi header
2021-04-23 Russ Coxmisc/cgo/test: do not redeclare exported Go functions
2021-04-23 Cherry Zhangcmd/compile, internal/abi: add FuncPCABIxxx intrinsics
2021-04-23 Matthew Dempskycmd/compile: generalize fix for lvalue-init evaluation
2021-04-23 Bryan C. Millscmd/go/internal/modload: remove the addedModuleFor map
2021-04-23 Sean Liaocmd/go: use builtin version and reexec for env
2021-04-23 Filippo Valsordamath/rand: make the security warning clearer and more...
2021-04-23 Cuong Manh Lecmd/compile: make sure ascompatee walk lhs init statements
2021-04-23 David Chasecmd/go: make build cache tag sensitive to GOSSADIR...
2021-04-23 Michael Prattruntime,runtime/metrics: add metric to track scheduling...
2021-04-23 Egon Elbreos: skip TestExecutableDeleted on aix
2021-04-23 Cuong Manh Lecmd/vendor: get golang.org/x/tools@f946a157eef
2021-04-23 Cuong Manh Lecmd/compile: set correct Defn for inlined vars
2021-04-23 Cherry Zhangcmd/compile: escape "go" wrapper closure everywhere
2021-04-23 Than McIntoshcmd/compile: fix bug in defer wrapping
2021-04-23 Matthew Dempskycmd/compile/internal/types2: add unsafe.Add and unsafe...
2021-04-23 Matthew Dempskygo/types: implement unsafe.Add and unsafe.Slice
2021-04-22 Matthew Dempskyspec: add unsafe.Add and unsafe.Slice
2021-04-22 Matthew Dempskygo/types: suppress index-out-of-bounds error on Unknown...
2021-04-22 Matthew Dempskygo/types: cleanup and fix Checker.index
2021-04-22 Egon Elbreos: depend on Readlink only when necessary
2021-04-22 Michael Prattruntime: skip work recheck for non-spinning Ms
2021-04-22 Cherry Zhangcmd/link: support more load commands on Mach-O
2021-04-22 Bryan C. Millscmd/go/internal/modload: migrate editBuildList to use...
2021-04-22 Bryan C. Millscmd/go: add a source file in the multiple-paths module...
2021-04-22 Cherry Zhangcmd/compile, runtime: add metadata for argument printin...
2021-04-22 Paul E. Murphycmd/asm: fix RLDCR const1,reg,const2,reg on ppc64
2021-04-22 Cherry Zhangcmd/compile: keep call's args in elim dead auto pass
2021-04-22 Cherry Zhangruntime: call cgocallbackg indirectly
2021-04-22 Cherry Zhangcmd/link: emit LC_BUILD_VERSION on Mach-O
2021-04-22 Cherry Zhangcmd/link: update machoPlatform selection
2021-04-22 Aofei Shengcmd/go: update TestScript/mod_convert
2021-04-22 Robert Griesemercmd/compile/internal/types2: move a handful of tests
2021-04-22 Robert Griesemercmd/compile/internal/types2: review fixedbugs tests
2021-04-22 Robert Griesemercmd/compile/internal/types2: better errors for invalid...
2021-04-22 Robert Griesemercmd/compile/internal/types2: avoid follow-on errors...
next