aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-21Make.inc: delete unnecessary -no-inline flag to quietgccRob Pike
2010-10-21fix windows buildRuss Cox
2010-10-21fix arm buildRuss Cox
2010-10-21fix buildRuss Cox
2010-10-21go/parser: consume auto-inserted semi when calling ParseExpr()Robert Griesemer
2010-10-21ld: abandon symbol-driven archive loadingRuss Cox
2010-10-21encoding/binary: give LittleEndian, BigEndian specific typesRuss Cox
2010-10-21net: fix comment on Dial to mention unix/unixgram.David Symonds
2010-10-21arm: prop up software floating pointRuss Cox
2010-10-21misc: update python scripts to specify python2 or nothingAndrew Gerrand
2010-10-21gobuilder: write build and benchmarking logs to diskAndrew Gerrand
2010-10-21go_tutorial: change wording slightly and sync .txt and .html post-gofmtAndrew Gerrand
2010-10-20web socket: fix short ReadFumitoshi Ukai
2010-10-20test/bench: update numbersRob Pike
2010-10-21tag release.2010-10-20Andrew Gerrand
2010-10-21release.2010-10-20weekly.2010-10-20Andrew Gerrand
2010-10-21goinstall: fix documentation typoFazlul Shahriar
2010-10-21build: add gobuilder and goplay to run.bashAndrew Gerrand
2010-10-21os: correct Stat S_ISDIR on WindowsYasuhiro Matsumoto
2010-10-205l: two stack split bugs in one dayRuss Cox
2010-10-20encoding/hex: fix typoRuss Cox
2010-10-20gc: select receive with implicit conversionRuss Cox
2010-10-20code gen error for *(complex)++Ken Thompson
2010-10-20runtime: don't let select split stackRuss Cox
2010-10-20arm: fix typo in softfloatRuss Cox
2010-10-206l: correct logic for morestack choiceRuss Cox
2010-10-20arm: more tests passRuss Cox
2010-10-20syscall/arm: correct 64-bit system call argumentsRuss Cox
2010-10-206g: avoid too-large immediate constantsRuss Cox
2010-10-19reflect: add InterfaceValue.Get to enable setting of an interfaceRob Pike
2010-10-19gob: break documentation into a separate doc.go fileRob Pike
2010-10-19http: do not close connection after sending HTTP/1.0 requestRuss Cox
2010-10-208l: fix windows buildAlex Brainman
2010-10-20os: change TestForkExec so it can run on windowsYasuhiro Matsumoto
2010-10-20nntp: remove nntp package from the standard library.Nigel Tao
2010-10-198l: fix references to INITDAT in windows pe.cRuss Cox
2010-10-195l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox
2010-10-195l, 6l, 8l: separate pass to fix addressesRuss Cox
2010-10-19[68]l: expose genasmsym.Luuk van Dijk
2010-10-19goplay: fix to run under windows.Yasuhiro Matsumoto
2010-10-19A+C: Yasuhiro MatsumotoAndrew Gerrand
2010-10-18fix bug in example. need to convert Value to float in Abs exampleRob Pike
2010-10-19gc: update usage string in doc.goAndrew Gerrand
2010-10-18netchan: add new method Hangup to terminate transmission on a channelRob Pike
2010-10-18big: add random number generationFlorian Uekermann
2010-10-18A+C: Florian Ukermann (individual CLA)Russ Cox
2010-10-185l: handle jump to middle of floating point sequenceRuss Cox
2010-10-18runtime: fix arm softfloat again for R12Russ Cox
2010-10-18runtime: fix amd64 build (broke by 386 support for Plan 9)Russ Cox
2010-10-188l, runtime: initial support for Plan 9Yuval Pavel Zholkover