Thanks to visit codestin.com
Credit goes to android.googlesource.com
Sign in
android
/
platform
/
tools
/
external
/
go
/
src
/
golang.org
/
x
/
tools
/
HEAD
bdcea2c
go/buildutil: use chan (not func) in the ForEachPackage API
by Alan Donovan
· 11 years ago
main
master
gradle_1.3.0-beta3
gradle_1.3.0-beta4
9957739
go/ssa: treat declared init functions less specially
by Alan Donovan
· 11 years ago
4744be3
refactor/eg: use format.Node not printer.Fprint for canonical output
by Alan Donovan
· 11 years ago
133ecf9
go/types: better error message for use of _ in type switch
by Robert Griesemer
· 11 years ago
705f1df
godoc/static: fix variable reference in search.txt
by Péter Surányi
· 11 years ago
8913eae
go/loader: name unnamed packages so errors make sense
by Alan Donovan
· 11 years ago
264bffc
oracle: when 'implements' is invoked on a method, show related methods, not types.
by Alan Donovan
· 11 years ago
69db398
go/loader: rename SourceImports flag to ImportFromBinary and invert sense
by Alan Donovan
· 11 years ago
b141c84
Fix broken build
by Alan Donovan
· 11 years ago
c7a0095
cmd/vet: fix unnamed FP check
by Russ Cox
· 11 years ago
4e75c26
cmd/oracle: check errors from Flush and Close.
by Alan Donovan
· 11 years ago
97b1f37
cmd/present: do not show help text on localhost
by Josh Bleecher Snyder
· 11 years ago
e0e177e
cmd/present: Fixed printing of slides.
by Egon Elbre
· 11 years ago
51931f8
go/loader: define a FindPackage hook for build systems not compatible with "go build".
by Alan Donovan
· 11 years ago
f964269
go/ssa: minor doc tweaks.
by Alan Donovan
· 11 years ago
2a105dc
doc: add CONTRIBUTING.md
by Andrew Gerrand
· 11 years ago
9bdc591
go/ssa: standardize parsing of BuilderMode flags.
by Alan Donovan
· 11 years ago
10d7cac
cmd/vet: add color.CMYK to the whitelist of frozen structs.
by Nigel Tao
· 11 years ago
753a094
cmd/present: show navigational help text on page load
by Andrew Gerrand
· 11 years ago
229cb67
go/gccgoimporter: disable test case (fix build, at least partially)
by Robert Griesemer
· 11 years ago
d29758b
cmd/gomvpkg: fix import rewrites for top-level moved package
by Michael Matloob
· 11 years ago
88df7a7
cmd/godoc: add golang.org/x/tour meta redirect
by Andrew Gerrand
· 11 years ago
159ae4d
cmd/callgraph: fix careless quoting bug
by Alan Donovan
· 11 years ago
fa3649f
go/types: don't permit implicit assignments to unexported struct fields via literals
by Robert Griesemer
· 11 years ago
9622599
cmd/vet: allow spaces in struct tag values.
by Nigel Tao
· 11 years ago
913f41f
cmd/vet: warn about zero arg index in print format
by Joël Stemmer
· 11 years ago
0dda50d
go/loader: improve robustness in face of input errors
by Alan Donovan
· 11 years ago
7f3a9aa
benchmark/parse: fix cosmetic defect in error str.
by Matt T. Proud
· 11 years ago
1afe783
go/types: update testdata (fix build)
by Robert Griesemer
· 11 years ago
39a2d01
cmd/tipgodoc: set GOROOT_BOOTSTRAP environment variable
by Andrew Gerrand
· 11 years ago
84312aa
refactor/rename: clarify usage message
by Alan Donovan
· 11 years ago
d569772
Extend duplicate check to exported wrappers
by Alan Donovan
· 11 years ago
2ef5a0d
refactor/rename: make tests pass on windows (fixes build)
by Alex Brainman
· 11 years ago
96af150
go/ssa: add list-of-tests constant to generated testmain package
by Alan Donovan
· 11 years ago
f011631
go/ssa: simplify TypesWithMethodSets
by Alan Donovan
· 11 years ago
e079f6c
go/ssa: change import path of synthetic test package to "test$main"
by Alan Donovan
· 11 years ago
4d45c85
go/types: expose IsInterface predicate, eliminating 6 copies
by Alan Donovan
· 11 years ago
d702aaa
cmd/godoc: add golang.org/x/build to go-import redirect list
by Andrew Gerrand
· 11 years ago
cb6b359
dashboard: delete after move to the golang.org/x/build repository
by Andrew Gerrand
· 11 years ago
b34c44b
dashboard: buildlet client, server, and gomote enhancements
by Brad Fitzpatrick
· 11 years ago
4a084c7
refactor/rename: allow passing -force flag from Emacs
by Dominik Honnef
· 11 years ago
b09f9e6
dashboard/cmd/buildlet: support for writing files from tgz URL directly
by Brad Fitzpatrick
· 11 years ago
3aad931
dashboard: start of cmd/gomote buildlet client, more packification
by Brad Fitzpatrick
· 11 years ago
3ecc311
dashboard: move buildlet exec code from coordinator to client package
by Brad Fitzpatrick
· 11 years ago
d78771b
dashboard: create buildlet client package, move coordinator code into it
by Brad Fitzpatrick
· 11 years ago
694e750
present: fix References link of talks.golang.org
by Jongmin Kim
· 11 years ago
045f02b
cmd/stringer: fix ignored error in TestEndToEnd.
by Nigel Tao
· 11 years ago
771af7e
go/buildutil: FakeContext: create build.Context of fake file tree, for testing
by Alan Donovan
· 11 years ago
03b46a3
dashboard: move builder configuration out of coordinator into a package
by Brad Fitzpatrick
· 11 years ago
44f7d38
dashboard/cmd/retrybuilds: add another flaky detection rule
by Brad Fitzpatrick
· 11 years ago
94e3c96
dashboard: fixes from tree move, use 'extdep' build tag consistently
by Brad Fitzpatrick
· 11 years ago
e14d0b6
cmd/godoc: godoc test needs clean up tmp dir when buildGodoc fails.
by Hyang-Ah Hana Kim
· 11 years ago
e83451b
dashboard: rearrange tree, in prep for packagification
by Brad Fitzpatrick
· 11 years ago
9f20d8c
benchmark/parser, cmd/benchcmp: improve names of exported identifiers
by Dominik Honnef
· 11 years ago
d272cc0
dashboard/builder: log to stderr when a build fails
by Brad Fitzpatrick
· 11 years ago
31ce909
dashboard/coordinator: set timeout when polling buildlet, show more status
by Brad Fitzpatrick
· 11 years ago
c573f9d
dashboard/buildlet: fix start-up crash when TLS attributes aren't set
by Brad Fitzpatrick
· 11 years ago
ac8637e
container/intsets: Intersects, SubsetOf, SymmetricDifference(With)
by Andrew M Bursavich
· 11 years ago
84afeba
dashboard: consolidate upload code, update to new oauth2 libraries
by Brad Fitzpatrick
· 11 years ago
796e50b
cmd/mvpkg: a package moving tool
by Michael Matloob
· 11 years ago
9c9660e
go/loader: use concurrency to reduce I/O latency and perform typechecking in parallel.
by Alan Donovan
· 11 years ago
af97332
cmd/godoc: send go-source meta tag for golang.org/x repos
by Andrew Gerrand
· 11 years ago
44d7ecb
dashboard/buildlet: optional TLS + password support
by Brad Fitzpatrick
· 11 years ago
e0ba1bf
cmd/vet: keep processing files after warning
by David Crawshaw
· 11 years ago
47f2109
go/ssa: slight simplification to setCallFunc
by Alan Donovan
· 11 years ago
d3e7567
go/loader: introduce PackageCreated hook
by Peter Collingbourne
· 11 years ago
4f8578d
astutil: move to go/ast/astutil
by Peter Collingbourne
· 11 years ago
230eaff
cmd/benchcmp: close file when parse done
by Tw
· 11 years ago
996ff9b
dashboard/env: update Linux builders to contain Go 1.4 for GOROOT_BOOTSTRAP
by Brad Fitzpatrick
· 11 years ago
682ca03
vet: improve validation of struct tags
by Rob Pike
· 11 years ago
86040b7
go/types: close scope for each "select" case after its body
by Alan Donovan
· 11 years ago
4ed956e
cmd/tipgodoc: kill old process as we switch over
by Andrew Gerrand
· 11 years ago
d79e037
dashboard/builder: pass GOROOT_BOOTSTRAP to child processes
by Brad Fitzpatrick
· 11 years ago
c10e262
go/vcs: fix bug in remote package discovery
by Dmitri Shuralyov
· 11 years ago
9468e48
dashboard/buildlet: add NetBSD-amd64 to Makefile
by Brad Fitzpatrick
· 11 years ago
e083199
dashboard/coordinator: notify dashboard when we're building
by Brad Fitzpatrick
· 11 years ago
5f779d7
dashboard/app: support for showing links to build-in-progress status
by Brad Fitzpatrick
· 11 years ago
968c2a1
dashboard/coordinator: rename plan9 builder to plan9-386-gcepartial
by Brad Fitzpatrick
· 11 years ago
727ecd5
dashboard/buildlet: set GOTESTONLY=std on plan9
by Brad Fitzpatrick
· 11 years ago
75337c4
cmd/tipgodoc: fix some nits
by Andrew Gerrand
· 11 years ago
0e66a62
cmd/tipgodoc: simplify Dockerfile and fix deployment
by Andrew Gerrand
· 11 years ago
dc00006
cmd/present: fix unclosed section element
by Jongmin Kim
· 11 years ago
4fbaee5
go/types: revert gofmt -s change to permit building with 1.3
by Robert Griesemer
· 11 years ago
962c79c
tools/astutil: clean up AddNamedImport token positions
by Josh Bleecher Snyder
· 11 years ago
44ee65f
go/types: don't allow f()... if f() is multi-valued
by Robert Griesemer
· 11 years ago
4ad370e
go/types: avoid follow-up error if composite literal type is unknown
by Robert Griesemer
· 11 years ago
8ab2c33
dashboard/env: add script to create Plan 9 386 GCE image
by David du Colombier
· 11 years ago
d777257
dashboard/coordinator: clean up trailer handling
by Brad Fitzpatrick
· 11 years ago
47646d4
dashboard/buildlet: darwin support
by Brad Fitzpatrick
· 11 years ago
bd69d2d
cmd/godoc: mention examples feature in godoc
by Péter Surányi
· 11 years ago
2cd6e42
dashboard/coordinator: clean up VMs more, fix watchVM bug, tweak plan 9 settings
by Brad Fitzpatrick
· 11 years ago
af7d92a
cmd/tipgodoc: record and report errors
by Andrew Gerrand
· 11 years ago
57335a8
cover: accept inaccurate block endings
by Andrew Gerrand
· 11 years ago
c836fe6
cmd/godoc: add golang.org/x/playground custom import path
by Andrew Gerrand
· 11 years ago
0ff6678
benchmark/parse, cmd/benchcmp: new package for parsing benchmarks
by Dominik Honnef
· 11 years ago
ac848a9
dashboard/coordinator: use new dashboard JSON interface to find work
by Brad Fitzpatrick
· 11 years ago
58c8b8a
dashboard/coordinator: use VMs to run non-Linux builders
by Brad Fitzpatrick
· 11 years ago
026c0f4
dashboard/app: add a JSON output mode for the data on the front page
by Brad Fitzpatrick
· 11 years ago
dd517c4
dashboard/buildlet: add Makefiles, and add Windows stage0 bootstrap binary
by Brad Fitzpatrick
· 11 years ago
e1019ed
dashboard/env/windows: instructions for setting up a buildlet
by Brad Fitzpatrick
· 11 years ago
Next »