go /
go /
18a6fd44bb9de9399dba86a4c1ae1e56f967bcda - 18a6fd4 bytes, strings: moves indexRabinKarp function to internal/bytealg by erifan01 · 5 years ago
- cec0879 misc/cgo/test: fix sigaltstack test on AIX by Clément Chigot · 5 years ago
- cd9fd64 cmd/compile: don't allow NaNs in floating-point constant ops by Keith Randall · 5 years ago
- 24343cb cmd/compile: remove walkinrange optimization by Michael Munday · 5 years ago
- 7b0b6c2 cmd/compile: simplify converted SSA form for 'if false' by Josh Bleecher Snyder · 5 years ago
- b49d8ce all: fix two minor typos in comments by Josh Bleecher Snyder · 8 years ago
- ea1437a net/http: fix handling of HTTP/2 upgrade failures by Russ Cox · 5 years ago
- 96acb74 encoding/hex: remove unused variable from BenchmarkDump by Tim Cooper · 5 years ago
- e37cc29 cmd/compile: optimize integer-in-range checks by Michael Munday · 6 years ago
- c9ece81 cmd/compile: absorb SNEZ into branch on riscv64 by Joel Sing · 5 years ago
- d28b852 cmd/compile: optimize subtraction of zero on riscv64 by Joel Sing · 5 years ago
- bd6f4cd cmd/compile: improve subtraction of constants on riscv64 by Joel Sing · 5 years ago
- 52b457d runtime: use CBZ/CBNZ in linux/arm64 assembly code by Xiangdong Ji · 5 years ago
- 34830be doc/mem: remove unnecessary pre tags within same snippet by Jingwei · 5 years ago
- ed91661 cmd/compile/internal/riscv64: correct ssa.BlockRetJmp by Joel Sing · 5 years ago
- 5b15941 flag: changed flag variable name in package doc, for clarity by yuz · 5 years ago
- 972df38 runtime: during panic, print value instead of address, if kind is printable by Emmanuel T Odeke · 5 years ago
- 2001685 cmd/compile/internal/syntax: add -skip flag to exclude files from TestStdLib by Robert Griesemer · 5 years ago
- 9828c43 runtime: prevent allocation when converting small ints to interfaces by Josh Bleecher Snyder · 5 years ago
- 4f98932 cmd/compile: regenerate rules by Josh Bleecher Snyder · 5 years ago
- 117297c go/types: simplify method set computation by Robert Griesemer · 5 years ago
- ca3dd1d go/types: fix method set computation by Robert Griesemer · 5 years ago
- 97a2686 cmd/compile: add -d=ssa/check/seed=SEED by Josh Bleecher Snyder · 5 years ago
- 37fc092 cmd/compile: remove duplicate ppc64 rules by Josh Bleecher Snyder · 5 years ago
- 63f1bc5 runtime: print instruction bytes when reporting a SIGILL by Keith Randall · 5 years ago
- a2bff7c cmd/compile: make pre-elimination of rulegen bounds checks more precise by Josh Bleecher Snyder · 5 years ago
- 5e4da0a cmd/compile: add streamlined Block Reset+AddControl routines by Josh Bleecher Snyder · 5 years ago
- d8bf079 runtime: use quiet NaNs in softfloat implementation by Keith Randall · 5 years ago
- bef0b4e hash/maphash: add more tests for seed generation by Keith Randall · 5 years ago
- d7c073e cmd/compile: add specialized Value reset for OpCopy by Josh Bleecher Snyder · 5 years ago
- ab7ecea cmd/compile: add intrinsics for runtime/internal/math on MIPS64x by Meng Zhuo · 5 years ago
- 12d02e7 net/http: verify RoundTripper invariants in the send function by Bryan C. Mills · 5 years ago
- acac535 doc: race condition in unsynchronized send/close by Changkun Ou · 5 years ago
- b79acf9 internal/cpu: use anonymous struct for CPU feature vars by Tobias Klauser · 5 years ago
- c7a59a9 os: plan9 seek() should invalidate cached directory info by Keith Randall · 5 years ago
- 4978f5e time: use values larger than 24 for day for time.Format examples by Jean de Klerk · 5 years ago
- 529988d os: seek should invalidate any cached directory reads by Keith Randall · 5 years ago
- a4f7b08 syscall/js: improve documentation of js.FuncOf by Torben Schinke · 5 years ago
- e44cda3 syscall: fix Fchdir on js/wasm by Richard Musiol · 5 years ago
- 7913f7d cmd/compile: add specialized AddArgN functions for rewrite rules by Josh Bleecher Snyder · 5 years ago
- a908e09 runtime: deflake CGO traceback tests by Mark Pulford · 5 years ago
- 1e9665d cmd/compile: add a dark mode to ssa html generation which can be toggled by Bradford Lamson-Scribner · 5 years ago
- 95f3821 cmd/go, cmd/link: implement -buildmode=pie on windows by Alex Brainman · 5 years ago
- 91bc75b time: optimize Time.ISOWeek by Shuo · 5 years ago
- 2172b22 runtime/pprof/internal/profile: make error message readable by Ian Lance Taylor · 5 years ago
- c1abd5a runtime: don't invoke t.Fatal* in goroutine in TestLibraryCtrlHandler by Emmanuel T Odeke · 5 years ago
- 33e9832 net/textproto: pass missing argument to fmt.Sprintf by Ian Lance Taylor · 5 years ago
- 2962c96 cmd/compile: lower float to uint conversions on s390x by Ruixin(Peter) Bao · 5 years ago
- ba0e651 cmd/compile: add more amd64 constant simplifications by Josh Bleecher Snyder · 5 years ago
- 74f8983 cmd/compile: constant fold SSA bool to int conversions by Josh Bleecher Snyder · 5 years ago
- d889f0c cmd/compile: use correct types in phiopt by Josh Bleecher Snyder · 5 years ago
- 5756808 runtime: do not exit(2) if a Go built DLL receives a signal by martin · 5 years ago
- e48a83f internal/cpu: add MIPS64x feature detection by Meng Zhuo · 5 years ago
- 618126b cmd/go: avoid matching wildcards rooted outside of available modules by Bryan C. Mills · 5 years ago
- 964fac3 doc: update Effective Go with 1.14 language changes by Felix Cornelius · 5 years ago
- 5a61de3 cmd/go: rationalize errors in internal/load and internal/modload by Bryan C. Mills · 6 years ago
- d11e1f9 cmd/go/internal/search: consolidate package-pattern predicates into Match methods by Bryan C. Mills · 5 years ago
- 156c607 cmd/go/internal/search: record errors in the Match struct by Bryan C. Mills · 6 years ago
- d464c7c cmd/go/internal/modload: make AmbiguousImportError an ImportPathError by Michael Matloob · 5 years ago
- 719b1ba net: report port number correctly in Plan 9 error by Ian Lance Taylor · 5 years ago
- 2cf3eba cmd/compile: add dedicated ARM64BitField aux type by Josh Bleecher Snyder · 5 years ago
- 8955a56 cmd/compile: improve SignExt32to64 on riscv64 by Joel Sing · 5 years ago
- 44286d0 cmd/gofmt, go/format: sync internal.go by Dmitri Shuralyov · 5 years ago
- a3fc77a cmd/compile: add ellipsis rule diagnostics to rulegen by Josh Bleecher Snyder · 5 years ago
- b8f54e5 cmd/go: version command should error when given bad args by Daniel Martí · 5 years ago
- 18053b7 cmd/compile: optimize unsigned comparisons to 0/1 on amd64 by Josh Bleecher Snyder · 5 years ago
- 1178269 flag: update comment to refer to Output, not out by Ian Lance Taylor · 5 years ago
- 7340e5a net/textproto: close channel to signal pipeline event completion by Tim Cooper · 5 years ago
- 3061d89 cmd/go/testdata/script: fix path separator in test to be os-independent by Michael Matloob · 5 years ago
- a1e057e cmd/go: roll forward "convert TestShadowingLogic to the script framework" by Michael Matloob · 5 years ago
- 6ef25c2 cmd/go: convert testCDAndGOPATHAreDifferent to the script framework by Michael Matloob · 5 years ago
- e674972 cmd/go: convert TestLegacyModGet to the script framework by Michael Matloob · 5 years ago
- 62ff72d cmd/go: convert TestLinkXImportPathEscape to the script framework by Michael Matloob · 5 years ago
- c6d281e cmd/go: convert some tests in vendor_test to the script framework by Michael Matloob · 5 years ago
- 2cfc5e2 cmd/go: convert TestGoBuildGOPATHOrder to the script framework by Michael Matloob · 5 years ago
- 4d6c171a cmd/go: convert more tests to the script framework by Michael Matloob · 5 years ago
- ff811c8 cmd/go: convert TestGoTestRaceInstallsCgo to script framework by Michael Matloob · 5 years ago
- c40914b cmd/go: convert TestGoBuildARM to the script framework by Michael Matloob · 5 years ago
- 1c4e515 cmd/go: convert TestGoTestBuildsAnXtestContainingOnly... to the script framework by Michael Matloob · 5 years ago
- bec91ce cmd/go: convert TestPackageNotStaleWithTrailingSlash to script framework by Michael Matloob · 5 years ago
- 2c859ea cmd/compile: ignore div/mod in prove on non-x86 architectures by Josh Bleecher Snyder · 5 years ago
- 4ae1879 cmd/compile: document Move's type by Josh Bleecher Snyder · 5 years ago
- c739bc4 cmd/go/internal/modload: make PackageNotInModuleError reasonable for the Target module by Bryan C. Mills · 6 years ago
- 956f648 cmd/compile: make inlining intrinsics cost one by Josh Bleecher Snyder · 5 years ago
- 173dce8 cmd/compile: check rune type bounds as int32, not uint32 by Ian Lance Taylor · 5 years ago
- 42f8199 all: fix incorrect channel and API usage in some unit tests by Ziheng Liu · 5 years ago
- ea3bfba cmd/compile: handle more cases in isNonNegative by Josh Bleecher Snyder · 5 years ago
- 7bb3317 net: fix typo in unexported variable name by Mark Rushakoff · 5 years ago
- 98858c4 runtime: don't panic on racy use of timers by Ian Lance Taylor · 5 years ago
- af1f3b0 cmd/dist: enable cgo and PIE tests on android/arm64 by Cherry Zhang · 5 years ago
- c70f069 cmd/link: reenable internal linking PIE on linux/amd64 and linux/arm64 by Cherry Zhang · 5 years ago
- 12cd55c io/ioutil: reject path separators in TempDir, TempFile pattern by Constantin Konstantinidis · 5 years ago
- 8bdd24d build: in clean.bash, look for 'go' in GOROOT/bin instead of GOBIN by Nikson Kanti Paul · 5 years ago
- f5b5d77 cmd/compile: use immediates for MOVO of readonly sym by Josh Bleecher Snyder · 5 years ago
- eb5cd0f cmd/compile: mark Lsyms as readonly earlier by Josh Bleecher Snyder · 5 years ago
- 390c096e cmd/compile: make clobber variadic by Josh Bleecher Snyder · 5 years ago
- e95b858 cmd/link/internal/ld: bump NetBSD ABI version to 7.0 by Tobias Klauser · 5 years ago
- f510cdd cmd/compile: constant fold SHLxconst of a constant on amd64 by Josh Bleecher Snyder · 5 years ago
- 9c60094 cmd/compile: merge const into storeidx on amd64 by Josh Bleecher Snyder · 5 years ago
- 75619d1 bytes: deflake TestGrow by using testing.AllocsPerRun by HowJMay · 5 years ago