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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[release-branch.go1.12] cmd/link: put shlib ".type" functions in internal ABI
Ian Lance Taylor
2019-07-16
3
-0
/
+40
*
[release-branch.go1.12] cmd/cgo: fix inappropriate array copy
Ian Lance Taylor
2019-06-26
2
-0
/
+23
*
[release-branch.go1.12] cmd/cgo: simplify and fix handling of untyped constants
Rémy Oudompheng
2019-03-13
3
-0
/
+44
*
cmd/cgo: don't copy a simple variable x in &x[0]
Ian Lance Taylor
2019-02-04
2
-0
/
+39
*
cmd/cgo: don't replace newlines with semicolons in expressions
Ian Lance Taylor
2019-01-18
1
-0
/
+17
*
cmd/cgo: don't replace newlines with semicolons in composite literals
Ian Lance Taylor
2019-01-15
1
-0
/
+22
*
misc/sortac: delete sortac command
Dmitri Shuralyov
2019-01-14
1
-79
/
+0
*
runtime: skip writes to persistent memory in cgo checker
Ian Lance Taylor
2019-01-04
1
-13
/
+20
*
cmd/compile,runtime: redo mid-stack inlining tracebacks
Keith Randall
2018-12-28
1
-4
/
+0
*
cmd/cgo: don't let inserted /*line*/ become a // comment
Ian Lance Taylor
2018-12-22
1
-0
/
+19
*
cmd/cgo: ensure the command passed to run retains a trailing dash
Ian Lance Taylor
2018-12-19
1
-1
/
+2
*
cmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type to uintptr in Go
Elias Naur
2018-12-15
2
-0
/
+24
*
syscall/js: rename js.Callback to js.Func
Richard Musiol
2018-12-13
1
-17
/
+17
*
cmd/cgo: set correct column for user-written code
Ian Lance Taylor
2018-12-12
2
-0
/
+18
*
cmd/cgo: preserve type information across loadDWARF loop
Ian Lance Taylor
2018-12-11
3
-1
/
+55
*
cmd/compile: emit a symbol for a method expression when using -dynlink
Ian Lance Taylor
2018-12-11
2
-0
/
+26
*
all: move cmd/internal/xcoff to internal/xcoff
Clément Chigot
2018-12-10
1
-3
/
+3
*
cmd/cgo: reject names that are likely to be mangled C name
Hiroshi Ioka
2018-12-05
2
-0
/
+30
*
misc/cgo/testcshared: skip TestGo2C2Go on Android
Ian Lance Taylor
2018-12-03
1
-1
/
+4
*
cmd/cgo: use a plausible position for typedef error messages
Ian Lance Taylor
2018-12-03
2
-1
/
+32
*
misc/cgo/testcshared: don't run TestGo2C2Go on Darwin
Ian Lance Taylor
2018-12-03
1
-0
/
+6
*
cmd/cgo: use preprocessor macros to avoid prolog redefinitions
Ian Lance Taylor
2018-12-01
5
-0
/
+108
*
cmd/cgo: use field alignment when setting field offset
Ian Lance Taylor
2018-11-29
2
-0
/
+84
*
cmd/cgo: recognize untyped constants defined in different files
Ian Lance Taylor
2018-11-29
2
-1
/
+13
*
cmd/trace: revert internal/traceparser
Hana Kim
2018-11-22
1
-3
/
+0
*
misc/wasm: add stub for fs.read on browsers
Richard Musiol
2018-11-20
1
-0
/
+5
*
misc/wasm: use temporary directory provided by Node.js
Richard Musiol
2018-11-20
1
-1
/
+1
*
cmd/cgo: recognized untyped Go constants as untyped constants
Ian Lance Taylor
2018-11-16
1
-0
/
+6
*
misc/cgo/testsanitizers: gofmt
Tobias Klauser
2018-11-16
1
-1
/
+1
*
all: add support for synchronous callbacks to js/wasm
Richard Musiol
2018-11-10
1
-39
/
+43
*
runtime: never call into race detector with retaken P
Nikhil Benesch
2018-11-09
2
-0
/
+55
*
cmd/vendor: update github.com/google/pprof
Hana (Hyang-Ah) Kim
2018-11-07
1
-0
/
+3
*
cmd/cgo: accept expressions as untyped constants
Ian Lance Taylor
2018-11-02
1
-0
/
+20
*
cmd/cgo: don't update each call in place
Ian Lance Taylor
2018-11-02
1
-0
/
+22
*
cmd/cgo: rewrite pointer checking to use more function literals
Ian Lance Taylor
2018-11-01
1
-0
/
+49
*
misc/wasm: improve detection of Node.js
Richard Musiol
2018-10-25
1
-9
/
+11
*
misc/ios: remove note from output of detect.go
Elias Naur
2018-10-24
1
-3
/
+3
*
internal/traceparser: provide parser that uses less space and parses segments...
Peter Weinberger
2018-10-23
2
-2
/
+5
*
misc/wasm: fix panic on os.Stdout.Sync() in the browser
Nick Craig-Wood
2018-10-20
1
-0
/
+3
*
cmd/internal/xcoff: add new debug package for cmd
Clément Chigot
2018-10-19
1
-0
/
+3
*
syscall/js: make zero js.Value represent "undefined"
Richard Musiol
2018-10-18
1
-5
/
+12
*
misc/wasm: fix fs operations in browser
Richard Musiol
2018-10-08
1
-2
/
+9
*
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-06
4
-4
/
+4
*
misc/wasm: add mention of polyfill for Edge support
Richard Musiol
2018-10-02
1
-0
/
+5
*
Revert "misc/wasm: add polyfill for TextEncoder/TextDecoder for Edge support"
Brad Fitzpatrick
2018-10-02
1
-5
/
+0
*
Revert "compress: move benchmark text from src/testdata to src/compress/testd...
Katie Hockman
2018-10-01
1
-0
/
+2
*
misc/wasm: add polyfill for TextEncoder/TextDecoder for Edge support
Jake B
2018-09-29
1
-0
/
+5
*
compress: move benchmark text from src/testdata to src/compress/testdata
Katie Hockman
2018-09-28
1
-2
/
+0
*
compress: reduce copies of new text for compression testing
Katie Hockman
2018-09-24
1
-0
/
+2
*
misc/cgo/testplugin: disable DWARF tests on darwin
Alessandro Arzilli
2018-09-05
2
-5
/
+9
[next]