]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2023-01-28 Thanonchai Wos: use GetTempPath2 on Windows if available
2023-01-28 Keith Randallruntime: remove go118UseTimerCreateProfiler
2023-01-28 Daniela Petruzalekos: fix findOneDriveDir to expand strings that contain...
2023-01-28 Keith Randallcmd/compile: fix -m=2 output for recursive function...
2023-01-27 Bryan C. Millscmd/dist: remove dead code for META_BUILDLET_HOST_TYPE
2023-01-27 Paul E. Murphytest/codegen: merge identical ppc64 and ppc64le tests
2023-01-27 Paul E. Murphytest/codegen: combine trivial PPC64 tests into ppc64x
2023-01-27 cuiweixieencoding/binary: add var NativeEndian
2023-01-27 Bryan C. Millssyscall: avoid making assumptions about syscall permissions
2023-01-27 Bryan C. Millscmd/go/internal/modfetch: avoid path.Join in URL errors
2023-01-27 Benjamin Prosnitzhex: fix panic in Decode when len(src) > 2*len(dst)
2023-01-27 Robert Griesemergo/types, types2: move tparamIndex from unify.go into...
2023-01-27 Robert Griesemergo/types, types2: simplify unifier
2023-01-27 Matthew Dempskycmd/compile/internal/noder: remove unused noding code
2023-01-27 Matthew Dempskycmd/compile: apply FixVariadicCall and FixMethodCall...
2023-01-27 Keith Randallcmd/compile: remove go119UseJumpTables flag
2023-01-27 Oleksii Sholiknet/http: fix missing word in ServeMux doc
2023-01-27 Mateusz Poliwczaknet: report completed when context is done in cgoLookup...
2023-01-26 Bryan C. Millsruntime/debug: expand fuzz corpus for FuzzParseBuildInf...
2023-01-26 Bryan C. Millscmd/dist: restore the original GOCACHE before building...
2023-01-26 Bryan C. Millscmd/dist: require absolute path to executable in flatte...
2023-01-26 Matthew Dempskycmd/compile/internal/inline: adjust isBigFunc to recogn...
2023-01-26 Bryan C. Millscmd/dist: consistently use $GOROOT/bin/go instead of...
2023-01-26 Matthew Dempskycmd/compile/internal/types: remove Markdcl/Pushdcl...
2023-01-26 Matthew Dempskycmd/compile/internal/types: remove unneeded functionality
2023-01-26 Matthew Dempskycmd/compile/internal/types: remove TTYPEPARAM and TUNIO...
2023-01-26 Tobias Klauserinternal/syscall/unix: use atomic.Bool for getrandomUns...
2023-01-26 Matthew Dempskycmd/compile: remove GOEXPERIMENT=nounified frontend
2023-01-26 Matthew Dempskycmd/compile/internal/noder: stop creating TUNION types
2023-01-26 Robert Griesemergo/types, types2: remove misleading example from comment
2023-01-26 David Chasemisc: update go.mod to 1.21
2023-01-26 Quim MuntalRevert "runtime: use explicit NOFRAME on darwin/amd64"
2023-01-26 Tobias Klausercrypto/rand, internal/syscall/unix: add support for...
2023-01-26 qmuntalruntime: use explicit NOFRAME on darwin/amd64
2023-01-26 Cameron Bedardcmd/go/internal/vcs: fix outdated comment
2023-01-26 Gustavo Falconet/http: keep sensitive headers on redirects to the...
2023-01-26 Matthew Dempskycmd/compile: change some unreachable code paths into...
2023-01-26 Matthew Dempskycmd/compile: remove -d=typecheckinl flag
2023-01-26 Matthew Dempskycmd/compile/internal/pkginit: remove dependency on...
2023-01-26 Keith Randallcmd/compile: improve register overwrite decision for...
2023-01-25 qmuntalruntime: delete unused cbctxts variable on windows...
2023-01-25 Matthew Dempskycmd: remove GOEXPERIMENT=nounified knob
2023-01-25 Bryan C. Millscontext: eliminate arbitrary timeouts in examples
2023-01-25 Bryan C. Millsos: eliminate arbitrary timeout in testClosewithBlockin...
2023-01-25 Ian Lance Taylorcmd/link: don't export all symbols for ELF external...
2023-01-25 Keith RandallRevert "cmd/compile: improve register overwrite decisio...
2023-01-25 Keith Randallcmd/compile: improve register overwrite decision for...
2023-01-25 Heschi Kreinickinternal/testpty: fix error handling
2023-01-25 Matthew Dempskycmd/compile: revert package typecheck part of CL 422914
2023-01-25 Bryan C. Millscmd/go/internal/str: fix PathPrefix functions for root...
2023-01-25 Bryan C. Millsos: make Lstat for symlinks on Windows consistent with...
2023-01-25 qmuntalruntime: mark amd64 runtime·rt0_go as NOFRAME
2023-01-25 Than McIntoshruntime/race: update race_windows_amd64.syso
2023-01-25 Nigel Taoos: have RemoveAll loop on EINTR
2023-01-25 Bryan C. Millssyscall: clean up variable declarations in forkAndExecI...
2023-01-25 Bryan C. Millssyscall: export X__ifi_pad and X_f on s390x and riscv64
2023-01-24 Paul E. Murphytest/codegen: accept ppc64x as alias for ppc64le and...
2023-01-24 Tobias Klauserruntime/cgo: use //go:build lines in C and assembly...
2023-01-24 hopehookbytes, strings: add ContainsFunc
2023-01-24 Daniel Martíencoding/gob: slightly simplify init code
2023-01-24 Matthew Dempskytest: remove TODO in issue20250.go
2023-01-24 qmuntalruntime: use explicit NOFRAME on windows/amd64
2023-01-24 Paul E. Murphycmd/link: support R_ADDRPOWER_GOT_PCREL34 on ppc64le
2023-01-24 Jakub Ciolekruntime: switch AMD64's publicationBarrier to ABIInternal
2023-01-24 Dmitry Panovmath: handle int64 overflows for odd integer exponents...
2023-01-24 cui fliterall: fix some comments
2023-01-24 Keith RandallRevert "cmd/compile: teach prove about bitwise OR opera...
2023-01-24 Cuong Manh Lego/types, types2: refuse pointer to array as argument...
2023-01-24 Jeremy Quirkecmd/link: remove importcycles function
2023-01-24 Than McIntoshcmd/compile: flag 'large' functions when -m=2+ in effect
2023-01-24 qmuntalos: use handle based APIs to read directories on windows
2023-01-24 qmuntalruntime: remove unused badsignal2 on windows
2023-01-24 qmuntalruntime: factor out windows sigtramp
2023-01-24 qmuntalruntime: run TestVectoredHandlerDontCrashOnLibrary...
2023-01-24 qmuntalpath/filepath: remove extra Clean call in EvalSymlinks...
2023-01-24 James Yangarchive: error check when parse archive
2023-01-23 Koichi Shiraishicmd/compile/internal/pgo: gofmt and simplify
2023-01-23 Bryan C. Millsos: treat non-symlink reparse points as irregular files
2023-01-23 qmuntalutf16: reduce utf16.Decode allocations
2023-01-23 David Chaseinternal/abi: repair broken self-bootstrap
2023-01-23 Matt Horsnellruntime: enable sha512 optimizations on arm64 via hwcaps.
2023-01-23 Jorropocmd/compile: teach prove about unsigned division, modul...
2023-01-23 Alexander Yastrebovmath/big: validate result of Float.GobDecode
2023-01-23 qmuntalruntime,cmd/internal/obj/x86: use TEB TLS slots on...
2023-01-23 Jakub Ciolekcmd/compile: make loopbce handle 8, 16 and 32 bit induc...
2023-01-23 j2gg0sruntime: remove duplicate check of work.full in gcMark.
2023-01-23 David Chaseinternal/abi,runtime: refactor map constants into one...
2023-01-23 Daniel Martíruntime: use copy as spotted by staticcheck
2023-01-21 Keith Randalltest: test that we schedule OpArgIntReg early
2023-01-21 Keith Randallcmd/compile: sort liveness variable reports
2023-01-21 David Chasenet: add testing.Short Skip to test affected by local...
2023-01-20 fangguizhenbytes,strings: add some examples
2023-01-20 matsuyoshi30path/filepath: fix evaluation of symlinks to paths...
2023-01-20 fangguizhenerrors: move example functions into example_test file
2023-01-20 Than McIntoshinternal/coverage/decodemeta: fix coding error in func...
2023-01-20 Than McIntoshruntime/coverage: avoid non-test coverage profiles...
2023-01-20 Sameer Ajmanicontext: add APIs for setting a cancelation cause when...
2023-01-20 Robert Findleygo/types: add a test that generated files match types2
2023-01-20 Kevin Parsonscmd/link: fix incorrect DOS header on Windows binaries
2023-01-20 Keith Randallcmd/compile: ensure register args come before on-stack...
next