]> Cypherpunks.ru repositories - gostls13.git/history - misc/cgo
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / misc / cgo /
2023-05-12 Austin Clementsmisc/cgo: move registerCgoTests tests to cmd/cgo/internal
2023-05-12 Austin Clementsmisc/cgo/test: add cgo build constraints
2023-05-12 Austin Clementsmisc/cgo/test: fix vet error
2023-05-12 Austin Clementsmisc/cgo: move easy tests to cmd/cgo/internal
2023-05-05 Chressie HimpelRevert "runtime/cgo: store M for C-created thread in...
2023-04-28 Cherry Muicmd/link: write buildid to plugin
2023-04-26 Michael Prattruntime/cgo: store M for C-created thread in pthread key
2023-04-18 Russ Coxcmd/go: add check for unknown godebug setting
2023-04-17 Michael PrattRevert "runtime/cgo: store M for C-created thread in...
2023-04-12 limeidancmd/internal/sys, cmd/dist, misc/cgo/testcshared: enabl...
2023-04-10 Ian Lance Taylormisc/cgo: remove +build lines, add go:build where needed
2023-04-10 Ian Lance Taylormisc/cgo: gofmt
2023-04-03 doujiang24runtime/cgo: store M for C-created thread in pthread key
2023-03-31 Cherry MuiRevert "runtime/cgo: store M for C-created thread in...
2023-03-31 Cherry MuiRevert "runtime: get a better g0 stack bound in needm"
2023-03-30 Cherry Muiruntime: get a better g0 stack bound in needm
2023-03-24 doujiang24runtime/cgo: store M for C-created thread in pthread key
2023-03-22 Cuong Manh Lecmd/compile: re-compile instantiated generic methods...
2023-03-08 Ian Lance Taylorruntime/cgo: add tsan sync for traceback function
2023-02-28 Dmitri Shuralyovmisc/cgo/{life,stdio}: remove reliance on test/run.go
2023-02-16 Keith Randallruntime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
2023-02-01 Bryan C. Millscmd/dist,internal/platform: reenable the c-archive...
2023-01-20 Marcel Meyerall: fix typos in go file comments
2023-01-20 Alicemisc/cgo/testsanitizers: use fmt.Printf instead fmt...
2022-12-28 Cherry Muimisc/cgo/testsanitizers: run libfuzzer tests in temp...
2022-12-27 Cherry Muimisc/cgo/testsanitizers: add libfuzzer tests
2022-12-22 Cherry Muimisc/cgo/testshared: test build std in shared mode
2022-11-30 Matthew Dempskycmd/cgo: walk {FuncType,TypeSpec}.TypeParams fields
2022-11-22 Bryan C. Millsmisc/cgo/testcshared: reapply CL 451816
2022-11-21 Bryan C. Millscmd/go: do not install .a files for packages in std
2022-11-19 Than McIntoshmisc/cgo/testcshared: handle unsuffixed dlltool path
2022-11-07 Austin Clementsmisc/cgo/test: skip Test9400 on Alpine
2022-11-04 Austin Clementsmisc/cgo/test: simplify for module mode
2022-10-28 Michael Matloobcmd/go: don't install most GOROOT .a files in pkg
2022-10-17 Austin Clementsmisc/cgo/fortran: convert to Go test
2022-10-17 Austin Clementsmisc/cgo/testsigfwd: move to runtime/testprog/testprogcgo
2022-10-17 Austin Clementsmisc/cgo/testsigfwd: delete unused code
2022-10-14 Austin Clementsmisc/cgo/testasan: drop test
2022-10-14 Dmitri Goutnikcmd/dist, misc/cgo/testsanitizers: enable msan tests...
2022-10-13 Cherry Muicmd/link: don't reset variable size when handling ...
2022-10-12 Michael Anthony... misc/cgo/test: add asan and msan arena tests
2022-09-19 hopehookmisc/cgo: replace ioutil.ReadFile with os.ReadFile
2022-09-19 hopehookmisc/cgo: replace os.SEEK_SET with io.SeekStart
2022-08-26 Archana Rruntime: add address sanitizer support for ppc64le
2022-08-25 Lynn Bogermisc/cgo/testsanitizers: determine compiler version...
2022-08-22 Michael Prattmisc/cgo/test: disable setgid tests with musl
2022-08-19 Ian Lance Taylormisc/cgo/testcarchive: permit SIGQUIT for TestSignalFor...
2022-08-19 Cuong Manh LeRevert "misc/cgo/testcarchive: permit SIGQUIT for TestS...
2022-08-19 Ian Lance Taylormisc/cgo/testcarchive: permit SIGQUIT for TestSignalFor...
2022-08-11 Archana Rmisc/cgo/testsanitizers: fix code to detect gcc version...
2022-08-09 Than McIntoshtest: skip -buildmode=pie tests on alpine
2022-08-09 Cuong Manh Leall: use ":" for compiler generated symbols
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-02 Russ Coxall: disable tests that fail on Alpine
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-27 Cherry Muimisc/cgo/test: use fewer threads in TestSetgidStress...
2022-07-22 Cherry Muicmd/compile: make jump table symbol local
2022-07-20 Gerrit Code ReviewMerge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-13 Bryan C. Millsmisc/cgo/testshared: run tests only in GOPATH mode
2022-07-13 Bryan C. Millsmisc/cgo/testcshared: don't rely on an erroneous instal...
2022-07-11 Bryan C. Millsmisc/cgo/testcarchive: don't rely on an erroneous insta...
2022-07-06 Cherry Muimisc/cgo/test: make TestSetgidStress cheaper
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-29 Cherry Muicmd/internal/obj/arm64: save LR and SP in one instructi...
2022-06-25 qmuntalcmd/go: prepend builtin prolog when checking for preamb...
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-22 kkHAIKEcmd/cgo: dont override declared struct type
2022-05-27 Bryan C. Millsmisc/cgo/testsanitizers: buffer the signal channel...
2022-05-24 Cherry Muimisc/cgo/testsanitizers: use buffered channel in tsan12.go
2022-05-23 Bryan C. Millsmisc/cgo/testsanitizers: terminate commands with SIGQUI...
2022-05-20 Xiaodong Liumisc, test: fix test error for loong64
2022-05-19 Bryan C. Millsmisc/cgo/testplugin: set the package name in TestIssue19534
2022-05-19 Bryan C. Millsmisc/cgo: invoke "go" from $GOROOT/bin instead of ...
2022-05-17 Cuong Manh Letest,misc: fix builders that do not support plugin
2022-05-16 Meng Zhuoruntime: add address sanitizer support for riscv64
2022-05-05 fanzha02cmd/dist: add asan tests for global objects in testsani...
2022-05-04 fanzha02cmd/compile: enable Asan check for global variables
2022-05-04 Bryan MillsRevert "cmd/compile: enable Asan check for global varia...
2022-05-04 fanzha02cmd/compile: enable Asan check for global variables
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-29 Russ Cox[dev.boringcrypto] all: add boringcrypto build tags
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-22 Bryan MillsRevert "cmd/compile: enable Asan check for global varia...
2022-04-22 fanzha02cmd/compile: enable Asan check for global variables
2022-04-21 Ian Lance Taylormisc/cgo/test: remove timing dependency from TestParall...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-08 qmuntalcmd/go: cgo export header to be compatible with MSVC...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-03 Tobias Klausercmd/cgo: retain original file paths in godefs generated...
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-17 fanzha02cmd/compile: set conversions to unsafe.Pointer as an...
2022-03-17 Fannie ZhangRevert "cmd/compile: set conversions to unsafe.Pointer...
2022-03-16 Cherry Muicmd/link: mark unexported methods for plugins
2022-03-16 fanzha02cmd/compile: set conversions to unsafe.Pointer as an...
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-28 cuishuangall: fix typos
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-07 Bryan C. Millsmisc/cgo: fix aliasing bugs in parallel tests that...
next