summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: clang supportRuss Cox2013-02-158-37/+73
* api: refresh next.txtRuss Cox2013-02-151-0/+160
* runtime: allow mem profiles with GOGC=offRuss Cox2013-02-151-6/+28
* runtime: show frame pointer values during throwRuss Cox2013-02-152-0/+4
* runtime: make return from main wait for active panicRuss Cox2013-02-151-0/+8
* cmd/go: reject case-insensitive file name, import collisionsRuss Cox2013-02-153-1/+140
* spec: clarify when range x does not evaluate xRuss Cox2013-02-151-5/+11
* runtime/pprof: adjust reported line numbers to show call sitesRuss Cox2013-02-151-3/+15
* runtime: allocate heap metadata at run timeRuss Cox2013-02-159-102/+99
* runtime: ensure forward progress of runtime.Gosched() for locked goroutinesDmitriy Vyukov2013-02-152-8/+30
* runtime: check rt_sigaction return values on linuxRuss Cox2013-02-152-2/+4
* encoding/binary: make type error more specificRuss Cox2013-02-152-27/+39
* exp/cookiejar: fix windows/386 buildRuss Cox2013-02-151-1/+4
* runtime: fix build on linuxRuss Cox2013-02-159-25/+14
* exp/cookiejar: fix windows builderRuss Cox2013-02-151-0/+1
* runtime: fix running under nohupRuss Cox2013-02-1524-13/+145
* crypto/x509: support IP SANs.Adam Langley2013-02-156-38/+194
* runtime: fix debug outputDmitriy Vyukov2013-02-151-1/+1
* mime: do not test for .wav on windowsAlex Brainman2013-02-151-1/+0
* mime: use .wav instead of .bmp during windows testsAlex Brainman2013-02-151-1/+1
* net: delete TestDialTimeoutHandleLeakAlex Brainman2013-02-151-73/+0
* runtime: expand error for signal received on non-Go thread.Alan Donovan2013-02-145-5/+35
* cmd/godoc: add support for doc.Package.NotesCosmos Nicolaou2013-02-142-1/+19
* go/doc: add support for arbitrary notesCosmos Nicolaou2013-02-148-12/+67
* doc/contribute: fix some tags, remove extra space.Oling Cat2013-02-151-5/+6
* cmd/ld: fix -s flag for ELF executablesAnthony Martin2013-02-141-2/+4
* log/syslog: fix channel race in test.R?my Oudompheng2013-02-151-9/+18
* misc/dashboard/builder: record build result on dashboardDave Cheney2013-02-152-37/+49
* src/cmd/gc: fix some typos in the escape analysis commentsCarl Shapiro2013-02-141-2/+2
* go/parser: cleanups following CL 7307085Robert Griesemer2013-02-146-12/+24
* C: add Cosmos Nicolaou (Google CLA)Robert Griesemer2013-02-141-0/+1
* cmd/gc: remove node printing in redeclare errorsDaniel Morsing2013-02-141-2/+2
* runtime: add more tests for LockOSThread()Dmitriy Vyukov2013-02-151-0/+31
* cmd/go: fix vetRuss Cox2013-02-141-1/+1
* encoding/json: document and test use of unicode.ReplacementCharRuss Cox2013-02-142-0/+42
* cmd/gc: replace x*8 by x<<3 etcRuss Cox2013-02-141-1/+71
* cmd/8g: fix sse2 compare code genRuss Cox2013-02-142-20/+20
* encoding/json: roll back Unmarshal optimization + testRuss Cox2013-02-142-19/+29
* go/types: avoid os.Getwd if not necessaryRuss Cox2013-02-141-3/+7
* go/parser: stop ParseFile after ten errors.Michael Matloob2013-02-143-24/+36
* C: add Michael Matloob (Google CLA)Robert Griesemer2013-02-141-0/+1
* syscall: don't make //sys lines be doc commentsBrad Fitzpatrick2013-02-142-0/+12
* cmd/go: set $PWD when running commandsRuss Cox2013-02-144-2/+23
* test/run: use correct $PWD to make os.Getwd less expensiveRuss Cox2013-02-141-0/+18
* os: cache Getwd result as hint for next timeRuss Cox2013-02-141-0/+23
* net: document OpErrorBrad Fitzpatrick2013-02-141-3/+15
* exp/cookiejar: implement Cookies and provided testsVolker Dobler2013-02-142-29/+613
* runtime: move stack management related code to stack.cDmitriy Vyukov2013-02-143-275/+279
* net/textproto: more efficient header parsingDave Cheney2013-02-142-1/+17
* archive/tar: add Header.FileInfo method. Add more cases to FileInfoHeader.Robin Eklind2013-02-142-14/+271