]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2021-02-16 Cherry Zhangall: merge branch dev.regabi (d3cd4830ad) into master
2021-02-16 Cherry Zhang[dev.regabi] test: run abi/regabipragma test with -c=1
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
2021-02-16 Cherry Zhang[dev.regabi] cmd/go: copy internal/abi in TestNewReleas...
2021-02-16 Bryan C. Millsinternal/goversion: update Version to 1.17
2021-02-16 Rob Findley[dev.regabi] go/types: overlapping embedded interfaces...
2021-02-16 Rob Findley[dev.regabi] go/types: type alias decl requires go1.9
2021-02-16 Michael Anthony... [dev.regabi] runtime: stub out spillArgs and unspillArgs
2021-02-16 Michael Anthony... internal/abi: set register count constants to zero...
2021-02-16 Ian Lance TaylorREADME: pull gopher image from website
2021-02-16 Cherry Zhang[dev.regabi] cmd/link: recognize internal/abi as runtim...
2021-02-16 Cherry Zhangcmd/link: generate trampoline for inter-dependent packages
2021-02-16 Branden J Brownruntime/metrics: update documentation to current interface
2021-02-16 Dmitri Shuralyovdoc/go1.16: remove draft notice
2021-02-16 KimMachineGundoc/go1.16: fix mismatched id attribute
2021-02-16 Michael Anthony... [dev.regabi] reflect: support for register ABI on amd64...
2021-02-16 Wei Fuinternal/poll: netpollcheckerr before sendfile
2021-02-16 Russ Coxdoc: remove all docs not tied to distribution
2021-02-16 Russ Coxdoc: remove install.html and install-source.html
2021-02-16 Ian Lance Taylorinternal/poll: if copy_file_range returns 0, assume...
2021-02-15 Ian Lance Taylordoc/faq: update generics entry to reflect accepted...
2021-02-15 Rob Pikecmd/go: provide a more helpful suggestion for "go vet -?"
2021-02-13 Ikko Ashiminecmd/link: fix typo in link_test.go
2021-02-13 Rob Findley[dev.regabi] go/types: add support for language version...
2021-02-13 Rob Findley[dev.regabi] go/types: untyped shift counts must fit...
2021-02-13 Rob Findley[dev.regabi] go/types: refuse excessively long constants
2021-02-12 Michael Anthony... [dev.regabi] internal/abi: add new internal/abi package...
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-12 Bryan C. Millsdoc/go1.16: note that package path elements beginning...
2021-02-11 Carlos AmedeeCONTRIBUTORS: update for the Go 1.16 release
2021-02-11 Jay Conrodcmd/go: multiple small 'go help' fixes
2021-02-11 DQNEOspec: More precise wording in section on function calls.
2021-02-11 Russ Coxcmd/go: reject embedded files that can't be packed...
2021-02-11 Russ Coxio/fs: allow backslash in ValidPath, reject in os.DirFS...
2021-02-10 Cherry Zhangcmd/compile: mark concrete call of reflect.(*rtype...
2021-02-10 Cherry Zhang[dev.regabi] cmd/link: stop using ABI aliases if wrappe...
2021-02-09 Bryan C. Millscmd/go: suppress errors from 'go get -d' for packages...
2021-02-09 Rob Findley[dev.regabi] go/types: use 512 bits as max. integer...
2021-02-09 Rob Findley[dev.regabi] go/types: adjust importer to match compile...
2021-02-09 Rob Findley[dev.regabi] go/types: handle untyped constant arithmet...
2021-02-09 Rob Findley[dev.regabi] go/types: must not import a package called...
2021-02-09 Emmanuel T... archive/tar: detect out of bounds accesses in PAX recor...
2021-02-09 Rob Findley[dev.regabi] go/types: report unused packages in source...
2021-02-09 Rob Findley[dev.regabi] go/types: factor out sorting of methods
2021-02-09 Rob Findley[dev.regabi] go/types: convert untyped arguments to...
2021-02-09 Ian Lance Taylorruntime/metrics: fix a couple of documentation typpos
2021-02-09 Ian Lance Taylorio/fs: backslash is always a glob meta character
2021-02-08 KimMachineGundoc/go1.16: mention new vet check for asn1.Unmarshal
2021-02-08 Rob Findley[dev.regabi] go/types: consistently report nil type...
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-08 Cherry Zhang[dev.regabi] runtime: use g register in some assembly...
2021-02-08 Cherry Zhang[dev.regabi] cmd/internal/obj/x86: use g register in...
2021-02-08 Cherry Zhang[dev.regabi] runtime: initialize special registers...
2021-02-08 Cherry Zhang[dev.regabi] cmd/compile, runtime: reserve R14 as g...
2021-02-08 Changkun Ouruntime/metrics: fix panic in readingAllMetric example
2021-02-08 Ori Bernsteinsyscall/plan9: remove spooky fd action at a distance
2021-02-08 Cherry Zhang[dev.regabi] cmd/link: resolve symbol ABI in shared...
2021-02-05 KimMachineGundoc/go1.16: add missed heading tag in vet section
2021-02-05 Jay Conrodembed, io/fs: clarify that leading and trailing slashes...
2021-02-05 Russ Coxtesting/fstest: avoid symlink-induced failures in tester
2021-02-05 Cherry Zhang[dev.regabi] runtime: delete gosave function
2021-02-05 Cherry Zhang[dev.regabi] runtime: zero X15 in racecall
2021-02-05 Cherry Zhang[dev.regabi] cmd/asm: define g register on AMD64
2021-02-05 Cherry Zhang[dev.regabi] runtime: mark racecallbackthunk as ABIInternal
2021-02-05 Cherry Zhang[dev.regabi] runtime: don't mark rt0_go ABIInternal
2021-02-05 Cherry Zhang[dev.regabi] runtime/cgo: call setg_gcc in crosscall_amd64
2021-02-04 Rob Findley[dev.regabi] go/types: report error for invalid main...
2021-02-04 Cherry Zhang[dev.regabi] cmd/internal/obj: access Attribute atomically
2021-02-04 Rob Findley[dev.regabi] go/types: port check_test.go ergonomics...
2021-02-04 Rob Findley[dev.regabi] go/types: no "declared but not used" error...
2021-02-04 Ikko Ashimineruntime: fix typo in histogram.go
2021-02-03 Cherry Zhang[dev.regabi] cmd/compile: reserve X15 as zero register...
2021-02-03 Cherry Zhang[dev.regabi] runtime, syscall, etc.: mark Darwin syscal...
2021-02-03 Katie Hockmanmath/big: fix comment in divRecursiveStep
2021-02-02 Robert Griesemer[dev.regabi] all: merge master (fca94ab) into dev.regabi
2021-02-02 task4233spec: improve the example in Type assertions section
2021-02-02 Cherry Zhangcmd/link: don't decode type symbol in shared library...
2021-02-02 Cherry Zhangcmd/link: fix off-by-1 error in findShlibSection
2021-02-01 Tom Thorogoodtest: fix incorrectly laid out instructions in issue116...
2021-02-01 Dan Scales[dev.regabi] test: add a test for inlining closures
2021-02-01 Cherry Zhangdoc/go1.16: document that on OpenBSD syscalls are now...
2021-02-01 Nehal J Wanicmd/link: disable TestPIESize if CGO isn't enabled
2021-02-01 Toshihiro Shiinodoc/go1.16: minor markup fixes
2021-01-29 Ian Lance Taylorembed: update docs for proposal tweaks
2021-01-29 Cherry Zhangruntime: document pointer write atomicity for memclrNoH...
2021-01-28 Joel Singsyscall: generate readlen/writelen for openbsd libc
2021-01-28 Bryan C. Millscmd/go: revert TestScript/build_trimpath to use ioutil...
2021-01-28 Joel Singruntime: correct syscall10/syscall10X on openbsd/amd64
2021-01-28 Ian Lance Taylordoc/go1.16: document go/build/constraint package
2021-01-28 Joel Singruntime,syscall: convert syscall on openbsd/arm64 to...
2021-01-27 David Chase[dev.regabi] cmd/compile: remove nested functions from...
2021-01-27 David Chase[dev.regabi] cmd/go: Use GOMAXPROCS to limit default...
2021-01-27 Alexander Rakoczyapi/go1.16: add go/build/constraint APIs
2021-01-27 Roland Shoemakercrypto/x509: remove leftover CertificateRequest field
2021-01-27 Dan Scalesruntime: make sure to remove open-coded defer entries...
2021-01-27 Nuno Crucesruntime: block console ctrlhandler when the signal...
2021-01-27 Nehal J Wanicmd/go: skip issue33139 when the 'cc' script command...
2021-01-27 Joel Singruntime: switch runtime to libc for openbsd/arm64
2021-01-27 Joel Singruntime: convert openbsd/arm64 locking to libc
2021-01-27 Joel Singsyscall: clean up mkasm related changes
next