]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-09-14 Michael Prattruntime: avoid loop variable capture in test
2021-09-14 Cuong Manh Lego/internal/gcimporter: remove outdated comment
2021-09-14 Tobias Klausersyscall: remove use of IN_KUBERNETES in test
2021-09-14 Paul E. Murphycmd/internal/obj/ppc64: allow VR register arguments...
2021-09-14 Cuong Manh Lecmd/compile: prevent typecheck importer reading type...
2021-09-14 Cuong Manh Lego/internal/gcimporter: prevent importReader reading...
2021-09-14 Cuong Manh Lecmd/compile: prevent importReader reading type paramete...
2021-09-14 Alexander Melentyevall: remove some unused code
2021-09-14 Ian Lance Taylorruntime: change time.now to ABIInternal
2021-09-14 Nevkontaktereflect: use Value.Len instead of conversion to slice...
2021-09-13 Robert Griesemerspec: fix prose about terminating statements
2021-09-13 korzhaocmd/compile: save the note of fields when translating...
2021-09-13 Hossein Zolficmd/go: add missing parenthesis in a call to "PrintVersion"
2021-09-13 Tobias Klausercmd/link/internal/ld: re-enable DWARF tests on solaris...
2021-09-13 Josh Bleecher... reflect: add a floating point section to DeepEqual...
2021-09-13 Josh Bleecher... reflect: add fast paths for common, simple Kinds to...
2021-09-13 Keith Randallreflect: fix _faststr optimization
2021-09-13 Michael Matloobcmd/go: add test to check for a potential workspace...
2021-09-13 Martin Möhrmannstrings: add Clone function
2021-09-13 Than McIntoshcmd/link: minor code cleanup in dwarf gen
2021-09-13 Jay Conrodcmd/go: document 'go install cmd@version' ignores vendo...
2021-09-12 Robert Findleygo/types: remove some unnecessary loading/expansion...
2021-09-12 Joe Tsaibufio: add Writer.AvailableBuffer
2021-09-11 Joe Tsaireflect: optimize for maps with string keys
2021-09-11 Joe Tsaibufio: make Reader.Reset and Writer.Reset work on the...
2021-09-10 WANG Xueruidoc/asm: fix HTML markup
2021-09-10 Florin Papadebug/elf: retain original error message when getSymbol...
2021-09-10 Josh Bleecher... time: reference -tags=timetzdata in testing panic
2021-09-10 Ethan Reesortesting: increase alternation precedence
2021-09-10 Robert Griesemercmd/compile/internal/types2: better error message for...
2021-09-10 Robert Griesemercmd/compile/internal/syntax: correct follow token for...
2021-09-10 Zheng Xucmd/compile/internal: better AST line highlight in...
2021-09-10 Hajime Hoshiembed: guarantee the returned file of FS.Open implement...
2021-09-10 Michael Mundaycmd/compile: add support for Abs and Copysign intrinsic...
2021-09-10 fanzha02cmd/compile: simiplify arm64 bitfield optimizations
2021-09-09 Robert Griesemercmd/compile: fix test case for unified IR (fix build)
2021-09-09 Robert Griesemercmd/compile: don't crash while reporting invalid alias...
2021-09-09 Ian Lance Taylorcmd/cgo, runtime/cgo: avoid GCC/clang conversion warnings
2021-09-09 Robert Griesemercmd/compile/internal/syntax: better error message for...
2021-09-09 korzhaotime: propagate "," separator for fractional seconds...
2021-09-09 korzhaocmd/compile: fix implement for closure in a global...
2021-09-09 Paul E. Murphycmd/link: enable internal linker in more cases for...
2021-09-09 Matthew Dempskytest: add compiler regress tests for #46461
2021-09-09 Dan Scalescmd/compile: fix case where init info of OAS node is...
2021-09-09 Robert Findleygo/types, types2: rename RParams -> RecvTypeParams
2021-09-09 Michael Anthony... reflect: add hooks for dealing with narrow width floats
2021-09-09 Damien Neilnet: deprecate (net.Error).Temporary
2021-09-09 Keith Randallcmd/compile: stenciled conversions might be NOPs
2021-09-09 Matthew Dempskytest: re-enable AsmCheck tests for types2-based frontends
2021-09-09 Robert Findleygo/types: reduce number of delayed functions
2021-09-09 Robert Findleygo/types: handle recursive type parameter constraints
2021-09-09 Robert Findleygo/types: detect constraint type inference cycles
2021-09-09 Tobias Klausertest/typeparam: fix issue48094b test build
2021-09-09 Tobias Klausersyscall: drop fallback to pipe in Pipe on linux/arm
2021-09-09 Cuong Manh Lecmd/compile: fix unified IR panic when expanding nested...
2021-09-09 Ian Lance Taylorinternal/poll: report open fds when TestSplicePipePool...
2021-09-09 Cuong Manh Lecmd/compile: fix wrong instantiated type for embedded...
2021-09-09 Cuong Manh Lecmd/compile: move checkptr alignment to SSA generation
2021-09-09 Cuong Manh Lecmd/compile: fold handling OCONV logic to separate...
2021-09-09 fanzha02cmd/internal/obj/arm64: add checks for incorrect use...
2021-09-09 Matthew Dempskycmd/compile: remove 'ext' fields from unified IR reader...
2021-09-09 Matthew Dempskycmd/compile: simplify value coding for unified IR
2021-09-09 Matthew Dempskycmd/compile: extrapolate $GOROOT in unified IR
2021-09-08 Robert Griesemergo/types, types2: add Environment to Config
2021-09-08 Robert Griesemercmd/compile/internal/types2: spell out 'Type' in type...
2021-09-08 Josh Bleecher... cmd/compile: add automated rewrite cycle detection
2021-09-08 Robert Griesemercmd/compile/internal/types2: temporarily pin the Checke...
2021-09-08 Robert Griesemercmd/compile/internal/types2: move NewTypeParam off...
2021-09-08 Robert Griesemercmd/compile/internal/types2: move typeHash to environme...
2021-09-08 Robert Griesemercmd/compile/internal/types2: implement deduplication...
2021-09-08 Robert Findleygo/ast: rename MultiIndexExpr to IndexListExpr
2021-09-08 Michael Matloobcmd/go: print offending -mod value in workspace mode
2021-09-08 Michael Matloobcmd/go: improve the creation and editing of go.work...
2021-09-08 Robert Findleygo/types: temporarily pin the Checker to Interface...
2021-09-08 Robert Findleygo/types: spell out 'Type' in type parameter APIs
2021-09-08 Robert Findleygo/ast: rename TParams fields to TypeParams
2021-09-08 Robert Findleygo/types: move NewTypeParam off of Checker
2021-09-08 Robert Findleygo/types: move typeHash to environment.go
2021-09-08 Robert Findleygo/types: implement deduplication of instances using...
2021-09-08 Bryan C. Millscmd/go/internal/modload: scan dependencies of root...
2021-09-08 Robert Griesemercmd/compile/internal/types2: reduce number of delayed...
2021-09-08 Robert Griesemercmd/compile/internal/types2: handle recursive type...
2021-09-08 Dmitri Shuralyovcmd/pprof: update vendored github.com/google/pprof
2021-09-08 Michael Mundaytest/codegen: fix package name for test case
2021-09-08 Michael Mundaytest/codegen: fix compilation of bitfield tests
2021-09-08 Michael Mundaytest/codegen: remove broken riscv64 test
2021-09-08 Dmitri Shuralyovall: update vendored golang.org/x/tools
2021-09-08 Paul E. Murphycmd/link: rework .TOC. handling for ppc64le
2021-09-08 Joel Singcmd/link/internal/riscv64,cmd/internal/obj/riscv: make...
2021-09-08 Joel Singcmd/interna/obj/riscv: use obj.REG_NONE rather than 0
2021-09-08 Joel Singcmd/internal/obj/riscv: simplify machine code output
2021-09-08 Joel Singcmd/internal/obj/riscv: absorb rewriteMOV into instruct...
2021-09-08 Joel Singcmd/internal/obj/riscv: simplify rewriteMOV
2021-09-08 Keith Randallreflect: add back signaling NaN test
2021-09-08 Ian Lance Taylorreflect: correct typoo in comment
2021-09-07 Dan Scalescmd/compile: add CONVIFACE nodes needed in generic...
2021-09-07 Keith Randallreflect: add test for passing float32 signaling NaNs
2021-09-07 Josh Bleecher... reflect: rename MapIter method receiver variable from...
2021-09-07 Josh Bleecher... reflect: add MapIter.Reset
2021-09-07 Dan Scalescmd/compile: remove now-unneeded SetHasTParam() for...
next