]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-05-03 Carlos Amedeelib/time: update to 2023c/2023c
2023-05-03 erifan01cmd/compile: enhance tighten pass for memory values
2023-05-03 Robert Griesemergo/types, types2: use version data type instead of...
2023-05-03 Robert Griesemergo/types, types2: combine version check with version...
2023-05-03 Robert Griesemercmd/compile: enable reverse type inference
2023-05-03 Robert Griesemergo/types, types2: implement reverse type inference...
2023-05-03 Bryan C. Millscmd/compile,cmd/link: skip tests that require DWARF...
2023-05-03 Austin Clementsmisc/android: improve exit code workaround
2023-05-03 Bryan C. Millscmd/api: move support checks into individual tests
2023-05-03 Bryan C. Millsruntime: add test skips for ios
2023-05-03 Felix Geisendörferruntime: remove systemstack logic from adjustframe
2023-05-03 Felix Geisendörferruntime: add test for systemstack frame pointer adjustment
2023-05-02 Roland Shoemakerhtml/template: emit filterFailsafe for empty unquoted...
2023-05-02 Roland Shoemakerhtml/template: handle all JS whitespace characters
2023-05-02 Roland Shoemakerhtml/template: disallow angle brackets in CSS values
2023-05-02 Ian Lance Taylorio/fs: add FormatFileInfo and FormatDirEntry functions
2023-05-02 Cherry Muicmd/link: remove allocation in decoding type name
2023-05-02 Bryan C. Millscmd/go/internal/script: log the stop message instead...
2023-05-02 Nick Ripleyruntime/trace: enable frame pointer unwinding by defaul...
2023-05-02 Michael Fraenkelnet/http: avoid leaking the writing goroutine
2023-05-02 Alan Donovancmd/cgo: reject attempts to declare methods on C types
2023-05-02 Cherry Muicmd/link: work around dsymutils not cleaning temp file
2023-05-02 Cherry Muicmd/compile: don't generate DWARF info for static vars
2023-05-02 qmuntalcmd/link: generate .xdata PE section
2023-05-02 qmuntalcmd/link: generate .pdata PE section
2023-05-02 Johan Brandhorst... internal/testenv: probe for symlink on wasip1
2023-05-02 Cherry Muicmd/link, cmd/internal/obj: use aux symbol for global...
2023-05-02 Ian Lance Taylornet: don't recheck goosPrefersCgo in hostLookupOrder
2023-05-02 cui fliterruntime: fix comment typo in page allocator
2023-05-01 Robert Griesemergo/types, types2: isParameterized must be able to handl...
2023-05-01 Michael Prattcmd/compile: drop unused arg to mkinlcall
2023-05-01 Will Faughttext/template: reword uncover to unwrap
2023-05-01 Bryan C. Millsmisc/android: copy entire modules in module mode
2023-05-01 qmuntalruntime/cgo: use atomic.Uintptr instead of atomic.AddUi...
2023-05-01 Austin Clementsmisc/android: rename to misc/go_android_exec, make...
2023-05-01 Ian Lance Taylordebug/pe: return error on reading from section with...
2023-04-30 Felix Geisendörferruntime: fix systemstack frame pointer adjustment
2023-04-30 Achille Rousselsyscall: fix opening of directories on wasip1
2023-04-28 Ian Lance Taylorcmd/distpack: remove internal/platform/zosarch.go
2023-04-28 Paul E. Murphycmd/link: load external ELF PPC64 objects which set...
2023-04-28 Nick Ripleyruntime/trace: avoid frame pointer unwinding for events...
2023-04-28 Michael Prattcmd/compile: escape package path for PGO symbol matching
2023-04-28 Joel Singcmd/internal/obj/arm64: pass obj.As to oaddi rather...
2023-04-28 Cherry Muicmd/link: put zero-sized data symbols at same address...
2023-04-28 Joel Singcmd/internal/obj/arm64: use appropriate return type...
2023-04-28 Robert Griesemergo/types, types2: remove parse (we only need mustParse...
2023-04-28 Robert Griesemergo/types, types2: extract package name from test source...
2023-04-28 Takeshi Yonedaos: fix TestChdirAndGetwd/ReaddirnamesOneAtATime on...
2023-04-28 Robert Griesemergo/types, types2: call mustParse when using mustTypecheck
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...
next