]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2022-07-22 Cherry Muicmd/compile: make jump table symbol local
2022-07-22 Russ CoxA+C: delete AUTHORS and CONTRIBUTORS
2022-07-21 Ian Lance Taylorunsafe: document when Sizeof/Offsetof/Alignof are not...
2022-07-21 Dmitri Shuralyovnet/http: remove accidental heading in Head documentation
2022-07-21 Cherry Muicmd/dist: enable race detector test on S390X
2022-07-20 Keith Randallcmd/cgo: allow cgo to pass strings or []bytes bigger...
2022-07-20 Keith Randalltest: use go tool from tree, not path
2022-07-20 Keith Randallcmd/compile: improve GOAMD64=v1 violation test
2022-07-19 Dan Kortschakcrypto/internal/nistec,debug/gosym: fix typos
2022-07-19 Keith Randallcmd/compile: fix mknode script
2022-07-19 yanweizhiA+C: add Weizhi Yan
2022-07-19 Michael Anthony... runtime: revert to using the precomputed trigger for...
2022-07-19 Carlos AmedeeCONTRIBUTORS: update for the Go 1.19 release
2022-07-18 Jun10ngruntime: fix typos
2022-07-18 Matthew Dempskycmd/compile: revert "remove -installsuffix flag"
2022-07-18 minherzhttp: improve Get documentation
2022-07-15 Austin Clementsgo/types, types2: correct alignment of atomic.Int64
2022-07-15 Ian Lance Taylorencoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/
2022-07-14 Roland Shoemakergo/parser: skip TestParseDepthLimit for short tests
2022-07-14 Roland Shoemakerencoding/xml: skip TestCVE202230633 for short tests
2022-07-14 Bryan C. Millscmd/go/internal/modfetch: avoid duplicating path compon...
2022-07-14 Bryan C. Millscmd/go: save zip sums for downloaded modules in 'go...
2022-07-14 Bryan C. Millscmd/go: avoid re-enqueuing workspace dependencies with...
2022-07-14 Bryan C. Millsdoc/go1.19: add a release note for 'go list -json=SomeF...
2022-07-13 Matthew Dempskycmd/compile: remove -installsuffix flag
2022-07-13 Matthew Dempskycmd/compile: remove -importmap flag
2022-07-13 Bryan C. Millsmisc/cgo/testshared: run tests only in GOPATH mode
2022-07-13 Bryan C. Millsmisc/cgo/testcshared: don't rely on an erroneous instal...
2022-07-13 Michael Prattruntime: clear timerModifiedEarliest when last timer...
2022-07-13 Wayne Zuocmd/compile: fix type assert in dict pass
2022-07-12 Bryan C. Millscmd/go: in script tests, avoid checking non-main packag...
2022-07-12 Bryan C. Millscmd/go: avoid indexing GOROOT packages when the compile...
2022-07-12 Bryan C. Millscmd/go: port TestIssue16471 to a script test and add...
2022-07-12 Bryan C. Millscmd/go/internal/modfetch/codehost: add missing newline...
2022-07-12 Bryan C. Millsimage/jpeg: increase TestLargeImageWithShortData timeou...
2022-07-12 Jay Conrodcmd/go/internal/modload: ignore disallowed errors when...
2022-07-12 Tatiana Bradleycompress/gzip: fix stack exhaustion bug in Reader.Read
2022-07-12 Julie Qiupath/filepath: fix stack exhaustion in Glob
2022-07-12 Julie Qiuio/fs: fix stack exhaustion in Glob
2022-07-12 Roland Shoemakerencoding/gob: add a depth limit for ignored fields
2022-07-12 Roland Shoemakergo/parser: limit recursion depth
2022-07-12 Roland Shoemakerencoding/xml: use iterative Skip, rather than recursive
2022-07-12 Roland Shoemakerencoding/xml: limit depth of nesting in unmarshal
2022-07-12 Russ Coxcmd/go: avoid spurious readdir during fsys.Walk
2022-07-12 Damien Neilnet/http: clarify that MaxBytesReader returns *MaxBytes...
2022-07-11 Tobias Klausersyscall: gofmt after CL 412114
2022-07-11 Michael Prattinternal/trace: don't report regions on system goroutines
2022-07-11 Than McIntoshruntime/race: update amd64 syso images to avoid sse4
2022-07-11 Tobias Klausercmd/trace: fix typo in web documentation
2022-07-11 Russ Coxcmd/go: make module index loading O(1)
2022-07-11 Bryan C. Millscmd/nm: don't rely on an erroneous install target in...
2022-07-11 Bryan C. Millsmisc/cgo/testcarchive: don't rely on an erroneous insta...
2022-07-11 Sean Liaonet/url: use EscapedPath for url.JoinPath
2022-07-11 Dmitri Goutnikdatabase/sql: make TestTxContextWaitNoDiscard test...
2022-07-11 Russ Coxcmd/go: use package index for std in load.loadPackageData
2022-07-11 Mitarnet/http: remove Content-Encoding in writeNotModified
2022-07-08 Keith Randallcmd/compile: fix libfuzzer instrumentation line number
2022-07-08 Bryan C. Millscmd/go: avoid setting variables for '/' and ':' in...
2022-07-08 Damien Neilnet/http: wait for listeners to exit in Server.Close...
2022-07-08 Cuong Manh Lecmd/compile: don't convert to interface{} for un-compar...
2022-07-07 Michael Anthony... runtime: overestimate the amount of allocated memory...
2022-07-07 Roland Shoemakercrypto/x509: restrict CRL number to <=20 octets
2022-07-07 Aaron Gablecrypto/x509: correctly parse CRL entry extensions
2022-07-07 Aaron Gablecrypto/x509: populate Number and AKI of parsed CRLs
2022-07-07 Than McIntoshcmd/link: explicitly disable PIE for windows/amd64...
2022-07-07 Than McIntoshcmd/go: default to "exe" build mode for windows -race
2022-07-06 Cuong Manh Lecmd/compile: only check implicit dots for method call...
2022-07-06 Daniel Martícmd/go: set up git identity for build_buildvcs_auto.txt
2022-07-06 Keith Randallcmd/compile: rework induction variable detector
2022-07-06 Ian Lance Tayloros/exec: clarify that Wait must be called
2022-07-06 Ian Lance Taylorcmd/internal/notsha256: add purego tag as needed
2022-07-06 Ian Lance Taylorcmd/dist: use purego tag when building the bootstrap...
2022-07-06 Cherry Muimisc/cgo/test: make TestSetgidStress cheaper
2022-07-06 Ian Lance Taylortest: recognize new gofrontend error message
2022-07-05 Michael Prattcmd/compile: drop "buildcfg" from no instrument packages
2022-07-05 Russ Coxcmd/go: make module@nonexistentversion failures reusable
2022-07-05 Russ Coxcmd/go: add -reuse flag to make proxy invocations more...
2022-07-05 Russ Coxcmd/go: record origin metadata during module download
2022-07-04 Cristian Grecobuild/constraint: update doc to mention a feature added...
2022-07-04 Ori Bernsteinruntime: pass correct string to exits on Plan 9
2022-07-01 Alexander Yastrebovnet/http: omit invalid header value from error message
2022-07-01 Ian Lance Taylorcmd/go, go/build: clarify build constraint docs
2022-07-01 Sebastian Gassnerflag: highlight support for double dashes in docs
2022-07-01 Robert Griesemergo/types, types2: document that exported predicates...
2022-06-30 Robert Griesemergo/types, types2: re-enable a couple of commented out...
2022-06-30 Ben Sarah Golightlygo/doc/comment: support links in lists in comments
2022-06-30 AndreasHGKos: fix a typo in path_windows.go
2022-06-30 Ian Lance Tayloros: simplify deadline fluctuation tests
2022-06-30 Bryan C. Millscmd/go/internal/modindex: remove spurious field from...
2022-06-30 Bryan C. Millscmd/go: include module root in package index key
2022-06-30 Bryan C. Millscmd/go: add a 'sleep' command for script tests
2022-06-30 Keith Randallcmd/compile: fix prove pass when upper condition is...
2022-06-30 Robert Griesemerspec: retitle section on "Assignments" to "Assignment...
2022-06-30 Matthew Dempskytest: add regress test for #53619
2022-06-29 Guoqi Chendebug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32}
2022-06-29 Damien Neilnet/http: preserve nil values in Header.Clone
2022-06-29 Cherry Muicmd/internal/obj/arm64: save LR and SP in one instructi...
2022-06-29 Alan Donovango/token: use atomics not Mutex for last file cache
2022-06-29 Damien Neilnet/http: don't strip whitespace from Transfer-Encoding...
2022-06-29 Michael Prattruntime: add race annotations to cbs.lock
next