]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2021-04-22 Rob Findleygo/types: re-enable a commented out test
2021-04-22 Rob Findleygo/types: combine two loops (cleanup of TODO)
2021-04-22 eric fangcmd/internal/obj/arm64: fix the wrong ROR operator...
2021-04-22 fanzha02cmd/compile: add restrictions on the shift amount range...
2021-04-22 Ian Lance Taylorruntime: don't run TestCrashDumpsAllThreads in parallel
2021-04-21 Rob Findleygo/types: combine all type inference in a single function
2021-04-21 Michael Anthony... runtime: call nanotimeQPC from nanotime1 normally
2021-04-21 Andrew G. Morgansyscall: syscall.AllThreadsSyscall signal handling...
2021-04-21 Lynn Bogerinternal/bytealg: add power9 version of bytes index
2021-04-21 Rob Findleygo/types: simplify Checker.Call
2021-04-21 Tobias Klausernet: don't check nil err twice in interfaceMessages...
2021-04-21 Rob Findleygo/types: simplify Checker.funcInst
2021-04-21 Rob Findleygo/types: add sizeof test
2021-04-21 Keith Randalltest: add a field tracking test
2021-04-21 Ian Lance Taylorio/fs: document that caller can modify slice returned...
2021-04-21 Robert Griesemercmd/compile/internal/types2: fix incorrect result type...
2021-04-21 Tobias Klausersyscall: use libc in Exec on openbsd/arm64
2021-04-21 Cherry Zhangcmd/compile: reenable name preservation on copies in...
2021-04-21 Cherry Zhangcmd/compile: don't accumulate duplicated named slots
2021-04-21 Michael Prattruntime: move timer recheck after GC recheck
2021-04-21 Bryan C. Millscmd/go/internal/modload: use updateRequirements instead...
2021-04-21 Cuong Manh Lecmd/compile: allow export/import OSLICE2ARRPTR
2021-04-21 Cuong Manh Lecmd/compile: remove ir.OSTMTEXPR op
2021-04-21 Cuong Manh Lecmd/compile: update ir.Node ops comments
2021-04-21 Bryan C. Millscmd/go/internal/modload: in newRequirements, verify...
2021-04-21 Bryan C. Millscmd/go/internal/modload: split updateRoots into separat...
2021-04-21 Bryan C. Millscmd/go: make Tidy an option in PackageOpts rather than...
2021-04-21 Ian Lance Taylorruntime: don't test sig.inuse in sigsend
2021-04-21 Robert Griesemercmd/compile/internal/types2: fix type inference
2021-04-21 Josh Bleecher... reflect: allow conversion from slice to array ptr
2021-04-21 Josh Bleecher... go/types: allow conversion from slice to array ptr
2021-04-21 Josh Bleecher... cmd/compile: allow conversion from slice to array ptr
2021-04-20 Josh Bleecher... spec: allow conversion from slice to array ptr
2021-04-20 Keith Randallcmd/compile: separate out parameter and field export...
2021-04-20 Ian Lance TaylorRevert "runtime: implement runqdrain() for GC mark...
2021-04-20 Keith Randallcmd/compile: pass struct field note information along...
2021-04-20 Cherry Zhangcmd/compile: use f.Nname.Type() in makeABIWrapper
2021-04-20 Tobias Klausernet: pass MSG_CMSG_CLOEXEC in ReadMsgUnix on dragonfly...
2021-04-20 Tobias Klauserinternal/poll, net: fix comments regarding accept and...
2021-04-20 Michael Prattruntime: refactor findrunnable spinning recheck
2021-04-20 Jinzhureflect: fix stack overflow panic when using haveIdenti...
2021-04-20 Andy Panruntime: implement runqdrain() for GC mark worker gorou...
2021-04-20 Cherry Zhangcmd/compile: guard partially live arg spilling with...
2021-04-20 Cherry Zhangcmd/compile: disable name preservation on copies in...
2021-04-20 Michael Prattruntime: refactor work stealing to dedicated function
2021-04-20 Austin Clementsinternal/buildcfg: enable regabiargs by default
2021-04-20 Rob Findleycmd/compile/internal/types2: fix some typos in rawLooku...
2021-04-20 Rob Findleygo/types: support type parameters in NewMethodSet
2021-04-20 Austin Clementsinternal/buildcfg: enable regabidefer by default
2021-04-20 Cherry Zhangcmd/compile: preserve pointerness when creating map...
next