]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-11-06 Austin Clementsruntime: remove write barrier in WaitForSigusr1
2019-11-06 Bryan C. Millscmd/doc: avoid calling token.IsExported on non-tokens
2019-11-06 Clément Chigotcmd/link: fix the size of typerel.* with c-archive...
2019-11-06 Dmitry Vyukovtest: add tests for runtime.itab.init
2019-11-06 Dmitry Vyukovruntime: remove stale runtime check in tests
2019-11-06 Dmitry Vyukovruntime: clarify that itab.hash of dynamic entries...
2019-11-06 Marcel van... src/vendor: update to latest version of net
2019-11-06 Bryan C. Millscmd/go: avoid upgrading to +incompatible versions if...
2019-11-05 Bryan C. Millscmd: update x/mod to CL 205497
2019-11-05 Bryan C. Millscmd/go/internal/modfetch: prune +incompatible versions...
2019-11-05 Filippo Valsordadoc: mention the anti-spam bypass in security.html
2019-11-05 Ian Lance Taylorruntime/cgo: add -Wno-nullability-completeness on Darwin
2019-11-05 Katie Hockmancrypto/dsa: prevent bad public keys from causing panic
2019-11-05 Bryan C. Millscmd/go/internal/modget: synchronize writes to modOnly...
2019-11-05 Cherry Zhangruntime: don't fetch G from signal stack when using cgo
2019-11-05 Cherry Zhangruntime: setg after sigFetchG
2019-11-05 Ian Lance Taylorruntime: keep adjusted timers in timerMoving status...
2019-11-05 Bryan C. Millscmd/go: make 'go mod why' require a main module
2019-11-05 Bryan C. Millscmd/compile: do not skip TestFormats on short builders
2019-11-05 Pantelis Sampaziotistesting/iotest: add missing tests
2019-11-05 Dan Scalescmd/compile: fix liveness for open-coded defer args...
2019-11-05 Bryan C. Millscmd/go: derive TestExecutableGOROOT environment from...
2019-11-05 Bryan C. Millscmd/go/internal/modfetch: remove non-hermetic test
2019-11-05 Bryan C. Millscmd/go.mod: upgrade x/mod to pull in CL 204821
2019-11-05 Elias Naurmisc/ios: bump -mios-version-min
2019-11-05 Marcel van... unicode: upgrade to Unicode 12
2019-11-05 Ian Lance Taylorruntime: disable preemption during test calls to futexsleep
2019-11-05 Ian Lance Taylorcmd/compile: update TestFormats for CL 196959
2019-11-05 Lars Lehtonennet/smtp: fix dropped test error
2019-11-05 Cherry Zhangcmd/internal/obj/mips: add a flag field to Optab
2019-11-05 Cherry Zhangruntime: test a frameless function for async preemption
2019-11-05 Lars Lehtonenio/ioutil: Fix dropped test error
2019-11-05 Cherry Zhangcmd/compile: mark architecture-specific unsafe points
2019-11-05 Cherry Zhangcmd/compile: not use REGTMP in ZeroRange on ARM64
2019-11-05 Cherry Zhangruntime: add async preemption support on ARM
2019-11-05 Keith Randallcmd/vet: add test for loading complex values with a...
2019-11-05 Matthew Dempskycmd/compile: fix //go:uintptrescapes for basic method...
2019-11-05 Ian Lance Taylorruntime/pprof: update example comment to check error...
2019-11-05 Ian Lance Taylorruntime: don't return from netpollGenericInit until...
2019-11-05 Keith Randallcmd: vendor in new version of x/tools
2019-11-05 Matthew Dempskycmd/compile, runtime: add comparison tracing for libFuzzer
2019-11-05 Matthew Dempskycmd/compile, cmd/link: add coverage instrumentation...
2019-11-04 Michael Anthony... runtime: clean up power-of-two rounding code with align...
2019-11-04 Brad Fitzpatricknet/http: support disabling built-in HTTP/2 with a...
2019-11-04 Michael Knyszekruntime: place lower limit on trigger ratio
2019-11-04 Richard Musiolsyscall/js: garbage collect references to JavaScript...
2019-11-04 Matthew Dempskycmd/compile: restore -m=2 diagnostics
2019-11-04 Michael Mundayinternal/bytealg: add SIMD byte count implementation...
2019-11-04 Cherry Zhangcmd/link/internal/ld: fix TestArchiveBuildInvokeWithExec
2019-11-04 Ian Lance Taylorruntime: wake netpoller when dropping P, don't sleep...
2019-11-04 Russ Coxhash/maphash: revise API to be more idiomatic
2019-11-04 Filippo Valsordacrypto/tls: make -update only regenerate transcripts...
2019-11-04 Michael Mundaycmd/compile: absorb more Not ops into Neq* and Eq* ops
2019-11-04 Cuong Manh Lecmd/compile: add test for skipping empty init functions
2019-11-04 Wang Xueruiruntime: use vDSO clock_gettime on linux/mips64x
2019-11-04 Than McIntoshcmd/link: directly exec archive command if external...
2019-11-04 Cherry Zhangcmd/internal/obj/s390x: add support of SPM instruction
2019-11-04 Dan Scalesruntime: ensure that Goexit cannot be aborted by a...
2019-11-04 Ruixin(Peter... cmd/asm/internal/asm/testdata/s390x: add test cases...
2019-11-04 Cherry Zhangcmd/link: enable PIE on darwin/arm
2019-11-04 Roger Peppetesting: implement Cleanup method
2019-11-04 Ian Lance Taylormisc/cgo/testcarchive: add missing exit(0) in main7.c
2019-11-04 Carlos Eduardo Seocmd/internal/obj/ppc64: add support for DQ-form instruc...
2019-11-03 Alex Brainmancrypto/x509: make '-gcflags=all=-d=checkptr' flag work
2019-11-02 Cherry Zhangruntime: don't async preempt NO_LOCAL_POINTERS assembly...
2019-11-02 Austin Clementsruntime: add a test for asynchronous safe points
2019-11-02 Austin Clementsruntime: implement async scheduler preemption
2019-11-02 Austin Clementsruntime: use signals to preempt Gs for suspendG
2019-11-02 Austin Clementsruntime: scan stacks conservatively at async safe points
2019-11-02 Austin Clementsruntime: asynchronous preemption function for x86
2019-11-02 Austin Clementsruntime: support for injecting calls at signals on x86
2019-11-02 Austin Clementscmd/compile: fix missing unsafe-points
2019-11-02 Austin Clementsruntime: add GODEBUG=asyncpreemptoff=1
2019-11-02 Harshavardhananet/http/httputil: fix missing Transfer-Encoding header
2019-11-02 Alberto Donizettidoc: update ports list description to reflect current...
2019-11-02 Keith Randallhash/maphash: move bytes/hash to hash/maphash
2019-11-02 Katie Hockmancrypto/dsa: change bitwise checks to mod operations
2019-11-02 Ian Lance Taylorruntime: clear preemptStop in dropm
2019-11-02 Joshua M. Clulowruntime: check for events when port_getn fails with...
2019-11-02 Constantin... net/http: deflake TestCancelRequestWithChannelBeforeDo_...
2019-11-01 Ian Lance Taylorruntime: use atomic.Cas to change timerRemoved to timer...
2019-11-01 Cuong Manh Lecmd/compile: revert change to "bound" in typecheckarraylit
2019-11-01 Domas Tamašauskastime: document an alternative way of setting the system...
2019-11-01 Ian Lance Taylorruntime: unlock sched lock when checkdead throws due...
2019-11-01 Michael Anthony... runtime: turn off scavenger when there's <1 physical...
2019-11-01 Brad Fitzpatrickmake.bash: show bootstrap version
2019-11-01 Bryan C. Millscmd/go: adjust module-related logging
2019-11-01 Lorenz Bauerencoding/binary: cache struct sizes to speed up Read...
2019-11-01 Bryan C. Millscmd/go: default to mod=readonly when the go.mod file...
2019-11-01 Tobias Klausersyscall: add support for linux/riscv64
2019-11-01 empijeinet/http: clarify Header.WriteSubset behavior
2019-11-01 Tobias Klauserinternal/syscall/unix: add support for linux/riscv64
2019-11-01 Jay Conrodcmd/go/internal/modfetch: add zip sums and hashes to...
2019-11-01 Tobias Klauseros: gofmt
2019-11-01 Ian Lance Taylorruntime: use correct state machine in addAdjustedTimers
2019-11-01 Cuong Manh Lecmd/compile: make duplicate index error distinguish...
2019-11-01 Audrius Butkeviciusos: allow case only renames on case-insensitive filesystems
2019-10-31 Josh Bleecher... cmd/compile: remove amd64p32 rules
2019-10-31 Andrew Bonventredoc: document Go 1.13.4
2019-10-31 Andrew Bonventredoc: document Go 1.12.13
next