]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-04-28 Cherry Muicmd/link: write buildid to plugin
2023-04-28 Lucien Cofferuntime: resolve checkdead panic by refining `startm...
2023-04-28 Ian Lance Taylornet: re check conf.goos even if it equals runtime.GOOS
2023-04-28 Chressie HimpelRevert "cmd/compile: constant-fold loads from constant...
2023-04-28 Bryan C. Millsinternal/testenv: allow 'go build' on android when...
2023-04-28 Bryan C. Millsmisc/android: rework GOROOT installation
2023-04-28 Achille Rousselsyscall: remove wasip1 O_DIRECTORY workaround
2023-04-27 Ian Lance Taylornet: rewrite and simplify resolver configuration
2023-04-27 Keith Randallcmd/compile: constant-fold loads from constant dictiona...
2023-04-27 Guoqi Chencmd/dist,internal: enable buildmode=c-archive for linux...
2023-04-27 Bryan C. Millscmd/go: skip the 'git' part of get_insecure_redirect...
2023-04-27 cui fliterall: remove repeated definite articles
2023-04-27 Dmitri Shuralyovcmd/api: remove unused functionality
2023-04-27 Dmitri Shuralyovcmd/api: make api/next/* entries required, not optional
2023-04-27 cui flitercrypto: use t.Parallel() to increase speed
2023-04-26 Bryan C. Millsmisc/wasm: default to /tmp if TMPDIR is unset
2023-04-26 Bryan C. Millsnet/http/cgi: propagate LD_LIBRARY_PATH on Android
2023-04-26 Brad Fitzpatrickcmd/go: simplify code that still assumed the build...
2023-04-26 Michael Prattruntime/cgo: store M for C-created thread in pthread key
2023-04-26 Paul E. Murphycmd/link/internal/loadelf: set AttrExternal on text...
2023-04-26 Than McIntoshcoverage: fix count vs emit discrepancy in coverage...
2023-04-26 Than McIntoshinternal/coverage/slicewriter: fix off-by-1 error in...
2023-04-26 ioworker0runtime: add a alignment check
2023-04-25 Ian Lance Taylorcrypto/sha512: add WriteString and WriteByte method
2023-04-25 Ian Lance Taylorcrypto/sha1: add WriteString and WriteByte method
2023-04-25 Ian Lance Taylorcrypto/sha256: add WriteString and WriteByte method
2023-04-25 Austin Clementscmd/dist: actually only compile tests with -compile...
2023-04-25 qmuntalruntime: fallback to TEB arbitrary pointer when TLS...
2023-04-25 Nayef Ghattasruntime/metrics: specify that bucket counts increase...
2023-04-25 fanzha02internal/cpu: add a detection for Neoverse(N2, V2)...
2023-04-25 Alan Donovango/ast: add IsGenerated(*File) predicate
2023-04-25 cui fliterhtml/template: fix unavailable url
2023-04-24 Ian Lance Taylorruntime: add raceFiniLock to lock ranking
2023-04-24 Bryan C. Millsinternal/testenv: actually try to exec on ios and wasm
2023-04-24 Roland Shoemakerarchive/zip: reject overflowing directorySize & directo...
2023-04-24 Sameer Ajmanidoc: fix typo in Go 1.21 release notes
2023-04-24 Bryan C. Millsruntime: fix CgoRaceprof and CgoRaceSignal build failures
2023-04-24 Jonathan Amsterdamtesting/slogtest: tests for slog handlers
2023-04-24 Cherry Muicmd/link: don't sort data symbols by name
2023-04-24 Cherry Muicmd/link: use uint32 as symbol index
2023-04-24 Bryan C. Millscmd/go: declare net hosts in script tests
2023-04-24 Nayef Ghattasruntime/metrics: set /sched/latencies:seconds as cumulative
2023-04-24 Cherry Muicmd/link: use slice and bitmap for some attributes
2023-04-24 Tero Saarnicrypto/tls: fix PSK binder calculation
2023-04-24 Ian Lance Taylorruntime: call _exit, not exit, on AIX and Solaris
2023-04-24 Ian Lance Taylorruntime: use platform.RaceDetectorSupported for -race...
2023-04-22 Bryan C. Millsinternal/testenv: in HasExec, try to actually exec...
2023-04-21 Xiaodong Liucmd/compile: support -buildmode=c-shared on linux/mips6...
2023-04-21 Keith Randallflag: panic if a flag is defined after being set
2023-04-21 Johan Brandhorst... misc/wasm: support wasmtime in wasip1
2023-04-21 Ian Lance Taylorruntime: in __tsan_fini tell scheduler we are entering...
2023-04-21 Keith Randallcmd/compile: introduce separate memory op combining...
2023-04-21 Bryan C. Millsruntime: skip TestG0StackOverflow on ios
2023-04-21 Lucien Cofferuntime: prevent double lock in checkdead by unlocking...
2023-04-21 Bryan C. Millslog: avoid leaking goroutines in TestOutputRace
2023-04-21 Austin Clementsruntime: tidy _Stack* constant naming
2023-04-21 Austin Clementsruntime, cmd: rationalize StackLimit and StackGuard
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge StackSmall, StackBig...
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA...
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge funcFlag_* consts...
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge funcID_* consts into...
2023-04-21 Bryan C. Millscmd/go: assert on more of the version string in TestScr...
2023-04-21 Oleksandr Redkocmd/go/internal/vcweb: replace ioutil with os and io
2023-04-21 Lynn Bogercmd/internal/obj/ppc64: modify PCALIGN to ensure alignment
2023-04-21 Paul E. Murphycmd/link/internal/ppc64: Use PCrel relocs in runtime...
2023-04-21 Paul E. Murphyinternal/bytealg: rewrite indexbytebody on PPC64
2023-04-21 Paul E. Murphycmd/link,cmd/internal/obj/ppc64: enable PCrel on power1...
2023-04-21 Bryan C. Millsos/user: skip tests that invoke Current if it returns...
2023-04-21 Russ Coxgo/types: add test case for CL 486398
2023-04-21 Mateusz Poliwczakcrypto/x509: use the RFC 6125 terminology in the Verify...
2023-04-21 Robert Griesemergo/types, types2: abort type unification if no progress...
2023-04-20 Michael Prattcmd/compile: expose ir.Func to ssa
2023-04-20 Nick Ripleyruntime: turn frame pointer unwinding for tracing off...
2023-04-20 Michael Anthony... runtime: bring back minHeapIdx in scavenge index
2023-04-20 Jonathan Amsterdamlog/slog: add Source type for source location
2023-04-20 Bryan C. Millscmd/dist: refactor generated cgo-support logic
2023-04-20 Olivier Menguéio: ReadAll: do not check for realloc in first round
2023-04-20 Austin ClementsRevert "internal/abi, runtime, cmd: merge StackSmall...
2023-04-20 Austin ClementsRevert "runtime, cmd: rationalize StackLimit and StackG...
2023-04-20 Austin ClementsRevert "runtime: tidy _Stack* constant naming"
2023-04-20 Austin Clementsruntime: tidy _Stack* constant naming
2023-04-20 Austin Clementsruntime, cmd: rationalize StackLimit and StackGuard
2023-04-20 Austin Clementsinternal/abi, runtime, cmd: merge StackSmall, StackBig...
2023-04-20 Keith Randallruntime: mix a bit more in arm64 hash function
2023-04-20 Michael Anthony... runtime: initialize scavengeIndex fields properly
2023-04-20 Russ Coxgo/types: fix version downgrade bug without Config...
2023-04-20 Damien Neildoc: add release notes for new context functions
2023-04-20 Jonathan Amsterdamlog/slog: remove calls to Value.Resolve from core
2023-04-20 Alan Donovanstd: fix various nilness findings
2023-04-19 Bryan C. Millscrypto/tls: retry DialWithTimeout until the listener...
2023-04-19 Tobias Klausernet: remove unused _C_FreeCString
2023-04-19 Damien Neilcontext: add AfterFunc
2023-04-19 Egon Elbreslices: optimize Index and Compact for large types
2023-04-19 Dmitri Shuralyovmake.{bash,bat}: check unmodified $PATH for $GOROOT...
2023-04-19 Michael Anthony... runtime: manage huge pages explicitly
2023-04-19 Michael Anthony... runtime: disable huge pages for GC metadata for small...
2023-04-19 Bryan C. Millsos: check for ErrNotExist instead of ErrExist in TestNo...
2023-04-19 Robert Griesemercmd/compile/internal/types2: only mark variables as...
2023-04-19 Robert Griesemergo/types, types2: be deliberate with Checker.use in...
2023-04-19 Robert Griesemergo/types, types2: don't panic for invalid assignments...
next