aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-17arm reg bug with SP adjustKen Thompson
2011-01-17arm bug address of a stringKen Thompson
2011-01-16arm reg bug with address(variable)Ken Thompson
2011-01-15disable reg - tar test failedKen Thompson
2011-01-15arm reg bug MOVW into bool variableKen Thompson
2011-01-14bytes.Buffer: fix typo in comment (doubled 'to')Rob Pike
2011-01-14runtime: fix arm reflect.call boundary caseRuss Cox
2011-01-14cgo: In _cgo_main.c define all provided symbols as functions.Ian Lance Taylor
2011-01-14runtime/cgo: Don't define crosscall2 in dummy _cgo_main.c.Ian Lance Taylor
2011-01-14syscall: Correct length of SockaddrUnix.Ian Lance Taylor
2011-01-14gofmt, go/printer: do not insert extra linebreaks where they may break the codeRobert Griesemer
2011-01-13fix tst instruction on arm to set overflow bitKen Thompson
2011-01-13godoc: remove tab before <pre>-formatted sectionRobert Griesemer
2011-01-13fix build (this time for real): adjust typechecker test, ogleRobert Griesemer
2011-01-13fix build (submitted a modified parser.go file by mistake)Robert Griesemer
2011-01-13go/scanner: Make Init take a *token.File instead of a *token.FileSet.Robert Griesemer
2011-01-13cmath test: fix format (%g does not print booleans)Rob Pike
2011-01-13add TST op codeKen Thompson
2011-01-14CONTRIBUTORS: fix bradfitz entryAndrew Gerrand
2011-01-14CONTRIBUTORS: add bradfitz@golang.orgAndrew Gerrand
2011-01-14http: fix scheme-relative URL parsing; add ParseRequestURLBrad Fitzpatrick
2011-01-13godoc: don't double HTML-escape search result snippetsRobert Griesemer
2011-01-13http: handle HEAD requests correctlyRuss Cox
2011-01-13go_spec: specify that int and uint have the same sizeRobert Griesemer
2011-01-13godoc: peephole optimization for generated HTMLRobert Griesemer
2011-01-13tag release.2011-01-12Andrew Gerrand
2011-01-13release.2011-01-12weekly.2011-01-12Andrew Gerrand
2011-01-12disable arm registifier for the momentRob Pike
2011-01-12rpc: export names in debug service so it works with template changesRob Pike
2011-01-12goinstall: Fix template to use exported fieldsGustavo Niemeyer
2011-01-12encoding/line: fix error call (missing argument)Rob Pike
2011-01-12template: give "unexported" error when accessing an unexported field.Rob Pike
2011-01-11suffixarray: faster creation algorithmEric Eisner
2011-01-11C&A for Eric EisnerRob Pike
2011-01-11godoc: remove TODO (bug257.go can now be indexed)Robert Griesemer
2011-01-12hg: add cgo/_cgo_* to .hgignore.Nigel Tao
2011-01-12net: use closesocket api instead of CloseHandle on WindowsAlex Brainman
2011-01-11gob: make (en|dec)code(Ui|I)nt methods rather than functions.Rob Pike
2011-01-11crypto/openpgp: add error and armorAdam Langley
2011-01-11crypto: add twofish packageBerengar Lehr
2011-01-11turn off peep half of optimizer for releaseKen Thompson
2011-01-12json: do not Marshal unexported struct fieldsAndrew Gerrand
2011-01-12runtime: revert 6974:1f3c3696babbAlex Brainman
2011-01-12os: add Sync to *File, wraps syscall.FsyncAndrew Gerrand
2011-01-11template: allow accesses only to exported fields and methodsRob Pike
2011-01-11ld: Fix exported dynamic symbols on 386 Mach-O.Ian Lance Taylor
2011-01-11http: fix text displayed in RedirectRuss Cox
2011-01-11ld: Fix exported dynamic symbols on Mach-O.Ian Lance Taylor
2011-01-11gob: do not encode or decode unexported fieldsRob Pike
2011-01-11netchan: make fields public for pending gob changeRob Pike