]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-04-28 Robert Griesemerspec: clarify conditions for switch expression type
2021-04-28 Robert Griesemertypes2: disambiguate package qualifiers in error messages
2021-04-28 Robert Griesemercmd/compile/internal/types2: catch unexpected expressio...
2021-04-28 Jeff Widmancmd/go/internal/modfetch: fix comment that mentions...
2021-04-28 Daniel Martícmd/gofmt: simplify arg handling
2021-04-28 Bryan C. Millscmd/go/internal/modload: in importFromModules, do not...
2021-04-28 Rob Findleygo/types: split out function instantiation from index...
2021-04-28 Cherry Zhangcmd/compile: use desired register only if it satisfies...
2021-04-28 Paschalis Tsiliastesting: add -shuffle=off|on|N to alter the execution...
2021-04-28 Ian Lance Taylorruntime: consolidate Windows time constants into single...
2021-04-28 Ian Lance Taylorcmd/go: include C/C++/Fortran compiler version in build ID
2021-04-28 Cherry Zhangtest: do not run fuse test in noopt mode
2021-04-28 Ian Lance Taylorcmd/link: don't pass -Wl,--dynamic-linker if -static
2021-04-28 Manlio Perillocmd/go/internal/bug: use envcmd instead of go env
2021-04-28 unbytecmd/go: populate module info even if an error occurs...
2021-04-28 Cherry Zhangcmd/link: use R12 as trampoline scratch register on ARM
2021-04-28 Cherry Zhangcmd/compile: mark R12 clobbered for special calls
2021-04-28 Daniel Martícmd/go: make TOOLEXEC_IMPORTPATH consistent with 'go...
2021-04-28 Joel Singcmd/dist,runtime: support cgo on openbsd/mips64
2021-04-28 eric fangcmd/compile/ssa: optimize the derivable known branch...
2021-04-28 eric fangcmd/asm: add check for register and shift/extension...
2021-04-28 eric fangcmd/internal/obj/arm64: fix the wrong error message...
2021-04-28 Cuong Manh Lecmd/compile: fix typechecking logical operators panic...
2021-04-27 Paul E. Murphycmd/link: disable plugin support if cgo is disabled
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
next