- 6aad419 go_spec updates by Russ Cox · 15 years ago weekly.2010-04-13
- 93efe47 release.2010-04-13 by Andrew Gerrand · 15 years ago
- cd242fb Use the copy function rather than a loop. by Ian Lance Taylor · 15 years ago
- bc2d977 Update roadmap: delete many accomplishments by Rob Pike · 15 years ago
- d37e87c gp_spec typo fix: code example in the "Handling panics" section by Joe Poirier · 15 years ago
- a3db32d Language FAQ: editing tweaks after iant. by Rob Pike · 15 years ago
- 956926e Language FAQ: update the entry on exceptions. by Rob Pike · 15 years ago
- cc99ba0 doc/go_mem: remove semicolons by David Symonds · 15 years ago
- fb27581 programming_faq: added question on T vs *T method sets by Andrew Gerrand · 15 years ago
- d4a1619 go spec: correct clarification of type declaration by Robert Griesemer · 15 years ago
- 735e00d go spec: clarification of type declarations by Robert Griesemer · 15 years ago
- c2f3737 release 2010-03-30 by Andrew Gerrand · 15 years ago weekly.2010-03-30
- e8e4987 godoc: support for title and subtitle headers when serving .html docs by Robert Griesemer · 15 years ago
- 4710642 Effective Go: update maps description regarding lookup of nonexistent entry. by Rob Pike · 15 years ago
- 00f9f0c single argument panic by Russ Cox · 15 years ago
- 10b77f7 spec: typo in switch sample code, missing semicolon by Andrew Gerrand · 15 years ago
- 97d0e8f gc: allow taking address of out parameters by Russ Cox · 15 years ago
- 5bb29fb spec changes for panic and recover. by Rob Pike · 15 years ago
- 16e5431 Sydney University tech talk. by Nigel Tao · 15 years ago
- bf9b8f2 Delete panicln from the spec. by Rob Pike · 15 years ago
- 48f0cd2 go spec: modification of defer statement by Robert Griesemer · 15 years ago
- 6b3031b FAQ: Protocol buffers are now supported. Update the entry. by Rob Pike · 15 years ago
- 29f1ca5 Go spec: map indexing never raises a runtime exception. by Robert Griesemer · 15 years ago
- a172394 release.2010-03-22 by Andrew Gerrand · 15 years ago weekly.2010-03-22
- 7190fdd website: add Go Blog widget to frontpage, add Blog and Wiki links to sideba by Andrew Gerrand · 15 years ago
- 791a267 doc/htmlgen.go: remove unnecessary semicolons by James Toy · 15 years ago
- a24f814 doc/install: tweak port text; drop redundant list of operating systems. by Russ Cox · 15 years ago
- 74fac99 godoc: initial support for showing popup information by Robert Griesemer · 15 years ago
- 6f9272f release.2010-03-15 by Andrew Gerrand · 15 years ago weekly.2010-03-15
- 9aff17f install.html: elaborate on shell profile instructions by Andrew Gerrand · 15 years ago
- 11a2184 Revert previous change: complexN only converts to complexN. by Ian Lance Taylor · 15 years ago
- 7cd4de6 install.html: add section on C tools by Robert Griesemer · 15 years ago
- ef4c2b8 go_spec.html: fix typo and link by Robert Griesemer · 15 years ago
- 9a44578 missing ';' renders the code snippet incorrectly on website by Andrey Mirtchovski · 15 years ago
- 18187e7 Complex values may only be compared for equality or inequality. by Ian Lance Taylor · 15 years ago
- 5cf707b Clarify that conversions to complex are OK. by Ian Lance Taylor · 15 years ago
- 7297087 Spec for complex numbers by Rob Pike · 15 years ago
- baa65fd release.2010-03-04 by Andrew Gerrand · 15 years ago weekly.2010-03-04
- 1d5af15 First run at a Programming FAQ by Andrew Gerrand · 15 years ago
- 36ea8bb Minor mistake in docs. Fixes #633. by Robert Griesemer · 15 years ago
- 1f3222a strings.Bytes -> []byte for documentation example, src/pkg/* comments, and htmlgen.go by Andrey Mirtchovski · 15 years ago
- 5de2e1c doc: Use byte("...") over byte{...} by Christopher Wedgwood · 15 years ago
- ef81b02 release.2010-02-23 part one by Andrew Gerrand · 15 years ago weekly.2010-02-23
- 2551cf9 go_mem: clarified unbuffered channel sync example by Andrew Gerrand · 15 years ago
- 766c3ff effective_go: clarified small comment by Andrew Gerrand · 15 years ago
- d17ffb9 godoc: path cleanups, fixed a race condition, initial support for a menu on pages by Robert Griesemer · 15 years ago
- d3a6cd4 release 2010-02-17 part one by Andrew Gerrand · 15 years ago weekly.2010-02-17
- f42e883 language spec: make NUL byte rule an implementation restriction by Robert Griesemer · 15 years ago
- 77525dc install: Added gcc, build-essential to apt-get command line. by Andrew Gerrand · 15 years ago
- b7d9ffe spec: disallow NUL in source files by Russ Cox · 15 years ago
- 1811fac specification of []int(string) and []byte(string). by Rob Pike · 15 years ago
- e6004b3 release.2010-02-04 step one by Andrew Gerrand · 15 years ago weekly.2010-02-04
- cd4a684 added note about the GOARM env variable by Kai Backman · 15 years ago
- 810def8 ...T is now implemented by Rob Pike · 15 years ago
- cecd163 language FAQ entry on braces and semicolons by Rob Pike · 15 years ago
- 65e671b add link to go build dashboard. break the list into two pieces by Rob Pike · 15 years ago
- 44db1ab the package global name space problem is addressed; update road map by Rob Pike · 15 years ago
- bf57520 Long-overdue update for semicolon change. by Ian Lance Taylor · 15 years ago
- 8653acb The gccgo frontend has moved to a new repository. by Ian Lance Taylor · 15 years ago
- 05f2636 two minor build fixes by Russ Cox · 15 years ago
- cb4fff0 prepare for release.2010-01-27 by Russ Cox · 15 years ago
- 9f48f7e6 ucsd cns talk, focused on networking by Russ Cox · 15 years ago
- 22a4952 note that ...T is not yet implemented. by Rob Pike · 15 years ago
- b81065d add definition of new parameter style ... T for trailing arguments of type T. by Rob Pike · 15 years ago
- 1c369bd Clarify parsing of channel types. by Robert Griesemer · 15 years ago
- 4687169 spec: allow func() func(). by Russ Cox · 15 years ago
- 34191d9 Remove top-level (src/) Makefile. by Christopher Wedgwood · 15 years ago
- 5c7b0ca list awk in the dependencies needed for installation by Rob Pike · 15 years ago
- 3909b6b log.Fatal does not exist. Use log.Crash. by Rob Pike · 15 years ago
- 16205a3 spec: mention Inf and NaN are supported at run time. by Russ Cox · 15 years ago
- 49a35a6 be more explicit about initialization of embedded fields. by Rob Pike · 15 years ago
- b41c694 doc/devel/release.html: fix dumb typo by Russ Cox · 15 years ago
- 495936b release.2010-01-13: final checkin, release notes by Russ Cox · 15 years ago weekly.2010-01-13
- c633615 contribute.html: suggest hg mail instead of hg upload by Russ Cox · 15 years ago
- 6c2e0fe create doc/talks/. by Russ Cox · 15 years ago
- ae13f43 Clarify when expressions are evaluated for a range clause. by Ian Lance Taylor · 15 years ago
- 632a985 fix typo found by kevin ballard by Rob Pike · 15 years ago
- 14992a4 doc/contribute.html: change copyright year by Bill Neubauer · 15 years ago
- 7ec0856 fix typo by Rob Pike · 15 years ago
- c918c41 add doc/devel/index.html, linked from nav bar by Russ Cox · 15 years ago
- e0a4046 add release log as doc/devel/release.html by Russ Cox · 15 years ago
- 30e5ed2 remove reference to "basic literal" since it's never defined by Robert Griesemer · 15 years ago
- c05f86a fix up YB and add ZB, EB in example by Rob Pike · 15 years ago
- 1d5e1f5 Document how to build gccgo to use gold. by Ian Lance Taylor · 15 years ago
- eb109a7 Clarify section on tokens. Fixes #457. by Robert Griesemer · 15 years ago
- 316cb50 add exceptions to the road map. i think this just was an oversight. by Rob Pike · 15 years ago
- 77f6f16 fix naked < and > as reported by Peter Williams <> by Rob Pike · 15 years ago
- c1045db go_spec: use PrimaryExpr as type switch expression by Russ Cox · 15 years ago
- 617a6a5 fix documentation bug in example Fixes #452. by Rob Pike · 15 years ago
- 96ee38b make it more explicit that design discussions should happen before code reviews by Rob Pike · 15 years ago
- 2e5a720 Add roadmap document. by Ian Lance Taylor · 15 years ago
- 3269647 doc/install.html: how to update to a new release by Russ Cox · 15 years ago
- 163ecda new semicolon rule in effective_go.html. by Rob Pike · 15 years ago
- 34356e9 update tutorial. by Rob Pike · 15 years ago
- bbd4cb3 fix naked < as reported by pwil3058@gmail.com by Rob Pike · 15 years ago
- 857d4cf Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src by Devon H. O'Dell · 15 years ago
- ddde7f6 Add a Makefile in place of all.bash. Update docs to reflect this change. by Devon H. O'Dell · 15 years ago
- 130ac74 Spec modified to reflect new semicolon rules. by Robert Griesemer · 15 years ago
- 5facb84 doc/contribute: try to make it clearer that you send a review with hg mail, not hg submit. by Russ Cox · 15 years ago weekly.2009-12-09
- d55abfd doc: split contribute.html into code.html and contribute.html by Russ Cox · 15 years ago