]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-10-04 Rhys Hiltnerruntime: add padding to Linux kernel structures
2021-10-04 Amelia Downsinternal/fuzz: print size of interesting cache
2021-10-04 Michael Prattcmd/api: set architecture sizes when type checking
2021-10-04 Josh Bleecher... cmd/go,cmd/compile: re-enable concurrent compilation...
2021-10-04 siddharthcmd/go/internal/cfg: improve error message when GOPATH...
2021-10-04 Robert Findleygo/types: remove 1.18 APIs that have been replaced
2021-10-04 Filippo Valsordacrypto/tls: use cryptobyte.NewFixedBuilder
2021-10-04 Lynn Bogercmd/compile: fix PPC64.rules to correct failure in...
2021-10-02 Joel Singcmd/internal/obj/riscv,cmd/link/internal/riscv64: add...
2021-10-02 Damien Neilnet: don't use syscall.NET_RT_IFLISTL on FreeBSD
2021-10-02 Robert Griesemertest/typeparam: require -G=3 for issue48424.go (fix...
2021-10-02 Daniel Martícmd/go: remove double parallelism from "go fmt"
2021-10-02 roudkerkcontext: implement Context.Value using iteration rather...
2021-10-02 Leon Klingelenet/http/pprof: use "curl" instead of "wget" in usage...
2021-10-02 Ian Lance Taylornet: consistently return DNSError on lookup failure
2021-10-01 Ian Lance Taylortext/template: undo reflect.Value wrapping for short...
2021-10-01 Dan Scalescmd/compile: remove typeparam subscripts, use func...
2021-10-01 Bryan C. Millsbufio: reject UnreadByte or UnreadRune after a Discard...
2021-10-01 Robert Griesemercmd/compile/internal/types2: mark implicit interfaces...
2021-10-01 Robert Griesemercmd/compile: accept constraint literals with elided...
2021-10-01 Robert Griesemercmd/compile/internal/types2: accept constraint literals...
2021-10-01 Robert Griesemercmd/compile/internal/syntax: allow eliding interface...
2021-10-01 jiahua wanggo/types: remove Environment type
2021-10-01 Cherry Muicmd/link: correct type..importpath symbol handling
2021-10-01 Cherry Muicmd/link: set alignment for string symbols in symtab...
2021-10-01 Cherry Muicmd/link: reduce alignment for some funcdata symbols
2021-10-01 Robert Griesemercmd/compile/internal/types2: removed deprecated API...
2021-10-01 Robert Griesemergo/types: switch uses of NewSignature to NewSignatureTy...
2021-09-30 Ian Lance Taylorgo/internal/gccgoimporter: change all .gox files to...
2021-09-30 Bryan C. Millscmd/dist: consistently set PWD when executing a command...
2021-09-30 wangyuntaocmd/compile: correct comment: walkSwitch -> walkSelect
2021-09-30 Sean Liao.github: update IRC server
2021-09-30 Cherry Muicmd/link: use "CC --print-prog-name" to locate tools
2021-09-30 Changkun Ouruntime: avoid run TestSyscallN in parallel
2021-09-30 Cherry Muicmd/link: add runtime.text.N symbols to Mach-O symbol...
2021-09-30 Cherry Muidebug/gosym: run TestPCLine on Linux/AMD64 in short...
2021-09-30 Cherry Muidebug/gosym: fix version check in file table access
2021-09-30 Filippo Valsordacrypto: document the extended key interfaces
2021-09-30 Leigh McCullochtime: add doc comment about tzdata package
2021-09-30 180909README.md: update contribute URL
2021-09-30 fanzha02cmd/asm: add error check for move constant instructions...
2021-09-29 Josh Bleecher... cmd/link: make funcSize a constant
2021-09-29 Josh Bleecher... cmd/link, runtime: use offset for _func.entry
2021-09-29 Josh Bleecher... runtime: extract text address calculation into a separa...
2021-09-29 Josh Bleecher... debug/gosym: refactor handling of funcdata
2021-09-29 citizen233cmd/go/internal/modcmd: fix "go mod editwork" error...
2021-09-29 Josh Bleecher... debug/gosym: add benchmark
2021-09-29 Katie Hockmaninternal/fuzz: disconnect stdout and stderr from the...
2021-09-29 Ian Lance Taylortext/template: check final value for short-circuit...
2021-09-29 Robert Findleycmd/compile: rename some types2.Context variables from...
2021-09-29 Josh Bleecher... runtime: use unsafe.Slice in getStackMap
2021-09-29 Lynn Bogertest: update test/codegen/noextend.go to work with...
2021-09-29 Katie Hockmancmd/go: prevent necessary GCFlag from being removed
2021-09-29 Robert Findleygo/types, types2: rename Environment to Context
2021-09-29 Archana Rcmd/compile: add PPC64-specific inlining for runtime...
2021-09-29 Josh Bleecher... debug/gosym: adjust go12* method comments
2021-09-29 Josh Bleecher... debug/gosym: add hook to disable recovers
2021-09-29 Dan Scalescmd/compile: make sure shapes have proper indexes for...
2021-09-29 Michael Prattruntime: drop nowritebarrier from gcParkAssist
2021-09-29 Robert Griesemergo/types: avoid infinite recursion in unification
2021-09-29 Cherry Muicmd/internal/goobj, cmd/link: remove funcdataoff
2021-09-29 Cherry Muicmd/link: access pcdata via aux symbols
2021-09-28 Robert Griesemercmd/compile/internal/types2: avoid infinite recursion...
2021-09-28 Lynn Bogerinternal/bytealg: port bytealg functions to reg ABI...
2021-09-28 Lynn Bogerruntime: port memmove, memclr to register ABI on ppc64x
2021-09-28 jiahua wangcompress/gzip: add missing license
2021-09-28 jiahua wangio: add examples for (*SectionReader) Read/Size
2021-09-28 Lynn Bogerreflect,runtime: add reflect support for regabi on...
2021-09-28 Leonard Wangruntime: add mp parameter for getMCache
2021-09-28 Robert Griesemercmd/compile/internal/types2: add Interface.IsMethodSet...
2021-09-28 Jay Conrodcmd/go: add release note for 'go get' changes
2021-09-28 Jay Conrodcmd/go: change 'go get -d' to 'go get' in tests
2021-09-28 Jay Conrodcmd/go: make 'go get' fail with an error when outside...
2021-09-28 Jay Conrodcmd/go: 'go get' no longer builds or installs packages
2021-09-28 Bryan C. Millsio: update ByteScanner and RuneScanner docs to match...
2021-09-28 Robert Griesemercmd/compile/internal/types2: add a NewSignatureType...
2021-09-28 Robert Griesemercmd/compile/internal/types2: record all instances,...
2021-09-28 Cherry Muicmd/internal/objfile: use aux symbol for pcdata references
2021-09-28 Cherry Muicmd/internal/obj: index pcdata symbols in NumberSyms
2021-09-28 Robert Findleygo/types: add the Interface.IsMethodSet method
2021-09-28 Robert Findleygo/types: add a NewSignatureType constructor accepting...
2021-09-28 Josh Bleecher... cmd/internal/obj: refactor code to separate content...
2021-09-28 Cherry Muicmd/internal/goobj: remove Pcdata from object file
2021-09-27 Ian Lance Taylorio: avoid integer overflow in NewSectionReader
2021-09-27 Josh Bleecher... runtime: fix and simplify printing on bad ftab
2021-09-27 Josh Bleecher... cmd/link: put type descriptor method arginfo in the...
2021-09-27 Josh Bleecher... debug/gosym: add pcHeader parsing helpers
2021-09-27 Cherry Muiruntime/pprof: skip TestTimeVDSO on Android
2021-09-27 Fabio Falzoireflect: add Value.{CanInt, CanUint, CanFloat, CanComplex}
2021-09-27 Josh Bleecher... runtime, cmd/link: minor cleanup
2021-09-27 Josh Bleecher... runtime: move entry method from _func to funcInfo
2021-09-27 Josh Bleecher... runtime: convert _func.entry to a method
2021-09-27 Josh Bleecher... runtime: change funcinl sentinel value from 0 to ^0
2021-09-27 Josh Bleecher... runtime: look up funcInfo by func pointer
2021-09-27 Josh Bleecher... runtime: add Func method benchmarks
2021-09-27 Keith Randallruntime: make slice growth formula a bit smoother
2021-09-27 Keith Randallcmd/compile: keep methods on generic types from being...
2021-09-27 Dan Scalescmd/compile: allow methods on shape types (but no bodies)
2021-09-27 Zvonimir Pavlinoviccmd/go/testdata/script: fix incorrect comments
2021-09-27 Keith Randallcmd/compile: leave dictionary argument out of traceback...
next