summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 2010-03-30weekly.2010-03-30Andrew Gerrand2010-03-311-0/+62
* godoc: support for title and subtitle headers when serving .html docsRobert Griesemer2010-03-305-19/+42
* runtime: fix arm build, slightly.Russ Cox2010-03-301-1/+1
* go/printer: follow-up on CL 802043Robert Griesemer2010-03-305-23/+87
* time: do not segment time strings by character class.Russ Cox2010-03-303-173/+212
* syscall: add IPV6 constantsRuss Cox2010-03-306-1108/+1255
* single argument panic on non-darwin and in commentsRuss Cox2010-03-306-12/+12
* Gofmt preserves newlines in multiline selector expressions.Risto Jaakko Saarelma2010-03-304-6/+298
* contributors, authors: add Risto SaarelmaRobert Griesemer2010-03-302-0/+2
* Effective Go: update maps description regarding lookup of nonexistent entry.Rob Pike2010-03-301-5/+20
* godoc: don't print package clause in -src command-line mode with filteringRobert Griesemer2010-03-301-1/+12
* gc: add panic and recover (still unimplemented in runtime)Russ Cox2010-03-3013-25/+173
* simplify various code using new map index ruleRuss Cox2010-03-3027-194/+96
* make: use actual dependency for installRuss Cox2010-03-301-1/+1
* godefs: fix handling of negative constantsRuss Cox2010-03-301-2/+8
* single argument panicRuss Cox2010-03-3060-830/+946
* gc: flush warnings, if anyRuss Cox2010-03-291-0/+1
* runtime: Remove unused runtime.write from linux/amd64Christopher Wedgwood2010-03-291-17/+9
* runtime: run deferred calls at GoexitRuss Cox2010-03-296-52/+110
* go/printer: fix a commentRobert Griesemer2010-03-291-1/+1
* godoc: support for filtering of command-line output in -src modeRobert Griesemer2010-03-294-67/+111
* Flags: add user-defined flag types. The change is really no code; it's just p...Rob Pike2010-03-292-45/+64
* runtime: a couple more memory stats.Russ Cox2010-03-297-1/+14
* gc: bug265Russ Cox2010-03-293-8/+20
* go/ast: generalized ast filteringRobert Griesemer2010-03-292-26/+129
* strings.FIelds: slight simplification.Rob Pike2010-03-291-4/+5
* fix buildRuss Cox2010-03-291-2/+2
* runtime: more malloc statisticsRuss Cox2010-03-298-33/+145
* bug265: test case for issue 700Robert Griesemer2010-03-292-0/+25
* strconv.Unquote could wrongly return a nil error on error.Roger Peppe2010-03-291-1/+1
* comment typosAndrew Gerrand2010-03-291-3/+3
* comment typo in crypto/rsa/rsa.goAndrew Gerrand2010-03-291-1/+1
* spec: typo in switch sample code, missing semicolonAndrew Gerrand2010-03-291-1/+1
* http: add HandleFunc as shortcut to Handle(path, HandlerFunc(func))Andrew Gerrand2010-03-291-0/+11
* xml: use io.ReadByter in place of local readByterRaif S. Naffah2010-03-271-6/+2
* arm: fix buildDean Prichard2010-03-262-6/+4
* gc: allow taking address of out parametersRuss Cox2010-03-268-29/+128
* fix buildRobert Griesemer2010-03-261-1/+1
* regexp: don't return non-nil *Regexp if there is an error.Rob Pike2010-03-262-0/+6
* pprof: dump extra heap information at end of heap profileRuss Cox2010-03-261-0/+24
* fix buildRuss Cox2010-03-261-1/+1
* godoc: export pprof debug informationRuss Cox2010-03-261-0/+1
* prof: install gopprof tooRuss Cox2010-03-262-1/+4725
* runtime: run all finalizers in a single goroutine.Russ Cox2010-03-268-123/+160
* math: add J1, Y1, Jn and Yn (Bessel functions)Charles L. Dorian2010-03-265-42/+970
* syscall: Create syscall_bsd.go for code used by Darwin and other *BSDsGiles Lean2010-03-266-934/+489
* bytes, strings: IndexOfAnyRobert Griesemer2010-03-265-28/+102
* fix spelling of alignRob Pike2010-03-267-14/+14
* xgb: fix request length and request size.Firmansyah Adiputra2010-03-262-15/+18
* spec changes for panic and recover.Rob Pike2010-03-251-8/+178