summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix up %pRob Pike2009-12-232-4/+19
* json: fix doc commentRuss Cox2009-12-221-1/+1
* Allow %p on reference types, for debugging.Rob Pike2009-12-222-18/+15
* update test.sh so it can run to completion againRobert Griesemer2009-12-211-1/+1
* Experimental alternative implementation of the vector packageJan Mercl2009-12-2112-0/+2152
* 8g: add TESTL etc to reg optRuss Cox2009-12-211-0/+3
* cgo: interpret $CGOPKGDIR as absolute path if rootedRuss Cox2009-12-213-5/+16
* gc: method expressions on concrete typesRuss Cox2009-12-185-18/+39
* new comments for bytes.NewBuffer and NewBufferString.Rob Pike2009-12-191-8/+12
* runtime: fix race conditionAdam Langley2009-12-182-5/+3
* fix build, enable an exp/eval's assignment checkRobert Griesemer2009-12-181-5/+1
* report an error for illegal octal numbers instead of treating them as floatsRobert Griesemer2009-12-182-23/+95
* removed semantic check from parsersRobert Griesemer2009-12-182-6/+0
* Make.pkg: fix cgo for TARG=a/bRuss Cox2009-12-171-2/+2
* cgo: include line number information to keep go/printer happyRuss Cox2009-12-171-1/+2
* first stub for softfloats, intercepts float instructions and skipsKai Backman2009-12-1710-4/+160
* fix for gofmt rewrite matcher bugRobert Griesemer2009-12-171-0/+3
* gc: fix compiler crashRuss Cox2009-12-171-0/+2
* use new tab indentation format in godoc, but convertRobert Griesemer2009-12-171-2/+70
* time: add ISO 8601 time formatBen Olive2009-12-172-1/+43
* Allow cgo to accept multiple .go inputs for a packageDevon H. O'Dell2009-12-174-99/+194
* Use BitSize instead of the field's type native ByteSize when calculatingDevon H. O'Dell2009-12-171-0/+3
* Updated the XGB python script to generate semicolon-freeTor Andersson2009-12-171-60/+57
* runtime: if os/signal is not in use, crash onRuss Cox2009-12-1613-63/+82
* - Parse expressions as opposed to statements for gofmt rewrite patterns.Robert Griesemer2009-12-161-11/+8
* Basic image/jpeg decoder.Nigel Tao2009-12-175-0/+787
* Don't ignore flags controlling the amount of source code parsedRobert Griesemer2009-12-162-10/+10
* add the ability to invoke niladic single-valued methods in templates.Rob Pike2009-12-162-10/+86
* This patch enables cgo utility to correctly convert enums in the C sourceMoriyoshi Koizumi2009-12-154-29/+75
* rand: Zipf distributed random variates.William Josephson2009-12-152-0/+74
* bytes, strings: add new function FieldsAndrey Mirtchovski2009-12-154-0/+132
* math: special cases for PowCharles L. Dorian2009-12-152-5/+202
* os/signal: new packageDavid Symonds2009-12-1519-67/+356
* Fix for scanner bug (introduced with most recent change).Robert Griesemer2009-12-152-2/+8
* syscall: RawSyscall must not call exitsyscallRuss Cox2009-12-151-1/+0
* rand: add explicit Int31n to avoid 64-bit divide on 32-bit machinesRuss Cox2009-12-152-2/+38
* math: faster, easier to inline IsNaN, IsInfRuss Cox2009-12-151-4/+10
* runtime: return zero value in x, ok = <-c when ok == falseRuss Cox2009-12-151-0/+2
* gc: fix import name resolutionRuss Cox2009-12-151-1/+1
* Add basic http authentication support.Ivan Krasin2009-12-151-0/+11
* gc: bug fixes.Russ Cox2009-12-152-11/+20
* gc: allow ... in method listsRuss Cox2009-12-151-1/+1
* 1) Change default gofmt default settings forRobert Griesemer2009-12-1544-5359/+5359
* 1) Change default gofmt default settings forRobert Griesemer2009-12-15119-14330/+14330
* 1) Change default gofmt default settings forRobert Griesemer2009-12-15104-7004/+7004
* 1) Change default gofmt default settings forRobert Griesemer2009-12-15133-9291/+9291
* 1) Change default gofmt default settings forRobert Griesemer2009-12-15105-10476/+10478
* gc: double-check usage of ...Russ Cox2009-12-153-5/+15
* gc: var x, ok = m[y]Russ Cox2009-12-151-0/+6
* fix TODO: insert semicolons before any sequence of commentsRobert Griesemer2009-12-152-45/+72