]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2019-12-03 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-12-03 Xiangdong Jicmd/vet: honor analyzer flags when running vet outside...
2019-12-03 Ian Lance Taylorruntime: treat call from runtime as transient in TestDe...
2019-12-02 Ian Lance Taylorruntime: use current P's race context in timer code
2019-12-02 Günther Noackos/exec: document that cmd.Start() sets the Process...
2019-12-02 Than McIntoshcmd/link: additional fixes for -newobj and "ld -r"...
2019-12-02 Tao Qingyuncmd/compile: declare with type for fmtMode constant
2019-12-02 Xudong Zhangtime: fix comment in test
2019-11-28 Richard Millerruntime: on plan9 don't return substitute address for...
2019-11-27 Michael Anthony... runtime: ready scavenger without next
2019-11-27 Carlos Amedeecmd/go/internal/modget: synchronize writes to modOnly...
2019-11-27 Hana (Hyang... cmd/go: enable -x in go mod download
2019-11-27 Jay Conroddoc: add section on resolving packages to module refere...
2019-11-27 Michael Anthony... runtime: reset scavenge address in scavengeAll
2019-11-27 Brad Fitzpatricknet/http: update bundled x/net/http2
2019-11-27 Mostyn Bramley... doc: clarify interaction of ioutil.WriteFile with umask
2019-11-27 Cherry Zhangruntime: print more information on stack overflow
2019-11-27 Cherry Zhangcmd/internal/obj: mark split-stack prologue nonpreemptible
2019-11-27 Cherry Zhangcmd/internal/obj, runtime: use register map to mark...
2019-11-26 Jay Conroddoc: add section on GOPROXY protocol to module referenc...
2019-11-26 Jay Conrodcmd: update golang.org/x/mod and vendor
2019-11-26 Cherry Zhangruntime: disable async preemption on darwin/arm(64...
2019-11-26 Kyle Shannonlib/time: update tz data to 2019c
2019-11-25 skanehiraos: fix broken comment's link
2019-11-25 Fazlul Shahriarcmd/link: fix TestStrictDup in module mode
2019-11-25 Jason A. Donenfeldcmd/go: prefix calls to Windows rmdir with cmd.exe
2019-11-25 Bryan C. Millsmisc/cgo/testshared: do not write to GOROOT
2019-11-25 Bryan C. Millsmisc: log 'ok' from 'go run' tests on success
2019-11-25 Bryan C. Millsmisc: remove use of relative directories in overlayDir...
2019-11-25 diaxu01cmd/internal/obj/arm64: add NOOP description in Go...
2019-11-25 Dan Scalesruntime: add go:nosplit to cgo_mmap.go:mmap() and sys_d...
2019-11-24 Than McIntoshcmd/link: disable new testpoint on mips pending investi...
2019-11-23 Tobias Klausersyscall: follow convention for generated code comments...
2019-11-23 Richard Musiolsyscall/js: handle interleaved functions correctly
2019-11-23 Than McIntoshcmd/link: add new linker testpoint for "ld -r" host...
2019-11-23 Than McIntoshcmd/link: fix bug with -newobj and "ld -r" ELF host...
2019-11-22 Dmitri Shuralyovnet/http: rename tests for Redirect and StripPrefix
2019-11-22 Brad Fitzpatricknet/http: make Transport.IdleConnTimeout consider wall...
2019-11-22 Bryan C. Millscmd/go/internal/work: reduce code duplication in buildM...
2019-11-22 Jay Conrodcmd/go: fix and re-enable build_trimpath test
2019-11-22 Bryan C. Millscmd/go: do not panic when computing Shlib for a package...
2019-11-22 Bryan C. Millscmd/go: add a 'buildmode' condition for script tests
2019-11-22 Bryan C. Millsmisc/cgo/testshared: make -v output less verbose
2019-11-22 Michael Anthony... runtime: release worldsema before Gosched in STW GC...
2019-11-22 Michael Anthony... runtime: increase TestPhysicalMemoryUtilization threshold
2019-11-22 Jay Conrodcmd/go: add 'go generate' commands to modfile_flag...
2019-11-22 Bryan C. Millsmisc/cgo/testcshared: avoid writing to GOROOT in tests
2019-11-22 Bryan C. Millsmisc/cgo/testcarchive: avoid writing to GOROOT in tests
2019-11-22 Hana Kimruntime/pprof: avoid crash due to truncated stack traces
2019-11-22 tworeflect: remove obsolete comment about gobitVector
2019-11-22 David Chasecmd/compile: try harder to not use an empty src.XPos...
2019-11-21 Roman Kollárnet/http: fix Server.ConnContext modifying context...
2019-11-21 Roberto Clapistext/template: harden JSEscape to also escape ampersand...
2019-11-21 Filippo Valsordacrypto/tls: remove leftover extensionNextProtoNeg constant
2019-11-21 Jay Conrodcmd/go: report an error for 'go list -m ...' outside...
2019-11-21 Cherry Zhangruntime: relax TestAsyncPreempt
2019-11-21 jinmiaoluonet/url: update net/url split comment
2019-11-21 Andrewall: base64-encode binaries that will cause Apple notar...
2019-11-20 Bryan C. Millsmisc/cgo/testplugin: avoid writing to GOROOT
2019-11-20 Bryan C. Millsmisc/cgo/fortran: avoid writing to $PWD
2019-11-20 Eric Rutherfordpath: minor changes to improve documentation for Join
2019-11-20 Filippo Valsordaencoding/base64: document that Strict mode still ignore...
2019-11-20 Austin Clementsruntime: support preemption on windows/{386,amd64}
2019-11-20 Austin Clementsruntime: ensure thread handle is valid in profileloop1
2019-11-20 Austin Clementsruntime: move m.thread to mOS
2019-11-20 Clément Chigotruntime: disable GDB tests on AIX with -short
2019-11-20 Katie Hockmancrypto/x509: fix typo in godoc for ParseECPrivateKey
2019-11-20 Baokun Leecmd/go: skip mod_convert_tsv_insecure test when no...
2019-11-19 Jay Conroddoc: add section for major version suffixes to module...
2019-11-19 Jay Conroddoc: add sections for modules, packages, versions to...
2019-11-19 Bryan C. Millscmd/dist: remove redundant 'go test -race' call
2019-11-19 Bryan C. Millscmd/go: consolidate TestInstalls into gopath_install...
2019-11-19 Than McIntoshcmd/cgo: better handling for '.' in pkgpath for gccgo
2019-11-19 Jay Conroddoc: add glossary to module reference documentation
2019-11-19 Bryan C. Millscmd/go: make files copied from GOROOT writable in TestN...
2019-11-19 Bryan C. Millscmd/dist: remove extraneous '-i' from 'go test -race...
2019-11-19 Ian Lance Taylordoc/go1.14: mention new, more efficient, timers
2019-11-19 Bryan C. Millscmd/go: convert TestPackageMainTestImportsArchiveNotBin...
2019-11-19 Bryan C. Millscmd/go: ignore irrelevant 'go test' failure in TestGoTe...
2019-11-19 Bryan C. Millscmd/go: convert TestTestCacheInputs to a script test
2019-11-19 Ian Lance Taylortime: give TestTicker more time on darwin-arm64
2019-11-19 Ian Lance Taylorruntime, time: remove old timer code
2019-11-19 Joel Singcmd/internal/obj/riscv: split immediates larger than...
2019-11-19 Joel Singcmd/link,cmd/internal/obj/riscv: implement archreloc...
2019-11-19 Ian Lance Taylorruntime: release timersLock while running timer
2019-11-19 Ian Lance Taylortime: deflake TestTicker
2019-11-19 Bryan C. Millscmd/go: fail tests immediately if they attempt to creat...
2019-11-19 David Chasecmd/compile: make a better bogus line for empty infinit...
2019-11-19 Bryan C. Millscmd/go: convert TestIssue6844 to a script test
2019-11-18 Bryan C. Millscmd/go: convert TestBuildDashIInstallsDependencies...
2019-11-18 Bryan C. Millscmd/go: convert TestMove* to script tests
2019-11-18 Bryan C. Millscmd/go: convert TestUserOverrideFlags to a script test
2019-11-18 Bryan C. Millscmd/go: convert TestInstallIntoGOPATH to a script test
2019-11-18 Bryan C. Millscmd/go: convert TestImportMain to a script test
2019-11-18 Than McIntoshtest: new test for gollvm compiler crash bug
2019-11-18 Bryan C. Millscmd/go: convert TestCoverageUses*Mode* to script tests
2019-11-18 Bryan C. Millscmd/go: convert DevNull tests to script tests
2019-11-18 Bryan C. Millscmd/go: convert Test{Local,Bad}Imports* to script tests
2019-11-18 Cherry Zhangruntime: always use Go signal stack in non-cgo program
2019-11-18 ramenjunitimisc/chrome/gophertool: replace deprecated tabs.getSele...
next