| Commit message (Expand) | Author | Age | Files | Lines |
| * | internal/pprof/profile: parse mutex profile including comments | Hana Kim | 2016-11-29 | 2 | -26/+95 |
| * | internal/pprof: don't discard allocations called by reflect.Call | Ian Lance Taylor | 2016-11-28 | 1 | -0/+2 |
| * | internal/syscall/windows: add GetModuleFileName | Shenghou Ma | 2016-11-07 | 2 | -0/+15 |
| * | os: use extended-length paths on Windows when possible | Quentin Smith | 2016-11-07 | 1 | -0/+16 |
| * | all: make copyright headers consistent with one space after period | Michael Munday | 2016-11-04 | 2 | -2/+2 |
| * | internal/syscall/unix: add randomTrap const for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-03 | 1 | -0/+11 |
| * | testing: mark tests and benchmarks failed if a race occurs during execution | Russ Cox | 2016-11-03 | 2 | -0/+6 |
| * | internal/pprof/profile: new package, moved from cmd/internal/pprof/profile | Russ Cox | 2016-11-02 | 8 | -0/+2998 |
| * | runtime/trace, internal/trace: script to collect canned traces | Austin Clements | 2016-10-28 | 2 | -0/+21 |
| * | runtime, cmd/trace: track goroutines blocked on GC assists | Austin Clements | 2016-10-28 | 3 | -4/+11 |
| * | runtime, cmd/trace: annotate different mark worker types | Austin Clements | 2016-10-28 | 6 | -7/+13 |
| * | syscall: use ERROR_IO_PENDING value in errnoErr | Alex Brainman | 2016-10-22 | 2 | -8/+8 |
| * | os, syscall: fix incorrect offset calculation in Readlink on windows | Hiroshi Ioka | 2016-10-19 | 2 | -0/+35 |
| * | os: use FindFirstFile when GetFileAttributesEx fails in Stat | Alex Brainman | 2016-10-14 | 1 | -0/+1 |
| * | os: make readConsole handle its input and output correctly | Alex Brainman | 2016-10-13 | 1 | -0/+6 |
| * | os: add new tests for symbolic links and directory junctions | Alex Brainman | 2016-10-12 | 5 | -7/+222 |
| * | cmd/trace: fix a runnable goroutine count bug | Hyang-Ah (Hana) Kim | 2016-10-11 | 2 | -43/+49 |
| * | cmd/trace: label mark termination spans as such | Austin Clements | 2016-10-07 | 1 | -2/+2 |
| * | cmd/trace: move process-wide GC events to their own row | Austin Clements | 2016-10-07 | 1 | -0/+3 |
| * | os: use GetConsoleCP() instead of GetACP() | Yasuhiro Matsumoto | 2016-09-21 | 2 | -0/+8 |
| * | internal/testenv: add GoTool | Josh Bleecher Snyder | 2016-09-10 | 1 | -5/+16 |
| * | syscall: avoid convT2I allocs for common Windows error values | Brad Fitzpatrick | 2016-09-07 | 2 | -4/+54 |
| * | internal/testenv: make MustHaveSymlink message friendly | Hiroshi Ioka | 2016-08-24 | 3 | -10/+21 |
| * | syscall, internal/syscall/windows, internal/syscall/windows/registry: make go... | Alex Brainman | 2016-08-24 | 4 | -4/+14 |
| * | internal/testenv: add HasSymlink/MustHaveSymlink | Hiroshi Ioka | 2016-08-23 | 3 | -0/+73 |
| * | internal/trace: fix analysis of EvGoWaiting/EvGoInSyscall events | Dmitry Vyukov | 2016-08-19 | 1 | -0/+2 |
| * | internal/trace: err if binary is not supplied for old trace | Hana Kim | 2016-06-16 | 2 | -7/+22 |
| * | net, net/http: don't trace DNS dials | Tom Bergan | 2016-05-14 | 1 | -6/+6 |
| * | net, net/http: don't trace UDP dials | Brad Fitzpatrick | 2016-05-13 | 1 | -5/+7 |
| * | syscall: make mksyscall_windows.go -systemdll flag true by default | Alex Brainman | 2016-05-12 | 2 | -2/+2 |
| * | syscall: remove mksyscall_windows.go -xsys flag | Alex Brainman | 2016-05-11 | 2 | -6/+10 |
| * | net: ignore network failures on some builders | Brad Fitzpatrick | 2016-05-06 | 1 | -0/+7 |
| * | net/http, net/http/httptrace: new package for tracing HTTP client requests | Brad Fitzpatrick | 2016-04-28 | 1 | -0/+43 |
| * | internal/trace: fix event ordering for coarse timestamps | Dmitry Vyukov | 2016-04-24 | 1 | -1/+1 |
| * | runtime/trace: test detection of broken timestamps | Dmitry Vyukov | 2016-04-24 | 1 | -0/+15 |
| * | runtime: use per-goroutine sequence numbers in tracer | Dmitry Vyukov | 2016-04-23 | 3 | -98/+396 |
| * | runtime: fix description of trace events | Dmitry Vyukov | 2016-04-22 | 1 | -4/+4 |
| * | internal/trace: fix int overflow in timestamps | Dmitry Vyukov | 2016-04-12 | 2 | -1/+55 |
| * | internal/trace: support parsing of 1.5 traces | Dmitry Vyukov | 2016-04-11 | 6 | -88/+287 |
| * | internal/trace: fix a typo in error message | Dmitry Vyukov | 2016-04-10 | 1 | -1/+1 |
| * | runtime: emit file:line info into traces | Dmitry Vyukov | 2016-04-08 | 1 | -107/+67 |
| * | net, runtime: skip flaky tests on OpenBSD | Brad Fitzpatrick | 2016-04-06 | 1 | -0/+9 |
| * | runtime, syscall: only search for Windows DLLs in the System32 directory | Brad Fitzpatrick | 2016-04-01 | 5 | -6/+36 |
| * | all: use bytes.Equal, bytes.Contains and strings.Contains | Dominik Honnef | 2016-04-01 | 1 | -1/+1 |
| * | internal/testenv: prefer to find go binary in GOROOT | Brad Fitzpatrick | 2016-03-30 | 1 | -0/+8 |
| * | vendor: move golang.org/x/net/http2/hpack back to vendor | Brad Fitzpatrick | 2016-03-24 | 6 | -2469/+0 |
| * | encoding/json, internal/testenv: use Fatalf | Dominik Honnef | 2016-03-22 | 1 | -1/+1 |
| * | internal/syscall/unix: add randomTrap const for s390x | Michael Munday | 2016-03-22 | 1 | -0/+9 |
| * | net/http, internal/testenv: find go binary in PATH | David Crawshaw | 2016-03-22 | 1 | -0/+17 |
| * | internal/syscall/unix: document randomTrap | Brad Fitzpatrick | 2016-03-21 | 6 | -0/+17 |