summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dashboard: show build state and package comments on dashboardAndrew Gerrand2011-07-029-49/+108
* crypto/openpgp: add ability to reserialize keys.Adam Langley2011-07-015-34/+150
* csv: new packagePaul Borman2011-07-016-0/+818
* CONTRIBUTORS: add Paul Borman (Google CLA)Russ Cox2011-07-011-0/+1
* 5c, 6c: fix buildRuss Cox2011-07-012-1/+2
* lib9: stop build if ../version.bash failsAlex Brainman2011-07-011-1/+2
* windows: define and use syscall.HandleWei Guangjing2011-07-0120-304/+444
* cmd/goinstall: try to access via https.Yasuhiro Matsumoto2011-07-011-4/+4
* 8c: fixes for Plan 9 buildLucio De Re2011-07-0117-8/+28
* fix build; add simplify.go to regexp MakefileBrad Fitzpatrick2011-06-301-0/+1
* http/cgi: add Handler.Dir to specify working directoryYasuhiro Matsumoto2011-06-303-6/+108
* sync: improve Mutex to allow successive acquisitionsDmitriy Vyukov2011-06-301-13/+50
* exp/regexp/syntax: finish Regexp manipulationRuss Cox2011-06-305-39/+713
* govet: automate testRuss Cox2011-06-303-13/+16
* html: fix nesting when parsing a close tag.Yasuhiro Matsumoto2011-06-301-1/+4
* goinstall: Add support for generic hosts using special import formJulian Phillips2011-06-301-8/+46
* misc/vim: allow only utf-8 for fileencoding (fix CL4625078).Yasuhiro Matsumoto2011-06-301-1/+1
* misc/vim: allow only utf-8 for fileencoding.Yasuhiro Matsumoto2011-06-301-1/+1
* build: make version.bash aware of branchesAndrew Gerrand2011-06-301-1/+8
* net: break up and simplify Dial a bitBrad Fitzpatrick2011-06-291-47/+39
* time: zero-pad two-digit years.Rob Pike2011-06-302-9/+10
* os: use a different symbol from syscall in mkunixsignals.sh.David Symonds2011-06-301-1/+1
* http: document that ServerConn and ClientConn are low-levelBrad Fitzpatrick2011-06-291-0/+6
* tag release.r58Andrew Gerrand2011-06-300-0/+0
* document release.r58Andrew Gerrand2011-06-302-1/+73
* run.bash: small fixAlex Brainman2011-06-301-1/+1
* http: make NewChunkedReader publicAndrew Balholm2011-06-293-5/+12
* C+A: add Andy BalholmBrad Fitzpatrick2011-06-292-0/+2
* testing: make ResetTimer not start/stop the timerRuss Cox2011-06-291-3/+10
* reflect: support for struct tag use by multiple packagesRuss Cox2011-06-2924-184/+293
* runtime: windows/amd64 portWei Guangjing2011-06-299-14/+237
* gofix: fixes for os/signal changesRobert Hencke2011-06-294-4/+301
* regexp: document that Regexp is thread-safe.Rob Pike2011-06-291-0/+1
* exp/template: boolean constantsRob Pike2011-06-296-9/+55
* exp/regexp/syntax: incremental concat, alternateRuss Cox2011-06-293-175/+365
* codereview: restrict sync to default branchRuss Cox2011-06-291-2/+2
* gc: fix package quoting logicRuss Cox2011-06-281-4/+10
* gob: delete some unused bits from the GobEncoder/GobDecoder code.Rob Pike2011-06-293-20/+4
* exp/template: fix buildRob Pike2011-06-291-1/+1
* exp/template: use MethodByName, add to build.Rob Pike2011-06-292-12/+5
* reflect: MethodByNameRob Pike2011-06-293-5/+108
* runtime/cgo: fix buildMikio Hara2011-06-281-1/+1
* ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer2011-06-287-78/+56
* cc: broken return is an error, not a warningRuss Cox2011-06-282-2/+2
* runtime: replace Semacquire/Semrelease implementationDmitriy Vyukov2011-06-286-96/+131
* fmt: rename errno and error to err for doc consistencyBrad Fitzpatrick2011-06-281-18/+15
* runtime/cgo: check for errors from pthread_createAlbert Strasheim2011-06-287-8/+47
* runtime: add Semacquire/Semrelease benchmarksDmitriy Vyukov2011-06-281-0/+100
* sync: add fast path to OnceDmitriy Vyukov2011-06-281-3/+11
* Add the beginnings of the template execution code. Lots still to do,Rob Pike2011-06-287-55/+587