Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 1 | -196/+0 | |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 1 | -9/+17 | |
2013-08-13 | Imported Upstream version 1.1.2upstream/1.1.2 | Michael Stapelberg | 1 | -2/+2 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -7/+90 | |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 1 | -14/+16 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -82/+47 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+138 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -138/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -1/+1 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -0/+1 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -3/+14 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -17/+28 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -14/+57 | |
2010-05-03 | syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE) | Russ Cox | 1 | -0/+9 | |
R=r CC=golang-dev http://codereview.appspot.com/1021043 | |||||
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -11/+11 | |
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 http://codereview.appspot.com/180049 | |||||
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 1 | -4/+4 | |
rsc's algorithm - applied gofmt -w misc src - partial CL (last chunk) R=rsc, r http://go/go-review/1024041 | |||||
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 1 | -11/+4 | |
- 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 | |||||
2009-11-05 | gofmt-ify syscall | Robert Griesemer | 1 | -6/+5 | |
(replacement for CL 1018053) R=r http://go/go-review/1017047 | |||||
2009-11-04 | fixing (badly) linux_arm syscall. | Kai Backman | 1 | -0/+2 | |
R=rsc http://go/go-review/1017037 | |||||
2009-10-23 | all of pkg now compiles, fixes a few more tests | Kai Backman | 1 | -0/+6 | |
go/test: passes 90% (313/345) R=rsc APPROVED=rsc DELTA=90 (83 added, 3 deleted, 4 changed) OCL=36011 CL=36023 | |||||
2009-10-06 | - moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them) | Kai Backman | 1 | -0/+32 | |
- 64 bit OMINUS - added bunch of missing arm syscalls R=rsc APPROVED=rsc DELTA=203 (189 added, 3 deleted, 11 changed) OCL=35412 CL=35414 | |||||
2009-10-01 | some progress on arm linux syscall interface. ztypes_linux_arm | Kai Backman | 1 | -114/+7 | |
still has problems with godefs. R=rsc APPROVED=rsc DELTA=801 (134 added, 235 deleted, 432 changed) OCL=35189 CL=35211 | |||||
2009-08-18 | pkg/sort compiling and some progress on syscall. mostly | Kai Backman | 1 | -0/+138 | |
re-enabling and massaging code. R=rsc APPROVED=rsc DELTA=2496 (1880 added, 330 deleted, 286 changed) OCL=33487 CL=33504 |