summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg64-645/+2717
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg88-3504/+3848
2013-08-13Imported Upstream version 1.1.2upstream/1.1.2Michael Stapelberg1-0/+4
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg31-208/+712
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg105-1601/+3528
2012-06-14Imported Upstream version 1.0.2upstream/1.0.2Ondřej Surý11-543/+110
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý111-2269/+10431
2011-09-19Imported Upstream version 60.1upstream/60.1Ondřej Surý1-2/+2
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý104-0/+7457
2011-09-13Imported Upstream version 60Ondřej Surý97-7139/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý12-80/+138
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý36-493/+1119
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý8-464/+58
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý42-567/+709
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý11-34/+337
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý4-7/+7
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý9-17/+234
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý45-128/+1922
2010-06-23godashboard: add Projects pageAndrew Gerrand11-6/+319
R=rsc, r, gri CC=golang-dev http://codereview.appspot.com/1476041
2010-06-22misc/vim: always override filetype detection for .go filesAndrew Gerrand1-1/+1
R=adg CC=golang-dev http://codereview.appspot.com/1665043
2010-06-21misc/vim: clarifies syntax highlighting installation instructionsJames Whitehead1-6/+17
Based on the review of CL 1723044, I've changed the installation instructions for the vim syntax files to suggest symlinking the files rather than copying the files. Also the wording has changed to be more consistent. R=golang-dev, Kyle Lemons, adg CC=golang-dev http://codereview.appspot.com/1702045 Committer: Andrew Gerrand <adg@golang.org>
2010-06-20misc/vim: reorganize plugin so it uses ftplugin and syntaxJames Whitehead3-0/+13
This sets up vim to work out of the box with go programs as long as syntax highlighting is enabled. Both files must be copied to the vim runtime directory in order for the file-type detection and syntax loading to work. R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/1723044 Committer: Andrew Gerrand <adg@golang.org>
2010-05-25godashboard: change behaviour of top buttonAndrew Gerrand1-1/+1
R=gri CC=golang-dev http://codereview.appspot.com/1253046
2010-05-23kate: convert isn't a built in functionEvan Shaw1-1/+0
I have no idea how that got in there. R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/1240046 Committer: Russ Cox <rsc@golang.org>
2010-05-19dashboard: reintroduce Benchmark modelAndrew Gerrand1-2/+4
R=rsc CC=golang-dev http://codereview.appspot.com/1217046
2010-05-03dashboard: fix benchmark json outputAndrew Gerrand1-1/+1
Fixes issue 722. R=rsc CC=golang-dev http://codereview.appspot.com/1065041
2010-05-01gmp: fix bug in SetStringRuss Cox1-1/+1
R=adg CC=golang-dev http://codereview.appspot.com/1004045
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox1-0/+15
Enable package tests for Native Client build. R=r CC=golang-dev http://codereview.appspot.com/957042
2010-04-20godashboard: remove obselete data models and conversion codeAndrew Gerrand1-61/+0
R=rsc CC=golang-dev http://codereview.appspot.com/919045
2010-04-20godashboard: bz2 compress logs in data storeAndrew Gerrand1-7/+10
This results in a 10-20x size reduction per record. (from ~150kb to ~10kb) This revision has been pushed live, as I'm in the process of converting Log records to bz2-compresed CompressedLog records. I would have waited but we're running seriously low on space and it seemed like a sane (and reversible) move. R=rsc CC=golang-dev http://codereview.appspot.com/872048
2010-04-16 the android runner scriptKai Backman1-0/+49
this is a version synthesized from rsc's, dean's and my versions. changes and updates: - embeds the retval script and pushes a new version to the device if needed - passes arguments correctly to the program on the device - export GOARCH, GOTRACEBACK and GOGC from the local environment to the device. - added times.out support to run-arm enabled a few tests that are now passing and moved the GOGC=off workaround to run-arm. R=dpx CC=golang-dev, rsc http://codereview.appspot.com/880046
2010-04-09A test case for cgo //export.Ian Lance Taylor5-0/+174
R=rsc CC=golang-dev http://codereview.appspot.com/881043
2010-04-05godashboard: fix benchmarks page (first pass)Andrew Gerrand3-132/+72
R=rsc CC=golang-dev http://codereview.appspot.com/844044
2010-03-31kate: Update for recent language changesEvan Shaw1-2/+7
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/849045 Committer: Russ Cox <rsc@golang.org>
2010-03-31godashboard: new stylesheet, build status paginationAndrew Gerrand5-120/+148
R=rsc, gri, r CC=golang-dev http://codereview.appspot.com/822044
2010-03-16misc/bbedit: support for cmplx, real, imagAnthony Starks1-0/+3
R=rsc CC=golang-dev http://codereview.appspot.com/582041 Committer: Russ Cox <rsc@golang.org>
2010-03-15Add new complex types, functions and literals to Vim syntax file.David Symonds1-2/+13
R=rsc CC=golang-dev http://codereview.appspot.com/224042 Committer: Russ Cox <rsc@golang.org>
2010-03-16 dashboard: include package.htmlAndrew Gerrand1-0/+91
This was omitted from the original commit. R=rsc CC=golang-dev http://codereview.appspot.com/554043
2010-03-04goinstall: an experiment in (external) package installationRuss Cox2-0/+135
R=adg, r CC=cw, golang-dev http://codereview.appspot.com/224043
2010-02-25dashboard: more performance tuningRuss Cox2-176/+235
various caching. make benchmark data a list in a single per-builder,benchmark record instead of having one record for each data point. significant reduction in datastore cpu charges. R=agl1, agl CC=golang-dev http://codereview.appspot.com/217111
2010-02-23misc/bbedit: treat predeclared identifiers as "keywords"Anthony Starks1-1/+26
R=rsc CC=golang-dev http://codereview.appspot.com/218064 Committer: Russ Cox <rsc@golang.org>
2010-02-19dashboard: lots of caching to avoid datastore queriesRuss Cox2-118/+143
reorganize benchmark computation so that it is incremental. if it times out, it doesn't lose the pieces it already computed, so that next time it has a fighting chance to finish. R=agl1, agl CC=golang-dev http://codereview.appspot.com/216046
2010-02-09dashboard: auto-update builder.sh.Russ Cox2-0/+4
avoid possibility of busy loop pounding on dashboard. R=agl1 CC=golang-dev http://codereview.appspot.com/206051
2010-02-05dashboard: present benchmarksRuss Cox6-47/+422
* fix bug in benchmark collection: bad benchmark data key meant that all the builders collided when writing data. * report benchmarks even if make bench exits non-zero. * graphical and json presentations R=agl1 CC=golang-dev http://codereview.appspot.com/201065
2010-02-01dashboard: avoid seeing cron's sh -c in ps checkRuss Cox1-1/+3
R=agl1 CC=golang-dev http://codereview.appspot.com/196091
2010-01-28dashboard: move key.py out of the way,Russ Cox1-0/+2
so that if you have a key.py with the real key, there is no chance hg change will accidentally make a CL with the real key and upload it to codereview. R=agl1 CC=golang-dev http://codereview.appspot.com/196051
2010-01-27dashboard: builder tweaksRuss Cox5-17/+108
R=agl1 CC=golang-dev http://codereview.appspot.com/194116
2010-01-27dashboard: look for key in $GOROOT before $HOMERuss Cox1-3/+6
TBR=agl1 CC=golang-dev http://codereview.appspot.com/195076
2010-01-27godashboard: fiddlingRuss Cox2-31/+59
* some tweaks to dashboard html/css layout * use hmac to generate per-builder subkeys R=agl1 CC=golang-dev http://codereview.appspot.com/194092
2010-01-26dashboard: add benchmarking support.Adam Langley6-12/+212
This has actually been running for a while and gathering benchmark data. I haven't had a chance to add a UI for it yet however. R=rsc CC=golang-dev http://codereview.appspot.com/194082 Committer: Russ Cox <rsc@golang.org>