]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-05-04 Jonathan Amsterdamlog/slog: Group takes ...any
2023-05-04 Bryan C. Millsinternal/testenv: remove HasExec and simplify other...
2023-05-04 Jonathan Amsterdamlog/slog: built-in handler constructors take options...
2023-05-04 Paul E. Murphyruntime/cgo: preserve VRs across crosscall_ppc64 on...
2023-05-04 Paul E. Murphyruntime/cgo: preserve nonvolatile VRs when crosscalling...
2023-05-04 Bryan C. Millscmd/fix: move cgo and 'go build' support checks into...
2023-05-04 Keith Randallcmd/compile: fix bswap/load rewrite rules
2023-05-04 Robert Griesemergo/types, types2: remove Config.EnableReverseTypeInfere...
2023-05-04 Robert Griesemergo/types, types2: consider generic functions in inferen...
2023-05-04 Frediano Zigliosyscall: reduce memory allocated by UTF16FromString
2023-05-04 Bryan C. Millscmd/go: fix short tests on ios
2023-05-04 Robert Griesemergo/types, types2: rename generic function arguments
2023-05-04 Robert Griesemergo/types, types2: make Checker.renameTParams work on...
2023-05-04 Mateusz Poliwczaknet: net remove completed return from cgo lookup functions
2023-05-04 Ian Lance Taylorall: add String for fs.{FileInfo,DirEntry} implementations
2023-05-04 Bryan C. Millscmd/go/internal/modfetch/codehost: initialize localGitU...
2023-05-04 Bryan C. Millsruntime: skip TestSegv/SegvInCgo earlier on ios
2023-05-04 Bryan C. Millscmd/go: remove a redundant HasExec check in TestScript...
2023-05-04 nilsocketslog: fix grammatical mistakes in docs
2023-05-03 Paul E. Murphycmd/link/internal/ppc64: support non-PIC PLT call stubs
2023-05-03 Matthew Dempskycmd/compile: fix compilation of inferred type arguments
2023-05-03 Daniel MartíRevert "cmd/compile: enhance tighten pass for memory...
2023-05-03 Ian Lance TaylorRevert "crypto/sha1: add WriteString and WriteByte...
2023-05-03 Ian Lance TaylorRevert "crypto/sha256: add WriteString and WriteByte...
2023-05-03 Ian Lance TaylorRevert "crypto/sha512: add WriteString and WriteByte...
2023-05-03 Robert Griesemergo/types, types2: rename allowVersionf to verifyVersionf
2023-05-03 Than McIntoshruntime/coverage: fix problematic test from issue 59563
2023-05-03 Carlos Amedeelib/time: update to 2023c/2023c
2023-05-03 erifan01cmd/compile: enhance tighten pass for memory values
2023-05-03 Robert Griesemergo/types, types2: use version data type instead of...
2023-05-03 Robert Griesemergo/types, types2: combine version check with version...
2023-05-03 Robert Griesemercmd/compile: enable reverse type inference
2023-05-03 Robert Griesemergo/types, types2: implement reverse type inference...
2023-05-03 Bryan C. Millscmd/compile,cmd/link: skip tests that require DWARF...
2023-05-03 Austin Clementsmisc/android: improve exit code workaround
2023-05-03 Bryan C. Millscmd/api: move support checks into individual tests
2023-05-03 Bryan C. Millsruntime: add test skips for ios
2023-05-03 Felix Geisendörferruntime: remove systemstack logic from adjustframe
2023-05-03 Felix Geisendörferruntime: add test for systemstack frame pointer adjustment
2023-05-02 Roland Shoemakerhtml/template: emit filterFailsafe for empty unquoted...
2023-05-02 Roland Shoemakerhtml/template: handle all JS whitespace characters
2023-05-02 Roland Shoemakerhtml/template: disallow angle brackets in CSS values
2023-05-02 Ian Lance Taylorio/fs: add FormatFileInfo and FormatDirEntry functions
2023-05-02 Cherry Muicmd/link: remove allocation in decoding type name
2023-05-02 Bryan C. Millscmd/go/internal/script: log the stop message instead...
2023-05-02 Nick Ripleyruntime/trace: enable frame pointer unwinding by defaul...
2023-05-02 Michael Fraenkelnet/http: avoid leaking the writing goroutine
2023-05-02 Alan Donovancmd/cgo: reject attempts to declare methods on C types
2023-05-02 Cherry Muicmd/link: work around dsymutils not cleaning temp file
2023-05-02 Cherry Muicmd/compile: don't generate DWARF info for static vars
2023-05-02 qmuntalcmd/link: generate .xdata PE section
2023-05-02 qmuntalcmd/link: generate .pdata PE section
2023-05-02 Johan Brandhorst... internal/testenv: probe for symlink on wasip1
2023-05-02 Cherry Muicmd/link, cmd/internal/obj: use aux symbol for global...
2023-05-02 Ian Lance Taylornet: don't recheck goosPrefersCgo in hostLookupOrder
2023-05-02 cui fliterruntime: fix comment typo in page allocator
2023-05-01 Robert Griesemergo/types, types2: isParameterized must be able to handl...
2023-05-01 Michael Prattcmd/compile: drop unused arg to mkinlcall
2023-05-01 Will Faughttext/template: reword uncover to unwrap
2023-05-01 Bryan C. Millsmisc/android: copy entire modules in module mode
2023-05-01 qmuntalruntime/cgo: use atomic.Uintptr instead of atomic.AddUi...
2023-05-01 Austin Clementsmisc/android: rename to misc/go_android_exec, make...
2023-05-01 Ian Lance Taylordebug/pe: return error on reading from section with...
2023-04-30 Felix Geisendörferruntime: fix systemstack frame pointer adjustment
2023-04-30 Achille Rousselsyscall: fix opening of directories on wasip1
2023-04-28 Ian Lance Taylorcmd/distpack: remove internal/platform/zosarch.go
2023-04-28 Paul E. Murphycmd/link: load external ELF PPC64 objects which set...
2023-04-28 Nick Ripleyruntime/trace: avoid frame pointer unwinding for events...
2023-04-28 Michael Prattcmd/compile: escape package path for PGO symbol matching
2023-04-28 Joel Singcmd/internal/obj/arm64: pass obj.As to oaddi rather...
2023-04-28 Cherry Muicmd/link: put zero-sized data symbols at same address...
2023-04-28 Joel Singcmd/internal/obj/arm64: use appropriate return type...
2023-04-28 Robert Griesemergo/types, types2: remove parse (we only need mustParse...
2023-04-28 Robert Griesemergo/types, types2: extract package name from test source...
2023-04-28 Takeshi Yonedaos: fix TestChdirAndGetwd/ReaddirnamesOneAtATime on...
2023-04-28 Robert Griesemergo/types, types2: call mustParse when using mustTypecheck
2023-04-28 Cherry Muicmd/link: write buildid to plugin
2023-04-28 Lucien Cofferuntime: resolve checkdead panic by refining `startm...
2023-04-28 Ian Lance Taylornet: re check conf.goos even if it equals runtime.GOOS
2023-04-28 Chressie HimpelRevert "cmd/compile: constant-fold loads from constant...
2023-04-28 Bryan C. Millsinternal/testenv: allow 'go build' on android when...
2023-04-28 Bryan C. Millsmisc/android: rework GOROOT installation
2023-04-28 Achille Rousselsyscall: remove wasip1 O_DIRECTORY workaround
2023-04-27 Ian Lance Taylornet: rewrite and simplify resolver configuration
2023-04-27 Keith Randallcmd/compile: constant-fold loads from constant dictiona...
2023-04-27 Guoqi Chencmd/dist,internal: enable buildmode=c-archive for linux...
2023-04-27 Bryan C. Millscmd/go: skip the 'git' part of get_insecure_redirect...
2023-04-27 cui fliterall: remove repeated definite articles
2023-04-27 Dmitri Shuralyovcmd/api: remove unused functionality
2023-04-27 Dmitri Shuralyovcmd/api: make api/next/* entries required, not optional
2023-04-27 cui flitercrypto: use t.Parallel() to increase speed
2023-04-26 Bryan C. Millsmisc/wasm: default to /tmp if TMPDIR is unset
2023-04-26 Bryan C. Millsnet/http/cgi: propagate LD_LIBRARY_PATH on Android
2023-04-26 Brad Fitzpatrickcmd/go: simplify code that still assumed the build...
2023-04-26 Michael Prattruntime/cgo: store M for C-created thread in pthread key
2023-04-26 Paul E. Murphycmd/link/internal/loadelf: set AttrExternal on text...
2023-04-26 Than McIntoshcoverage: fix count vs emit discrepancy in coverage...
2023-04-26 Than McIntoshinternal/coverage/slicewriter: fix off-by-1 error in...
2023-04-26 ioworker0runtime: add a alignment check
2023-04-25 Ian Lance Taylorcrypto/sha512: add WriteString and WriteByte method
next