2019-11-20 |
Bryan C. Mills | misc/cgo/testplugin: avoid writing to GOROOT |
commit | commitdiff | tree |
2019-11-20 |
Bryan C. Mills | misc/cgo/fortran: avoid writing to $PWD |
commit | commitdiff | tree |
2019-11-20 |
Eric Rutherford | path: minor changes to improve documentation for Join |
commit | commitdiff | tree |
2019-11-20 |
Filippo Valsorda | encoding/base64: document that Strict mode still ignore... |
commit | commitdiff | tree |
2019-11-20 |
Austin Clements | runtime: support preemption on windows/{386,amd64} |
commit | commitdiff | tree |
2019-11-20 |
Austin Clements | runtime: ensure thread handle is valid in profileloop1 |
commit | commitdiff | tree |
2019-11-20 |
Austin Clements | runtime: move m.thread to mOS |
commit | commitdiff | tree |
2019-11-20 |
Clément Chigot | runtime: disable GDB tests on AIX with -short |
commit | commitdiff | tree |
2019-11-20 |
Katie Hockman | crypto/x509: fix typo in godoc for ParseECPrivateKey |
commit | commitdiff | tree |
2019-11-20 |
Baokun Lee | cmd/go: skip mod_convert_tsv_insecure test when no... |
commit | commitdiff | tree |
2019-11-19 |
Jay Conrod | doc: add section for major version suffixes to module... |
commit | commitdiff | tree |
2019-11-19 |
Jay Conrod | doc: add sections for modules, packages, versions to... |
commit | commitdiff | tree |
2019-11-19 |
Bryan C. Mills | cmd/dist: remove redundant 'go test -race' call |
commit | commitdiff | tree |
2019-11-19 |
Bryan C. Mills | cmd/go: consolidate TestInstalls into gopath_install... |
commit | commitdiff | tree |
2019-11-19 |
Than McIntosh | cmd/cgo: better handling for '.' in pkgpath for gccgo |
commit | commitdiff | tree |
2019-11-19 |
Jay Conrod | doc: add glossary to module reference documentation |
commit | commitdiff | tree |
2019-11-19 |
Bryan C. Mills | cmd/go: make files copied from GOROOT writable in TestN... |
commit | commitdiff | tree |
2019-11-19 |
Bryan C. Mills | cmd/dist: remove extraneous '-i' from 'go test -race... |
commit | commitdiff | tree |
2019-11-19 |
Ian Lance Taylor | doc/go1.14: mention new, more efficient, timers |
commit | commitdiff | tree |
2019-11-19 |
Bryan C. Mills | cmd/go: convert TestPackageMainTestImportsArchiveNotBin... |
commit | commitdiff | tree |
2019-11-19 |
Bryan C. Mills | cmd/go: ignore irrelevant 'go test' failure in TestGoTe... |
commit | commitdiff | tree |
2019-11-19 |
Bryan C. Mills | cmd/go: convert TestTestCacheInputs to a script test |
commit | commitdiff | tree |
2019-11-19 |
Ian Lance Taylor | time: give TestTicker more time on darwin-arm64 |
commit | commitdiff | tree |
2019-11-19 |
Ian Lance Taylor | runtime, time: remove old timer code |
commit | commitdiff | tree |
2019-11-19 |
Joel Sing | cmd/internal/obj/riscv: split immediates larger than... |
commit | commitdiff | tree |
2019-11-19 |
Joel Sing | cmd/link,cmd/internal/obj/riscv: implement archreloc... |
commit | commitdiff | tree |
2019-11-19 |
Ian Lance Taylor | runtime: release timersLock while running timer |
commit | commitdiff | tree |
2019-11-19 |
Ian Lance Taylor | time: deflake TestTicker |
commit | commitdiff | tree |
2019-11-19 |
Bryan C. Mills | cmd/go: fail tests immediately if they attempt to creat... |
commit | commitdiff | tree |
2019-11-19 |
David Chase | cmd/compile: make a better bogus line for empty infinit... |
commit | commitdiff | tree |
2019-11-19 |
Bryan C. Mills | cmd/go: convert TestIssue6844 to a script test |
commit | commitdiff | tree |
2019-11-18 |
Bryan C. Mills | cmd/go: convert TestBuildDashIInstallsDependencies... |
commit | commitdiff | tree |
2019-11-18 |
Bryan C. Mills | cmd/go: convert TestMove* to script tests |
commit | commitdiff | tree |
2019-11-18 |
Bryan C. Mills | cmd/go: convert TestUserOverrideFlags to a script test |
commit | commitdiff | tree |
2019-11-18 |
Bryan C. Mills | cmd/go: convert TestInstallIntoGOPATH to a script test |
commit | commitdiff | tree |
2019-11-18 |
Bryan C. Mills | cmd/go: convert TestImportMain to a script test |
commit | commitdiff | tree |
2019-11-18 |
Than McIntosh | test: new test for gollvm compiler crash bug |
commit | commitdiff | tree |
2019-11-18 |
Bryan C. Mills | cmd/go: convert TestCoverageUses*Mode* to script tests |
commit | commitdiff | tree |
2019-11-18 |
Bryan C. Mills | cmd/go: convert DevNull tests to script tests |
commit | commitdiff | tree |
2019-11-18 |
Bryan C. Mills | cmd/go: convert Test{Local,Bad}Imports* to script tests |
commit | commitdiff | tree |
2019-11-18 |
Cherry Zhang | runtime: always use Go signal stack in non-cgo program |
commit | commitdiff | tree |
2019-11-18 |
ramenjuniti | misc/chrome/gophertool: replace deprecated tabs.getSele... |
commit | commitdiff | tree |
2019-11-18 |
Bryan C. Mills | cmd/fix: eliminate data races in TestRewrite and gofmt |
commit | commitdiff | tree |
2019-11-18 |
Bryan C. Mills | test: avoid writing temporary files to GOROOT |
commit | commitdiff | tree |
2019-11-18 |
Tom Thorogood | runtime: remove stray errno check from TestSignalM |
commit | commitdiff | tree |
2019-11-16 |
Keith Randall | hash/maphash: mark call into runtime hash function... |
commit | commitdiff | tree |
2019-11-16 |
Ian Lance Taylor | net: add more timing slop for TestDialParallel on Windows |
commit | commitdiff | tree |
2019-11-16 |
Clément Chigot | runtime: add arenaBaseOffset on aix/ppc64 |
commit | commitdiff | tree |
2019-11-15 |
Bryan C. Mills | Revert "test: avoid writing temporary files to GOROOT" |
commit | commitdiff | tree |
2019-11-15 |
Ian Lance Taylor | time: only fail TestAfterStop if it fails five times... |
commit | commitdiff | tree |
2019-11-15 |
Bryan C. Mills | cmd/dist: skip GOCACHE and .git when making GOROOT... |
commit | commitdiff | tree |
2019-11-15 |
Ville Skyttä | all: fix a bunch of misspellings |
commit | commitdiff | tree |
2019-11-15 |
Elias Naur | cmd/link/internal/ld: set MachO platform to PLATFORM_IO... |
commit | commitdiff | tree |
2019-11-15 |
Bryan C. Mills | cmd/dist: fix GOROOT permissions on failure |
commit | commitdiff | tree |
2019-11-15 |
Bryan C. Mills | test: avoid writing temporary files to GOROOT |
commit | commitdiff | tree |
2019-11-15 |
Bryan C. Mills | cmd/dist: when -compile-only is set, write binaries... |
commit | commitdiff | tree |
2019-11-15 |
Agniva De Sarker | cmd/go: document the -mod=mod option |
commit | commitdiff | tree |
2019-11-15 |
Bryan C. Mills | cmd/go: allow a fork with path […]/vN to replace gopkg... |
commit | commitdiff | tree |
2019-11-15 |
Bryan C. Mills | cmd/go: fix typo'd argument in build_trimpath.txt |
commit | commitdiff | tree |
2019-11-15 |
Michael Anthony... | runtime: check summary before scavenging in fast path |
commit | commitdiff | tree |
2019-11-15 |
go101 | reflect: factor out special channel assignability rule... |
commit | commitdiff | tree |
2019-11-15 |
Tobias Klauser | syscall: fix EpollEvent padding on mips64{,le} |
commit | commitdiff | tree |
2019-11-15 |
Cherry Zhang | cmd/internal/obj/x86: mark 2-instruction TLS access... |
commit | commitdiff | tree |
2019-11-15 |
Cherry Zhang | runtime: crash if a signal is received with bad G and... |
commit | commitdiff | tree |
2019-11-15 |
Sergey Zagursky | net: fix improper Context.Deadline usage in DialContext |
commit | commitdiff | tree |
2019-11-14 |
Jay Conrod | cmd/go: include module path and version in cache key... |
commit | commitdiff | tree |
2019-11-14 |
Bryan C. Mills | doc: convert remaining bash tests to Go |
commit | commitdiff | tree |
2019-11-14 |
Elias Naur | cmd/link/internal/ld,misc/cgo/testcshared: don't -fuse... |
commit | commitdiff | tree |
2019-11-14 |
Hana Kim | runtime/pprof: fix the inlined frame merge logic |
commit | commitdiff | tree |
2019-11-14 |
Ian Lance Taylor | os/signal: don't ignore SIGINT in TestAtomicStop child... |
commit | commitdiff | tree |
2019-11-14 |
Yasuhiro Matsumoto | os: handle backslash and slash both in the path on... |
commit | commitdiff | tree |
2019-11-13 |
Jay Conrod | cmd/go: fix error for empty packages referenced with... |
commit | commitdiff | tree |
2019-11-13 |
Ian Lance Taylor | os/exec: skip poll descriptors when checking for open... |
commit | commitdiff | tree |
2019-11-13 |
Bryan C. Mills | misc/cgo/testgodefs: convert test from bash to Go |
commit | commitdiff | tree |
2019-11-13 |
Rémy Oudompheng | math/big: fix out-of-bounds panic in divRecursive |
commit | commitdiff | tree |
2019-11-13 |
Ian Lance Taylor | runtime: acquire timersLocks around moveTimers |
commit | commitdiff | tree |
2019-11-13 |
Cuong Manh Le | cmd/compile: update comments to refer to Order methods |
commit | commitdiff | tree |
2019-11-13 |
Than McIntosh | cmd/link: don't run TestDWARF in c-archive mode on... |
commit | commitdiff | tree |
2019-11-13 |
Ian Lance Taylor | os/exec: don't run TestExtraFiles if extra files were... |
commit | commitdiff | tree |
2019-11-13 |
ZYunH | runtime: fix typo in deferprocStack's comments |
commit | commitdiff | tree |
2019-11-13 |
Bryan C. Mills | cmd/dist: remove chatty log.Print |
commit | commitdiff | tree |
2019-11-13 |
Brad Fitzpatrick | net/http: add some debugging to TestDontCacheBrokenHTTP... |
commit | commitdiff | tree |
2019-11-13 |
Joel Sing | cmd/internal/objabi,cmd/link: initial linker support... |
commit | commitdiff | tree |
2019-11-13 |
Filippo Valsorda | src/vendor,crypto/tls: update to latest x/crypto and... |
commit | commitdiff | tree |
2019-11-12 |
Cherry Zhang | runtime: enable async preemption on darwin/arm64 |
commit | commitdiff | tree |
2019-11-12 |
Cherry Zhang | cmd/internal/obj/arm64: save LR after decrementing... |
commit | commitdiff | tree |
2019-11-12 |
David Chase | cmd/compile: expand initial $GOROOT in optimizer loggin... |
commit | commitdiff | tree |
2019-11-12 |
Carlo Alberto... | runtime: consistently seed fastrand state across archs |
commit | commitdiff | tree |
2019-11-12 |
Hana (Hyang... | cmd: sync github.com/google/pprof@v0.0.0-20191105193234... |
commit | commitdiff | tree |
2019-11-12 |
Matthew Dempsky | test: add another test case for #35518 |
commit | commitdiff | tree |
2019-11-12 |
Bryan C. Mills | cmd/go: convert TestCacheVet to a script |
commit | commitdiff | tree |
2019-11-12 |
David Chase | cmd/compile: enable optimizer logging for inline-relate... |
commit | commitdiff | tree |
2019-11-12 |
Tobias Klauser | syscall: fix epoll_event padding on linux/arm64 |
commit | commitdiff | tree |
2019-11-12 |
Robert Griesemer | math/big: ensure correct test input |
commit | commitdiff | tree |
2019-11-12 |
Bryan C. Mills | crypto/tls: retry ETIMEDOUT flakes in localPipe on... |
commit | commitdiff | tree |
2019-11-12 |
Matthew Dempsky | cmd/compile: fix -m=2 infinite loop in escape.go |
commit | commitdiff | tree |
2019-11-12 |
Bryan C. Mills | cmd/dist: save and restore original permissions in... |
commit | commitdiff | tree |
2019-11-12 |
Ian Lance Taylor | runtime: use pipe rather than note in TestSignalM |
commit | commitdiff | tree |
2019-11-12 |
Agniva De Sarker | cmd/doc: show the package clause always |
commit | commitdiff | tree |
2019-11-12 |
Rémy Oudompheng | math/big: implement recursive algorithm for division |
commit | commitdiff | tree |
next |