]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-08-16 David Chasecmd/compile: in expandCalls, move all arg marshalling...
2023-08-16 qiulaidongfengsync: document why copyChecker checks the condition...
2023-08-16 qmuntalos: support file systems without file IDs when reading...
2023-08-16 Russ Coxcmd/go: remove conversion of legacy pre-module dependen...
2023-08-16 Russ Coxcmd/go: delete GOPATH-mode get
2023-08-16 cui flitererrors: add a colon after Output to make the Example...
2023-08-16 qiulaidongfengbufio: clarify the maximum token size
2023-08-16 Inada Naokidoc/go1.22: mention new sql.Null[T]
2023-08-15 Robert Griesemergo/types, types2: don't verify infer result if no Confi...
2023-08-15 Robert Griesemergo/types, types2: use correct parameter list when check...
2023-08-15 Matthew Dempskycmd/compile: improve ir.StaticValue and extract ir...
2023-08-15 Robert Griesemergo/types, types2: move emode computation closer to...
2023-08-15 Robert Griesemergo/types, types2: use exact unification when comparing...
2023-08-15 sivchariinternal/syscall/unix: fix gofmt
2023-08-15 Cian Ruanedoc: fix broken x509sha1 setting link
2023-08-15 Tobias Klausercmd/go/testdata/script: ensure go test -skip skips...
2023-08-15 Dmitri Shuralyovcmd/pprof: update vendored github.com/google/pprof
2023-08-15 Than McIntoshcmd/internal/archive: skip sentinel archive entries...
2023-08-15 Joel Singruntime/cgo: use fatalf on solaris
2023-08-15 Nick Ripleyruntime: restore caller's frame pointer when recovering...
2023-08-15 Nick Ripleyruntime: zero saved frame pointer when reusing goroutin...
2023-08-15 Joel Singcrypto/internal/bigmod: provide assembly addMulVVW...
2023-08-15 Joel Singruntime/cgo: consolidate openbsd cgo code
2023-08-15 Joel Singruntime/cgo: consolidate netbsd cgo code
2023-08-15 Joel Singruntime/cgo: consolidate linux cgo code
2023-08-15 Joel Singruntime/cgo: consolidate freebsd cgo code
2023-08-15 Joel Singruntime/cgo: rename crosscall_arm1 to crosscall1
2023-08-15 Joel Singruntime/cgo: use fatalf on dragonfly, freebsd, netbsd...
2023-08-15 Joel Singcmd/compile: sign or zero extend for 32 bit equality...
2023-08-15 Mauri de Souza... runtime: mark traceEnabled and traceShuttingDown as...
2023-08-14 Jes Cokencoding/json: declare hex as a const
2023-08-14 cui flitercmd: fix mismatched symbols
2023-08-14 cui fliterinternal/fuzz: use the built-in min function
2023-08-14 Paul E. Murphycmd/compile/internal: add RLDICR opcode for PPC64
2023-08-14 Paul E. Murphyinternal/bytealg: optimize Count/CountString for PPC64...
2023-08-14 Jes Cokcmd/go/internal/cache: use == to test for io.EOF
2023-08-14 Matthew Dempskycmd/compile: desugar ORECOVER during typecheck
2023-08-14 Matthew Dempskycmd/compile: move IsDeadcodeClosure check into enqueueFunc
2023-08-14 Matthew Dempskycmd/compile: remove reflectdata.{TypePtr,ITabAddr}...
2023-08-14 Matthew Dempskycmd/compile: mark generated eq/hash functions as /...
2023-08-14 Than McIntoshcmd/go: skip gotoolchain_net script test for new-ish...
2023-08-14 David Chaseruntime: profiling on Darwin cannot use blocking reads
2023-08-14 Than McIntoshinternal/coverage: separate out cmd defs to separate...
2023-08-12 Joel Singruntime/cgo: rename crosscall_386 to crosscall1 and...
2023-08-12 Joel Singruntime/cgo: rename crosscall_amd64 to crosscall1
2023-08-11 Mauri de Souza... net/http: disallow empty Content-Length header
2023-08-11 Matthew Dempskycmd/compile: simplify asmhdr and plugin exports handling
2023-08-11 Srinivas Pokalacmd/asm: add KDSA instruction support
2023-08-11 Keith Randallcmd/compile: separate out unsafe mark for end-of-block...
2023-08-11 Keith Randallruntime: test that write barriers are correctly marked...
2023-08-11 Matthew Dempskycmd/compile/internal/coverage: merge Fixup{Vars,Init...
2023-08-11 Matthew Dempskycmd/compile: cleanup ir.Package
2023-08-11 Matthew Dempskycmd/compile: move early deadcode into unified writer
2023-08-11 Matthew Dempskycmd/compile: make use of types2.InitOrder
2023-08-11 Russ Coxcmd/distpack: include directory entries in tar files
2023-08-11 Russ Coxtime: make time.Since a few nanoseconds faster
2023-08-11 qiulaidongfengstrconv: use the built-in min/max function
2023-08-11 Tobias Klauserinternal/itoa, os: move os.uitox to itoa.Uitox
2023-08-11 Tobias Klauseros: remove unused func itox
2023-08-11 qiulaidongfengmath/big: using the min built-in function
2023-08-11 Michael Matloobcmd/go: enter vendor mode depending on new modules...
2023-08-10 Matthew Dempskycmd/internal/objabi: add support for bisect.Matcher...
2023-08-10 Keith Randallcmd/compile: ensure write barrier branches get marked...
2023-08-10 Roland Shoemakercrypto/tls: add GODEBUG to control max RSA key size
2023-08-10 Than McIntoshcmd/compile/internal/inline: refactor inline budget...
2023-08-10 Than McIntoshcmd/compile/internal/ir: export 'reassigned', handle...
2023-08-10 Than McIntoshcmd/compile/internal/inline: add framework to compute...
2023-08-10 Than McIntoshcmd/compile: function "property" defs for inl heuristics
2023-08-10 Bryan C. Millscmd/go/internal/web: remove a redundant return value
2023-08-10 Bryan C. Millscmd/go/internal/web: release the net token when an...
2023-08-10 Russ Coxcmd/go: keep BuildInfo list sorted even with -pgo
2023-08-10 Russ Coxcmd/compile: add -env key=value flag
2023-08-10 Bryan C. Millsos: define TestIssue60181 only on Unix platforms
2023-08-10 Cosmos Nicolaouruntime/pprof: fix build breakage on ios
2023-08-10 Andy Pansyscall: avoid setting O_NONBLOCK needlessly by checkin...
2023-08-10 Ian Lance Taylorarchive/tar: correct value passed to Uname method
2023-08-10 Junxian Zhucmd/compile: fold most repetitive operations to simplif...
2023-08-10 Matthew Dempskyruntime: fix asan asm on amd64
2023-08-09 Tobias Klauseros: test that copying to append-only files doesn't...
2023-08-09 Michael Anthony... all: update vendored dependencies
2023-08-09 Cuong Manh Lecmd/compile: make backingArrayPtrLen to return typechec...
2023-08-09 Michael Matloobcmd/go: fix missing case checking for empty slice
2023-08-09 Cuong Manh Lecmd/compile: mark instantiated functions from package...
2023-08-09 Matthew Dempskycmd/compile: keep all open-coded defer slots as used
2023-08-09 cuiweixieruntime: improve performance of empty map with interfac...
2023-08-09 qmuntalos: make MkdirAll support volume names
2023-08-09 qiulaidongfengcmd/dist: remove unnecessary parts of bootstrapDirs
2023-08-09 Matthew Dempskyinternal/bisect: fix PrintMarker and examples
2023-08-09 Ian Lance Taylorruntime/cgo: use frame address to set g0 stack bound
2023-08-08 Damien Neilnet/http: sanitize User-Agent header in request writer
2023-08-08 Damien Neilpath/filepath: don't drop .. elements when cleaning...
2023-08-08 David Chasecmd/compile: use new for loop semantics for Go 1.22...
2023-08-08 Ian Lance Taylordatabase/sql: use reflect.TypeFor for known types
2023-08-08 Bryan C. Millscmd/cgo/internal/testplugin: simplify TestForkExec...
2023-08-08 qmuntalos: follow all name surrogate reparse points in Stat...
2023-08-08 Carl Johnsonslices: add Concat
2023-08-08 Junxian Zhucmd/internal/obj/mips: add SEB/SEH instructions
2023-08-08 Ian Lance Taylorinternal/syscall/unix: don't define libc_getentropy_tra...
2023-08-07 Mauri de Souza... internal/bytealg: optimize Count/CountString in amd64
2023-08-07 Damien Neilnet/http: permit requests with invalid Host headers
next