Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-08-12 | rm gobuild | Russ Cox | 1 | -344/+0 |
2009-06-26 | Getenv: almost no one wants the error, so make it return a string that may be... | Rob Pike | 1 | -4/+4 |
2009-06-25 | add ./ to imports where necessary | Russ Cox | 1 | -1/+2 |
2009-06-23 | fix gobuild. | Russ Cox | 1 | -2/+4 |
2009-06-22 | avoid pointer-to-slice operations in gobuild | Russ Cox | 1 | -8/+10 |
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -2/+2 |
2009-05-29 | make gobuild failures more readable. | Russ Cox | 1 | -7/+16 |
2009-05-08 | move things out of sys into os and runtime | Russ Cox | 1 | -1/+1 |
2009-04-17 | Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err... | Rob Pike | 1 | -2/+2 |
2009-04-16 | build packages in obj/ subdirectory that mimics $GOROOT/pkg. | Russ Cox | 1 | -4/+46 |
2009-04-16 | rewrite gobuild in go. | Russ Cox | 1 | -0/+288 |