]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-27 Andy Panruntime: converge duplicate calls to netpollBreak into one
2020-03-27 Lynn Bogercmd/compile: add rules to eliminate unnecessary signed...
2020-03-27 Bryan C. Millscmd/go/internal/modfetch/codehost: remove unused GitRep...
2020-03-27 Bryan C. Millscmd/go/internal/work: disallow testgo binary from insta...
2020-03-27 Bryan C. Millsrun.{bash,bat,rc}: use ../bin/go instead of the go...
2020-03-27 Bryan C. MillsRevert "cmd/go: add support for GOPROXY fallback on...
2020-03-27 Bryan C. Millscmd/dist: skip API check on plan9 builders
2020-03-27 Cherry Zhang[dev.link] cmd/link: migrate symbol's Value and Align...
2020-03-27 Cherry Zhang[dev.link] cmd/link: convert textbuildid pass to new...
2020-03-26 Jay Conrodcmd/go: add support for GOPROXY fallback on unexpected...
2020-03-26 Bryan C. Millscmd/dist: do not skip 'cmd' tests in race mode
2020-03-26 Bryan C. Millscmd/go/internal/base: rename EnvForDir to AppendPWD
2020-03-26 Bryan C. Millscmd/go: do not append to the global cfg.OrigEnv slice
2020-03-26 Meng Zhuoruntime: improve MIPS64x memclr
2020-03-26 Michael Anthony... runtime: ensure minTriggerRatio never exceeds maxTrigge...
2020-03-26 Filippo Valsordacrypto/rsa,crypto/ecdsa,crypto/ed25519: implement Publi...
2020-03-26 Cherry Zhang[dev.link] cmd/internal/goobj2: bump up version number
2020-03-26 Cherry Zhang[dev.link] cmd/link: fix buglet in setupdynexp
2020-03-26 Cherry Zhang[dev.link] cmd/link: define _etext, etc. in the linker...
2020-03-26 Xiangdong Jiruntime: fix threshold calculation of TestPhysicalMemor...
2020-03-25 Rob Pikescan: for style, adjust code for bad scan read counts
2020-03-25 sjnamtest/chan: fix trivial typos
2020-03-25 Cherry Zhangcmd/internal/obj/arm64: write test output to temp dir
2020-03-25 Michael Anthony... runtime: prevent preemption while timer is in timerModi...
2020-03-25 Ian Lance Taylorbufio: don't panic when Scanner sees an impossible...
2020-03-25 Bryan C. Millscmd/api: make NewWatcher populate its own package and...
2020-03-25 fanzha02cmd/link/internal/arm64: increase the function alignmen...
2020-03-25 Cherry Zhang[dev.link] cmd/link: remove lookup function from relocsym
2020-03-25 Cherry Zhang[dev.link] cmd/link: pass loader to relocation functions
2020-03-25 Cherry Zhang[dev.link] cmd/link: convert doxcoff to new style
2020-03-25 diaxu01cmd/internal/obj/arm64: add support of PCALIGN directive
2020-03-25 Bryan C. Millstest: make runindir tests pass regardless of whether...
2020-03-25 Ruixin(Peter... cmd/compile: use load and test instructions on s390x
2020-03-25 Than McIntosh[dev.link] cmd/link: convert addexport to loader interfaces
2020-03-25 Than McIntosh[dev.link] cmd/link: add loader.Sym equivalents to...
2020-03-25 Than McIntosh[dev.link] cmd/link: move setupdynexp before loadlibfull
2020-03-25 Than McIntosh[dev.link] cmd/link: minor tweaks to PropagateLoaderCha...
2020-03-25 Than McIntosh[dev.link] cmd/link: relocating Errorf() to ErrorReporter
2020-03-25 Brian Kesslermath: correct Atan2(±y,+∞) = ±0 on s390x
2020-03-25 Joel Singcmd/compile: fold constants into immediate instructions...
2020-03-25 Joel Singtest: re-enable atomic intrinsic related tests on riscv64
2020-03-25 Joel Singcmd/compile: provide Add/Cas/Exchange atomic intrinsics...
2020-03-24 Ian Lance Tayloros/exec: for TestExtraFiles failure, print readlink...
2020-03-24 Lynn Bogercmd/internal/obj/ppc64: fix PCALIGN on ppc64le
2020-03-24 Ian Lance Taylorinternal/poll: assume we have CancelIoEX on Windows
2020-03-24 Dan Scalesruntime: fix code so defer record is not added to g0...
2020-03-24 Ian Lance Taylorruntime: always use GetQueuedCompletionStatusEx on...
2020-03-24 Ian Lance Taylorruntime: don't call wakeNetPoller during timerModifying
2020-03-24 Jay Conrodcmd/go: clarify behavior with no arguments in 'go help...
2020-03-24 Keith RandallRevert "cmd/compile: convert 386 port to use addressing...
2020-03-24 Keith RandallRevert "cmd/compile: disable mem+op operations on 386"
2020-03-24 Keith RandallRevert "cmd/compile: disable addressingmodes pass for...
2020-03-24 Katie Hockmancrypto: implement Hash.String
2020-03-24 Cherry Zhang[dev.link] cmd/link: use Extname in doxcoff
2020-03-24 Cherry Zhang[dev.link] cmd/link: convert mangleTypeSym to new style
2020-03-24 Jeremy Faller[dev.link] cmd/link: remove global datap, moved to...
2020-03-24 Jeremy Faller[dev.link] cmd/link: refactor some of dodata
2020-03-24 Joel Singcmd/compile: provide Load32/Load64/Store32/Store64...
2020-03-24 Ian Lance Taylorruntime: negate errno value for mips pipe/pipe2
2020-03-24 nao20010128naosyscall/js: make wasm_exec.js compatible with Webpack
2020-03-24 Aurélio A.... syscall/js: allow copyBytesTo(Go|JS) to use Uint8Clampe...
2020-03-24 Michael Matloobcmd/go: list test packages even when the main package...
2020-03-23 Bryan C. MillsRevert "crypto/rsa,crypto/ecdsa,crypto/ed25519: impleme...
2020-03-23 Keith Randallcmd/compile: disable addressingmodes pass for 386
2020-03-23 Dan Scalescmd/go: define a build tag for any GOEXPERIMENT which...
2020-03-23 Andy Panstrings: narrow the search range of IndexByte in Index
2020-03-23 Keith Randallcmd/compile: disable mem+op operations on 386
2020-03-23 Filippo Valsordacrypto/rsa,crypto/ecdsa,crypto/ed25519: implement Publi...
2020-03-23 Giovanni Bajocmd/compile: fold LEAQ with constant scale into LEA
2020-03-23 Roland Shoemakercrypto/x509: add RevocationList and CreateRevocationList
2020-03-23 Michael Anthony... runtime: use OnesCount64 to count allocated objects...
2020-03-23 Michael Anthony... runtime: add countAlloc benchmark
2020-03-23 Michael Anthony... cmd/compile: panic if trying to alias an intrinsic...
2020-03-23 Michael Anthony... cmd/compile: declare runtime bit func aliases after...
2020-03-23 Than McIntosh[dev.link] cmd/link: set "local" attribute on symbols...
2020-03-23 Than McIntosh[dev.link] cmd/link: add loader.Loader apis for symbol...
2020-03-23 Cherry Zhang[dev.link] cmd/link: invoke oldlink if old object forma...
2020-03-23 Cherry Zhang[dev.link] cmd/internal/obj: restore old DWARF symbol...
2020-03-23 Cherry Zhang[dev.link] cmd/asm, cmd/compile: add back newobj flag
2020-03-23 Cherry Zhang[dev.link] cmd/oldlink: add back the old linker
2020-03-23 Cherry Zhang[dev.link] cmd/internal/dwarf: add back some constant...
2020-03-23 Matthew Dempskycmd/compile: skip generating args_stackmap for "pulled...
2020-03-23 Andy Panruntime: correct the system-call name of kevent in...
2020-03-23 Andy Panbytes: narrow the search of IndexByte in Index
2020-03-23 Allen Ligo/ast: fix inflection in comments to match plurality
2020-03-22 Ben Schwartzruntime: speed up receive on empty closed channel
2020-03-22 kadern0cmd/compile: remove unused isIntOrdering method
2020-03-22 Giovanni Bajobuild: add default GOROOT_BOOTSTRAP in Windows
2020-03-22 Giovanni Bajobuild: force all Windows batch files to CRLF
2020-03-22 Ian Lance Taylorcmd/go: fix function name in comment
2020-03-22 d-tsujinet/http: remove period at end of error message
2020-03-21 Austin Clements[dev.link] cmd/link: finish phase CPU profile before...
2020-03-21 Austin Clements[dev.link] cmd/link: improve documentation on -benchmar...
2020-03-21 Austin Clements[dev.link] cmd/link: record per-phase memory profile
2020-03-21 Alex Brainmanruntime: ignore error returned by PowerRegisterSuspendR...
2020-03-21 Keith Randallcmd/compile: indexed loads/stores can't be faultOnNilArg0
2020-03-20 Than McIntosh[dev.link] cmd/link: minor perf tweak for PropagateLoad...
2020-03-20 Keith Randallruntime: handle empty stack in expandFinalInlineFrame
2020-03-20 Alberto Donizettimath/big: document that Sqrt doesn't set Accuracy
next