go /
go /
20bf6a495eabad79b7b275d46fc3e11c620b8212 - 20bf6a4 lib/time: update tz data to 2019c by Kyle Shannon · 5 years ago
- 87805c9 os: fix broken comment's link by skanehira · 5 years ago
- 5de3b97 cmd/link: fix TestStrictDup in module mode by Fazlul Shahriar · 5 years ago
- 7adafc9 cmd/go: prefix calls to Windows rmdir with cmd.exe by Jason A. Donenfeld · 5 years ago
- 6d5f8b1 misc/cgo/testshared: do not write to GOROOT by Bryan C. Mills · 5 years ago
- e16f64c misc: log 'ok' from 'go run' tests on success by Bryan C. Mills · 5 years ago
- 476395c misc: remove use of relative directories in overlayDir functions by Bryan C. Mills · 5 years ago
- 01f15b6 cmd/internal/obj/arm64: add NOOP description in Go assembly syntax by diaxu01 · 5 years ago
- 9940c77 runtime: add go:nosplit to cgo_mmap.go:mmap() and sys_darwin.go:mmap() by Dan Scales · 5 years ago
- b81dd1c cmd/link: disable new testpoint on mips pending investigation by Than McIntosh · 5 years ago
- 6f7b96f syscall: follow convention for generated code comments in linux/riscv64 files by Tobias Klauser · 5 years ago
- c2e2296 syscall/js: handle interleaved functions correctly by Richard Musiol · 5 years ago
- 688aa74 cmd/link: add new linker testpoint for "ld -r" host object by Than McIntosh · 5 years ago
- f29e53d cmd/link: fix bug with -newobj and "ld -r" ELF host objects by Than McIntosh · 5 years ago
- 6ba1bf3 net/http: rename tests for Redirect and StripPrefix by Dmitri Shuralyov · 5 years ago
- 980f0c0 net/http: make Transport.IdleConnTimeout consider wall (not monotonic) time by Brad Fitzpatrick · 5 years ago
- 9f3c2b6 cmd/go/internal/work: reduce code duplication in buildModeInit by using sys.BuildModeSupported by Bryan C. Mills · 5 years ago
- 8324aca cmd/go: fix and re-enable build_trimpath test by Jay Conrod · 5 years ago
- 941ac9c cmd/go: do not panic when computing Shlib for a package with no Target by Bryan C. Mills · 5 years ago
- 28314cf cmd/go: add a 'buildmode' condition for script tests by Bryan C. Mills · 5 years ago
- c931f1b misc/cgo/testshared: make -v output less verbose by Bryan C. Mills · 5 years ago
- 05511a5 runtime: release worldsema before Gosched in STW GC mode by Michael Anthony Knyszek · 5 years ago
- 1c5bd34 runtime: increase TestPhysicalMemoryUtilization threshold by Michael Anthony Knyszek · 5 years ago
- 300f5d5 cmd/go: add 'go generate' commands to modfile_flag test by Jay Conrod · 5 years ago
- 3922c00 misc/cgo/testcshared: avoid writing to GOROOT in tests by Bryan C. Mills · 5 years ago
- c02f3b8 misc/cgo/testcarchive: avoid writing to GOROOT in tests by Bryan C. Mills · 5 years ago
- ea18a1c runtime/pprof: avoid crash due to truncated stack traces by Hana Kim · 5 years ago
- 95be9b7 reflect: remove obsolete comment about gobitVector by two · 5 years ago
- 0e02cfb cmd/compile: try harder to not use an empty src.XPos for a bogus line by David Chase · 5 years ago
- bbbc658 net/http: fix Server.ConnContext modifying context for all new connections by Roman Kollár · 5 years ago
- 94e9a5e text/template: harden JSEscape to also escape ampersand and equal by Roberto Clapis · 5 years ago
- f4a8bf1 crypto/tls: remove leftover extensionNextProtoNeg constant by Filippo Valsorda · 5 years ago
- 2434869 cmd/go: report an error for 'go list -m ...' outside a module by Jay Conrod · 5 years ago
- 37715cc runtime: relax TestAsyncPreempt by Cherry Zhang · 5 years ago
- c7e73ef net/url: update net/url split comment by jinmiaoluo · 5 years ago
- 8bbfc51 all: base64-encode binaries that will cause Apple notarization to fail by Andrew · 5 years ago
- 39a9cb4 misc/cgo/testplugin: avoid writing to GOROOT by Bryan C. Mills · 5 years ago
- be04718 misc/cgo/fortran: avoid writing to $PWD by Bryan C. Mills · 5 years ago
- 9852b4b path: minor changes to improve documentation for Join by Eric Rutherford · 5 years ago
- fbcfa6a encoding/base64: document that Strict mode still ignores newlines by Filippo Valsorda · 6 years ago
- b89b462 runtime: support preemption on windows/{386,amd64} by Austin Clements · 5 years ago
- 6fd467e runtime: ensure thread handle is valid in profileloop1 by Austin Clements · 5 years ago
- 91bb1d7 runtime: move m.thread to mOS by Austin Clements · 5 years ago
- 9c6f640 runtime: disable GDB tests on AIX with -short by Clément Chigot · 5 years ago
- ee04dbf crypto/x509: fix typo in godoc for ParseECPrivateKey by Katie Hockman · 5 years ago
- 8c51b66 cmd/go: skip mod_convert_tsv_insecure test when no network is avaliable by Baokun Lee · 5 years ago
- ce7829f doc: add section for major version suffixes to module reference by Jay Conrod · 5 years ago
- b003539 doc: add sections for modules, packages, versions to module reference by Jay Conrod · 5 years ago
- 8b1e8a4 cmd/dist: remove redundant 'go test -race' call by Bryan C. Mills · 5 years ago
- 66dd208 cmd/go: consolidate TestInstalls into gopath_install script test by Bryan C. Mills · 5 years ago
- 2933e93 cmd/cgo: better handling for '.' in pkgpath for gccgo by Than McIntosh · 5 years ago
- e0306c1 doc: add glossary to module reference documentation by Jay Conrod · 5 years ago
- 39b44e8 cmd/go: make files copied from GOROOT writable in TestNewReleaseRebuildsStalePackagesInGOPATH by Bryan C. Mills · 5 years ago
- 8608733 cmd/dist: remove extraneous '-i' from 'go test -race' command by Bryan C. Mills · 5 years ago
- 2ac9f1d doc/go1.14: mention new, more efficient, timers by Ian Lance Taylor · 5 years ago
- 992d2e5 cmd/go: convert TestPackageMainTestImportsArchiveNotBinary to a script test by Bryan C. Mills · 5 years ago
- 9ebd254 cmd/go: ignore irrelevant 'go test' failure in TestGoTestRaceInstallCgo by Bryan C. Mills · 5 years ago
- 104f07c cmd/go: convert TestTestCacheInputs to a script test by Bryan C. Mills · 5 years ago
- 96c9f3a time: give TestTicker more time on darwin-arm64 by Ian Lance Taylor · 5 years ago
- 580337e runtime, time: remove old timer code by Ian Lance Taylor · 6 years ago
- 8cf5293 cmd/internal/obj/riscv: split immediates larger than 12-bits by Joel Sing · 5 years ago
- 1046a9c cmd/link,cmd/internal/obj/riscv: implement archreloc for riscv64 by Joel Sing · 5 years ago
- 2d8c199 runtime: release timersLock while running timer by Ian Lance Taylor · 5 years ago
- 3efa09f time: deflake TestTicker by Ian Lance Taylor · 5 years ago
- c726361 cmd/go: fail tests immediately if they attempt to create a tempfile within GOROOT by Bryan C. Mills · 5 years ago
- 9bba63b cmd/compile: make a better bogus line for empty infinite loops by David Chase · 5 years ago
- 6477417 cmd/go: convert TestIssue6844 to a script test by Bryan C. Mills · 5 years ago
- b30235a cmd/go: convert TestBuildDashIInstallsDependencies to a script test by Bryan C. Mills · 5 years ago
- 8cba8a7 cmd/go: convert TestMove* to script tests by Bryan C. Mills · 5 years ago
- fff4502 cmd/go: convert TestUserOverrideFlags to a script test by Bryan C. Mills · 5 years ago
- 4e39dd2 cmd/go: convert TestInstallIntoGOPATH to a script test by Bryan C. Mills · 5 years ago
- 93d7034 cmd/go: convert TestImportMain to a script test by Bryan C. Mills · 5 years ago
- a174a3a test: new test for gollvm compiler crash bug by Than McIntosh · 5 years ago
- a23f9af cmd/go: convert TestCoverageUses*Mode* to script tests by Bryan C. Mills · 5 years ago
- 48989d5 cmd/go: convert DevNull tests to script tests by Bryan C. Mills · 5 years ago
- 9665be3 cmd/go: convert Test{Local,Bad}Imports* to script tests by Bryan C. Mills · 5 years ago
- 73d20f8 runtime: always use Go signal stack in non-cgo program by Cherry Zhang · 5 years ago
- f9dd99c misc/chrome/gophertool: replace deprecated tabs.getSelected method by ramenjuniti · 5 years ago
- 0ac8739 cmd/fix: eliminate data races in TestRewrite and gofmt by Bryan C. Mills · 5 years ago
- afac2c0 test: avoid writing temporary files to GOROOT by Bryan C. Mills · 5 years ago
- 2bde3c1 runtime: remove stray errno check from TestSignalM by Tom Thorogood · 5 years ago
- 6ba0be1 hash/maphash: mark call into runtime hash function as not escaping by Keith Randall · 5 years ago
- c20b71e net: add more timing slop for TestDialParallel on Windows by Ian Lance Taylor · 5 years ago
- 5042317 runtime: add arenaBaseOffset on aix/ppc64 by Clément Chigot · 5 years ago
- 72f333a Revert "test: avoid writing temporary files to GOROOT" by Bryan C. Mills · 5 years ago
- dab1a10 time: only fail TestAfterStop if it fails five times in a row by Ian Lance Taylor · 5 years ago
- acb9ac0 cmd/dist: skip GOCACHE and .git when making GOROOT read-only by Bryan C. Mills · 5 years ago
- 440f7d6 all: fix a bunch of misspellings by Ville Skyttä · 5 years ago
- d856e05 cmd/link/internal/ld: set MachO platform to PLATFORM_IOS on iOS by Elias Naur · 5 years ago
- 4160a71 cmd/dist: fix GOROOT permissions on failure by Bryan C. Mills · 5 years ago
- 9af8794 test: avoid writing temporary files to GOROOT by Bryan C. Mills · 5 years ago
- e1fa960 cmd/dist: when -compile-only is set, write binaries to os.DevNull by Bryan C. Mills · 5 years ago
- 398f9e1 cmd/go: document the -mod=mod option by Agniva De Sarker · 5 years ago
- 3bea90d cmd/go: allow a fork with path […]/vN to replace gopkg.in/[…].vN by Bryan C. Mills · 5 years ago
- 5e52ca0 cmd/go: fix typo'd argument in build_trimpath.txt by Bryan C. Mills · 5 years ago
- d183253 runtime: check summary before scavenging in fast path by Michael Anthony Knyszek · 5 years ago
- 4e8d270 reflect: factor out special channel assignability rule from haveIdenticalUnderlyingType by go101 · 5 years ago
- dd8bbc7 syscall: fix EpollEvent padding on mips64{,le} by Tobias Klauser · 5 years ago
- 498eaee cmd/internal/obj/x86: mark 2-instruction TLS access nonpreemptible by Cherry Zhang · 5 years ago
- 03c58c9 runtime: crash if a signal is received with bad G and no extra M by Cherry Zhang · 5 years ago