index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
cgo
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc/cgo/testsanitizers: add regression test for change 50251
Bryan C. Mills
2017-07-20
2
-0
/
+36
*
cmd/cgo: unwrap typedef-chains before type checking
Hiroshi Ioka
2017-06-27
2
-0
/
+34
*
cmd/cgo: match note following error in compiler errors
Ian Lance Taylor
2017-06-14
1
-0
/
+9
*
go/build: make -I/-L options in cgo flags absolute
Ian Lance Taylor
2017-06-13
3
-0
/
+31
*
cmd/cgo: show pos info in undefined name errors
Alberto Donizetti
2017-06-03
2
-0
/
+19
*
misc/cgo/testcarchive: fix `go env` error message
Ian Lance Taylor
2017-05-24
1
-2
/
+4
*
cmd/cgo: support indirect macro expansion for string
Hiroshi Ioka
2017-05-23
2
-0
/
+20
*
cmd/cgo: support large unsigned macros
Hiroshi Ioka
2017-05-17
2
-0
/
+21
*
cmd/internal/obj, cmd/link: fix st_other field on PPC64
Ian Lance Taylor
2017-05-09
1
-54
/
+80
*
plugin: resolve plugin import path issue
Todd Neal
2017-04-26
3
-1
/
+39
*
cmd/cgo: reject references to builtin functions other than calls
Alexander Menzhinsky
2017-04-18
2
-0
/
+8
*
cmd/link: only include the version info and export data in ABI hash
Michael Hudson-Doyle
2017-04-17
1
-2
/
+10
*
plugin: properly handle recursively defined types
Todd Neal
2017-04-12
2
-0
/
+20
*
runtime: use hardware divider to improve performance
Ben Shi
2017-04-11
4
-0
/
+31
*
cmd/cgo: support floating point #define macros
Hiroshi Ioka
2017-04-07
1
-10
/
+7
*
cmd/link: make mach-o dwarf segment properly aligned
Russ Cox
2017-03-30
1
-0
/
+7
*
misc/cgo/testcshared: use the gold linker on android/arm64
Elias Naur
2017-03-29
1
-1
/
+1
*
*.bash: always use the same string equality operator
Daniel MartÃ
2017-03-14
3
-12
/
+12
*
cmd/compile: print columns (not just lines) in error messages
Robert Griesemer
2017-03-09
1
-1
/
+1
*
runtime/cgo: return correct sa_flags
Bryan C. Mills
2017-03-09
2
-1
/
+85
*
runtime: fix _cgo_yield usage with sysmon and on BSD
Bryan C. Mills
2017-03-09
2
-7
/
+57
*
misc/cgo/testcarchive: add missing header
Elias Naur
2017-03-09
1
-0
/
+1
*
runtime: poll libc to deliver signals under TSAN
Bryan C. Mills
2017-03-08
2
-0
/
+34
*
runtime: enable/disable SIGPROF if needed when profiling
Ian Lance Taylor
2017-02-09
3
-0
/
+94
*
runtime: handle SIGPIPE in c-archive and c-shared programs
Elias Naur
2017-02-03
6
-1
/
+146
*
misc/cgo/testshared: remove unused flag.Parse()
Daniel MartÃ
2017-02-02
1
-2
/
+0
*
runtime: reorder modules so main.main comes first
David Crawshaw
2017-01-25
2
-0
/
+11
*
misc/cgo/test: pass current environment to syscall.Exec
Ian Lance Taylor
2017-01-20
1
-1
/
+1
*
misc/cgo/test: fix test when using GCC 7
Ian Lance Taylor
2017-01-20
1
-3
/
+3
*
runtime: check for nil g and m in msanread
Bryan C. Mills
2017-01-19
2
-0
/
+33
*
runtime: for plugins, don't add duplicate itabs
Keith Randall
2017-01-17
4
-1
/
+62
*
misc/cgo/testplugin: test that types and itabs are unique
Keith Randall
2017-01-13
5
-2
/
+105
*
misc/cgo/testshared: test that types and itabs are unique
Keith Randall
2017-01-12
5
-0
/
+79
*
misc/cgo/test: limit issue18146 attempts based on RLIMIT_NPROC
Ian Lance Taylor
2016-12-21
1
-0
/
+25
*
misc/cgo/testcshared: wait up to 1 second in main2.c
Ian Lance Taylor
2016-12-20
1
-1
/
+1
*
cmd/compile, runtime: a different approach to duplicate itabs
Michael Hudson-Doyle
2016-12-19
1
-0
/
+12
*
misc/cgo/testsanitizer: don't run msan tests if msan doesn't work
Ian Lance Taylor
2016-12-16
1
-2
/
+8
*
runtime: preserve callee-saved C registers in sigtramp
Bryan C. Mills
2016-12-15
1
-2
/
+9
*
misc/cgo/test: add mipsx test case for #9400
Vladimir Stefanovic
2016-12-15
1
-0
/
+31
*
cmd/link: do not export plugin C symbols
David Crawshaw
2016-12-14
1
-2
/
+11
*
cmd/cgo: don't strip qualifiers from C void* pointer
Ian Lance Taylor
2016-12-14
1
-0
/
+16
*
misc/cgo/test: skip test18146 on mips{,64}
Vladimir Stefanovic
2016-12-13
1
-0
/
+4
*
runtime: don't crash if signal delivered on g0 stack
Ian Lance Taylor
2016-12-12
2
-0
/
+61
*
cmd/link: limit darwin dynlink symbol exports
David Crawshaw
2016-12-10
1
-1
/
+4
*
cmd/link: do not mark go.plugin.tabs as reachable in non-plugins
Michael Hudson-Doyle
2016-12-08
1
-0
/
+5
*
misc/cgo/test: skip test18146 on Darwin
Ian Lance Taylor
2016-12-07
1
-0
/
+4
*
misc/cgo/test: ignore "too many open files" in issue 18146 test
Ian Lance Taylor
2016-12-06
1
-1
/
+1
*
runtime/cgo: retry pthread_create on EAGAIN for OpenBSD
Ian Lance Taylor
2016-12-05
1
-5
/
+13
*
misc/cgo/test: skip Test18146 on DragonFly
Ian Lance Taylor
2016-12-05
1
-1
/
+1
*
runtime/cgo: retry pthread_create on EAGAIN
Ian Lance Taylor
2016-12-05
2
-0
/
+88
[next]