summaryrefslogtreecommitdiff
path: root/src/pkg
Commit message (Expand)AuthorAgeFilesLines
* math/big: replace goto with for loopRichard Musiol2014-02-061-8/+6
* cmd/go, cmd/cgo, make.bash: cross compiling with cgo enabledElias Naur2014-02-061-2/+1
* encoding/json: mention escaping of '&'Shenghou Ma2014-02-051-1/+2
* text/tabwriter: improve panic backtracesJosh Bleecher Snyder2014-02-042-4/+45
* crypto/tls: do not send the current time in hello messagesAnthony Martin2014-02-042-13/+3
* runtime: add more chan benchmarksDmitriy Vyukov2014-02-041-3/+101
* os/exec: fix Command with relative pathsBrad Fitzpatrick2014-02-032-14/+53
* net/http: make a test fail harder, earlierBrad Fitzpatrick2014-02-031-1/+1
* time: use an alternative method of yielding during Overflow timer testDave Cheney2014-02-022-1/+12
* time: use names for beginning and end of zone transition timesIan Lance Taylor2014-01-314-13/+20
* unicode: delete appearance of unused LowerUpper term from commentRob Pike2014-01-311-1/+1
* time: correctly handle timezone before first transition timeIan Lance Taylor2014-01-312-1/+121
* runtime: fix typos in testDmitriy Vyukov2014-01-311-4/+4
* syscall: add ERROR_MORE_DATA to Windows for os/fsnotifyNathan John Youngman2014-01-311-0/+1
* crypto/rand: add tests for Int, PrimeShawn Smith2014-01-311-0/+39
* net/http: temporarily disable the failing tests on Plan 9David du Colombier2014-01-302-0/+24
* runtime: increase page size to 8KDmitriy Vyukov2014-01-305-13/+28
* net/http: use a struct instead of a string in transport conn cache keyBrad Fitzpatrick2014-01-303-36/+43
* encoding/gob: fix two crashes on corrupted data.R?my Oudompheng2014-01-303-6/+58
* net: net: better IPv4 stack probe on Plan 9Jeff Sickel2014-01-301-4/+4
* runtime: prepare for 8K pagesDmitriy Vyukov2014-01-291-9/+8
* net/http: read as much as possible (including EOF) during chunked readsBrad Fitzpatrick2014-01-298-84/+328
* net/http: reuse client connections earlier when Content-Length is setBrad Fitzpatrick2014-01-292-0/+54
* net: fix incoming connection's network name handling on unix networksMikio Hara2014-01-292-6/+16
* encoding/asn1: support set tag when unmarshaling.Adam Langley2014-01-283-3/+27
* runtime: more chan testsDmitriy Vyukov2014-01-281-23/+343
* runtime: prefetch next block in mallocgcDmitriy Vyukov2014-01-281-3/+9
* runtime: fix buffer overflow in make(chan)Dmitriy Vyukov2014-01-281-1/+1
* runtime: adjust malloc race instrumentation for tiny allocsDmitriy Vyukov2014-01-282-2/+24
* net: make it possible to use FilePacketConn with IPConnMikio Hara2014-01-282-0/+8
* io: clarify MultiReader documentationAndrew Gerrand2014-01-281-1/+2
* httputil: in ReverseProxy, strip hop-by-hop headers from the backend responseFredrik Enestad2014-01-272-0/+20
* runtime/debug: fix incorrect Stack output if package path contains a dotVincent Vanackere2014-01-271-0/+6
* runtime: fix windows buildDmitriy Vyukov2014-01-284-16/+17
* runtime: tune P retake logicDmitriy Vyukov2014-01-271-3/+6
* all: use {bytes,strings}.NewReader instead of bytes.BuffersBrad Fitzpatrick2014-01-2731-77/+80
* debug/dwarf, debug/elf: add support for reading DWARF 4 type infoIan Lance Taylor2014-01-279-37/+300
* runtime: fix buffer overflow in stringtosliceruneDmitriy Vyukov2014-01-272-0/+4
* runtime: smarter slice growDmitriy Vyukov2014-01-275-13/+86
* time: increase timeout of TestOverflowRuntimeTimer on Plan 9David du Colombier2014-01-271-2/+6
* runtime/pprof: plan9 fails the TestGoroutineSwitch, skip for now.Jeff Sickel2014-01-251-0/+1
* sync: support Pool under race detectorDmitriy Vyukov2014-01-252-0/+15
* runtime: combine small NoScan allocationsDmitriy Vyukov2014-01-247-30/+161
* sync: scalable PoolDmitriy Vyukov2014-01-245-36/+207
* runtime: do not zero terminate stringsDmitriy Vyukov2014-01-241-3/+1
* cmd/gc: add zeroing to enable precise stack accountingRuss Cox2014-01-231-1/+1
* liblink, runtime: fix cgo on armRuss Cox2014-01-231-12/+23
* runtime: Print elision message if we skipped frames on traceback.Keith Randall2014-01-233-4/+19
* bufio: fix benchmarks behaviorDmitriy Vyukov2014-01-231-24/+44
* undo CL 45770044 / d795425bfa18Dmitriy Vyukov2014-01-235-28/+13