index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
gobuild
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-12
rm gobuild
Russ Cox
5
-834
/
+0
2009-08-04
fix build
Rob Pike
1
-2
/
+2
2009-08-03
this time really clean up a TODO
Rob Pike
1
-24
/
+4
2009-07-28
Support use of $GOBINDIR to override $HOME/bin
Phil Pennock
1
-3
/
+4
2009-07-16
ast:
Robert Griesemer
1
-6
/
+1
2009-07-14
update remaining files to match new scanner/parser interface
Robert Griesemer
1
-1
/
+1
2009-06-29
fix gobuild bug
Rob Pike
1
-1
/
+4
2009-06-26
Getenv: almost no one wants the error, so make it return a string that may be...
Rob Pike
2
-8
/
+7
2009-06-25
Change os.Error convention:
Russ Cox
1
-2
/
+2
2009-06-25
add ./ to imports where necessary
Russ Cox
3
-5
/
+5
2009-06-23
fix gobuild.
Russ Cox
2
-3
/
+6
2009-06-22
avoid pointer-to-slice operations in gobuild
Russ Cox
2
-13
/
+15
2009-06-18
use multiline string literal in gobuild
Russ Cox
1
-75
/
+76
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-2
/
+2
2009-06-05
more build refinements:
Russ Cox
2
-16
/
+8
2009-06-04
more 386 runtime fixes.
Russ Cox
1
-3
/
+7
2009-05-29
make gobuild failures more readable.
Russ Cox
2
-29
/
+62
2009-05-18
- changed parser to return os.Error, removed ErrorHandler
Robert Griesemer
1
-7
/
+4
2009-05-08
gobuild: command printing bug fix
Russ Cox
1
-1
/
+1
2009-05-08
implications of stricter type equality:
Russ Cox
1
-2
/
+2
2009-05-08
move things out of sys into os and runtime
Russ Cox
2
-2
/
+2
2009-05-08
Name change to improve embeddability:
Rob Pike
1
-4
/
+4
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
3
-7
/
+7
2009-04-16
build packages in obj/ subdirectory that mimics $GOROOT/pkg.
Russ Cox
4
-18
/
+115
2009-04-16
rewrite gobuild in go.
Russ Cox
6
-600
/
+717
2009-02-15
insert ${GOOS} and ${GOARCH} in
Russ Cox
1
-3
/
+9
2008-11-24
gobuild:
Russ Cox
1
-3
/
+8
2008-11-19
refine gobuild: the files must be *_test.go not *test.go
Rob Pike
1
-2
/
+2
2008-11-19
change naming convention for tests from
Rob Pike
1
-2
/
+2
2008-11-19
gobuild: add coverage rule, ignore files in package main.
Russ Cox
1
-0
/
+9
2008-11-19
leave 6.out around after gotest;
Russ Cox
1
-1
/
+1
2008-11-18
gobuild changes.
Russ Cox
1
-168
/
+343
2008-11-13
* 6l:
Russ Cox
1
-6
/
+23
2008-09-25
gobuild -m: replace value of $GOARCH and $GOOS
Russ Cox
1
-2
/
+40
2008-09-19
add gobuild.
Russ Cox
2
-0
/
+360