summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release.2011-02-01weekly.2011-02-01Andrew Gerrand2011-02-021-15/+160
* 5l, 8l: pass stack frame size to morestack when neededRuss Cox2011-02-014-5/+35
* arm: disable peep for releaseRob Pike2011-02-011-1/+1
* go/ast: reflect communication operator changes accurately in astRobert Griesemer2011-02-019-92/+130
* go spec: s/log.Crash/log.Panic/Robert Griesemer2011-02-011-2/+2
* ld: Add -I option to set ELF interpreter.Ian Lance Taylor2011-02-0112-18/+44
* log: rename Exit* to Fatal*Rob Pike2011-02-0119-77/+77
* govet: add Panic to the list of functionsRob Pike2011-02-011-0/+2
* go spec: follow-up cleanups after communication operator changesRobert Griesemer2011-02-011-59/+60
* codereview: more ascii vs unicode nonsenseRuss Cox2011-02-011-2/+35
* gc: handle invalid name in type switchRuss Cox2011-02-012-2/+22
* http: add host patternsJose Luis V?zquez Gonz?lez2011-02-012-21/+94
* A+C: Jose Luis V?zquez Gonz?lez (individual CLA)Russ Cox2011-02-012-0/+2
* strconv: add test that trips up other implementationsRuss Cox2011-02-012-0/+11
* exec: use custom error for LookPathGustavo Niemeyer2011-02-015-6/+49
* 6g: fix registerization of temporariesEoghan Sherry2011-02-011-1/+1
* 6l: add comment to CMOV* relocationGustavo Niemeyer2011-02-011-1/+2
* windows: multiple improvements and cleanupsHector Chu2011-02-0117-415/+319
* crypto: add package.Adam Langley2011-02-0116-60/+153
* syscall: add network interface constants for freebsd/386, freebsd/amd64Mikio Hara2011-02-013-6/+294
* cgo: define CGO_CFLAGS and CGO_LDFLAGS in Go filesGustavo Niemeyer2011-02-015-10/+150
* gc: fix send precedenceRuss Cox2011-02-012-1/+39
* misc/vim: Define import commands on buffer switchGustavo Niemeyer2011-02-011-5/+3
* misc/vim: Document better syntax sync parameterGustavo Niemeyer2011-02-011-0/+5
* gc: remove non-blocking send, receive syntaxRuss Cox2011-01-319-76/+21
* replace non-blocking send, receive syntax with selectRuss Cox2011-01-3127-205/+402
* unicode: update to unicode 6.0.0Rob Pike2011-01-314-191/+312
* ebnflint: exit with non-zero status on errorRuss Cox2011-01-312-2/+5
* doc/progs: make sure all programs compile and runRob Pike2011-01-312-3/+2
* .hgignore: Add some more files created by all.bash.Ian Lance Taylor2011-01-311-0/+5
* suffixarray: fix construction bugEric Eisner2011-01-312-11/+23
* effective go: remove non-blocking ops in leaky bucket exampleRob Pike2011-01-311-14/+24
* os: add ETIMEDOUTAlbert Strasheim2011-01-311-1/+2
* cgo: improve error reporting slightly.Roger Peppe2011-01-313-12/+14
* syscall: add network interface constants for darwin/386, darwin/amd64Mikio Hara2011-01-313-0/+185
* lib9: update to Unicode 6.0.0Russ Cox2011-01-315-56/+1588
* unicode: build maketables during build, take 2Russ Cox2011-01-311-3/+8
* runtime: generate Go defs for C types.Luuk van Dijk2011-01-3121-671/+183
* bufio: make Flush a no-op when the buffer is emptyAndrew Gerrand2011-01-311-0/+3
* run.bash: disable doc/codelab/wiki test on windowsAlex Brainman2011-01-311-1/+4
* enable arm peep.Ken Thompson2011-01-302-4/+30
* unicode: add maketables to build, fix buildRuss Cox2011-01-302-33/+32
* gc: special case code for single-op blocking and non-blocking selectsRuss Cox2011-01-307-72/+313
* test: another select testRuss Cox2011-01-301-0/+482
* sync: a couple of documentation nits.Rob Pike2011-01-292-2/+2
* 8l/6l: pe fixesAlex Brainman2011-01-292-92/+60
* runtime/cgo: fix cross-compiling windows packagesAlex Brainman2011-01-291-0/+4
* fix windows buildWei Guangjing2011-01-281-2/+2
* time: Support Solaris zoneinfo directory.Ian Lance Taylor2011-01-281-1/+6
* runtime: select bugRuss Cox2011-01-282-14/+10