]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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 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 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 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 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 Alex Brainmanruntime: ignore error returned by PowerRegisterSuspendR...
2020-03-21 Keith Randallcmd/compile: indexed loads/stores can't be faultOnNilArg0
2020-03-20 Keith Randallruntime: handle empty stack in expandFinalInlineFrame
2020-03-20 Alberto Donizettimath/big: document that Sqrt doesn't set Accuracy
2020-03-20 Austin Clementsruntime: use divRoundUp
2020-03-20 Austin Clementsruntime: fix rounding in materializeGCProg
2020-03-20 Than McIntoshtest: fix -test.v trace output for cgo/testshared
2020-03-20 HowJMaydoc/articles/wiki: use correct variable name in closure...
2020-03-20 Ian Lance Taylorruntime/race: test that close synchronizes with read
2020-03-20 Ian Lance Taylorinternal/poll: update Windows Server Performance URL...
2020-03-20 Ian Lance Taylornet: merge common Unix/Windows methods
2020-03-20 Emmanuel T... net/http: update bundled x/net/http2
2020-03-20 Ian Lance Taylorinternal/poll: merge a couple of common definitions
2020-03-20 Ian Lance Tayloros: merge common Unix/Windows methods
2020-03-19 Tobias Klausercrypto/x509: bump minimum macOS version to 10.11
2020-03-19 Jay Conrodcmd/go: update 'go help modules' for automatic vendoring
2020-03-19 Chris Le Roycrypto/tls: update the MITM reference to "machine-in...
2020-03-19 Changkun Outesting: fix data race between parallel subtests
2020-03-19 Daniel Martísync/atomic: remove panic64
2020-03-19 Lynn Bogerruntime: improve memmove for short moves on ppc64
2020-03-19 Tim Möhlmanndatabase/sql: add method Err on sql.Row
2020-03-19 Ian Lance Taylorruntime: minor updates to netpoll comments
2020-03-18 Harmendatabase/sql: fix variable name in example
2020-03-18 Kyle Nusbaumcontext: prevent creation of invalid contexts
2020-03-18 Bryan C. Millscmd/go: skip the cmd/cgo staleness check on darwin...
2020-03-18 Michael Anthony... runtime: don't hold worldsema across mark phase
2020-03-18 Ian Lance Taylordoc/go1.14: mention Windows change for Open permissions
2020-03-18 Bryan C. Millscmd/internal/moddeps: skip GOROOT/pkg when locating...
2020-03-18 Michael Anthony... runtime: add ReadMemStats latency benchmark
2020-03-18 Michael Anthony... runtime: preempt dedicated background mark workers...
2020-03-18 Jay Conrodcmd/go/internal/modfetch/zip_sum_test: remove dead...
2020-03-18 Bryan C. Millscmd/go: add a "don't care about success" operator to...
2020-03-18 Cherry Zhangruntime: don't send preemption signal if there is a...
2020-03-18 Bryan C. Millscmd/go: add a missing curly-brace in the 'stale' comman...
2020-03-17 Daniel Theophanesdatabase/sql: process all Session Resets synchronously
2020-03-17 Rodolfo Carvalhotesting: use "exit code" in documentation consistently
2020-03-17 Keith Randallruntime: don't report a pointer alignment error for...
2020-03-17 Bryan C. Millscmd/go: replace TestCgoDependsOnSyscall with a simpler...
2020-03-17 Jeremy Fallerruntime/pprof: export max rss when saving memory profiles.
2020-03-17 Joel Singcmd/compile: provide Load8/Store8 atomic intrinsics...
2020-03-17 Joel Singcmd/internal/obj/riscv: add comments for Go registers
2020-03-17 Joel Singcmd/compile: use NOT pseudo-instruction for riscv64...
2020-03-17 Changkun Outesting: do not require os.Exit in TestMain
2020-03-16 Ian Lance Taylorruntime: add goroutines returned by poller to local...
2020-03-16 Paschalis Tsiliastime: fix time.Before to reuse t.sec(), u.sec()
2020-03-15 Joel Singcmd/compile: use NEG/NEGW pseudo-instructions on riscv64
2020-03-15 Joel Singcmd/compile: use NOT pseudo-instruction on riscv64
2020-03-15 Joel Singcmd/internal/obj/riscv: add NEG/NEGW pseudo-instructions
2020-03-15 Joel Singcmd/internal/obj/riscv: add NOT pseudo-instruction
2020-03-15 Joel Singcmd/internal/obj/riscv: add FCLASSS/FCLASSD instructions
2020-03-15 Joel Singcmd/asm,cmd/internal/obj/riscv: add atomic memory opera...
next