aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-13strings: add Clone functionMartin Möhrmann
2021-09-13cmd/link: minor code cleanup in dwarf genThan McIntosh
2021-09-13cmd/go: document 'go install cmd@version' ignores vendor directoriesJay Conrod
2021-09-12go/types: remove some unnecessary loading/expansion of Named typesRobert Findley
2021-09-12bufio: add Writer.AvailableBufferJoe Tsai
2021-09-11reflect: optimize for maps with string keysJoe Tsai
2021-09-11bufio: make Reader.Reset and Writer.Reset work on the zero valueJoe Tsai
2021-09-10[dev.fuzz] testing: F.Setenv plus various fixes and revisionsJay Conrod
2021-09-10[dev.fuzz] internal/fuzz: fix bug for -fuzzminimizetime of zeroKatie Hockman
2021-09-10[dev.fuzz] internal/fuzz: write a newline to the end of a corpus fileKatie Hockman
2021-09-10[dev.fuzz] testing: allow -fuzzminimizetime to be 0Katie Hockman
2021-09-10doc/asm: fix HTML markupWANG Xuerui
2021-09-10debug/elf: retain original error message when getSymbols fails.Florin Papa
2021-09-10time: reference -tags=timetzdata in testing panicJosh Bleecher Snyder
2021-09-10testing: increase alternation precedenceEthan Reesor
2021-09-10cmd/compile/internal/types2: better error message for invalid array declsRobert Griesemer
2021-09-10cmd/compile/internal/syntax: correct follow token for type parameter listsRobert Griesemer
2021-09-10[dev.fuzz] testing: move corpus from testdata/corpus to testdata/fuzzKatie Hockman
2021-09-10[dev.fuzz] internal/fuzz: improve warning message when not instrumentedKatie Hockman
2021-09-10cmd/compile/internal: better AST line highlight in ssa.htmlZheng Xu
2021-09-10embed: guarantee the returned file of FS.Open implements io.SeekerHajime Hoshi
2021-09-10cmd/compile: add support for Abs and Copysign intrinsics on riscv64Michael Munday
2021-09-10cmd/compile: simiplify arm64 bitfield optimizationsfanzha02
2021-09-09cmd/compile: fix test case for unified IR (fix build)Robert Griesemer
2021-09-09cmd/compile: don't crash while reporting invalid alias cycleRobert Griesemer
2021-09-09cmd/cgo, runtime/cgo: avoid GCC/clang conversion warningsIan Lance Taylor
2021-09-09cmd/compile/internal/syntax: better error message for missing type constraintRobert Griesemer
2021-09-09time: propagate "," separator for fractional seconds into Formatkorzhao
2021-09-09cmd/compile: fix implement for closure in a global assignmentkorzhao
2021-09-09cmd/link: enable internal linker in more cases for ppc64lePaul E. Murphy
2021-09-09test: add compiler regress tests for #46461Matthew Dempsky
2021-09-09cmd/compile: fix case where init info of OAS node is droppedDan Scales
2021-09-09[dev.fuzz] internal/fuzz: avoid incorrect bytes modification during minimizationKatie Hockman
2021-09-09go/types, types2: rename RParams -> RecvTypeParamsRobert Findley
2021-09-09reflect: add hooks for dealing with narrow width floatsMichael Anthony Knyszek
2021-09-09net: deprecate (net.Error).TemporaryDamien Neil
2021-09-09[dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod
2021-09-09cmd/compile: stenciled conversions might be NOPsKeith Randall
2021-09-09test: re-enable AsmCheck tests for types2-based frontendsMatthew Dempsky
2021-09-09go/types: reduce number of delayed functionsRobert Findley
2021-09-09go/types: handle recursive type parameter constraintsRobert Findley
2021-09-09go/types: detect constraint type inference cyclesRobert Findley
2021-09-09test/typeparam: fix issue48094b test buildTobias Klauser
2021-09-09syscall: drop fallback to pipe in Pipe on linux/armTobias Klauser
2021-09-09cmd/compile: fix unified IR panic when expanding nested inline functionCuong Manh Le
2021-09-09internal/poll: report open fds when TestSplicePipePool failsIan Lance Taylor
2021-09-09cmd/compile: fix wrong instantiated type for embedded receiverCuong Manh Le
2021-09-09cmd/compile: move checkptr alignment to SSA generationCuong Manh Le
2021-09-09cmd/compile: fold handling OCONV logic to separate functionCuong Manh Le
2021-09-09cmd/internal/obj/arm64: add checks for incorrect use of REGTMP registerfanzha02