aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-10-18runtime: update arm softfloat - no more R12Russ Cox
2010-10-18A+C: Yuval Pavel Zholkover (individual CLA)Russ Cox
2010-10-18gc: say that shift must be unsigned integerRuss Cox
2010-10-185l: data-relocatable code layoutRuss Cox
2010-10-17[68]l: proper end of instruction ranges in dwarf.Luuk van Dijk
2010-10-17[68]l: fix off by one instruction in dwarf frame unwinding.Luuk van Dijk
2010-10-17log: update the documentation to clarify the behaviorRob Pike
2010-10-175l: stop using R12 as SBRuss Cox
2010-10-158l: fix windows build.Wei Guangjing
2010-10-158l: function at a time code layoutRuss Cox
2010-10-15log: roll back the rollback of the deprecation of the old interface.Rob Pike
2010-10-158l: blind attempt to fix windows buildRuss Cox
2010-10-15gc: keep track of real actual type of identifiers.Luuk van Dijk
2010-10-156l: function at a time code layoutRuss Cox
2010-10-156l, 8l: avoid recursion in asmandszRuss Cox