summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/dist: add liblink build informationRuss Cox2013-12-083-16/+29
* cmd/gc: do not generate dead value maps yetCarl Shapiro2013-12-061-1/+9
* cmd/gc: clarify a TODO regarding variables used in liveness analysisCarl Shapiro2013-12-061-1/+2
* runtime: add GODEBUG option for an electric fence like heap modeCarl Shapiro2013-12-065-8/+20
* cmd/dist: revert an accidental change to the optimization settingCarl Shapiro2013-12-051-1/+1
* cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi...Carl Shapiro2013-12-0525-492/+2031
* encoding/gob: do not hide an unsafe.Pointer in a uintptrCarl Shapiro2013-12-031-7/+6
* runtime: add an allocation and free tracing for gc debuggingCarl Shapiro2013-12-036-6/+65
* cmd/gc: fix special-casing of the printed names of map internal structures.Keith Randall2013-12-033-9/+15
* runtime: move stack scanning into the parallel mark phaseCarl Shapiro2013-12-031-132/+190
* runtime: get rid of concatstring's vararg C argument.Keith Randall2013-12-034-26/+60
* runtime: fix race detector when map keys/values are passed by pointer.Keith Randall2013-12-021-5/+13
* reflect: test to make sure big Zero()-obtained objects are really zero.Keith Randall2013-12-021-0/+11
* reflect: fix Zero() implementation - not every type has aKeith Randall2013-12-021-1/+1
* reflect: prevent the callXX routines from calling makeFuncStubKeith Randall2013-12-022-0/+56
* runtime: don't use ... formal argument to deferreturn.Keith Randall2013-12-022-7/+10
* runtime: pass key/value to map accessors by reference, not by value.Keith Randall2013-12-0215-280/+389
* doc/asm: more about SP, ARM R11Russ Cox2013-11-133-4/+4
* encoding/gob: do not use MarshalText, UnmarshalTextRuss Cox2013-11-133-10/+32
* encoding/gob: expose encode/decode exampleAndrew Gerrand2013-11-141-1/+1
* src/cmd/?a: link to new assembler documentRob Pike2013-11-123-1/+14
* cmd/godoc: document package-level examplesOlivier Duperray2013-11-111-2/+4
* cmd/cgo: fix handling of array of pointers when using clangRuss Cox2013-11-071-11/+23
* go/doc: add full stop of Japanese, Chinese and Korean.Ato Araki2013-11-052-0/+5
* net/textproto: fix CanonicalMIMEHeaderKey panicBrad Fitzpatrick2013-11-042-6/+7
* cmd/5l, runtime: fix divide for profiling tracebacks on ARMRuss Cox2013-10-313-6/+44
* undo CL 19810043 / 352f3b7c9664Russ Cox2013-10-315-61/+62
* cmd/5l, runtime: make ARM integer division profiler-friendlyRuss Cox2013-10-305-62/+61
* cmd/cgo: accept extra leading _ on __cgodebug_data for all object formatsRuss Cox2013-10-301-4/+8
* database/sql: document Result methodsBrad Fitzpatrick2013-10-291-0/+9
* database/sql: Fix typos in docJulien Schmidt2013-10-292-3/+3
* time: correct path to time zone zip file on UnixRuss Cox2013-10-295-2/+35
* encoding/xml: fix doc commentRuss Cox2013-10-291-1/+1
* net/http/httputil: fix DumpRequestOut with ContentLength & false body paramBrad Fitzpatrick2013-10-292-3/+55
* os: do not return Lstat errors from ReaddirRuss Cox2013-10-292-8/+5
* cmd/gc: silence clang warningRuss Cox2013-10-291-1/+1
* debug/dwarf: add DWARF 4 form constantsRuss Cox2013-10-292-0/+28
* cmd/cgo: stop using -fno-eliminate-unused-debug-typesRuss Cox2013-10-281-7/+6
* runtime: relax preemption assertion during stack splitRuss Cox2013-10-281-1/+1
* net: handle single-line non-\n-terminated files correctly in readLineJosh Bleecher Snyder2013-10-283-1/+15
* net/url: fix Encode doc commentAndrew Gerrand2013-10-251-2/+2
* strings: fix Replacer bug with prefix matchesBrad Fitzpatrick2013-10-242-2/+14
* database/sql: link to wiki in package docsMatthew Cottingham2013-10-241-0/+3
* cmd/cgo: use __typeof__, -w instead of typeof, -Wno-allRuss Cox2013-10-222-15/+15
* time: fix ParseDuration overflow when given more than 9 digits on 32-bit archShenghou Ma2013-10-222-2/+4
* math: remove unnecessary source fileRuss Cox2013-10-221-69/+0
* go/build: document the go1.2 build tagBill Neubauer2013-10-221-0/+1
* crypto/x509: name constraints should be a disjunction.Adam Langley2013-10-212-1/+188
* crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake.Adam Langley2013-10-216-157/+218
* net/mail: fix minor doc typo.David Symonds2013-10-211-1/+1