Sign in
go
/
go
/
eaba458ee608466ed5ad471c481385c2acb4f3d0
eaba458
cannot declare a variable in new scope with same name as type in outer scope
by Robert Griesemer
· 16 years ago
3aa892c
daily snapshot: - more work on template-driven ast printing
by Robert Griesemer
· 16 years ago
b03b541
recognize a defined constant as a new name in a later declaration (bug 144)
by Ken Thompson
· 16 years ago
9c3a9b7
- fixed a couple of potential end-less loops
by Robert Griesemer
· 16 years ago
516bf65
- cannot declare local variable named like a constant in outer scope
by Robert Griesemer
· 16 years ago
448a7b4
daily snapshot:
by Robert Griesemer
· 16 years ago
155ec1d
Clear upper bits of 64-bit indexing register when using types smaller than 64 bits.
by Ben Eitzen
· 16 years ago
88a0c40
fixed typo in EBNF of ENBF
by Robert Griesemer
· 16 years ago
258a08e
add {.tab} fix a couple of comments
by Rob Pike
· 16 years ago
9d70646
allow godoc to match on regular expressions.
by Rob Pike
· 16 years ago
4b62e8d
fix template.
by Rob Pike
· 16 years ago
2f8a2dc
Extend fixedbugs/bug143.go with function return values,
by David Symonds
· 16 years ago
d724092
Clean up some more code after bug143 was fixed.
by David Symonds
· 16 years ago
190a540
2 minor bugs.
by Ken Thompson
· 16 years ago
c18db5a
bug in shift of longer operand
by Ken Thompson
· 16 years ago
dc08ad4
remove lots of accumulated crud:
by Robert Griesemer
· 16 years ago
f8931c6
Bug 143 is fixed, so clean up some of exvar.
by David Symonds
· 16 years ago
227fe8c
bug143 is fixed
by Rob Pike
· 16 years ago
b5e7562
supply default indirection to map indexing - bug 143
by Ken Thompson
· 16 years ago
5cb6843
Change exvar to use a goroutine channel worker instead of a mutex for synchronisation.
by David Symonds
· 16 years ago
9c45628
minor adjustment to comment formatting for better godoc output
by Robert Griesemer
· 16 years ago
011bf2b
minor adjustments to comments for better godoc output
by Robert Griesemer
· 16 years ago
3ae849d
- documentation for bignum package
by Robert Griesemer
· 16 years ago
5689e64
update golden for bug 143
by Rob Pike
· 16 years ago
de489fb
Refactor exvar to use interface types, and add mapVar.
by David Symonds
· 16 years ago
d5fa81e
Add bug143 to demonstrate bug with "v, ok :=" on pointers to maps.
by David Symonds
· 16 years ago
a6bc344
rewrite template library:
by Rob Pike
· 16 years ago
8e4b65d
Move iterable package to usr/dsymonds/.
by David Symonds
· 16 years ago
40d6bb5
- book-keeping in the TODO section:
by Robert Griesemer
· 16 years ago
0dd5be4
missing '}' (found by pretty)
by Robert Griesemer
· 16 years ago
d88fb9f
Oops, forgot to commit this change.
by David Symonds
· 16 years ago
dc5cffb
Use the mutex in exvar.Set since map access is not atomic.
by David Symonds
· 16 years ago
a615687
Add Inject function to iterable package. Fix a couple of style mistakes.
by David Symonds
· 16 years ago
3cc702b
Initial cut at an "exported variables" (exvar) package.
by David Symonds
· 16 years ago
f1820b5
typo in message
by Rob Pike
· 16 years ago
f83f245
add another test to decl to see that result vars are redeclarable.
by Rob Pike
· 16 years ago
7e1cfa7
Readn is a silly name when there's no n. Change to FullRead.
by Rob Pike
· 16 years ago
2a1683a
spec change for redeclaration
by Rob Pike
· 16 years ago
549a600
tests for redeclaration in :=
by Rob Pike
· 16 years ago
ae08a48
the Big Error Shift applied to lib/time/zoneinfo.go.
by Rob Pike
· 16 years ago
34b6f64
mixed old/new declaration
by Ken Thompson
· 16 years ago
bfd5ede
add -P pkgdir option to 6l to have it look first in pkgdir for a package.
by Rob Pike
· 16 years ago
45ed729
Step 2 of the Big Error Shift.
by Rob Pike
· 16 years ago
aaf63f8
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors.
by Rob Pike
· 16 years ago
3ea8d85
make string(array) take []byte only (and thus *[10]byte but not [10]byte)
by Russ Cox
· 16 years ago
e2bf227
make string take []byte only, so have to use *[10]byte to convert
by Russ Cox
· 16 years ago
ea12ed4
regenerate makefile with installed gobuild
by Russ Cox
· 16 years ago
bcdc247
spec edits for array slice change
by Russ Cox
· 16 years ago
3a8ff82
fix linux build
by Rob Pike
· 16 years ago
1f6463f
Convert go tree to hierarchical pkg directory:
by Russ Cox
· 16 years ago
0f153ec
build packages in obj/ subdirectory that mimics $GOROOT/pkg.
by Russ Cox
· 16 years ago
3761da2
document template
by Rob Pike
· 16 years ago
c8f9378
regenerate Makefiles. fix bug in RPC.go (import "RPC" not "rpc.pb")
by Russ Cox
· 16 years ago
7847056
rewrite gobuild in go.
by Russ Cox
· 16 years ago
1cb3b7d
panicln: emit just one newline
by Russ Cox
· 16 years ago
57bff96
fix gotest by fixing nm -s to print in file order by storing a sequence number
by Rob Pike
· 16 years ago
55faa5f
fix one word for consistency.
by Rob Pike
· 16 years ago
dfff182
update tutorial for new slicing rules.
by Rob Pike
· 16 years ago
b340879
tweak grammar and associated prose to permit things like x.y in range clauses.
by Rob Pike
· 16 years ago
7aee71b
spec for range on strings
by Rob Pike
· 16 years ago
60ce95d
code changes for array conversion.
by Russ Cox
· 16 years ago
65d397f
compiler implementation of array slice change
by Russ Cox
· 16 years ago
37a5374
document and partially fix a race
by Russ Cox
· 16 years ago
1605176e
godoc: use data-driven templates for html, text generation
by Russ Cox
· 16 years ago
bafd1787
fix traceback prints - %S was not advancing pointer enough
by Russ Cox
· 16 years ago
cff99ba
make Location translate relative path to absolute
by Russ Cox
· 16 years ago
17c290f
tweak flag comment
by Russ Cox
· 16 years ago
457b003
godoc: supporting data
by Russ Cox
· 16 years ago
64627b0
check for type equality in deepequal
by Russ Cox
· 16 years ago
19692be
treat "" as empty
by Russ Cox
· 16 years ago
816f5b3
better html support. turn on error reporting; not enough info otherwise.
by Russ Cox
· 16 years ago
1cb1251
configurable delimiters.
by Rob Pike
· 16 years ago
cf8b9ce
test & fix template used twice
by Russ Cox
· 16 years ago
fa60226
http additions
by Russ Cox
· 16 years ago
c956e90
add a section about order of evaluation
by Rob Pike
· 16 years ago
935953a
tweak interface warning heuristic. some day i will fix this for real.
by Russ Cox
· 16 years ago
4b8c13d
do not create interfaces containing interfaces
by Russ Cox
· 16 years ago
ff73221
fix infinite loop in Readdirnames: bufp > nbuf can happen
by Russ Cox
· 16 years ago
ca9765d
Make the reflection library match the reflection string which
by Ian Lance Taylor
· 16 years ago
e21d981
add type in not-found error messages.
by Russ Cox
· 16 years ago
ff12f2e
add (stub) parser to template code, enabling rewrite.
by Rob Pike
· 16 years ago
c1ed7d7
enable test and fix bug in white space before {
by Rob Pike
· 16 years ago
fa7be65
template bug
by Russ Cox
· 16 years ago
6d617a8
change template function interface to
by Russ Cox
· 16 years ago
a20a50b
\r is white space
by Rob Pike
· 16 years ago
9b3f437
fix error return in Remove change canexec to canExec.
by Russ Cox
· 16 years ago
5eae3b2
lib misc
by Russ Cox
· 16 years ago
3d0e474
godoc: switch to go library template system
by Russ Cox
· 16 years ago
4011733
allow nil user map
by Russ Cox
· 16 years ago
a9996d0
runtime nits: variable name and comments
by Russ Cox
· 16 years ago
e97121a
working checkpoint.
by Russ Cox
· 16 years ago
73aadff
add strconv.Unquote
by Russ Cox
· 16 years ago
a62467a
fix stringrange test
by Russ Cox
· 16 years ago
907509d
tweak
by Ken Thompson
· 16 years ago
54ec719
fix string range to have full unicode range (up to 10FFFF).
by Rob Pike
· 16 years ago
9ddeb21
change replacement rune to its correct value, fffd
by Rob Pike
· 16 years ago
a91a8042
range over strings
by Ken Thompson
· 16 years ago
72d8676
bug142 is fixed
by Rob Pike
· 16 years ago
35a775d
Fixed optab to support SWI with long constant (the mode used
by Kai Backman
· 16 years ago
4e1896a
Adding ARM elf support to the 5l linker.
by Kai Backman
· 16 years ago
Next »