Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
R=rsc, r, gri
CC=golang-dev
http://codereview.appspot.com/1476041
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/1665043
|
|
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>
|
|
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>
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/1253046
|
|
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>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1217046
|
|
Fixes issue 722.
R=rsc
CC=golang-dev
http://codereview.appspot.com/1065041
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/1004045
|
|
Enable package tests for Native Client build.
R=r
CC=golang-dev
http://codereview.appspot.com/957042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/919045
|
|
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
|
|
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
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/881043
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/844044
|
|
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/849045
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc, gri, r
CC=golang-dev
http://codereview.appspot.com/822044
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/582041
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/224042
Committer: Russ Cox <rsc@golang.org>
|
|
This was omitted from the original commit.
R=rsc
CC=golang-dev
http://codereview.appspot.com/554043
|
|
R=adg, r
CC=cw, golang-dev
http://codereview.appspot.com/224043
|
|
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
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/218064
Committer: Russ Cox <rsc@golang.org>
|
|
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
|
|
avoid possibility of busy loop pounding on dashboard.
R=agl1
CC=golang-dev
http://codereview.appspot.com/206051
|
|
* 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
|
|
R=agl1
CC=golang-dev
http://codereview.appspot.com/196091
|
|
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
|
|
R=agl1
CC=golang-dev
http://codereview.appspot.com/194116
|
|
TBR=agl1
CC=golang-dev
http://codereview.appspot.com/195076
|
|
* some tweaks to dashboard html/css layout
* use hmac to generate per-builder subkeys
R=agl1
CC=golang-dev
http://codereview.appspot.com/194092
|
|
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>
|