]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-04-07 Ian Lance Taylorslices: add DeleteFunc
2023-04-07 Keith Randallcmd/compile: use correct type for byteswaps on multi...
2023-04-07 David Chasecmd/compile: minor cleanup to HashDebugPos
2023-04-07 Cherry Muicmd/internal/objfile: align the load address of ELF...
2023-04-07 WANG Xueruicmd/link: bump loong64 function alignment to 16 bytes
2023-04-07 WANG Xueruiinternal/bytealg, runtime: align some loong64 asm loops...
2023-04-07 WANG Xueruicmd/link, cmd/internal/obj/loong64: support the PCALIGN...
2023-04-07 Daniel Martíencoding/xml: use reflect.Value.Grow
2023-04-07 Akihiro Sudanet/http: expose "http: server gave HTTP response to...
2023-04-07 David Chasecmd/compile: remove broken LEA "optimization"
2023-04-07 Damien Neilnet/http: wait forever for write results in tests
2023-04-07 Bryan C. Millsnet/http: fix a race in TestResponseControllerSetPastRe...
2023-04-07 Than McIntoshcmd/compile: allow more inlining of functions that...
2023-04-07 Than McIntoshcmd/compile: deadcode unreferenced hidden closures...
2023-04-07 Ian Lance Taylorruntime: permit core dumps in darwin-amd64
2023-04-07 Paul E. Murphycmd/link/internal/ppc64: generate PCrel trampolines...
2023-04-07 qmuntalcmd/link/internal/ld: don't set IMAGE_FILE_DEBUG_STRIPP...
2023-04-07 ruinancmd/compile: get more bounds info from logic operators...
2023-04-06 Cherry Muiruntime: correct GoCheckBindM's C declaration in Ensure...
2023-04-06 Johan Brandhorst... cmd: add wasip1 support
2023-04-06 Oleksandr Redkocmd/go: improve packages help description
2023-04-06 Damien Neilnet/http: improve failure mode for TestResponseControll...
2023-04-06 Johan Brandhorst... misc/wasm: add wasip1/wasm exec script
2023-04-06 Johan Brandhorst... syscall: add remaining wasip1 files
2023-04-06 Bryan C. Millscmd/go/internal/modfetch/codehost: set core.longpaths...
2023-04-06 Damien Neilgo/scanner: align line and column limit with the compil...
2023-04-06 Damien Neilnet/http: add tests covering non-GET methods for file...
2023-04-06 David ChaseRevert "cmd/compile: use correct type in amd64 late...
2023-04-06 Heschi Kreinickcmd/go: fix tests for new builder environment
2023-04-06 Johan Brandhorst... runtime: add remaining wasip1 files
2023-04-06 Damien NeilRevert "net/http: FileServer method check + minimal...
2023-04-06 Kaiyaruntime: fix typo in traceback.go
2023-04-06 David Chasecmd/compile: modify debug-hash to support match exclusion
2023-04-06 David Chasecmd/compile: use correct type in amd64 late-lower rules
2023-04-05 Michael Anthony... runtime: flush each idle P's page cache at the end...
2023-04-05 Michael Anthony... runtime: initialize the memory limit in mallocinit
2023-04-05 Michael Anthony... runtime: add sysNoHugePage
2023-04-05 qmuntalcmd/internal/obj: generate SEH aux symbols for windows...
2023-04-05 Joel Singcmd/internal/obj/arm64: use more appropriate types...
2023-04-05 Joel Singcmd/internal/obj/arm64: use more appropriate types...
2023-04-05 Joel Singcmd/internal/obj/arm64: use more appropriate types...
2023-04-05 Johan Brandhorst... all: add wasip1 asm and link logic
2023-04-05 Nick Ripleyruntime: save frame pointer to the stack in signal...
2023-04-05 qmuntalruntime: remove unused dynamically imported Sleep
2023-04-05 Cuong Manh Lecmd/compile: don't set range expr key/value type if...
2023-04-05 Sameer Ajmanicontext: clean up test files
2023-04-05 Michael Anthony... html/template,mime/multipart: document new GODEBUG...
2023-04-05 Imre Radarchive/zip: return ErrInsecurePath for unsafe paths...
2023-04-05 Tobias Klauserinternal/syscall/unix: fix PosixFallocate error check...
2023-04-05 Ian Lance Taylorcmd/dist: skip static linking tests for linux boringcrypto
2023-04-04 Bryan C. Millsnet/http: drop client address comparison in TestTranspo...
2023-04-04 Bryan C. Millscmd/go: suppress calls to collectDeps for test packages
2023-04-04 Lasse Folgergo/internal/gcimporter: use saferio.ReadData instead...
2023-04-04 Constantin... encoding/binary: add word size to the error message...
2023-04-04 Tobias Klauseros/exec: skip remount in TestFindExecutableVsNoexec...
2023-04-04 Felix Geisendörferruntime/trace: Fix TestTraceSymbolize on solaris and...
2023-04-04 Ian Lance Taylormath/rand: clarify Seed deprecation note
2023-04-04 Heschi Kreinickcmd/dist: mark openbsd-mips64 and openbsd-ppc64 broken
2023-04-04 Roland Shoemakerhtml/template: disallow actions in JS template literals
2023-04-04 Damien Neilgo/scanner: reject large line and column numbers in...
2023-04-04 Damien Neilmime/multipart: limit parsed mime message sizes
2023-04-04 Damien Neilnet/textproto, mime/multipart: improve accounting of...
2023-04-04 Damien Neilmime/multipart: avoid excessive copy buffer allocations...
2023-04-04 Damien Neilnet/textproto: avoid overpredicting the number of MIME...
2023-04-04 Mateusz Poliwczaknet: treat EAI_NODATA as errNoSuchHost
2023-04-04 cui fliterall: fix misuses of "a" vs "an"
2023-04-04 Daniel Martíencoding/gob: use reflect.Value.Grow
2023-04-04 Daniel Martíencoding/gob: report allocs in benchmarks
2023-04-04 Daniel Martídatabase/sql,testing/quick: use reflect.Value.SetZero
2023-04-04 Cherry Muiruntime/cgo: use pthread_attr_get_np on Illumos
2023-04-04 Johan Brandhorst... cmd/go: add wasip1 to modindex syslist
2023-04-03 Paul E. Murphyruntime: cleanup PPC64/linux runtime.sigtramp
2023-04-03 Cherry MuiRevert "Revert "runtime: consolidate function descripto...
2023-04-03 Than McIntoshcmd/compile/internal/test: skip testpoint due to revert...
2023-04-03 doujiang24runtime/cgo: store M for C-created thread in pthread key
2023-04-03 Russ Coxreflect: deprecate SliceHeader and StringHeader
2023-04-03 Russ Coxdoc: fix template mistake in godebug.md
2023-04-03 Than McIntoshRevert "cmd/compile: allow more inlining of functions...
2023-03-31 Keith Randallcrypto/subtle: don't cast to *uintptr when word size...
2023-03-31 qmuntalcmd/gofmt: set backup file permissions on Windows
2023-03-31 qmuntalgo/internal/gcimport: unskip Windows tests
2023-03-31 qmuntalnet: unskip TestConcurrentPreferGoResolversDial on...
2023-03-31 qmuntalcmd/objdump: unskip TestDisasmExtld on Windows
2023-03-31 Austin Clementssync: implement OnceFunc, OnceValue, and OnceValues
2023-03-31 Austin Clementscmd/compile: allow more inlining of functions that...
2023-03-31 Cherry MuiRevert "runtime/cgo: store M for C-created thread in...
2023-03-31 Cherry MuiRevert "runtime: fix ARM assembly code in cgocallback"
2023-03-31 Cherry MuiRevert "runtime: consolidate function descriptor defini...
2023-03-31 Cherry MuiRevert "runtime: get a better g0 stack bound in needm"
2023-03-31 Philippe Antoineall: replace fmt.Sprintf("%d") with strconv.Itoa
2023-03-31 Cuong Manh Lecmd/compile: emit ODCL node for autotmp during RewriteN...
2023-03-31 Russ Coxdoc: add godebug.md, documenting GODEBUG
2023-03-31 Ted Paintercrypto/sha256: add sha-ni implementation
2023-03-31 Guoqi Chencmd/internal/obj: remove redundant cnames on loong64
2023-03-31 WANG Xueruicmd/internal/obj/loong64: remove Optab.family and reorg...
2023-03-31 WANG Xueruicmd/internal/obj/loong64: assemble BEQ/BNEs comparing...
2023-03-30 Daniel Nephinerrors: improve the godoc for Join and Unwrap
2023-03-30 Cherry Muiruntime: get a better g0 stack bound in needm
2023-03-30 Johan Brandhorst... cmd/dist: mark wasip1/wasm port as broken
2023-03-30 Felix Geisendörferruntime: add a benchmark of FPCallers
next