summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 6c: automatically #define _64BIT.Ian Lance Taylor2010-11-181-0/+1
* sort: invert meaning of f in SearchRuss Cox2010-11-183-32/+48
* sort: edit doc comment for SearchRuss Cox2010-11-181-39/+46
* rpc: add RegisterName to allow override of default type nameAndrew Gerrand2010-11-181-8/+23
* go/token position: code improvements per rsc's suggestionRobert Griesemer2010-11-171-28/+7
* position.go: test cases for token.PosRobert Griesemer2010-11-172-10/+167
* godoc: bug fix in relativePathRobert Griesemer2010-11-171-14/+20
* token/position: implemented PosRobert Griesemer2010-11-123-40/+317
* exec: enable tests on windowsAlex Brainman2010-11-132-26/+17
* sort.Search: slightly more precise wording in commentRobert Griesemer2010-11-121-3/+4
* sort: simplify semantics of Search.Roger Peppe2010-11-122-39/+40
* Remove unnecessary casts in Get() methods.Kyle Consalus2010-11-121-8/+8
* arm is not little-endianKen Thompson2010-11-122-7/+7
* strings: add LastIndexAnyBenny Siegert2010-11-124-9/+79
* gc: fix arm buildRob Pike2010-11-122-0/+4
* crypto/elliptic: add packageAdam Langley2010-11-124-0/+544
* Fixed recover() documentation.Anschel Schaffer-Cohen2010-11-121-0/+1
* last of the arm conversionsKen Thompson2010-11-117-134/+204
* sort.Search: added extra test to verify efficiencyRobert Griesemer2010-11-111-0/+37
* sort.Search: more typosRobert Griesemer2010-11-111-4/+4
* crypto/x509: policy OID support and fixes.Adam Langley2010-11-112-45/+76
* sort.Search: fix typo in documentationRobert Griesemer2010-11-111-1/+1
* runtime: free memory allocated by windows CommandLineToArgvAlex Brainman2010-11-111-1/+3
* runtime: omit runtimeĀ· prefix from static functions (in ARM code).Ian Lance Taylor2010-11-101-21/+21
* runtime: Add some missing runtimeĀ· prefixes to ARM asm code.Ian Lance Taylor2010-11-102-3/+3
* release part 2Rob Pike2010-11-101-0/+2
* release step 1weekly.2010-11-10Rob Pike2010-11-102-1/+30
* path: Fix Glob when it finds a file in directory position.Ian Lance Taylor2010-11-101-1/+5
* sort: binary search for sorted slicesRobert Griesemer2010-11-103-0/+186
* testing: delete redundant name argument to Benchmark().Roger Peppe2010-11-101-2/+2
* fix error converting result of complexKen Thompson2010-11-091-1/+3
* go/ast: change embedded token.Position fields to named fieldsRobert Griesemer2010-11-094-117/+154
* doc: fix go_spec spelling errorsPeter Mundy2010-11-091-5/+5
* container/list: make Remove return Value of removed element.Roger Peppe2010-11-091-2/+4
* doc: fix go_spec spelling errorPeter Mundy2010-11-091-1/+1
* bytes: SSE for bytes.IndexByte on amd64Evan Shaw2010-11-082-9/+137
* json: don't indirect before testing for custom unmarshalerRob Pike2010-11-082-1/+25
* os.Expand: don't call append for each non-variable charRobert Griesemer2010-11-081-9/+9
* strconv: quote erroneous string in errorsRob Pike2010-11-081-1/+1
* os: add Expand function to evaluate environment variables.Rob Pike2010-11-083-0/+133
* 6l/8l: generate dwarf variable names with disambiguating suffix.Luuk van Dijk2010-11-081-5/+33
* doc/codewalk: update for changes in log packageAndrey Mirtchovski2010-11-081-3/+3
* net: fix windows buildWei Guangjing2010-11-052-2/+11
* testing: rename type Test to InternalTestPeter Mundy2010-11-052-4/+4
* env.bash: more quoting in case of spacesRuss Cox2010-11-051-2/+2
* libmach: detail for darwin errorsRuss Cox2010-11-051-2/+9
* syscall: use 64-bit file size for truncation on LinuxPeter Mundy2010-11-057-50/+54
* io: use SetFinalizer more elegantly in PipeChristopher Wedgwood2010-11-051-8/+2
* gob: don't add "." if package path is empty when registering a type.Rob Pike2010-11-051-1/+5
* gc: doc nitEric Clark2010-11-051-1/+1