Sign in
go
/
go
/
2dd16a32083c716b80204c66d6bf1f2c8fadeccc
2dd16a3
first cut at optimizing
by Ken Thompson
· 16 years ago
9dc4b1c
make Copyn take and return int64. add Copy.
by Russ Cox
· 16 years ago
127c65b
- untab app (snapshot - not quite complete)
by Robert Griesemer
· 16 years ago
79d94d5
Copyn
by Robert Griesemer
· 16 years ago
23bd129
add -chatty flag to test. was supposed to be in some other cl but got dropped.
by Russ Cox
· 16 years ago
c5f4867
stop flag reading before lone - arg.
by Russ Cox
· 16 years ago
866c08f
fix build for newbies
by Russ Cox
· 16 years ago
93c8d3c
another shift bug
by Ken Thompson
· 16 years ago
92a4fe1
more tests for strconv; convert to gotest.
by Russ Cox
· 16 years ago
6cc001c
return *os.Error instead of bool from strconv.ato*
by Russ Cox
· 16 years ago
360151d
gobuild changes.
by Russ Cox
· 16 years ago
c1efd7d
roll tests into one binary
by Russ Cox
· 16 years ago
d12c1b9
Add ERROR comment for errmsg to look for.
by Ian Lance Taylor
· 16 years ago
7969860
testing support library
by Rob Pike
· 16 years ago
8b8630c
allow files to be named on the command line
by Rob Pike
· 16 years ago
d495372
new gotest shell script (will be a proper command some day, probably)
by Rob Pike
· 16 years ago
6b7dd4c
add build step to install debuggers setgid procmod.
by Russ Cox
· 16 years ago
6c5fc05
import syntax incorrect
by Robert Griesemer
· 16 years ago
c78005f
update golden.out
by Russ Cox
· 16 years ago
4656686
use correct lineno in nod even if yacc has looked ahead.
by Russ Cox
· 16 years ago
d8ecead
The compiler should reject calling a const as though it were a
by Ian Lance Taylor
· 16 years ago
1945cc4
The compiler should reject comparisons between ints and nil.
by Ian Lance Taylor
· 16 years ago
654bc2b
- factored out tabwriter a separate writer filter
by Robert Griesemer
· 16 years ago
337af31
- allow for multiple method names per function type in an interface decl.
by Robert Griesemer
· 16 years ago
ed628ca
* faster atof for common cases
by Russ Cox
· 16 years ago
4d1d5e8
work around more commonly-unreachable 6g code sequences.
by Russ Cox
· 16 years ago
3f548cd
add gobuild to build
by Russ Cox
· 16 years ago
7692a93
- new() accepts too many arguments
by Robert Griesemer
· 16 years ago
d58cd76
- interface methods must have full function type
by Robert Griesemer
· 16 years ago
a1585b6
fix the easy parts of bug120
by Russ Cox
· 16 years ago
b7f01f9
silence compiler warning
by Ken Thompson
· 16 years ago
869c3f4
update golden.out.
by Russ Cox
· 16 years ago
079c00a
correctly rounded floating-point conversions in new package strconv.
by Russ Cox
· 16 years ago
f333f46
floating point constant errors in 6g
by Russ Cox
· 16 years ago
75647d2
First pieces of malloc.
by Russ Cox
· 16 years ago
b1e8b5f
The scope rules have been clarified to indicate that a
by Ian Lance Taylor
· 16 years ago
5aa7dc5
adopt suggestions from Bentley and McIlroy (SP&E Nov 1993)
by Russ Cox
· 16 years ago
a1c85ed
Package-export proposal: - syntax change - missing: corresponding language
by Robert Griesemer
· 16 years ago
2567c07
random permutation function func perm(n int) *map[int]int
by Ken Thompson
· 16 years ago
9c7b064
fix bugs in package locals
by Russ Cox
· 16 years ago
7dee51f
The compilers should and do permit interface types to list
by Ian Lance Taylor
· 16 years ago
fd47cb9
conflicting scopes should cause error exit
by Rob Pike
· 16 years ago
d3f6093
package-local declarations using keyword "package".
by Russ Cox
· 16 years ago
e875055
switch
by Ken Thompson
· 16 years ago
23c8faa
buf fix: make FD.Read, FD.Write work for empty buffers
by Robert Griesemer
· 16 years ago
f3e354e
clean up make script reorder pieces so io is earlier
by Rob Pike
· 16 years ago
0c4c842
- added Init() function so that vectors can be used w/o New():
by Robert Griesemer
· 16 years ago
f8b20e4
add cov, prof to default build; clean up compiler warnings
by Russ Cox
· 16 years ago
7832ab5
code coverage tool
by Russ Cox
· 16 years ago
2355395
handle nils safely
by Rob Pike
· 16 years ago
22e0e1b
- better comment classification - related cleanups
by Robert Griesemer
· 16 years ago
3c2f0ae
* pretty printing snapshot: towards printing comments nicely
by Robert Griesemer
· 16 years ago
e2621b8
add a %v format to print an arbitrary value in its "println" form.
by Rob Pike
· 16 years ago
e4f4ab0
more array methods
by Russ Cox
· 16 years ago
c5f21c0
* 6l:
by Russ Cox
· 16 years ago
9795c9e
temp fix for map not multiple of 8
by Ken Thompson
· 16 years ago
bc0b4f0
mike's map code
by Ken Thompson
· 16 years ago
c4d8dc0
This bug has been fixed; moving it from bugs to fixedbugs.
by Ian Lance Taylor
· 16 years ago
419e1e0
add some support for modifying what pointers point to
by Rob Pike
· 16 years ago
6e70c2c
fix bug in FullyReader
by Rob Pike
· 16 years ago
20b9bfb
wrong code for array access
by Robert Griesemer
· 16 years ago
b1d37b7
reflect.PtrValue.SetSub() to set pointers
by Rob Pike
· 16 years ago
2f4d35f
converting uint bits back into floats
by Rob Pike
· 16 years ago
2727abe
- lowercased package name (Bignum -> bignum)
by Robert Griesemer
· 16 years ago
9c9cc2c
Recognize gccgo error messages. This uses GCCGO_ERROR, which
by Ian Lance Taylor
· 16 years ago
a957cee
The scope rules have been changed to say that labels live in a
by Ian Lance Taylor
· 16 years ago
902a4d5
6c bug with large constants
by Ken Thompson
· 16 years ago
6ee7fe5
Implement a "full reader" wrapper for io.Read, guaranteeing that
by Rob Pike
· 16 years ago
b682f92
don't try interface/structure conversion until
by Russ Cox
· 16 years ago
7921457
width fixes.
by Russ Cox
· 16 years ago
07c5442
Remove useless "Trace/breakpoint trap" lines using the format
by Ian Lance Taylor
· 16 years ago
0e544fa
fix error-handling bug. add newline after stack traces.
by Rob Pike
· 16 years ago
2a58e7d
more work on elastic tabs:
by Robert Griesemer
· 16 years ago
600ee08
* accept all NaNs, not just the one sys.NaN() returns.
by Russ Cox
· 16 years ago
203a17c
update tests
by Rob Pike
· 16 years ago
e876635
handle Inf, NaN in float print
by Russ Cox
· 16 years ago
842e1a9
Add a cache to avoid unnecessary parsing of type strings when constructing values
by Rob Pike
· 16 years ago
10137e7
fix start/stop bug in prof. also only time-limit if a value is provided.
by Rob Pike
· 16 years ago
091fb77
Protocol buffer encoding.
by Rob Pike
· 16 years ago
176e256
Added missing Set method for Vector
by Robert Griesemer
· 16 years ago
a3b4a3c
- steps towards "flexible tab stops" simulation in pretty
by Robert Griesemer
· 16 years ago
4328d44
wrong system call number for stat
by Rob Pike
· 16 years ago
79f5697
byte multiply
by Ken Thompson
· 16 years ago
dc78c64
byte multiply
by Ken Thompson
· 16 years ago
434c605
- language to define type equality rigorously
by Robert Griesemer
· 16 years ago
f8d7f5b
Don't use a type guard with a type which is not an interface.
by Ian Lance Taylor
· 16 years ago
d5ba668
Test case for evaluation order of select statement.
by Ian Lance Taylor
· 16 years ago
9b827cf
bug in select default
by Ken Thompson
· 16 years ago
9c7374d
Erroneous test case. The break statement should break out of a select clause.
by Ian Lance Taylor
· 16 years ago
483e031
- binomial implementation (fixing broken build)
by Robert Griesemer
· 16 years ago
175dd77
simpleminded ascii to floating point conversion
by Rob Pike
· 16 years ago
335a523
add sys.float32bits, sys.float64bits
by Rob Pike
· 16 years ago
ce15158
Test that a break statement inside a select statement breaks
by Ian Lance Taylor
· 16 years ago
ec81145
s/gins/gbranch/
by Russ Cox
· 16 years ago
0eda21a
change minimum sethi/ullman number to 1
by Russ Cox
· 16 years ago
ce16440
A recreational programming exercise:
by Robert Griesemer
· 16 years ago
9906bfc
6g ninit fixes - fixes the two test cases
by Russ Cox
· 16 years ago
66c6b13
- implemented String() and Format functionality in Bignum - added a test
by Robert Griesemer
· 16 years ago
3a2c0a9
- fixes to sprintf (by rob)
by Robert Griesemer
· 16 years ago
91212bd
If a value implements String(), use that in fmt.print (not fmt.printf)
by Rob Pike
· 16 years ago
Next »