go /
go /
eaa97fbf20baffac713ed1b780f864a6fee54ab6 - eaa97fb cmd/cgo: don't translate bitfields into Go fields by Ian Lance Taylor · 4 years, 7 months ago
- b6dbaef os/signal: add NotifyContext to cancel context using system signals by Henrique Vicente · 5 years ago
- 8248b57 cmd/go/internal/modget: factor out functions for argument resolution by Bryan C. Mills · 4 years, 6 months ago
- dbde566 cmd/go: default to -mod=readonly in most commands by Jay Conrod · 4 years, 6 months ago
- 3ab825d cmd/go/internal/modget: warn about unmatched packages exactly once by Bryan C. Mills · 4 years, 6 months ago
- de0957d cmd/go: relax version's error on unexpected flags by Daniel Martí · 4 years, 6 months ago
- f1c400a cmd/go: fix broken mod_outside test by Jay Conrod · 4 years, 6 months ago
- 03875bd cmd/go: add modload.NeedRoot mode for commands that need module root by Jay Conrod · 4 years, 6 months ago
- e306363 cmd/go: implement 'go install pkg@version' by Jay Conrod · 4 years, 7 months ago
- ea33523 cmd/compile: rewrite some ARM64 rules to use typed aux by Xiangdong Ji · 4 years, 6 months ago
- 3b64e6b internal/poll, internal/syscall/unix, net: enable writev on illumos by Tobias Klauser · 4 years, 6 months ago
- bae9cf6 test: fix inline.go to pass linux-amd64-noopt by Matthew Dempsky · 4 years, 6 months ago
- d20298e cmd/compile: make funccompile non-reentrant by Cuong Manh Le · 4 years, 6 months ago
- f4936d0 cmd/compile: call fninit earlier by Matthew Dempsky · 4 years, 6 months ago
- 2374105 cmd/compile: better dclcontext handling in func{hdr,body} by Matthew Dempsky · 4 years, 6 months ago
- 506eb0a Revert "encoding/json: implement Is on SyntaxError" by Damien Neil · 4 years, 6 months ago
- 114719e Revert "encoding/json: implement Is on all errors" by Damien Neil · 4 years, 6 months ago
- a408139 testing: fix panicking tests hang if Cleanup calls FailNow by Changkun Ou · 4 years, 6 months ago
- 5764653 cmd/api: omit outside dependencies when listing the packages in "std" by Bryan C. Mills · 4 years, 6 months ago
- 14c7caa runtime: add 24 byte allocation size class by Martin Möhrmann · 4 years, 8 months ago
- c0c396b misc/ios: quote paths by Cherry Zhang · 4 years, 6 months ago
- 86dbeef syscall: fix fsync for read-only files on aix by Clément Chigot · 4 years, 6 months ago
- 4f5cd0c net/http/cgi,net/http/fcgi: add Content-Type detection by Roberto Clapis · 4 years, 7 months ago
- 66e66e7 make.bat: fix compare between GOROOT and srcdir paths, when either contains whitespace. by Dominic Della Valle · 4 years, 6 months ago
- afb5fca test: fix flaky test for issue24491 by Cuong Manh Le · 4 years, 6 months ago
- 5f1b12b cmd/compile: remove nodeNeedsWrapper flag by Cuong Manh Le · 4 years, 6 months ago
- 1f45216 cmd/compile: attach OVARLIVE nodes to OCALLxxx by Cuong Manh Le · 4 years, 6 months ago
- 95bb00d encoding/json: implement Is on all errors by Carlos Alexandro Becker · 4 years, 6 months ago
- b3ef90e encoding/json: implement Is on SyntaxError by Carlos Alexandro Becker · 4 years, 6 months ago
- 92b2b88 cmd/go: avoid flag.FlagSet.VisitAll at init time by Daniel Martí · 4 years, 7 months ago
- 806f478 cmd/compile: don't report not enough args error if call is undefined by Cuong Manh Le · 4 years, 6 months ago
- 2c95e3a cmd/compile: use clearer error message for stuct literal by Cuong Manh Le · 4 years, 6 months ago
- d7384f3 os: implement File.Chmod on Windows by Constantin Konstantinidis · 4 years, 7 months ago
- 07c1788 cmd/go: move repository resolution from internal/get to internal/vcs by Jay Conrod · 4 years, 7 months ago
- 86ee84c cmd/go: move get.Insecure to cfg.Insecure to break dependency cycle by Jay Conrod · 4 years, 7 months ago
- b459bc8 cmd/go: make 'go mod download' update go.sum after downloads are complete by Jay Conrod · 4 years, 6 months ago
- 1ed4f12 cmd/link: add a test to test RODATA is indeed read-only by Cherry Zhang · 4 years, 6 months ago
- ffd95aa cmd/link: put read-only data in __DATA_CONST segment by Cherry Zhang · 4 years, 6 months ago
- a531bd5 cmd/internal/objfile: recognize Mach-O __DATA_CONST segment as read-only data by Cherry Zhang · 4 years, 6 months ago
- 9214677 cmd/go: refactor modload.Import for better -mod=readonly errors by Jay Conrod · 4 years, 6 months ago
- 6e3df74 cmd/go: refactor -mod flag parsing by Jay Conrod · 4 years, 6 months ago
- b22af9b cmd/link: record only the first occurance in Reachparent graph by Cherry Zhang · 4 years, 6 months ago
- 03a6860 cmd/go: update tests to work with -mod=readonly on by default by Jay Conrod · 4 years, 6 months ago
- d277a36 runtime: remove darwin/arm specifc code by Cherry Zhang · 4 years, 6 months ago
- a1762c2 unicode/utf8: refactor benchmarks for FullRune function by eric fang · 4 years, 10 months ago
- d7ab277 cmd/asm: add more SIMD instructions on arm64 by Junchen Li · 4 years, 7 months ago
- 9b2df72 cmd/link: add copyright header by Cherry Zhang · 4 years, 6 months ago
- 8098dbb runtime: update docs for GOMAXPROCS by ipriver · 4 years, 6 months ago
- 07d19b2 all: check GOROOT_BOOTSTRAP executable before bootsrappping by Cuong Manh Le · 4 years, 6 months ago
- dfdc388 cmd/internal/obj/arm64: enable some SIMD instructions by fanzha02 · 4 years, 7 months ago
- aa476ba cmd/go/internal/modload: refactor pathInModuleCache by Bryan C. Mills · 4 years, 7 months ago
- 564b350 cmd/go/internal/modload: rename LoadBuildList and BuildList by Bryan C. Mills · 4 years, 8 months ago
- 521393e cmd/go/internal/modget: move MVS code to a separate file by Bryan C. Mills · 4 years, 8 months ago
- 363fb4b cmd/go/internal/modload: consolidate buildList and associated functions into one file by Bryan C. Mills · 4 years, 9 months ago
- d27ebc7 cmd/go/internal/modload: implement the "all" pattern for lazy loading by Bryan C. Mills · 5 years ago
- b4944ef cmd: update golang.org/x/tools to v0.0.0-20200901153117-6e59e24738da by Tzu-Chiao Yeh · 4 years, 6 months ago
- cd91ab5 cmd/go/internal/modload: fix spurious import resolution error by Bryan C. Mills · 4 years, 7 months ago
- 2c8d2a0 net/http: fix data race due to writeLoop goroutine left running by Steven Hartland · 4 years, 7 months ago
- 015a5a5 cmd/go/internal/modload: rework import resolution by Bryan C. Mills · 4 years, 7 months ago
- 26d27f9 cmd/go/internal/modload: remove (*loader).forceStdVendor by Bryan C. Mills · 4 years, 7 months ago
- b96d32b cmd/go/internal/modload: track which packages are in 'all' during loading by Bryan C. Mills · 4 years, 9 months ago
- 2556eb7 runtime: ignore SIGPROF if profiling disable for thread by Ian Lance Taylor · 4 years, 6 months ago
- 34835df runtime: fix ReadMemStatsSlow's and CheckScavengedBits' chunk iteration by Michael Anthony Knyszek · 4 years, 6 months ago
- 9ef3ee3 cmd/link: remove unnecessary type conversion for nitablinks by Cuong Manh Le · 4 years, 6 months ago
- 83ed734 cmd/link: pre-resolve package reference by Cherry Zhang · 4 years, 7 months ago
- bdad428 cmd/go: make 'go get' preserve sums for content of new requirements by Jay Conrod · 4 years, 7 months ago
- 5183696 cmd/compile: add Type.IsUintptr() to detect type is an uintptr by Cuong Manh Le · 4 years, 6 months ago
- 9cf8833 cmd/compile: consistently use Type.IsUnsafePtr() by Cuong Manh Le · 4 years, 6 months ago
- bdb480f cmd/compile: fix mishandling of unsafe-uintptr arguments in go/defer by Cuong Manh Le · 4 years, 6 months ago
- 1e6ad65 cmd/link: enable DWARF combining on macOS ARM64 by Cherry Zhang · 4 years, 6 months ago
- a52a5d8 cmd/link: mark ELF PLT sections executable by Cherry Zhang · 4 years, 6 months ago
- ae3680b cmd/link: rewrite some code without using reflection by Cherry Zhang · 4 years, 6 months ago
- e8f9185 cmd/link: strip STAB (symbolic debugging) symbols on darwin by Cherry Zhang · 4 years, 7 months ago
- 565ad13 runtime: make PCDATA_RegMapUnsafe more clear and remove magic number by chainhelen · 4 years, 6 months ago
- f98f3b0 runtime: remove outdated comment in mkduff.go about usage of STOSQ by Martin Möhrmann · 4 years, 6 months ago
- dc025c0 cmd/compile: handle ODDD in exprformat by Cuong Manh Le · 4 years, 6 months ago
- 0e19aaa cmd/asm: fix the error of checking the post-index offset of VLD[1-4]R instructions of arm64 by fanzha02 · 4 years, 7 months ago
- 1a119ed runtime: rotate map key seed on clearing up maps by Cuong Manh Le · 4 years, 6 months ago
- 5cc030a go/ast: note that in BasicLit CHARs and STRINGs are quoted by Alberto Donizetti · 4 years, 8 months ago
- 617f2c3 net/http: mark http/2 connections active by Michael Fraenkel · 4 years, 9 months ago
- b60ec4c mime: add examples for FormatMediaType and ParseMediaType by Ainar Garipov · 4 years, 6 months ago
- c489330 doc/go1.16: reformat the minor changes section as a definition list by Ainar Garipov · 4 years, 7 months ago
- 62fe10b src/go.mod, net/http: update bundled and latest golang.org/x/net by Paschalis Tsilias · 4 years, 6 months ago
- bf833ea cmd/compile: ensure that ssa.Func constant cache is consistent by David Chase · 4 years, 7 months ago
- 721819e testing: make TempDir idempotent for both Cleanup and Benchmark by Changkun Ou · 4 years, 7 months ago
- 93810ac runtime: opportunistically rotate map key seed by Benjamin Barenblat · 4 years, 6 months ago
- 612b119 cmd/link: pass darwin/amd64-specific flags only on AMD64 by Cherry Zhang · 4 years, 7 months ago
- e61d17d cmd/link: MACHOPLT is executable by Cherry Zhang · 4 years, 6 months ago
- ae658cb cmd/compile: store the comparison pseudo-ops of arm64 conditional instructions in AuxInt by fanzha02 · 4 years, 7 months ago
- a538b59 cmd/go: define an asm macro for GOEXPERIMENT=regabi by Austin Clements · 4 years, 7 months ago
- 2b8b06e cmd/internal/objabi: add regabi GOEXPERIMENT by Austin Clements · 4 years, 7 months ago
- 6c76ede image/gif: have BenchmarkEncodeRealisticRGBA convert to RGBA by Nigel Tao · 4 years, 7 months ago
- a4171d8 cmd/compile: do not declare func nodes by Cuong Manh Le · 4 years, 7 months ago
- ace37d3 cmd/compile: do not push functions literal node to Func.Dcl by Cuong Manh Le · 4 years, 7 months ago
- 0e48c67 cmd/go: add -Wl,-Bsymbolic-functions to cgo flags whitelist by Dan Kortschak · 4 years, 7 months ago
- ef20f76b net/http: reject negative suffix-length Range:bytes=--N with 416 status code by Emmanuel T Odeke · 4 years, 7 months ago
- be9ed03 cmd/compile/internal/gc: remove unparen by Cuong Manh Le · 4 years, 7 months ago
- 51c0bdc testing: flush test summaries to stdout atomically when streaming output by Bryan C. Mills · 4 years, 7 months ago
- e6583dc runtime: add file copyright header declaration by Heisenberg · 4 years, 8 months ago
- 7432bee net/http/fcgi: fix race in child.serve connection read by Tzu-Chiao Yeh · 4 years, 7 months ago