aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-07-26cmd/vet: add missing copyright header180909
2021-07-26crypto/x509: update iOS bundled roots to version 55188.120.1.0.1Dmitri Shuralyov
2021-07-22cmd/compile: do not change field offset in ABI analysisCherry Mui
2021-07-22runtime: don't clear timerModifiedEarliest if adjustTimers is 0Ian Lance Taylor
2021-07-22runtime: move mem profile sampling into m-acquired sectionDavid Chase
2021-07-21reflect: add missing copyright headerwdvxdr
2021-07-21reflect: add Value.CanConvertIan Lance Taylor
2021-07-20cmd/go: don't add C compiler ID to hash for standard libraryIan Lance Taylor
2021-07-20runtime/debug: skip TestPanicOnFault on netbsd/armBenny Siegert
2021-07-19time: correct typo in documentation for UnixMicrohelloPiers
2021-07-19cmd/compile: fix off-by-one error in traceback argument countingCherry Mui
2021-07-19cmd/compile: fix typo in fatal message of builtinCallLeonard Wang
2021-07-19cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-07-18text/scanner: use Go convention in Position doc commentmehradsadeghi
2021-07-16net/http: correct capitalization in cancelTimeBody commentshota3506
2021-07-15testing: clarify in docs that TestMain is advancedMatt T. Proud
2021-07-15cmd/go: update error messages in tests to match CL 332573Bryan C. Mills
2021-07-15cmd/compile: fix lookup package of redeclared dot import symbolCuong Manh Le
2021-07-14go/build, runtime/internal/sys: reserve GOARCH=loong64WANG Xuerui
2021-07-14cmd/go: change link in error message from /wiki to /doc.Bryan C. Mills
2021-07-13cmd/go: remove a duplicated word from 'go help mod graph'Bryan C. Mills
2021-07-12crypto/tls: test key type when castingRoland Shoemaker
2021-07-09runtime/pprof: call runtime.GC twice in memory profile testMichael Anthony Knyszek
2021-07-08net: filter bad names from Lookup functions instead of hard failingRoland Shoemaker
2021-07-08Update oudated commentmakdon
2021-07-07cmd/compile: remove special-casing of blank in types.sconv{,2}Matthew Dempsky
2021-07-07cmd/compile: optimize types.sconvMatthew Dempsky
2021-07-07cmd/compile: extract pkgqual from symfmtMatthew Dempsky
2021-07-07cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod
2021-07-07cmd/go/internal/modfetch/codehost: skip hg tests if no hg binary is presentBryan C. Mills
2021-07-07cmd/go/internal/modload: remove unused functionsBryan C. Mills
2021-07-07cmd/go/internal/modload: fix an apparent typo in the AutoRoot commentBryan C. Mills
2021-07-02net/http: mention socks5 support in proxySean Liao
2021-07-02cmd/compile: fix stack growing algorithmgo101
2021-07-02spec, unsafe: clarify unsafe.Slice docsIan Lance Taylor
2021-07-02cmd/dist: correct comment: SysProcAttri -> SysProcAttrkomisan19
2021-07-01net: don't reject null mx recordsRoland Shoemaker
2021-07-01testing: add TB.SetenvRuss Cox
2021-07-01cmd/compile: fix bug in dwarf-gen var location generationThan McIntosh
2021-07-01cmd/go: add a regression test for 'go mod vendor' path traversalBryan C. Mills
2021-07-01cmd/go: use path.Dir instead of filepath.Dir for package paths in 'go mod ven...Yasuhiro Matsumoto
2021-07-01cmd/compile: make stack value size threshold comparisons consistentgo101
2021-07-01cmd/compile: fix typos in documentfanzha02
2021-06-30path/filepath: deflake TestEvalSymlinksAboveRoot on darwinJosh Bleecher Snyder
2021-06-30cmd/dist: pass -Wno-unknown-warning-option in swig_callback_ltoIan Lance Taylor
2021-06-30image/gif: fix typo in the comment (io.ReadByte -> io.ByteReader)uji
2021-06-30os: change example to avoid deprecated functionEli Bendersky
2021-06-30image: add Uniform.RGBA64At and Rectangle.RGBA64AtNigel Tao
2021-06-30crypto/x509: don't fail on optional auth key id fieldsRoland Shoemaker
2021-06-29net: fix failure of TestCVE202133195Xiangdong Ji