aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-07C+A: add Michael T. Jones (Google, gmail account)Robert Griesemer
2011-06-07exec: export the underlying *os.Process in CmdBrad Fitzpatrick
2011-06-07net: fix bug in net.Interfaces: handle elastic sdl_data size correctlyMikio Hara
2011-06-07gofix: fix diff regression from exec changeBrad Fitzpatrick
2011-06-07compress/lzw: do not use background goroutinesRuss Cox
2011-06-07godefs: do not assume forward type references are enumsRobert Hencke
2011-06-07ld: fix and simplify ELF symbol generationAnthony Martin
2011-06-07C+A: added Michael T. Jones (Google)Robert Griesemer
2011-06-07gc/lex.c: fix formatting of #include statementCaine Tighe
2011-06-07gofmt: fix -d regression from exec changeBrad Fitzpatrick
2011-06-07strconv: change Quote to be Unicode-friendly,Rob Pike
2011-06-07image/gif: fix buglet in graphics extension.Rob Pike
2011-06-07cgo: support non intel gcc machine flagsDave Cheney
2011-06-06html: improve attribute parsing, note package statusBrad Fitzpatrick
2011-06-06template: rearrange the code into separate files.Rob Pike
2011-06-06big: Rat always outputs the requested precision from FloatStringGraham Miller
2011-06-06crypto: reorg, cleanup and add function for generating CRLs.Adam Langley
2011-06-06gobuilder: number of fixesAlex Brainman
2011-06-06gc: enable building under clang/2.9Dave Cheney
2011-06-06os: add Process.Kill and Process.SignalEvan Shaw
2011-06-06libmach: use the standardized format for designated initializers.Jeffrey M Hodges
2011-06-06netchan: added drain method to importer.David Jakob Fritz
2011-06-06CONTRIBUTORS: C+A for David Jakob Fritz and Jeffrey M HodgesRob Pike
2011-06-06mail: address list parsing.David Symonds
2011-06-06crypto/twofish: fix Reset index overflow bug.Andrew Gerrand
2011-06-06image/tiff: support for bit depths other than 8.Benny Siegert
2011-06-06doc: don't insert paragraphs inside pre blocksAndrew Gerrand
2011-06-06dashboard: bug fixAndrew Gerrand
2011-06-06go/build: fix windows build by commenting out references to stdout and stderr...Alex Brainman
2011-06-06go/build: exclude cgo test from armAndrew Gerrand
2011-06-05image/draw: move exp/draw to image/draw and exp/gui.Nigel Tao
2011-06-04go/build: new package for building go programsAndrew Gerrand
2011-06-04unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ andRob Pike
2011-06-04unicode: add the first few property tests for printing.Rob Pike
2011-06-03ebnf: update commentRobert Griesemer
2011-06-03http: don't fail on accept hitting EMFILEBrad Fitzpatrick
2011-06-03net: fix windows buildMikio Hara
2011-06-03net: add network interface identification APIMikio Hara
2011-06-038g: compute register liveness during regoptRuss Cox
2011-06-03testing: check that tests and benchmarks do not affect GOMAXPROCSDmitriy Vyukov
2011-06-038l, ld: Initial adjustments for Plan 9 native compilation of 8lLucio De Re
2011-06-03gc: renamed walkdef to typecheckdef and moved from walk to typedef.Luuk van Dijk
2011-06-03dashboard: add favicon.icoAndrew Gerrand
2011-06-03image: rename Contains and ContainsRectangle to In.Nigel Tao
2011-06-03gc: allow tags on parameters in export section of object files.Luuk van Dijk
2011-06-03exp/draw: fix clipping bug where sp/mp were not shifted when r.Min was.Nigel Tao
2011-06-03tag weekly.2011-06-02Andrew Gerrand
2011-06-03weekly.2011-06-02weekly.2011-06-02Andrew Gerrand
2011-06-03doc: add Belarusian FAQ translationAndrew Gerrand
2011-06-03fmt: fix bug in UnreadRune: must clear memory of previousRob Pike