]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2019-10-31 Brad Fitzpatrickstrings: remove a redundant and flaky part of a test
2019-10-31 Cuong Manh Lebufio: return the underlying error in ReadFrom if not nil
2019-10-31 Austin Clementsruntime: atomically set span state and use as publicati...
2019-10-31 Austin Clementsruntime: fully initialize span in alloc_m
2019-10-31 Cuong Manh Lebufio: save error from underlying ReadFrom
2019-10-31 Olivier Poitreycrypto/tls: send ec_points_format extension in ServerHello
2019-10-31 Daniel Martíencoding/json: avoid work when unquoting strings, take 2
2019-10-31 Michael Mundayruntime/internal/atomic: add tests for And8 and Or8
2019-10-30 Ian Lance Taylorruntime: switch to using new timer code
2019-10-30 Damien Neiltesting: provide additional information when test funcs...
2019-10-30 Filippo Valsordacrypto/tls: improve error messages for invalid certific...
2019-10-30 Sam Whitedencoding/xml: fix token decoder on early EOF
2019-10-30 Ian Lance Taylorruntime: clear js idle timeout before new one and after...
2019-10-30 Clément Chigotruntime: fix nbpipe_test for AIX
2019-10-30 Clément Chigotruntime: fix netpollBreak for AIX
2019-10-30 Lorenz Bauersyscall: treat ENFILE as a temporary error
2019-10-30 Elias Naurcmd/link/internal/ld: remove flags incompatible with...
2019-10-30 Cholerae Hucmd/compile: resolve TODO of Mpflt.SetString
2019-10-30 Ian Lance Taylorruntime: record stub netpoll initialization, add lock...
2019-10-30 Ian Lance Taylorruntime: make fcntl arguments consistent across OS's
2019-10-29 Cherry Zhangruntime: clear m.gsignal when the M exits
2019-10-29 Robert Griesemergo/types: clarify documentation
next