aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2011-09-13[release-branch.r60] misc/goplay: another template fixAndrew Gerrand
2011-09-13[release-branch.r60] misc/goplay: Fix template outputAndrew Gerrand
2011-08-18misc/vim: command complete using autoload helper function.Yasuhiro Matsumoto
2011-08-17template: move exp/template into template.Rob Pike
2011-08-17template: delete old template code.Rob Pike
2011-08-17url: new packageRob Pike
2011-08-16cgo: omit duplicate symbols in writeDefsJulian Phillips
2011-08-03misc/vim: Godoc command.Yasuhiro Matsumoto
2011-07-28cgo: add GoBytes, fix gmp exampleRuss Cox
2011-07-20gobuilder: goinstall with -dashboard=false instead of -log=falseAndrew Gerrand
2011-07-20misc/dashboard: center align build resultsAndrew Gerrand
2011-07-19goinstall, dashboard: Google Code now supports gitTarmigan Casebolt
2011-07-19dashboard: list "most installed this week" with rolling countAndrew Gerrand
2011-07-18cgo: add missing semicolon in generated structBrad Fitzpatrick
2011-07-14go/printer: changed max. number of newlines from 3 to 2Robert Griesemer
2011-07-02dashboard: show build state and package comments on dashboardAndrew Gerrand
2011-06-30misc/vim: allow only utf-8 for fileencoding (fix CL4625078).Yasuhiro Matsumoto
2011-06-30misc/vim: allow only utf-8 for fileencoding.Yasuhiro Matsumoto
2011-06-28builder: minor fixesAndrew Gerrand
2011-06-28strings.Split: make the default to split all.Rob Pike
2011-06-24misc/emacs: update list of builtins.Quan Yong Zhai
2011-06-21nacl, tiny: remove vestigesRobert Hencke
2011-06-21builder: run make single-threaded on windowsAlex Brainman
2011-06-20misc/godashboard: Accept sub-directories for goinstall's report.Yasuhiro Matsumoto
2011-06-08http: change most map[string][]string types to new Values typeBrad Fitzpatrick
2011-06-06gobuilder: number of fixesAlex Brainman
2011-06-06dashboard: bug fixAndrew Gerrand
2011-06-03dashboard: add favicon.icoAndrew Gerrand
2011-06-01exec: new API, replace Run with CommandBrad Fitzpatrick
2011-06-01godoc: basic setup for running godoc on local app engine emulatorRobert Griesemer
2011-06-01gophertool: make the keyword 'golang'Rob Pike
2011-05-31gophertool: also permit typing "go [whatever]" in omniboxBrad Fitzpatrick
2011-05-31misc/cgo: remove reference to 'destroy' functionRuss Cox
2011-05-30gobuilder: remove some windows-specificityAndrew Gerrand
2011-05-30pkg: spelling tweaks, I-ZRobert Hencke
2011-05-30misc/vim: limit Fmt command to Go buffers.Yasuhiro Matsumoto
2011-05-30dashboard: send notification emails when the build breaksAndrew Gerrand
2011-05-30gobuilder: fixes for windowsAlex Brainman
2011-05-23misc/emacs: don't select the mark after gofmtEric Eisner
2011-05-23gophertool: also accept commit form 8486:ab29d2698a47Brad Fitzpatrick
2011-05-23gophertool: Chrome extension to aid in Go developmentBrad Fitzpatrick
2011-05-20misc: syntax highlighting support on IntelliJ IDEAAlexander Orlov
2011-05-19go/printer, gofmt: fix formatting of expression lists (missing blank)Robert Griesemer
2011-05-14misc/vim: drop indent support for jump labels.David Symonds
2011-05-13dashboard: delay hg pull until neededRuss Cox
2011-05-13misc/vim: new Vim indentation script.David Symonds
2011-05-13misc/emacs: bug fix: use UTF-8 when invoking gofmt as a subprocess.Sameer Ajmani
2011-05-13http: remove finalURL from Client.Get; move to ResponseBrad Fitzpatrick
2011-05-12dashboard: fix for branchesRuss Cox
2011-05-09go/printer, gofmt: fix alignment of "=" in const/var declarationsRobert Griesemer