]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-09-24 Cherry Muiruntime: set vdsoSP to caller's SP consistently
2021-09-24 Joel Singcmd/compile: optimise immediate operands with constants...
2021-09-24 Joel Singtest/codegen: add shift tests for RISCV64
2021-09-24 Robert Griesemercmd/compile/internal/types2: assume generic code for...
2021-09-24 Cuong Manh Lecmd/go: move gc concurrency level computation near...
2021-09-24 Robert Griesemercmd/compile/internal/syntax: assume generic code for...
2021-09-24 Meng Zhuoruntime: using wyrand for fastrand
2021-09-24 Robert Griesemergo/types: delay union element checks
2021-09-24 Ian Lance Taylorconstraints: new package
2021-09-24 Robert Griesemercmd/compile/internal/types2: delay union element checks
2021-09-23 Daniel Martícmd/go: refer to the right package in a test
2021-09-23 Bryan C. Millscmd/compile/internal/ssa: remove workarounds for #43938
2021-09-23 Robert Griesemertest/fixedbugs: adjust test case (fix longtest builders)
2021-09-23 Robert Griesemercmd/compile/internal/types2: avoid "declared but not...
2021-09-23 Robert Griesemergo/types: avoid "declared but not used errors" for...
2021-09-23 Robert Griesemercmd/compile: restore original assignment error messages
2021-09-23 Cuong Manh LeRevert "cmd/go: insert goroot to the hash of build...
2021-09-23 Robert Findleygo/types,types2: disallow illegal cycles through Unions
2021-09-23 Joe Tsaicrypto: avoid escaping Hash.Sum on generic architectures
2021-09-23 Daniel Martícmd/go: fix indentation of -workfile help text
2021-09-23 Lynn Bogercmd/compile: enable reg args and add duffcopy support...
2021-09-23 zhouguangyuancmd/go: insert goroot to the hash of build cache when...
2021-09-23 Russ Coxhtml/template, text/template: implement break and conti...
2021-09-23 Matthew Dempskycmd/compile: fix unsafe.Add with small-size offsets...
2021-09-22 Dan Scalescmd/compile: break out constants for local and global...
2021-09-22 Zvonimir Pavlinoviccmd/go/internal/test: pass only analysis flags to vet
2021-09-22 Lynn Bogercmd/compile: update PPC64 CALL* ops for register ABI
2021-09-22 jiahua wangio: fix spelling in documentation
2021-09-22 Robert Griesemercmd/compile/internal/types2: don't panic if targs don...
2021-09-22 Cherry Muicmd/compile: update comments with ABI aliases/wrappers
2021-09-22 Robert Griesemercmd/compile, go/types: allow `any` anywhere (as a type)
2021-09-22 Roland Shoemakerinternal/fuzz,cmd/compile: don't add race instrumentati...
2021-09-22 Cherry Muicmd/compile: check out-of-range shifts on ARM and ARM64
2021-09-22 Elias Naurcmd/cgo: add go:notinheap annotation to Windows handle...
2021-09-22 Archana Rhash/crc32: improve performance of ppc64SlicingUpdateBy...
2021-09-22 Cherry Muicmd/link: use keyed literal for AbiSymKindToSymKind
2021-09-22 Cherry Muicmd/link: remove ABI aliases
2021-09-22 Cherry Muicmd/internal/obj: remove ABI aliases from object file
2021-09-22 Bryan C. Millscmd/go: proceed with GOPATH unset if the command doesn...
2021-09-22 Roland Shoemakerinternal/fuzz: allocate memory for mutated strings
2021-09-22 Cherry Muiruntime: call cgocallbackg indirectly on PPC64
2021-09-22 Katie Hockman[dev.fuzz] internal/fuzz: more fuzzing output adjustments
2021-09-22 Lynn Bogercmd/compile/internal/ppc64: add initial spill support
2021-09-22 Cherry Muicmd/compile, cmd/link: avoid ABI aliases
2021-09-22 Robert Findleygo/types: add a test for argument error unwrapping
2021-09-22 Robert Findleygo/types: don't panic if targs don't match tparams...
2021-09-22 jiahua wangio: fix spelling in documentation for writerFunc
2021-09-22 Cuong Manh Lecmd/go: fix go command fails to perform concurrent...
2021-09-22 Robert Findleygo/types: tweaks to ArgumentError to be more idiomatic
2021-09-22 Matthew Dempskycmd/compile: use BMI1 instructions for GOAMD64=v3 and...
2021-09-21 Kir Kolyshkinos/user: implement go native GroupIds
2021-09-21 Dan Scalescmd/compile: don't create or instantiate methods on...
2021-09-21 Robert Griesemergo/types: make ptrRecv a method hasPtrRecv of Func
2021-09-21 Robert Griesemercmd/compile/internal/types2: make ptrRecv a method...
2021-09-21 Robert Griesemercmd/compile/internal/importer: remove // UNREVIEWED...
2021-09-21 Robert Griesemergo/types: return typeHash value without blanks
2021-09-21 Robert Griesemercmd/compile/internal/types2: export Named.Orig as Named...
2021-09-21 Robert Griesemercmd/compile/internal/types2: remove report parameter...
2021-09-21 Jay Conrodinternal/fuzz: temporarily work around test failures...
2021-09-21 Robert Findleygo/types: remove the report parameter from infer and...
2021-09-21 Robert Findleygo/types: record all instances, not just inferred instances
2021-09-21 Jay Conrodtesting, cmd/go: clarify documentation
2021-09-21 Keith Randallencoding/xml: truncate generic type names
2021-09-21 Josh Bleecher... runtime: fix output for bad pcHeader
2021-09-21 Josh Bleecher... cmd/link: document generator symbols more
2021-09-21 Jay Conrodcmd/go: disable gofuzzbeta build tag by default
2021-09-21 Josh Bleecher... runtime, cmd/link: fix comment typos
2021-09-21 Russ Coxtext/template: implement short-circuit and, or
2021-09-21 Bryan C. Millsio: relax documented Seeker invariants that do not...
2021-09-21 Lynn Bogerinternal/abi: define PPC64 register ABI constants
2021-09-21 Lynn Bogercmd/compile/internal: add ABI register information...
2021-09-21 Robert Griesemergo/types: fixes for pointer receivers of instantiated...
2021-09-21 Robert Griesemercmd/compile/internal/types2: minor cleanup of instantiation
2021-09-21 Robert Griesemercmd/compile/internal/types2: instantiate methods when...
2021-09-21 Robert Griesemergo/types, types2: remove duplicate resolve call
2021-09-20 Matthew Dempskyinternal/buildcfg: fix test for GOAMD64=v3 ./all.bash
2021-09-20 Ian Lance Taylortext/template: initialize template before locking it
2021-09-20 Jay Conrod[dev.fuzz] Merge remote-tracking branch 'origin/dev...
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (b0fa2f5) into dev.fuzz
2021-09-20 Amelia Downscmd/compile: fix ExampleInfo output
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-20 David Chasecmd/compile: extend dump-to-file to handle "genssa...
2021-09-20 Jay Conrod[dev.fuzz] cmd/go: in 'go test' don't allow multiple...
2021-09-20 Jay Conrodcmd/go: write go.mod requirements more consistently...
2021-09-20 Alessandro... cmd/link: generate DIE for types referenced only throug...
2021-09-20 Dan Scalescmd/compile: delay all transforms for generic funcs...
2021-09-20 Robert Findleygo/types: export Named._Orig as Named.Origin
2021-09-20 Dan Scalescmd/compile: fix transform.AssignOp to deal with tricky...
2021-09-20 Katie Hockman[dev.fuzz] Revert "[dev.fuzz] testing: convert seed...
2021-09-20 Katie Hockman[dev.fuzz] internal/fuzz: warn if fuzzing begins with...
2021-09-20 Lynn Bogercmd/compile: document register-based ABI for ppc64
2021-09-20 Keith Randallcmd/compile: fix simplification rules on arm/arm64
2021-09-20 Keith Randallcmd/compile: ensure constant shift amounts are in range...
2021-09-20 Dan Scalesgo/test: add a test for issue 48344
2021-09-20 Keith Randallcmd/compile: allow rotates to be merged with logical...
2021-09-20 Dan Scalescmd/compile: update doc at top of iexport.go on the...
2021-09-20 Dan Scalescmd/compile: rename instType -> instanceType
2021-09-20 jochen webercmd/cgo: remove hardcoded '-pie' ldflag for linux/arm
2021-09-20 Dan Scalescmd/compile: fix export/import of range loop.
2021-09-19 Keith Randallcmd/compile: fold double negate on arm64
next