An error occurred fetching the project authors.
- 16 Apr, 2015 1 commit
-
-
Brad Fitzpatrick authored
Fixes #7075 Change-Id: I57fcebaaef768b00263b6b91211b1434f6a4b229 Reviewed-on: https://go-review.googlesource.com/8919Reviewed-by:
Josh Bleecher Snyder <josharian@gmail.com>
-
- 08 Sep, 2014 1 commit
-
-
Russ Cox authored
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.
-
- 31 Jan, 2013 1 commit
-
-
Alex Brainman authored
Fixes #4569. R=bradfitz, rsc CC=golang-dev https://golang.org/cl/6972047
-
- 15 Nov, 2012 1 commit
-
-
Brad Fitzpatrick authored
API change. R=golang-dev, r, iant, rsc CC=golang-dev https://golang.org/cl/6844048
-
- 15 Jul, 2012 1 commit
-
-
Benny Siegert authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6399047
-
- 23 Mar, 2012 1 commit
-
-
Stefan Nilsson authored
32 bytes is enough for all FileMode bits. R=golang-dev, r CC=golang-dev https://golang.org/cl/5853044
-
- 12 Mar, 2012 1 commit
-
-
Brad Fitzpatrick authored
R=rsc, r CC=golang-dev https://golang.org/cl/5795059
-
- 03 Feb, 2012 1 commit
-
-
Gustavo Niemeyer authored
This reduces the overhead necessary to work with OS-specific file details, hides the implementation of FileStat, and preserves the implementation-specific nature of Sys. Expressions such as: stat.(*os.FileInfo).Sys.(*syscall.Stat_t).Uid fi1.(*os.FileStat).SameFile(fi2.(*os.FileStat)) Are now spelled as:: stat.Sys().(*syscall.Stat_t).Uid os.SameFile(fi1, fi2) R=cw, bradfitz, rsc CC=golang-dev https://golang.org/cl/5448079
-
- 19 Jan, 2012 1 commit
-
-
Evan Shaw authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5539063
-
- 09 Jan, 2012 1 commit
-
-
Russ Cox authored
This should make conversion from Unix mode to os.FileMode and back not lossy. R=golang-dev, iant CC=golang-dev https://golang.org/cl/5531052
-
- 01 Dec, 2011 1 commit
-
-
Gustavo Niemeyer authored
This covers the lack of IsRegular comfortably: if stat.Mode()&os.ModeType == 0 { ... } R=golang-dev, r, rsc, r, gustavo CC=golang-dev https://golang.org/cl/5440075
-
- 30 Nov, 2011 2 commits
-
-
Russ Cox authored
R=golang-dev, r, r, gri, bradfitz, iant, iant, nigeltao, n13m3y3r CC=golang-dev https://golang.org/cl/5416060
-
Russ Cox authored
R=bradfitz, gri, r, dsymonds CC=golang-dev https://golang.org/cl/5390042
-
- 07 Jul, 2011 1 commit
-
-
Rob Pike authored
It's the base name, not the full name. Fixes #2047. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4680041
-
- 24 Aug, 2010 1 commit
-
-
Scott Lawrence authored
(uint32 rather than int) R=golang-dev, r CC=golang-dev https://golang.org/cl/1958048
-
- 22 Apr, 2010 1 commit
-
-
Rob Pike authored
Uid, Gid become int. File size info becomes int64. Times become int64. R=rsc, cw CC=golang-dev https://golang.org/cl/968042
-
- 09 Apr, 2010 1 commit
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/902042
-
- 15 Dec, 2009 1 commit
-
-
Robert Griesemer authored
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 4th set of files. R=rsc CC=golang-dev https://golang.org/cl/180049
-
- 06 Nov, 2009 1 commit
-
-
Robert Griesemer authored
- enabled for function declarations (not just function literals) - applied gofmt -w $GOROOT/src (look for instance at src/pkg/debug/elf/elf.go) R=r, rsc CC=go-dev http://go/go-review/1026006
-
- 07 Oct, 2009 1 commit
-
-
Russ Cox authored
R=gri DELTA=566 (4 added, 14 deleted, 548 changed) OCL=35410 CL=35419
-
- 09 Jun, 2009 1 commit
-
-
Rob Pike authored
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
-
- 03 Jun, 2009 1 commit
-
-
David Symonds authored
R=rsc APPROVED=rsc DELTA=13 (13 added, 0 deleted, 0 changed) OCL=29429 CL=29819
-
- 15 May, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=61 (34 added, 0 deleted, 27 changed) OCL=28904 CL=28906
-
- 08 Mar, 2009 1 commit
-
-
Rob Pike authored
R=rsc DELTA=143 (96 added, 0 deleted, 47 changed) OCL=25876 CL=25888
-
- 11 Feb, 2009 1 commit
-
-
Rob Pike authored
R=rsc DELTA=793 (392 added, 392 deleted, 9 changed) OCL=24777 CL=24804
-
- 09 Feb, 2009 1 commit
-
-
Rob Pike authored
R=rsc DELTA=71 (71 added, 0 deleted, 0 changed) OCL=24687 CL=24694
-
- 07 Feb, 2009 1 commit
-
-
Rob Pike authored
add name to os.FD clean up some interfaces R=rsc DELTA=318 (231 added, 44 deleted, 43 changed) OCL=24624 CL=24627
-