]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-10-19 Dmitri Shuralyovmisc: drop old +build lines
2023-10-19 Dmitri Shuralyovall: drop old +build lines
2023-10-19 Dmitri Shuralyovtest: migrate remaining files to go:build syntax
2023-10-19 Austin Clementscmd/go: move all Shell methods to shell.go
2023-10-19 Austin Clementscmd/go: add Shell.RemoveAll
2023-10-19 Austin Clementscmd/go: introduce Shell abstraction
2023-10-19 Austin Clementscmd/go: serialize access to scriptDir with output
2023-10-19 Austin Clementscmd/go: clean up adding import path to command error
2023-10-19 cui fliterimage: add available godoc link
2023-10-19 cui flitergo: add available godoc link
2023-10-19 cui flitermath: add available godoc link
2023-10-19 flaxingerinternal/nettrace: fix comment typo
2023-10-19 Cuong Manh Lecmd/compile: report mismatched version set by //go...
2023-10-19 Andy Paninternal/poll: add SPLICE_F_NONBLOCK flag for splice...
2023-10-19 go101slices: avoid an unnecessary check in Replace
2023-10-19 Paul E. Murphytest/codegen: fix PPC64 AddLargeConst test
2023-10-18 Austin Clementscmd/go: work around race in fmtCmd
2023-10-18 andigencoding/json: use reflect.Value.IsZero
2023-10-18 cui fliterdatabase: add available godoc link
2023-10-18 cui fliterembed: add available godoc link
2023-10-18 cui fliterflag: add available godoc link
2023-10-18 cui fliterio: add available godoc link
2023-10-18 cui fliterdebug: add available godoc link
2023-10-18 Quan Tongcmd/go/internal/modcmd: do not copy test embed files...
2023-10-18 Paul E. Murphycmd/internal/obj/ppc64: refactor maskgen64 usage
2023-10-18 Paul E. Murphycmd/compile/internal/ssa: on PPC64, generate large...
2023-10-18 Jayanth Krishnamurthycmd/compile: update to rules on PPC64 folding bit rever...
2023-10-18 cui flitercmd/internal/obj/arm64: replace the migrated url address
2023-10-18 Cuong Manh Leruntime: speed up readvarintUnsafe
2023-10-18 Cuong Manh Lecmd/compile: move ssagen.dvarint to objw.Uvarint
2023-10-18 Cuong Manh Lecmd/compile: fix funcdata encode for functions with...
2023-10-18 Lynn Bogercmd/compile: avoid ANDCCconst on PPC64 if condition...
2023-10-18 Austin Clementscmd/go: make pkg-config check less picky
2023-10-18 Austin Clementscmd/go: drop unnecessary Package argument to reportCmd
2023-10-18 Austin Clementscmd/go: drop unnecessary Package arguments
2023-10-18 Austin Clementscmd/go: move fmtcmd's side effect to Showcmd
2023-10-18 Austin Clementscmd/go: use Builder.writeFile more extensively
2023-10-18 Austin Clementscmd/go: delete showOutput, formatOutput, and processOutput
2023-10-18 Austin Clementscmd/go: replace formatOutput/showOutput with reportCmd
2023-10-18 Austin Clementscmd/go: consolidate showOutput, formatOutput, and proce...
2023-10-18 Cuong Manh Lecmd/cgo/internal/testfortran: relax test output
2023-10-18 bestgopherruntime: fix comments for itab
2023-10-17 qmuntalruntime: use cgo_import_dynamic for QueryPerformanceCounter
2023-10-17 qmuntalruntime: unconditionally load AddVectoredContinueHandle...
2023-10-17 Mauri de Souza... go/printer: fix invalid output for empty decls
2023-10-17 Cuong Manh Lecmd/internal/testdir: accept build go1.x build tag
2023-10-17 Austin Clementscmd/go: rename ld, ldShared "out" argument to "targetPath"
2023-10-17 Robert Griesemerspec: explain eval order of binary operator examples...
2023-10-16 Roland Shoemakerhtml/template: track brace depth for each nested expression
2023-10-14 cui fliterall: fix function names
2023-10-14 Ian Lance Taylorbufio: link "too large to fit" to Scanner.Buffer
2023-10-14 Ian Lance Taylorruntime: use real type size in map keys and values...
2023-10-13 cui flitercompress: some minor corrections or adjustments for...
2023-10-13 Joe Tsaistrconv: add example for QuotedPrefix
2023-10-13 cui fliterexpvar: add available godoc link
2023-10-13 cui fliterhash: add available godoc link
2023-10-13 cui fliterindex/suffixarray: add available godoc link
2023-10-13 cui fliterarchive: add available godoc link
2023-10-13 cui fliterbytes,strings: add available godoc link
2023-10-13 cui flitercrypto: add available godoc link
2023-10-13 Michael Prattcmd/compile/internal/pgo: readability refactor
2023-10-13 Michael Prattcmd/compile: lookup indirect callees from export data...
2023-10-13 Michael Prattcmd/internal/objabi: add inverse of PathToPrefix
2023-10-13 Joel Singcmd/link/internal/ld: assign temporary addresses to...
2023-10-12 apocelipesencoding/xml: use reflect.Value.IsZero
2023-10-12 Cherry Muiruntime: don't print "unexpected SPWRITE" when printing...
2023-10-12 Michael Prattcmd/compile: synchronize inlinability logic between...
2023-10-12 Keith Randallcmd/compile: when combining stores, use line number...
2023-10-12 cui flitercompress: add available godoc link
2023-10-12 cui flitercontainer/heap: add available godoc link
2023-10-12 cui fliterbufio: add available godoc link
2023-10-12 Ian Lance Taylorruntime: don't use atomic store in noteclear on AIX
2023-10-12 David Chasecmd/compiler: make decompose shortcuts apply for PtrSha...
2023-10-12 Cherry Muiruntime/cgo: avoid taking the address of crosscall2...
2023-10-11 Ian Lance Taylornet: clear malloc'ed memory in cgoResSearch
2023-10-11 Ian Lance Taylorcmd/compile, runtime/internal/atomic: add lwsync for...
2023-10-11 Ian Lance Taylorcmd/compile: use absolute file name in isCgo check
2023-10-11 Olivier Menguéio/fs: add godoc links
2023-10-11 Olivier Menguéregexp: add godoc links
2023-10-11 cui flitermaps: add examples for Clone,Copy and Equal
2023-10-11 Olivier Menguétesting/fstest: add godoc links
2023-10-11 Olivier Menguétesting/fstest: MapFS: set perm 0555 on synthetized...
2023-10-11 Michael Prattruntime: remove write-only sweepdata fields
2023-10-11 Michael Prattruntime: remove stale non-atomic access comment
2023-10-11 Austin Clementscmd/go: clean up "cover" debug output
2023-10-11 Cuong Manh Letypes2, go/types: remove doc link from Func.Pkg comment
2023-10-10 Jonathan Amsterdamgo/types: clarify the documentation for Func.Pkg
2023-10-10 Than McIntoshRevert "cmd/link/internal/ld: assign temporary addresse...
2023-10-10 qmuntalruntime: quote -ex and -iex gdb arguments on Windows
2023-10-10 Joel Singcmd/link/internal/ld: assign temporary addresses to...
2023-10-10 David Chasecmd/compile: get rid of zero-sized values in call expansion
2023-10-10 Dmitri Shuralyovall: pull in x/net v0.17.0 and its dependencies
2023-10-10 Robert Griesemergo/types: update FileVersions API to match proposal...
2023-10-10 Jes Cokruntime: fix some comments
2023-10-10 Ville Skyttätesting: remove unnecessary TempDir implementation...
2023-10-09 Cuong Manh Lecmd/compile: fix wrong argument of OpSelectN during...
2023-10-09 Mark Ryancmd/compile: regenerate rewriteRISCV64.go to match...
2023-10-09 Jes Cokgo/token: use "// Output:" instead of "//Output:" in...
2023-10-09 cui fliteros: use strings.EqualFold in os_test.go
2023-10-09 cui fliterbytes,strings: add example for ContainsFunc
next