summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test: fail is for bad exit status onlyRuss Cox2010-07-221-1/+0
* build: clean.bash to check that GOOS and GOARCH are setAndrew Gerrand2010-07-221-0/+8
* gotest: fix the glob pattern in the top-of-file commentMicah Stetson2010-07-221-2/+2
* ld: various bug fixesRuss Cox2010-07-216-79/+58
* strings.Bytes: fix typo in commentAndrey Mirtchovski2010-07-211-1/+1
* io: Avoid another race condition in pipes.Ian Lance Taylor2010-07-211-0/+17
* syscall: On Windows, Errstr FormatMessage has no values to insert.Peter Mundy2010-07-211-1/+2
* crypto/tls: add client-side SNI support and PeerCertificates.Adam Langley2010-07-214-1/+19
* crypto/ocsp: add package to parse OCSP responses.Adam Langley2010-07-212-0/+300
* arm: fic build3, disable flaky 64 bit testKai Backman2010-07-211-1/+1
* arm: fix build2, tweak test/nul1.go arm exclusionKai Backman2010-07-211-1/+1
* arm: fix build by disabling list copying optimization for 5g.Kai Backman2010-07-212-3/+5
* os: change comment on O_APPEND to be more accurateAndrew Gerrand2010-07-211-1/+1
* net(windows): properly handle EOF in (*netFD).Read().Alex Brainman2010-07-201-0/+3
* gc: various bug fixesRuss Cox2010-07-204-17/+70
* bytes: add TitleRob Pike2010-07-202-0/+68
* gobs: fix bug in singleton arraysRob Pike2010-07-202-5/+4
* gofmt: fix some linebreak issuesRobert Griesemer2010-07-208-48/+168
* fix buildKai Backman2010-07-201-1/+1
* more soft float support. passes several basic testsKai Backman2010-07-2010-82/+375
* gccgo_install.html: Description of the port to RTEMS added.Vinu Rajashekhar2010-07-201-0/+12
* strings: add TitleRob Pike2010-07-202-0/+68
* change floating literal normalizationKen Thompson2010-07-191-4/+24
* tabwriter: fix a comment to fix godoc outputRobert Griesemer2010-07-191-1/+1
* asn1: Enumerated, Flag and GeneralizedTime support.Adam Langley2010-07-193-104/+115
* time: fix parsing of minutes in time zones.Adam Langley2010-07-192-1/+12
* minor error checking to android launcherKai Backman2010-07-191-1/+1
* hgignore: adds bin/ to support setting $GOBIN to $GOROOT/binJames Whitehead2010-07-191-0/+1
* http/transferWriter: Write body when content length unknownJames Whitehead2010-07-192-0/+17
* linux/386: use Xen-friendly ELF TLS instruction sequenceRuss Cox2010-07-175-12/+76
* utf16: fix cyclic dependency when testing on WindowsPeter Mundy2010-07-171-1/+2
* 1. got 29 (Mpscale) more bits of precisionKen Thompson2010-07-173-4/+38
* gc: print error detail about failure to open importRuss Cox2010-07-161-1/+1
* codereview: make 'hg submit' work with Mercurial 1.6Russ Cox2010-07-161-1/+7
* 5l, 6l, 8l: reject invalid input filesRuss Cox2010-07-166-15/+39
* fix typo in lex.c commentRob Pike2010-07-161-1/+1
* change line pragma fromKen Thompson2010-07-162-33/+34
* big: attempt to fix arm buildRuss Cox2010-07-161-0/+5
* Remove unused declaration.Ian Lance Taylor2010-07-161-1/+0
* cgo: If CC is set in environment, use it rather than "gcc".Ian Lance Taylor2010-07-161-2/+12
* interpret lines that look likeKen Thompson2010-07-153-14/+88
* codereview: don't run gofmt with an empty file listRuss Cox2010-07-151-0/+2
* gc: bug294Russ Cox2010-07-152-18/+102
* gc: bug293Russ Cox2010-07-155-10/+55
* gc: bug292Russ Cox2010-07-155-6/+41
* bignum: delete package - functionality subsumed by package bigRobert Griesemer2010-07-159-2795/+0
* gc: issue 894Russ Cox2010-07-153-0/+6
* gc: issue 901Russ Cox2010-07-151-0/+7
* gc: bug291Russ Cox2010-07-153-11/+25
* gc: bug274Russ Cox2010-07-154-2/+33