aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-24release.2010-11-23weekly.2010-11-23Andrew Gerrand
2010-11-23doc: add link to codewalks.Yves Junqueira
2010-11-23Documentation: how to write Makefiles for commands.Yves Junqueira
2010-11-22net: add ReadFrom and WriteTo windows version.Wei Guangjing
2010-11-22gc: better error message for bad type in channel sendAnthony Martin
2010-11-20position.go: more flexible AddFile methodRobert Griesemer
2010-11-20more on dynamic hash in compound literals.Ken Thompson
2010-11-19godoc: use correct time stamp to indicate accuracy of search resultRobert Griesemer
2010-11-19 crypto/cipher: add CFB and OCFB mode.Adam Langley
2010-11-19index/suffixarray: use sort.SearchRuss Cox
2010-11-19crypto/cipher: add packageAdam Langley
2010-11-18godoc: compute search index for all file systems under godoc's observationRobert Griesemer
2010-11-18adjustable hash code inKen Thompson
2010-11-18Makefiles: Don't define _64BIT now that 6c does it by default.Ian Lance Taylor
2010-11-18cgo: Print required space after parameter name in wrapper function.Ian Lance Taylor
2010-11-186c: automatically #define _64BIT.Ian Lance Taylor
2010-11-18sort: invert meaning of f in SearchRuss Cox
2010-11-18sort: edit doc comment for SearchRuss Cox
2010-11-18rpc: add RegisterName to allow override of default type nameAndrew Gerrand
2010-11-17go/token position: code improvements per rsc's suggestionRobert Griesemer
2010-11-17position.go: test cases for token.PosRobert Griesemer
2010-11-17godoc: bug fix in relativePathRobert Griesemer
2010-11-12token/position: implemented PosRobert Griesemer
2010-11-13exec: enable tests on windowsAlex Brainman
2010-11-12sort.Search: slightly more precise wording in commentRobert Griesemer
2010-11-12sort: simplify semantics of Search.Roger Peppe
2010-11-12 Remove unnecessary casts in Get() methods.Kyle Consalus
2010-11-12arm is not little-endianKen Thompson
2010-11-12strings: add LastIndexAnyBenny Siegert
2010-11-12gc: fix arm buildRob Pike
2010-11-12crypto/elliptic: add packageAdam Langley
2010-11-12Fixed recover() documentation.Anschel Schaffer-Cohen
2010-11-11last of the arm conversionsKen Thompson
2010-11-11sort.Search: added extra test to verify efficiencyRobert Griesemer
2010-11-11sort.Search: more typosRobert Griesemer
2010-11-11 crypto/x509: policy OID support and fixes.Adam Langley
2010-11-11sort.Search: fix typo in documentationRobert Griesemer
2010-11-11runtime: free memory allocated by windows CommandLineToArgvAlex Brainman
2010-11-10runtime: omit runtimeĀ· prefix from static functions (in ARM code).Ian Lance Taylor
2010-11-10runtime: Add some missing runtimeĀ· prefixes to ARM asm code.Ian Lance Taylor
2010-11-10release part 2Rob Pike
2010-11-10release step 1weekly.2010-11-10Rob Pike
2010-11-10path: Fix Glob when it finds a file in directory position.Ian Lance Taylor
2010-11-10sort: binary search for sorted slicesRobert Griesemer
2010-11-10testing: delete redundant name argument to Benchmark().Roger Peppe
2010-11-09fix error converting result of complexKen Thompson
2010-11-09go/ast: change embedded token.Position fields to named fieldsRobert Griesemer
2010-11-09doc: fix go_spec spelling errorsPeter Mundy
2010-11-09container/list: make Remove return Value of removed element.Roger Peppe
2010-11-09doc: fix go_spec spelling errorPeter Mundy