summaryrefslogtreecommitdiff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
* internal/pprof/profile: parse mutex profile including commentsHana Kim2016-11-292-26/+95
* internal/pprof: don't discard allocations called by reflect.CallIan Lance Taylor2016-11-281-0/+2
* internal/syscall/windows: add GetModuleFileNameShenghou Ma2016-11-072-0/+15
* os: use extended-length paths on Windows when possibleQuentin Smith2016-11-071-0/+16
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-042-2/+2
* internal/syscall/unix: add randomTrap const for GOARCH=mips{,le}Vladimir Stefanovic2016-11-031-0/+11
* testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox2016-11-032-0/+6
* internal/pprof/profile: new package, moved from cmd/internal/pprof/profileRuss Cox2016-11-028-0/+2998
* runtime/trace, internal/trace: script to collect canned tracesAustin Clements2016-10-282-0/+21
* runtime, cmd/trace: track goroutines blocked on GC assistsAustin Clements2016-10-283-4/+11
* runtime, cmd/trace: annotate different mark worker typesAustin Clements2016-10-286-7/+13
* syscall: use ERROR_IO_PENDING value in errnoErrAlex Brainman2016-10-222-8/+8
* os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka2016-10-192-0/+35
* os: use FindFirstFile when GetFileAttributesEx fails in StatAlex Brainman2016-10-141-0/+1
* os: make readConsole handle its input and output correctlyAlex Brainman2016-10-131-0/+6
* os: add new tests for symbolic links and directory junctionsAlex Brainman2016-10-125-7/+222
* cmd/trace: fix a runnable goroutine count bugHyang-Ah (Hana) Kim2016-10-112-43/+49
* cmd/trace: label mark termination spans as suchAustin Clements2016-10-071-2/+2
* cmd/trace: move process-wide GC events to their own rowAustin Clements2016-10-071-0/+3
* os: use GetConsoleCP() instead of GetACP()Yasuhiro Matsumoto2016-09-212-0/+8
* internal/testenv: add GoToolJosh Bleecher Snyder2016-09-101-5/+16
* syscall: avoid convT2I allocs for common Windows error valuesBrad Fitzpatrick2016-09-072-4/+54
* internal/testenv: make MustHaveSymlink message friendlyHiroshi Ioka2016-08-243-10/+21
* syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman2016-08-244-4/+14
* internal/testenv: add HasSymlink/MustHaveSymlinkHiroshi Ioka2016-08-233-0/+73
* internal/trace: fix analysis of EvGoWaiting/EvGoInSyscall eventsDmitry Vyukov2016-08-191-0/+2
* internal/trace: err if binary is not supplied for old traceHana Kim2016-06-162-7/+22
* net, net/http: don't trace DNS dialsTom Bergan2016-05-141-6/+6
* net, net/http: don't trace UDP dialsBrad Fitzpatrick2016-05-131-5/+7
* syscall: make mksyscall_windows.go -systemdll flag true by defaultAlex Brainman2016-05-122-2/+2
* syscall: remove mksyscall_windows.go -xsys flagAlex Brainman2016-05-112-6/+10
* net: ignore network failures on some buildersBrad Fitzpatrick2016-05-061-0/+7
* net/http, net/http/httptrace: new package for tracing HTTP client requestsBrad Fitzpatrick2016-04-281-0/+43
* internal/trace: fix event ordering for coarse timestampsDmitry Vyukov2016-04-241-1/+1
* runtime/trace: test detection of broken timestampsDmitry Vyukov2016-04-241-0/+15
* runtime: use per-goroutine sequence numbers in tracerDmitry Vyukov2016-04-233-98/+396
* runtime: fix description of trace eventsDmitry Vyukov2016-04-221-4/+4
* internal/trace: fix int overflow in timestampsDmitry Vyukov2016-04-122-1/+55
* internal/trace: support parsing of 1.5 tracesDmitry Vyukov2016-04-116-88/+287
* internal/trace: fix a typo in error messageDmitry Vyukov2016-04-101-1/+1
* runtime: emit file:line info into tracesDmitry Vyukov2016-04-081-107/+67
* net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick2016-04-061-0/+9
* runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick2016-04-015-6/+36
* all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef2016-04-011-1/+1
* internal/testenv: prefer to find go binary in GOROOTBrad Fitzpatrick2016-03-301-0/+8
* vendor: move golang.org/x/net/http2/hpack back to vendorBrad Fitzpatrick2016-03-246-2469/+0
* encoding/json, internal/testenv: use FatalfDominik Honnef2016-03-221-1/+1
* internal/syscall/unix: add randomTrap const for s390xMichael Munday2016-03-221-0/+9
* net/http, internal/testenv: find go binary in PATHDavid Crawshaw2016-03-221-0/+17
* internal/syscall/unix: document randomTrapBrad Fitzpatrick2016-03-216-0/+17