- e303eeb go/test/chan1.go: fix typo Found by Lucio De Re by Rob Pike · 13 years ago
- eb37b5b test: document ken/*.go by Rob Pike · 13 years ago
- e014cf0 test: add cmpout to testlib by Brad Fitzpatrick · 13 years ago
- d2cc988 test: use testlib (fourth 100) by Russ Cox · 13 years ago
- 450c955 test: test slice beyond len by Ian Lance Taylor · 13 years ago
- 5e77b00 test: split golden.out into expected output per test by Ian Lance Taylor · 13 years ago
- f203093 test: change several tests to not print by Ian Lance Taylor · 13 years ago
- 6b34628 test: gofmt a few tests by Ian Lance Taylor · 13 years ago
- f9489be renaming_4: gofix -r everything/but/src/pkg by Rob Pike · 13 years ago
- db33959 cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: use rune by Russ Cox · 13 years ago
- ad7dea1 gc: handle complex CONVNOP by Russ Cox · 14 years ago
- 07abf1c fix tree for reflect rename by Russ Cox · 14 years ago
- db5c5d6 update go tree for reflect changes by Russ Cox · 14 years ago
- 814075d test: do not depend on implicit if condition by Russ Cox · 14 years ago
- f2b5a07 delete float, complex - code changes by Russ Cox · 14 years ago
- c332892 test/ken/convert.go: add conversion torture test (written by ken) by Rob Pike · 14 years ago
- f4a5d73 test new slices by Russ Cox · 15 years ago
- 5309fae test: don't assign address of array to slice. by Ian Lance Taylor · 15 years ago
- 36057e7 more soft float support. passes several basic tests by Kai Backman · 15 years ago
- 6d8b810 gc: fix crash for nested complex division by Russ Cox · 15 years ago
- fc090a3 reflect: add Type.Bits method, add tags to prohibit conversions by Russ Cox · 15 years ago
- 6aaef04 misc cleanup: gofmt + &x -> x[0:] conversion by Russ Cox · 15 years ago
- 00f9f0c single argument panic by Russ Cox · 15 years ago
- 325cf8e delete all uses of panicln by rewriting them using panic or, by Rob Pike · 15 years ago
- 2edb02b 1. decommit complex(float) conversion by Ken Thompson · 15 years ago
- f229c8b identical complex implementation by Ken Thompson · 15 years ago
- 426099f 6g complex type usable 8g and 5g have stubs to ignore complex by Ken Thompson · 15 years ago
- 486d9eb test: fix 386 build (missing complex) by Russ Cox · 15 years ago
- 7d4b1e4 more on type complex. getting close. by Ken Thompson · 15 years ago
- b2beb8a Add explicit locking. by Ian Lance Taylor · 15 years ago
- 9bf0aab trailing comma's are not accepted with current syntax by Robert Griesemer · 15 years ago
- 581530e make test/ken safe for optional semis by Robert Griesemer · 15 years ago
- aa4c638 x[y:] for strings by Russ Cox · 15 years ago
- 652f556 x[lo:] - gc and runtime. by Russ Cox · 15 years ago
- f6d67c9 write stack traces and panics to stderr by Rob Pike · 15 years ago
- ebd27d6 time tests; sort -nr times.out | sed 10q is illuminating. by Russ Cox · 15 years ago
- 7743ffe disallow interface { x, y() } by Russ Cox · 16 years ago
- 1a31989 fix "declared and not used" in tests; by Russ Cox · 16 years ago
- a4448a9 compound literal test by Ken Thompson · 16 years ago
- e667e8a arraytoslice and some cleanup by Ken Thompson · 16 years ago
- bf0130c sliceslice inline by Ken Thompson · 16 years ago
- 9bf597a inline slicearray by Ken Thompson · 16 years ago
- 8bbe748 Enable these tests. Fix divconst.go and modconst.go to by Ian Lance Taylor · 16 years ago
- 74dd0ab fix up some irregular indentation by Rob Pike · 16 years ago
- b5c57fe delete forward type declarations by Russ Cox · 16 years ago
- 5b62b19 convert non-pkg go files to whole-package compilation. by Russ Cox · 16 years ago
- 3f91f80 8-bit div and mod by Russ Cox · 16 years ago
- 812f06b another plateau - almost done only need to fix up certain denominators by Ken Thompson · 16 years ago
- f1baf78 divide by a constant power of 2 by Ken Thompson · 16 years ago
- 6739b8d string([]int) is now implemented by Rob Pike · 16 years ago
- 918afd94 move things out of sys into os and runtime by Russ Cox · 16 years ago
- 876c637 added a distinguishing string to the error prints by Ken Thompson · 16 years ago
- c4de249 signs on div and mod by Ken Thompson · 16 years ago
- e2bf227 make string take []byte only, so have to use *[10]byte to convert by Russ Cox · 16 years ago
- 60ce95d code changes for array conversion. by Russ Cox · 16 years ago
- 49e2087 insert type assertions when narrowing. by Russ Cox · 16 years ago
- 4cf7711 update go code tree to new func rules. by Russ Cox · 16 years ago
- 7859ae8 removed a:b in range syntax added another channel test by Ken Thompson · 16 years ago
- 839a684 delete export by Russ Cox · 16 years ago
- f48cbfd convert tests; nothing interesting. by Russ Cox · 16 years ago
- 3609624 casify, cleanup sys by Russ Cox · 16 years ago
- 5564504 new new & make by Russ Cox · 16 years ago
- 61a7e44 fix some tests. only 3 remain broken (complit, hilbert, initcomma). by Rob Pike · 16 years ago
- 08ca30b change *map to map; *chan to chan; new(T) to new(*T) by Russ Cox · 16 years ago
- 4026500 arrays by Ken Thompson · 16 years ago
- ae5a475 range clause must have = or := := illegal in for-increment by Ken Thompson · 16 years ago
- 26b357c range statement by Ken Thompson · 16 years ago
- 3489fe9 compiler catches out of bounds; work around by Rob Pike · 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
- 9eebfe6 types by Ken Thompson · 16 years ago
- 24eb30b test by Ken Thompson · 16 years ago
- 22a6747 Per discussion earlier today with r and gri: when an interface by Ian Lance Taylor · 16 years ago
- 8973e1f basic types/interfaces test by Ken Thompson · 16 years ago
- e6cd1e4 remove uses of *T as an implicit forward declaration of T by Russ Cox · 16 years ago
- 983f06b update code to follow new semicolon rules: by Russ Cox · 16 years ago
- 08df4dc Storing an out of range constant into a variable should by Ian Lance Taylor · 17 years ago
- 8a9752d another async select bug by Ken Thompson · 17 years ago
- 9ebd9d3 fix some tests by Rob Pike · 17 years ago
- 934a19f channel test by Ken Thompson · 17 years ago
- 0194aaf T{} syntax for constructors by Ken Thompson · 17 years ago
- e1e53e3 update tests add commands to two new ken tests by Rob Pike · 17 years ago
- 944ad62 fix type of (1<<x) by Ken Thompson · 17 years ago
- 3308eb4 delete redundant bug. fix typo. add scoping bug. by Rob Pike · 17 years ago
- 4797523 fixed bugs in const/case by Ken Thompson · 17 years ago
- bc2f5f1 fix bug depot: by Rob Pike · 17 years ago
- 69353f0 fix erroneous code in bugs; reported by iant. by Rob Pike · 17 years ago
- 6810f39 test update. also remove two duplicates by Rob Pike · 17 years ago
- c38391a test update. some tests now run; no change to output by Rob Pike · 17 years ago
- bf14ef6 test cleanup by Rob Pike · 17 years ago
- 34cb7c2 export sys.exit by Rob Pike · 17 years ago
- a77f7b2 remove receclarations from tests that are supposed to succeed by Ken Thompson · 17 years ago
- 3df8e0a clean up ken/rob2.go to eliminate a few workarounds by Rob Pike · 17 years ago
- e8010b3 add bug045: bad nil assigning into array by Rob Pike · 17 years ago
- 814896e update lots of tests by Rob Pike · 17 years ago
- 094ee44 check in the bugs and fixed bugs by Rob Pike · 17 years ago
- ab34d15 add ken's tests. update run to work with multiple directories by Rob Pike · 17 years ago