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
/
pkg
/
go
/
scanner
/
scanner_test.go
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-25
/
+35
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-10
/
+15
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-227
/
+269
2010-02-26
go/scanner: the position of '\n's chars must be the last position of the curr...
Robert Griesemer
1
-2
/
+4
2010-02-25
go/printer, gofmt: align comments in multi-line expression lists
Robert Griesemer
1
-2
/
+2
2010-02-25
strings: delete Runes, Bytes
Russ Cox
1
-9
/
+8
2010-02-24
go/scanner: support for complex (imaginary) constants
Robert Griesemer
1
-0
/
+13
2010-02-16
go/scanner: comply with spec changes (do not allow NUL chars)
Robert Griesemer
1
-16
/
+19
2009-12-18
report an error for illegal octal numbers instead of treating them as floats
Robert Griesemer
1
-12
/
+78
2009-12-15
Fix for scanner bug (introduced with most recent change).
Robert Griesemer
1
-0
/
+2
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
1
-77
/
+77
2009-12-15
fix TODO: insert semicolons before any sequence of comments
Robert Griesemer
1
-6
/
+8
2009-12-10
implemented InsertSemis mode for go/scanner
Robert Griesemer
1
-3
/
+157
2009-12-09
remove uses of string concatenation from src and misc directory
Robert Griesemer
1
-10
/
+9
2009-11-24
Change to container/vector interface:
Robert Griesemer
1
-1
/
+1
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
1
-1
/
+1
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
1
-25
/
+25
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-1
/
+3
2009-11-05
gofmt the last outstanding files in src/pkg
Robert Griesemer
1
-154
/
+155
2009-09-15
more "declared and not used".
Russ Cox
1
-3
/
+3
2009-09-14
fix "declared and not used" errors in non-test code.
Russ Cox
1
-1
/
+0
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
1
-8
/
+7
2009-07-14
- added Filename field to token.Position
Robert Griesemer
1
-20
/
+121
2009-07-09
fix to scanner_test after change to //-style comment token
Robert Griesemer
1
-0
/
+5
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
1
-5
/
+5
2009-06-18
`` strings may span multiple lines
Robert Griesemer
1
-0
/
+2
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-0
/
+276