aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-22hgtags: delete "release" (step 1 of new release)weekly.2009-12-22Russ Cox
2009-12-23fix up %pRob Pike
2009-12-22json: fix doc commentRuss Cox
2009-12-22Allow %p on reference types, for debugging.Rob Pike
2009-12-21update test.sh so it can run to completion againRobert Griesemer
2009-12-21Experimental alternative implementation of the vector packageJan Mercl
2009-12-21adding individual contributorRobert Griesemer
2009-12-218g: add TESTL etc to reg optRuss Cox
2009-12-21cgo: interpret $CGOPKGDIR as absolute path if rootedRuss Cox
2009-12-18More evaluation order tests, for global variables and switch.Ian Lance Taylor
2009-12-18gc: method expressions on concrete typesRuss Cox
2009-12-19new comments for bytes.NewBuffer and NewBufferString.Rob Pike
2009-12-18runtime: fix race conditionAdam Langley
2009-12-18fix build, enable an exp/eval's assignment checkRobert Griesemer
2009-12-18report an error for illegal octal numbers instead of treating them as floatsRobert Griesemer
2009-12-18removed semantic check from parsersRobert Griesemer
2009-12-17Make.pkg: fix cgo for TARG=a/bRuss Cox
2009-12-17cgo: include line number information to keep go/printer happyRuss Cox
2009-12-17 first stub for softfloats, intercepts float instructions and skipsKai Backman
2009-12-17fix for gofmt rewrite matcher bugRobert Griesemer
2009-12-17gc: fix compiler crashRuss Cox
2009-12-17use new tab indentation format in godoc, but convertRobert Griesemer
2009-12-17time: add ISO 8601 time formatBen Olive
2009-12-17A+C: Ben Olive (individual CLA)Russ Cox
2009-12-17Allow cgo to accept multiple .go inputs for a packageDevon H. O'Dell
2009-12-17Use BitSize instead of the field's type native ByteSize when calculatingDevon H. O'Dell
2009-12-17Updated the XGB python script to generate semicolon-freeTor Andersson
2009-12-16runtime: if os/signal is not in use, crash onRuss Cox
2009-12-17make it more explicit that design discussions should happen before code reviewsRob Pike
2009-12-16- Parse expressions as opposed to statements for gofmt rewrite patterns.Robert Griesemer
2009-12-17Basic image/jpeg decoder.Nigel Tao
2009-12-16Add roadmap document.Ian Lance Taylor
2009-12-16Don't ignore flags controlling the amount of source code parsedRobert Griesemer
2009-12-16add the ability to invoke niladic single-valued methods in templates.Rob Pike
2009-12-15This patch enables cgo utility to correctly convert enums in the C sourceMoriyoshi Koizumi
2009-12-15rand: Zipf distributed random variates.William Josephson
2009-12-15bytes, strings: add new function FieldsAndrey Mirtchovski
2009-12-15math: special cases for PowCharles L. Dorian
2009-12-15doc/install.html: how to update to a new releaseRuss Cox
2009-12-15os/signal: new packageDavid Symonds
2009-12-15Fix for scanner bug (introduced with most recent change).Robert Griesemer
2009-12-15syscall: RawSyscall must not call exitsyscallRuss Cox
2009-12-16new semicolon rule in effective_go.html.Rob Pike
2009-12-15rand: add explicit Int31n to avoid 64-bit divide on 32-bit machinesRuss Cox
2009-12-15math: faster, easier to inline IsNaN, IsInfRuss Cox
2009-12-15runtime: return zero value in x, ok = <-c when ok == falseRuss Cox
2009-12-15gc: fix import name resolutionRuss Cox
2009-12-15Add basic http authentication support.Ivan Krasin
2009-12-15gc: bug fixes.Russ Cox
2009-12-15gc: allow ... in method listsRuss Cox