summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A+C: Mark Theunissen (individual CLA)Brad Fitzpatrick2014-08-212-0/+2
* runtime: convert lfstack to GoDmitriy Vyukov2014-08-212-9/+34
* runtime: remove now arg from timer callbackDmitriy Vyukov2014-08-214-20/+17
* runtime: convert common scheduler functions to GoDmitriy Vyukov2014-08-2120-50/+175
* net: fix typoMikio Hara2014-08-211-1/+1
* cmd/gc: fix undefined behaviorDmitriy Vyukov2014-08-211-2/+4
* runtime: init GC laterDmitriy Vyukov2014-08-213-26/+16
* runtime: fix deadlock when gctraceDmitriy Vyukov2014-08-214-5/+19
* cmd/api: add missing runtime structDmitriy Vyukov2014-08-211-1/+1
* runtime: convert MemProfile, BlockProfile, ThreadCreateProfile to Go.R?my Oudompheng2014-08-213-165/+188
* runtime: remove unused variableJosh Bleecher Snyder2014-08-201-1/+1
* runtime: convert memclrBytes to GoJosh Bleecher Snyder2014-08-203-9/+7
* runtime: add atomicor8 for amd64p32Dmitriy Vyukov2014-08-201-0/+8
* syscall: replace zsyscall_windows_*.go files with a single fileAlex Brainman2014-08-204-1855/+3
* net/http: fix TimeoutHandler data races; hold lock longerBrad Fitzpatrick2014-08-192-5/+81
* runtime: fix typo in commentJosh Bleecher Snyder2014-08-194-4/+4
* runtime: fix TestGcLastTime on windowsDmitriy Vyukov2014-08-191-1/+2
* cmd/6a, cmd/8a: document AJxx condition codesJosh Bleecher Snyder2014-08-192-34/+34
* runtime: make the GC bitmap a byte arrayDmitriy Vyukov2014-08-198-126/+169
* runtime: always pass type to mallocgc when allocating scannable memoryDmitriy Vyukov2014-08-193-49/+57
* runtime: allow copying of onM frameDmitriy Vyukov2014-08-191-1/+10
* runtime: fix MemStats on 32-bitsDmitriy Vyukov2014-08-193-5/+10
* runtime: convert Gosched to GoDmitriy Vyukov2014-08-196-17/+19
* cmd/gc: fix heap buffer overflowDmitriy Vyukov2014-08-191-1/+4
* runtime: improve diagnostics of non-copyable framesDmitriy Vyukov2014-08-191-3/+15
* runtime: fix memstatsDmitriy Vyukov2014-08-193-13/+34
* os: make SameFile handle paths like c:a.txt properlyAlex Brainman2014-08-194-12/+69
* runtime: apply KindMask before comparisonAlex Brainman2014-08-191-1/+1
* html/template: don't panic on second execution of unescapable templateAndrew Gerrand2014-08-193-15/+29
* net/http: correct error message for incorrect Body lengthEvan Kroske2014-08-182-3/+3
* runtime: fix windows/amd64 build after pc-relative 6l changeRuss Cox2014-08-181-1/+2
* liblink: fix encoding of ASETPC in 6a, 8aJosh Bleecher Snyder2014-08-182-2/+2
* cmd/gc, runtime: refactor interface inlining decision into compilerRuss Cox2014-08-1818-105/+231
* doc/go1.4: mention pc-relative addressing on amd64Russ Cox2014-08-181-0/+1
* liblink: use pc-relative addressing for all memory references in amd64 codeRuss Cox2014-08-183-28/+28
* runtime: avoid $sym(SB) as constantRuss Cox2014-08-181-2/+4
* cmd/6g: fix undefined behavior in reg.cDave Cheney2014-08-191-1/+1
* fmt: print byte stringers correctlyAndrew Gerrand2014-08-192-2/+37
* bzip2: improve performanceJeff R. Allen2014-08-182-62/+55
* runtime: move panicindex/panicslice to Go.Keith Randall2014-08-182-12/+13
* unicode: strconv: regexp: Upgrade to Unicode 7.0.0.Marcel van Lohuizen2014-08-187-376/+1124
* runtime: add more cases to GC info testDmitriy Vyukov2014-08-181-1/+23
* internal/syscall: add support for getrandom on armBrad Fitzpatrick2014-08-181-1/+2
* runtime: implement transfer cacheDmitriy Vyukov2014-08-184-45/+59
* runtime: fix dump of data/bssDmitriy Vyukov2014-08-184-30/+25
* runtime: don't acquirem on malloc fast pathDmitriy Vyukov2014-08-185-13/+67
* runtime: mark with non-atomic operations when GOMAXPROCS=1Dmitriy Vyukov2014-08-161-1/+2
* cmd/ld: fix operator precedenceDave Cheney2014-08-161-1/+1
* cmd/ld: fix operator precedenceShenghou Ma2014-08-161-1/+1
* crypto/x509: SystemRootsError style tweaks, document in VerifyBrad Fitzpatrick2014-08-151-3/+5