]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-04-29 Ian Lance Taylorruntime: remove linux-amd64 walltime function
2021-04-29 Ian Lance Taylorruntime: rename walltime1 to walltime
2021-04-29 kumakichicmd/compile/internal/ir: fix doc
2021-04-29 Cherry Zhangcmd/link: use a two-pass approach for trampoline insertion
2021-04-29 Cherry Zhangcmd/link: update comment for PLT/GOT helper functions
2021-04-29 Rob Findleygo/types: improve error messages for unexpected ListExprs
2021-04-29 Rob Findleygo/types: ensure that error code values do not change...
2021-04-29 Rob Findleygo/types: nest all test data under the testdata directory
2021-04-29 cuiweixiecmd/compile/internal/walk: delete unused statement
2021-04-29 Robert Griesemercmd/compile/internal/types2: match compiler error for...
2021-04-29 Ian Lance Taylorruntime: remove walltime function
2021-04-29 Ian Lance Taylorruntime: implement time.now in assembly for linux-amd64
2021-04-29 Than McIntoshcmd/compile: remove an unused function
2021-04-28 Rob Findleygo/types: respect IgnoreFuncBodies for function literals
2021-04-28 Rob Findleygo/types: better errors for invalid short var decls
2021-04-28 Rob Findleygo/types: fix type inference
2021-04-28 Ian Lance Taylorruntime: use a single definition of time_now for faketime
2021-04-28 Ian Lance Taylorruntime: move Windows time.now implementations into...
2021-04-28 Rob Findleygo/types: use a global atomic counter for type paramete...
2021-04-28 Rob Findleygo/types: add example test for type inference
2021-04-28 Rob Findleygo/types: use combined type and ordinary args for type...
2021-04-28 Filippo Valsordacrypto/cipher: make AES-GCM benchmarks match ChaCha20Po...
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...
next