1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:51:21 -06:00
go/src
Ian Lance Taylor fcbf04f9b9 cmd/cgo: gccgo support for cgoCheckPointer
This uses weak declarations so that it will work with current versions
of gccgo that do not support pointer checking.

Change-Id: Ia34507e3231ac60517cb6834f0b673764715a256
Reviewed-on: https://go-review.googlesource.com/17429
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2015-12-17 03:01:38 +00:00
..
archive archive/tar: spell license correctly in example 2015-12-17 02:46:41 +00:00
bufio bufio: clarify Read docs 2015-12-01 20:05:25 +00:00
builtin
bytes
cmd cmd/cgo: gccgo support for cgoCheckPointer 2015-12-17 03:01:38 +00:00
compress compress/bzip2/testdata: make Mark.Twain-Tom.Sawyer.txt free 2015-12-02 02:40:38 +00:00
container
crypto crypto/rsa: check CRT result. 2015-12-17 00:00:33 +00:00
database/sql database/sql: Add DB.SetConnMaxLifetime 2015-12-02 17:38:31 +00:00
debug debug/elf: transparently decompress compressed sections 2015-12-03 20:53:11 +00:00
encoding encoding/pem: make TestFuzz testing/quick safe 2015-12-08 19:27:20 +00:00
errors
expvar
flag
fmt Revert "fmt: check newline in the end of input" 2015-12-11 06:35:20 +00:00
go go/build: disable test on nacl (and a few others, unnecessarily) 2015-12-17 01:43:05 +00:00
hash hash/crc32: add noescape tags to assembly functions 2015-11-25 15:01:10 +00:00
html text/template,html/template: correct comment in DefinedTemplates 2015-11-24 21:52:36 +00:00
image
index/suffixarray
internal net, internal/syscall/windows: fix interface and address identification on windows 2015-12-10 08:04:07 +00:00
io io/ioutil: add examples to functions 2015-11-30 19:47:18 +00:00
log
math math/big: additional Montgomery cleanup 2015-12-16 20:25:29 +00:00
mime mime: fix parsing of empty string attribute value 2015-12-05 20:14:25 +00:00
net net/http: update Response.Trailer doc 2015-12-17 02:46:04 +00:00
os os: make TestLchown actually test Lchown. 2015-12-14 22:42:55 +00:00
path path/filepath: include test number in TestIssue13582 output 2015-12-15 06:43:35 +00:00
reflect reflect: document DeepEqual, fix case of maps with NaN keys 2015-12-11 05:50:05 +00:00
regexp regexp/syntax: fix handling of \Q...\E 2015-12-01 22:45:12 +00:00
runtime runtime: remove incorrect TODO added in CL 16035 2015-12-16 20:23:15 +00:00
sort sort: improve average quicksort performance 2015-12-04 20:41:47 +00:00
strconv
strings strings: add asm version of Index() for short strings on amd64 2015-11-03 16:04:28 +00:00
sync internal/race: add package 2015-11-26 16:50:31 +00:00
syscall syscall: fix duplicated copyright header in mksysnum_plan9.sh 2015-12-10 20:45:18 +00:00
testing testing: document that T and B are safe for concurrent calls 2015-12-01 22:01:26 +00:00
text text/template,html/template: correct comment in DefinedTemplates 2015-11-24 21:52:36 +00:00
time time: reject invalid day of month in Parse 2015-12-10 19:12:13 +00:00
unicode unicode/utf8: add test for FullRune 2015-12-01 10:39:06 +00:00
unsafe
vendor/golang.org/x/net/http2/hpack net/http: updated bundled copy of x/net/http2 2015-12-16 21:00:35 +00:00
all.bash
all.bat
all.rc
androidtest.bash androidtest.bash: set GOARM=7 2015-10-26 15:20:02 +00:00
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc