aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-30godoc: support for title and subtitle headers when serving .html docsRobert Griesemer
2010-03-30runtime: fix arm build, slightly.Russ Cox
2010-03-30go/printer: follow-up on CL 802043Robert Griesemer
2010-03-30time: do not segment time strings by character class.Russ Cox
2010-03-30syscall: add IPV6 constantsRuss Cox
2010-03-30single argument panic on non-darwin and in commentsRuss Cox
2010-03-30Gofmt preserves newlines in multiline selector expressions.Risto Jaakko Saarelma
2010-03-30godoc: don't print package clause in -src command-line mode with filteringRobert Griesemer
2010-03-30gc: add panic and recover (still unimplemented in runtime)Russ Cox
2010-03-30simplify various code using new map index ruleRuss Cox
2010-03-30make: use actual dependency for installRuss Cox
2010-03-30godefs: fix handling of negative constantsRuss Cox
2010-03-30single argument panicRuss Cox
2010-03-29gc: flush warnings, if anyRuss Cox
2010-03-29runtime: Remove unused runtime.write from linux/amd64Christopher Wedgwood
2010-03-29runtime: run deferred calls at GoexitRuss Cox
2010-03-29go/printer: fix a commentRobert Griesemer
2010-03-29godoc: support for filtering of command-line output in -src modeRobert Griesemer
2010-03-29Flags: add user-defined flag types. The change is really no code; it's just p...Rob Pike
2010-03-29runtime: a couple more memory stats.Russ Cox
2010-03-29gc: bug265Russ Cox
2010-03-29go/ast: generalized ast filteringRobert Griesemer
2010-03-29strings.FIelds: slight simplification.Rob Pike
2010-03-29fix buildRuss Cox
2010-03-29runtime: more malloc statisticsRuss Cox
2010-03-29strconv.Unquote could wrongly return a nil error on error.Roger Peppe
2010-03-29comment typosAndrew Gerrand
2010-03-29comment typo in crypto/rsa/rsa.goAndrew Gerrand
2010-03-29http: add HandleFunc as shortcut to Handle(path, HandlerFunc(func))Andrew Gerrand
2010-03-27xml: use io.ReadByter in place of local readByterRaif S. Naffah
2010-03-26arm: fix buildDean Prichard
2010-03-26gc: allow taking address of out parametersRuss Cox
2010-03-26fix buildRobert Griesemer
2010-03-26regexp: don't return non-nil *Regexp if there is an error.Rob Pike
2010-03-26pprof: dump extra heap information at end of heap profileRuss Cox
2010-03-26fix buildRuss Cox
2010-03-26godoc: export pprof debug informationRuss Cox
2010-03-26prof: install gopprof tooRuss Cox
2010-03-26runtime: run all finalizers in a single goroutine.Russ Cox
2010-03-26math: add J1, Y1, Jn and Yn (Bessel functions)Charles L. Dorian
2010-03-26syscall: Create syscall_bsd.go for code used by Darwin and other *BSDsGiles Lean
2010-03-26bytes, strings: IndexOfAnyRobert Griesemer
2010-03-26fix spelling of alignRob Pike
2010-03-26xgb: fix request length and request size.Firmansyah Adiputra
2010-03-25godoc: don't convert multi-line functions into one-liners by defaultRobert Griesemer
2010-03-25make alignment rules match 8g, just like 6c matches 6g.Russ Cox
2010-03-25gc: more syntax errorsRuss Cox
2010-03-25Add strconv.Atob, Btoa.Rob Pike
2010-03-25Support #pragma dynexport on OS X.Ian Lance Taylor
2010-03-24syscall: Implement SetsockoptStringChristopher Wedgwood