]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2023-01-20 Changkun Ousync: document memory model for Swap/CompareAnd{Swap...
2023-01-20 Robert Griesemergo/types, types2: use go.dev/issue/nnnnn when referring...
2023-01-20 Robert Griesemertypes2: add *Config to typecheck functions for tests...
2023-01-20 Robert Griesemergo/types: generate instantiate.go
2023-01-20 Robert Griesemergo/types: provision for generating initorder.go, but...
2023-01-20 Dmitri Shuralyovcmd/dist: mark linux/sparc64 as a broken port, remove...
2023-01-20 Dmitri Shuralyovcmd/dist: add map of broken ports and -force flag
2023-01-20 Dmitri Shuralyovcmd/dist: remove GOTESTONLY environment variable
2023-01-20 Dmitri Shuralyovcmd/dist: remove hardcoded timeout scale for arm and...
2023-01-20 Anit Gandhicrypto/tls: improve client auth failure alerts
2023-01-20 Ian Lance Taylorcmd/go: update test for change in panic(nil) behavior
2023-01-20 Daniel Martígo/types: use internal/lazyregexp for goVersionRx
2023-01-20 Daniel Martíencoding/gob: shave off some init time cost
2023-01-20 Daniel Martíinternal/profile: use internal/lazyregexp for the legac...
2023-01-20 Daniel Martícmd/link: use strings.LastIndexByte to fix a TODO
2023-01-20 Jakub Ciolekcmd/compile: use a boolean as a avoid clobbering flags...
2023-01-20 Srinivas Pokalacmd/internal/obj/s390x, runtime: fix breakpoint in...
2023-01-20 Jorropocmd/compile: AMD64v3 remove unnecessary TEST comparisio...
2023-01-20 Jorropocmd/compile: rewrite empty makeslice to zerobase pointer
2023-01-20 liu-xuewenruntime: remove 104 byte stack guard
2023-01-20 Keith Randallcmd/compile: improve scheduling pass
2023-01-20 Marcel Meyerall: fix typos in go file comments
2023-01-20 Robert Griesemergo/types: generate infer.go
2023-01-20 Robert Griesemercmd/compile/internal/types2: remove useConstraintTypeIn...
2023-01-20 fangguizhenbytes, strings: rename field in CutSuffix tests
2023-01-20 Alicemisc/cgo/testsanitizers: use fmt.Printf instead fmt...
2023-01-20 fangguizhentime: no need to wrap error with errors.New
2023-01-20 Damien Neilnet/http: close Request.Body when pconn write loop...
2023-01-20 Ian Lance Taylorarchive/zip: use base offset 0 if it has a valid entry
2023-01-19 Wayne Zuocmd/internal/obj/riscv: add check for invalid shift...
2023-01-19 Keith Randallcmd/compile: add memory argument to GetCallerSP
2023-01-19 Dmitri Shuralyovcmd/internal/osinfo: report Node.js version
2023-01-19 Keith Randallcmd/compile: add anchored version of SP
2023-01-19 Dmitri Shuralyovcmd/compile/internal/ssa: generate code via a //go...
2023-01-19 Russ Coxinternal/godebug: export non-default-behavior counters...
2023-01-19 Russ Coxruntime: replace panic(nil) with panic(new(runtime...
2023-01-19 Russ Coxcmd/go/internal/modindex: remove copy of build.Package
2023-01-19 Bryan C. Millscmd/go: shorten TestScript/test_shuffle and skip it...
2023-01-19 Bryan C. Millscmd/go/internal/lockedfile: avoid failing tests due...
2023-01-19 Bryan C. Millscmd/go/internal/vcweb: simplify hgHandler cancellation
2023-01-19 Bryan C. Millsnet: delete TestTCPSelfConnect
2023-01-19 Bryan C. Millsruntime: remove arbitrary GOARCH constraints in finaliz...
2023-01-19 Bryan C. Millscmd/go: use Cancel and WaitDelay to terminate test...
2023-01-19 Bryan C. Millsos: clean up tests
2023-01-19 Bryan C. Millsos: deflake TestPipeEOF and TestFifoEOF
2023-01-19 Tobias Klausernet/netip: fix type name in TestNoAllocs sub-test names...
2023-01-19 fangguizhencmd/go: fix comment typo
2023-01-19 Kevin Parsonsmake.bat: support existing toolchain paths with spaces
2023-01-18 Joe Tsaitime: revert strict parsing of RFC 3339
2023-01-18 Russ Coxcmd: update x/tools to latest internal Go 1.20 branch
2023-01-18 Bryan C. Millscmd/go: do not attempt to install cmd/addr2line in...
2023-01-18 Robert Griesemergo/types: factor out type parameter renaming (cleanup)
2023-01-18 Ian Lance Taylormisc/reboot: overlay $GOROOT/lib in temporary goroot
2023-01-18 Cuong Manh Lecmd/compile: fix unsafe.{SliceData,StringData} escape...
2023-01-18 Robert Griesemergo/types, types2: factor out type parameter renaming...
2023-01-17 Russ Coxsrc: update go.mod files to go 1.21
2023-01-17 Russ Coxcmd/go: introduce GOROOT/go.env and move proxy/sumdb...
2023-01-17 Russ Coxcmd/dist: make toolchain build reproducible
2023-01-17 Russ Coxmake.bash, make.rc: fix GOROOT detection when GOEXPERIM...
2023-01-17 Russ Coxtime/tzdata: generate zip constant during cmd/dist
2023-01-17 Russ Coxcmd/go: do not confuse files for standard library packages
2023-01-17 Matthew Dempskycmd/compile: fix static init inlining for hidden node...
2023-01-17 Robert Griesemergo/types, types2: more uses of factored functions;...
2023-01-17 Robert Griesemergo/types, types2: use factored parse/typecheck function...
2023-01-17 Robert Griesemercmd/compile: remove support for old comparable semantics
2023-01-17 Robert Griesemergo/types: consistently use _ prefix for unexported...
2023-01-17 Robert Griesemergo/types: generate util_test.go, cosmetic changes to...
next