summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release.2010-10-20weekly.2010-10-20Andrew Gerrand2010-10-211-0/+36
* goinstall: fix documentation typoFazlul Shahriar2010-10-211-2/+2
* build: add gobuilder and goplay to run.bashAndrew Gerrand2010-10-212-9/+17
* os: correct Stat S_ISDIR on WindowsYasuhiro Matsumoto2010-10-211-2/+2
* 5l: two stack split bugs in one dayRuss Cox2010-10-201-9/+27
* encoding/hex: fix typoRuss Cox2010-10-202-1/+3
* gc: select receive with implicit conversionRuss Cox2010-10-203-1/+34
* code gen error for *(complex)++Ken Thompson2010-10-202-6/+13
* runtime: don't let select split stackRuss Cox2010-10-201-0/+6
* arm: fix typo in softfloatRuss Cox2010-10-201-1/+1
* 6l: correct logic for morestack choiceRuss Cox2010-10-202-1/+3
* arm: more tests passRuss Cox2010-10-201-26/+16
* syscall/arm: correct 64-bit system call argumentsRuss Cox2010-10-209-86/+364
* 6g: avoid too-large immediate constantsRuss Cox2010-10-204-26/+37
* reflect: add InterfaceValue.Get to enable setting of an interfaceRob Pike2010-10-191-2/+8
* gob: break documentation into a separate doc.go fileRob Pike2010-10-193-262/+268
* http: do not close connection after sending HTTP/1.0 requestRuss Cox2010-10-191-3/+1
* 8l: fix windows buildAlex Brainman2010-10-201-3/+8
* os: change TestForkExec so it can run on windowsYasuhiro Matsumoto2010-10-201-7/+16
* nntp: remove nntp package from the standard library.Nigel Tao2010-10-204-959/+0
* 8l: fix references to INITDAT in windows pe.cRuss Cox2010-10-191-2/+2
* 5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox2010-10-1926-736/+421
* 5l, 6l, 8l: separate pass to fix addressesRuss Cox2010-10-1919-380/+284
* [68]l: expose genasmsym.Luuk van Dijk2010-10-193-16/+26
* goplay: fix to run under windows.Yasuhiro Matsumoto2010-10-191-8/+17
* A+C: Yasuhiro MatsumotoAndrew Gerrand2010-10-192-0/+2
* fix bug in example. need to convert Value to float in Abs exampleRob Pike2010-10-181-0/+0
* gc: update usage string in doc.goAndrew Gerrand2010-10-191-1/+4
* netchan: add new method Hangup to terminate transmission on a channelRob Pike2010-10-183-1/+107
* big: add random number generationFlorian Uekermann2010-10-181-2/+16
* A+C: Florian Ukermann (individual CLA)Russ Cox2010-10-182-0/+2
* 5l: handle jump to middle of floating point sequenceRuss Cox2010-10-181-2/+5
* runtime: fix arm softfloat again for R12Russ Cox2010-10-181-34/+8
* runtime: fix amd64 build (broke by 386 support for Plan 9)Russ Cox2010-10-182-2/+1
* 8l, runtime: initial support for Plan 9Yuval Pavel Zholkover2010-10-1816-7/+370
* runtime: update arm softfloat - no more R12Russ Cox2010-10-181-11/+11
* A+C: Yuval Pavel Zholkover (individual CLA)Russ Cox2010-10-182-0/+2
* gc: say that shift must be unsigned integerRuss Cox2010-10-181-1/+1
* 5l: data-relocatable code layoutRuss Cox2010-10-184-39/+63
* [68]l: proper end of instruction ranges in dwarf.Luuk van Dijk2010-10-171-9/+6
* [68]l: fix off by one instruction in dwarf frame unwinding.Luuk van Dijk2010-10-171-14/+10
* log: update the documentation to clarify the behaviorRob Pike2010-10-171-10/+19
* 5l: stop using R12 as SBRuss Cox2010-10-177-125/+26
* 8l: fix windows build.Wei Guangjing2010-10-152-2/+3
* 8l: function at a time code layoutRuss Cox2010-10-154-247/+343
* log: roll back the rollback of the deprecation of the old interface.Rob Pike2010-10-151-40/+1
* 8l: blind attempt to fix windows buildRuss Cox2010-10-152-2/+3
* gc: keep track of real actual type of identifiers.Luuk van Dijk2010-10-153-13/+15
* 6l: function at a time code layoutRuss Cox2010-10-158-233/+473
* 6l, 8l: avoid recursion in asmandszRuss Cox2010-10-152-190/+181