aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2011-12-01dashboard: don't choke on weird builder names.David Symonds
2011-11-30os: new FileInfo, FileMode types + update treeRuss Cox
2011-11-30use new time APIRuss Cox
2011-11-29dashboard: more tests, bug fixes, and /packages handlerAndrew Gerrand
2011-11-29cgo: fix incorrect print found by govetRobert Hencke
2011-11-25dashboard: builder-facing implementation and testsAndrew Gerrand
2011-11-23dashboard: new Go dashboard data structure designAndrew Gerrand
2011-11-22cgo: add support for callbacks from dynamic librariesDmitriy Vyukov
2011-11-18misc/osx: Add scripts to create OS X package and disk imageScott Lawrence
2011-11-17misc/windows packager development intermediate check-inJoe Poirier
2011-11-15misc/emacs: add delete builtinBobby Powers
2011-11-15misc/benchcmp: benchmark comparison scriptRuss Cox
2011-11-14misc/notepadplus: error and rune supportAnthony Starks
2011-11-14misc/bbedit: error and rune supportAnthony Starks
2011-11-14kate: add error and runeEvan Shaw
2011-11-09misc/windows: Go for Windows installer in MSI formatJoe Poirier
2011-11-09cgo: fix g0 stack guardDmitriy Vyukov
2011-11-08renaming_4: gofix -r everything/but/src/pkgRob Pike
2011-11-01non-pkg: gofix -r error -force=errorRuss Cox
2011-11-01misc/vim: add error type.David Symonds
2011-10-31misc/emacs/go-lang.el: Fix restoration of multiple windows in a frame after g...Jan Newmarch
2011-10-28misc/windows: allow to be used for amd64Alex Brainman
2011-10-27misc/vim: Add rune keywordJongmin Kim
2011-10-19misc/vim: add highlighting for deleteDave Cheney
2011-10-18misc/windows: automated toolchain packagerJoe Poirier
2011-10-17misc/swig: delete binariesAnthony Martin
2011-10-13emacs: add a "godoc" command, like M-x manEvan Martin
2011-10-12godoc: setup script for app engine, cleanupsRobert Griesemer
2011-10-09dashboard: include last 100 lines in build failure mailAndrew Gerrand
2011-10-05misc/emacs: fix indent bugRuss Cox
2011-09-23vim: Send GoFmt errors to a location listPaul Sbarra
2011-09-06gofmt: indent multi-line signaturesRobert Griesemer
2011-09-05misc/goplay: another template fixAndrew Gerrand
2011-09-05gobuilder: ignore _test.go files when looking for docs, more loggingAndrew Gerrand
2011-09-05misc/goplay: Fix template outputAndrew Gerrand
2011-08-30cgo: fix GoBytesGustavo Niemeyer
2011-08-30dashboard: yet another utf-8 fixRuss Cox
2011-08-28godashboard: fix utf-8 in user namesRuss Cox
2011-08-26cgo: fixes callback for windows amd64Wei Guangjing
2011-08-24misc/emacs: refine label detectionRuss Cox
2011-08-23gobuilder: increase log limitRuss Cox
2011-08-24misc/dashboard: remove limit for json package listAndrew Gerrand
2011-08-18runtime: speed up cgo callsAlex Brainman
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