]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2021-04-16 Russ Coxinternal/buildcfg: move build configuration out of...
2021-04-16 Bryan C. Millscmd/go/internal/modload: when outside a module, set...
2021-04-16 HowJMaynet/http/cgi: Remove hard-coded ServeHTTP timeout
2021-04-16 Jay Conrodcmd/go: fix mod_install_pkg_version
2021-04-16 Austin Clementscmd/link: fix file-local checks in xcoff
2021-04-16 ian woolfnet/http: make ReadRequest return an error when request...
2021-04-16 Peng Gaonet/http: using errors.Is in fs error detection
2021-04-16 Cherry Zhangcmd/compile: don't insert VarDef for already-initialize...
2021-04-16 Jay Conrodcmd/go: support 'go run cmd@version'
2021-04-16 Austin Clementsruntime: mark stdcallN functions cgo_unsafe_args
2021-04-16 Jay Conrodcmd/go: move 'go install cmd@version' code into interna...
2021-04-16 Jay Conrodcmd/go/internal/load: convert two global flags to an...
2021-04-16 Jay Conroddoc: add release note for module deprecation
2021-04-16 David Chasetest/abi: reenable test on windows
2021-04-16 Tobias Klausercmd/link/internal/ld: re-enable tests on darwin
2021-04-16 Tobias Klausercmd/link/internal/ld: fix GOARCH in TestAbstractOriginS...
2021-04-16 Austin Clementscmd/internal/objabi,test: use correct GOEXPERIMENT...
2021-04-16 Austin Clementsinternal/goexperiment: move baseline configuration...
2021-04-16 Joshua Harshmannet/http: add to deadlines only when positive
2021-04-16 Austin Clementsruntime: improve synchronization in TestFinalizerRegist...
2021-04-15 Paul E. Murphycmd/compile: fix ANDI/SRWI merge on ppc64
2021-04-15 Aofei Shengcmd/go/internal/modconv: involve GOPROXY in ConvertLega...
2021-04-15 Robert Griesemercmd/compile/internal/types2: add sizeof test
2021-04-15 Robert Griesemercmd/compile/internal/syntax: fix error message for...
2021-04-15 Paul E. Murphycmd/internal/obj: consolidate AMOVW and AMOVWZ optab...
2021-04-15 Lynn Bogerbytes: add asm implementation for index on ppc64x
2021-04-15 Michael Fraenkelnet/http: allow multiple dials in TestTransportMaxConns...
2021-04-15 Austin Clementsmath: avoid assembly stubs
2021-04-15 Paul E. Murphycmd/link: issue error if elf header overruns
2021-04-15 Austin Clementsruntime: unify C->Go ABI transitions
2021-04-15 Austin Clementsruntime,runtime/cgo: save all necessary registers on...
2021-04-15 Austin Clementsruntime: minor refactoring of _rt0_amd64_lib
2021-04-15 Tobias Klausermime: keep builtinTypesLower sorted alphabetically
2021-04-15 Rémy Oudomphengstrconv: Implement Ryū algorithm for ftoa shortest...
2021-04-15 Rémy Oudomphengstrconv: implement Ryū-like algorithm for fixed precisi...
2021-04-15 Austin Clementsinternal/bytealg: port more performance-critical functi...
2021-04-15 eric fangcmd/internal/obj/arm64: fix the wrong sp dst register...
2021-04-15 Damien Neiltime: add missing "os" import to zoneinfo_test.go
2021-04-15 Keith Randallcmd/compile: propagate pragmas from generic function...
2021-04-15 Dan Scalescmd/compile: look for function in instantiations in...
2021-04-14 Amit Kumarmime: add mime type for avif image file format
2021-04-14 Manlio Perillogo/build: replace os.Setenv with T.Setenv
2021-04-14 Manlio Perillotime: replace os.Setenv with T.Setenv
2021-04-14 ian woolfnet/http/httptest: panic on non-3 digit (XXX) status...
2021-04-14 Bryan C. Millscmd/go: add a Go source file in TestScript/mod_sumdb
2021-04-14 Cherry Zhangcmd/compile: rework/reduce partially lived argument...
2021-04-14 Than McIntoshruntime: fix data race in abi finalizer test
2021-04-14 Michael Anthony... runtime: update debug call protocol for register ABI
2021-04-14 Manlio Perillogo/internal/gccgoimporter: replace os.MkdirTemp with...
2021-04-14 Martin Suchatime: move slim test tzdata to testdata directory
2021-04-14 Manlio Perillogo/build: replace os.MkdirTemp with T.TempDir
2021-04-14 Robert Griesemercmd/compile/internal/types2: add Named.SetTParams and...
2021-04-14 Rob Findleycmd/dist: add tests using the typeparams build tag
2021-04-14 Rob Findleygo/ast: fix broken build with typeparams build constraint
2021-04-14 Manlio Perilloos/exec: replace os.Setenv with T.Setenv
2021-04-14 David Chasecmd/compile: rescue stmt boundaries from OpArgXXXReg...
2021-04-14 Than McIntoshcmd/internal/obj: don't emit args_stackmap for ABIInter...
2021-04-14 Than McIntoshcmd/asm: require NOSPLIT for ABIInternal asm functions
2021-04-14 Cherry Zhangreflect: keep pointer register results alive in callMethod
2021-04-14 Austin Clementscmd/go: clarify comment on HashSeed
2021-04-14 Bryan C. Millscmd/go/internal/modload: fix truncated error message...
2021-04-14 Josh Bleecher... runtime: incorporate hbits advancement in scanobject...
2021-04-14 Michael Anthony... runtime: make gcEffectiveGrowthRatio a method on gcCont...
2021-04-14 Michael Anthony... runtime: pass work.userForced to gcController.endCycle...
2021-04-14 Michael Anthony... runtime: move next_gc and last_next_gc into gcControlle...
2021-04-14 Leonard Wangruntime: fix formatting of gcMark
2021-04-14 Ruslan Andreevruntime: move roots' bases calculation to gcMarkRootPrepare
2021-04-14 El Mostafa... runtime: increase maxargs to avoid syscall18 crash...
2021-04-14 Tobias Klausersyscall: don't defer close raw Socketpair fds in tests
2021-04-14 Keith Randallcmd/compile: fix importing of method expressions
2021-04-14 Michael Anthony... runtime: create setGCPercent method for gcControllerState
2021-04-14 Michael Anthony... runtime: create initializer for gcControllerState
2021-04-14 Michael Anthony... runtime: move gcPercent and heapMinimum into gcControll...
2021-04-14 Michael Anthony... runtime: make gcSetTriggerRatio a method of gcControlle...
2021-04-14 Dan Scalescmd/compile: set types properly for imported funcs...
2021-04-14 Robert Griesemercmd/compile/internal/types2: use a global atomic counte...
2021-04-13 David Chaseruntime, cgo/test: improve debugging output
2021-04-13 Michael Anthony... runtime: move internal GC statistics from memstats...
2021-04-13 Cherry Zhangcmd/compile: always zero the temporary in mapKeyTemp
2021-04-13 David Chasecmd/compile: don't modify underlying type when creating...
2021-04-13 Rob Findleygo/*,cmd/gofmt: guard AST changes with the typeparams...
2021-04-13 Michael Anthony... runtime: rename gcpercent, readgogc, and heapminimum...
2021-04-13 Michael Anthony... runtime: break out GC pacer into its own file
2021-04-13 Cherry Zhangcmd/compile: make map functions ABI insensitive
2021-04-13 Austin Clementsruntime: eliminate externalthreadhandler
2021-04-13 Austin Clementsruntime: use newm for profileloop
2021-04-13 Austin Clementsruntime: use compileCallback for ctrlhandler
2021-04-13 Manlio Perilloarchive/tar: replace os.MkdirTemp with T.TempDir
2021-04-13 Ian Lance Taylorcmd/link: force external linking for DragonFly cgo...
2021-04-13 Austin Clementscmd/compile,cmd/link: resolve cgo symbols to the correc...
2021-04-13 Austin Clementscmd/link: build dynexp symbol list directly
2021-04-13 Austin Clementscmd/link: move cgo export map from loadcgo to setCgoAttr
2021-04-13 Austin Clementscmd/link: refactor setCgoAttr
2021-04-13 Austin Clementscmd/cgo: document generated cgo directives
2021-04-13 Ian Lance Taylormime: in globs2 file only keep first time extension...
2021-04-13 Robert Griesemercmd/compile/internal/types: add example test for type...
2021-04-13 Cherry Zhangcmd/compile: allow OpArgXXXReg comes before LoweredGetC...
2021-04-13 Cherry Zhangtest: make codegen/memops.go work with both ABIs
2021-04-13 Brad Fitzpatrickall: simplify the spelling of Linux
2021-04-13 Paul E. Murphycmd/link: support 32b TLS_LE offsets on PPC64
next