1
0
mirror of https://github.com/golang/go synced 2024-10-04 00:11:21 -06:00
go/src/pkg
Dmitriy Vyukov 0ce96f9ef4 runtime: better stack traces in race reports
When a race happens inside of runtime (chan, slice, etc),
currently reports contain only user file:line.
If the line contains a complex expression,
it's difficult to figure out where the race exactly.
This change adds one more top frame with exact
runtime function (e.g. runtime.chansend, runtime.mapaccess).

R=golang-dev
CC=golang-dev
https://golang.org/cl/6851125
2012-11-30 10:29:41 +04:00
..
archive archive/zip: handle extra data headers with no body 2012-11-18 00:45:47 +11:00
bufio bufio: remove a little unnecessary indirection in tests. 2012-10-20 13:02:29 +11:00
builtin builtin: Changed documentation for rune type. 2012-09-18 11:01:10 -07:00
bytes bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
compress compress/flate: shrink decompressor struct for better performance 2012-11-01 13:57:24 -04:00
container all: fix the the typos 2012-11-22 02:58:24 +08:00
crypto crypto/tls: use 1/n-1 record splitting to protect against BEAST 2012-11-26 10:56:39 -08:00
database/sql all: clear execute bit 2012-11-01 10:04:42 +09:00
debug debug/elf: fix offset for GNU version symbols 2012-11-15 03:36:19 +11:00
encoding all: fix the the typos 2012-11-22 02:58:24 +08:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp exp/types: various missing checks for array/slice composite literals 2012-11-29 09:57:37 -08:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: fix bug in handling of booleans on error 2012-07-27 16:13:29 -07:00
fmt gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
go go/parser: permit [...]T where array types are permitted 2012-11-28 16:03:34 -08:00
hash build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
html all: fix the the typos 2012-11-22 02:58:24 +08:00
image all: fix the the typos 2012-11-22 02:58:24 +08:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io: add ByteWriter interface 2012-10-30 10:51:29 +01:00
log log/syslog: correct message format 2012-11-27 10:21:43 -05:00
math gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
mime mime/multipart: transparently decode quoted-printable transfer encoding 2012-11-19 19:50:19 -08:00
net net/http: don't send chunked encoding on 204 responses 2012-11-29 18:00:51 -08:00
old/netchan gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
os os: check only user attributes in TestStatDirModeExec 2012-11-30 16:10:45 +11:00
path gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
reflect all: fix the the typos 2012-11-22 02:58:24 +08:00
regexp regexp: add Split 2012-11-27 12:58:27 -05:00
runtime runtime: better stack traces in race reports 2012-11-30 10:29:41 +04:00
sort sort: fix comment for various Search routines 2012-11-07 05:07:46 +08:00
strconv strconv: Removed unnecessary use of goto. Made code easier to read. 2012-11-14 09:42:48 -08:00
strings bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
sync sync/atomic: fix race instrumentation 2012-11-15 21:30:24 +04:00
syscall os: move Plan 9 directory marshaling code to syscall 2012-11-26 15:26:46 -08:00
testing gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
text gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
time time: add Now()/UnixNano() malloc tests 2012-11-25 11:29:06 +11:00
unicode unicode: move unicode and related packages to Unicode 6.2.0. 2012-10-31 17:32:16 +01:00
unsafe unsafe: fix a typo 2012-10-19 16:35:15 +11:00