2008-12-08 |
Ian Lance Taylor | Tweak comments so that this test passes with gccgo. |
commit | commitdiff | tree |
2008-12-06 |
Ken Thompson | allowed syntax for range |
commit | commitdiff | tree |
2008-12-06 |
Ken Thompson | range statement |
commit | commitdiff | tree |
2008-12-05 |
Rob Pike | test pairwise iota assignment |
commit | commitdiff | tree |
2008-12-05 |
Russ Cox | add support for ref counts to memory allocator. |
commit | commitdiff | tree |
2008-12-05 |
Rob Pike | use sync.Mutex instead of a channel for locking |
commit | commitdiff | tree |
2008-12-05 |
Ian Lance Taylor | The DejaGNU testsuite harness used by the gccgo testsui... |
commit | commitdiff | tree |
2008-12-05 |
Robert Griesemer | - handle UTF-8 text in tabwriter |
commit | commitdiff | tree |
2008-12-05 |
Russ Cox | malloc fixes. |
commit | commitdiff | tree |
2008-12-05 |
Russ Cox | strings.utflen -> utf8.RuneCount, RuneCountInString |
commit | commitdiff | tree |
2008-12-05 |
Rob Pike | bug128 is fixed |
commit | commitdiff | tree |
2008-12-05 |
Robert Griesemer | - adjusted const decl grammar to reflect spec changes |
commit | commitdiff | tree |
2008-12-05 |
Robert Griesemer | Revised proposal for const/var cleanup, with |
commit | commitdiff | tree |
2008-12-05 |
Ken Thompson | empty switches -- bug128 |
commit | commitdiff | tree |
2008-12-04 |
Ken Thompson | const/var/iota declarations as discussed |
commit | commitdiff | tree |
2008-12-04 |
Russ Cox | don't warn anymore about missing imports |
commit | commitdiff | tree |
2008-12-04 |
Russ Cox | emit dynamically linked 6.out on darwin instead of... |
commit | commitdiff | tree |
2008-12-04 |
Ian Lance Taylor | Make run.bash run all the current tests. |
commit | commitdiff | tree |
2008-12-04 |
Russ Cox | add mutex.Mutex |
commit | commitdiff | tree |
2008-12-04 |
Russ Cox | fix build - forgot these files |
commit | commitdiff | tree |
2008-12-04 |
Russ Cox | add stub routines stackalloc() and stackfree(). |
commit | commitdiff | tree |
2008-12-04 |
Russ Cox | add time.Tick() |
commit | commitdiff | tree |
2008-12-03 |
Robert Griesemer | - fixed a bug with import printing (missing separator... |
commit | commitdiff | tree |
2008-12-03 |
Russ Cox | preparation for exec. |
commit | commitdiff | tree |
2008-12-03 |
Russ Cox | clean stack trace code. |
commit | commitdiff | tree |
2008-12-03 |
Russ Cox | Make strconv.atof("-0") return -0 |
commit | commitdiff | tree |
2008-12-03 |
Ken Thompson | import/export of exact mp floating constants |
commit | commitdiff | tree |
2008-12-03 |
Russ Cox | golden.out drift |
commit | commitdiff | tree |
2008-12-03 |
Robert Griesemer | - bug: empty switches don't compile |
commit | commitdiff | tree |
2008-12-03 |
Ken Thompson | small code improvement to |
commit | commitdiff | tree |
2008-12-03 |
Ken Thompson | truncating of float constants when |
commit | commitdiff | tree |
2008-12-03 |
Robert Griesemer | - oversight: extra allow source-level line breaks insid... |
commit | commitdiff | tree |
2008-12-03 |
Robert Griesemer | - fine-tuning of white space |
commit | commitdiff | tree |
2008-12-03 |
Russ Cox | 6g gives no error on "0 != nil" |
commit | commitdiff | tree |
2008-12-02 |
Ian Lance Taylor | The flag and fmt libraries are now available from gccgo by |
commit | commitdiff | tree |
2008-12-02 |
Russ Cox | remove reference to non-existent mparith.h |
commit | commitdiff | tree |
2008-12-02 |
Robert Griesemer | bug: constants should not be redeclarable |
commit | commitdiff | tree |
2008-12-02 |
Ken Thompson | multi precision floating point |
commit | commitdiff | tree |
2008-12-02 |
Robert Griesemer | - enabled comment printing by default |
commit | commitdiff | tree |
2008-12-02 |
Russ Cox | be more precise in ftoa_test. |
commit | commitdiff | tree |
2008-12-01 |
Robert Griesemer | - better comment formatting, starting to look good |
commit | commitdiff | tree |
2008-12-01 |
Russ Cox | add blank line (response to post-submit review of CL... |
commit | commitdiff | tree |
2008-11-27 |
Robert Griesemer | - collect addition source position information in parser |
commit | commitdiff | tree |
2008-11-26 |
Robert Griesemer | - snapshot of state before trying yet another, hopefull... |
commit | commitdiff | tree |
2008-11-26 |
Russ Cox | new stacktrace format |
commit | commitdiff | tree |
2008-11-26 |
Russ Cox | change meaning of $GOMAXPROCS to number of cpus to... |
commit | commitdiff | tree |
2008-11-25 |
Robert Griesemer | - fixed a problem with flushing |
commit | commitdiff | tree |
2008-11-25 |
Russ Cox | gotest: change pattern to Test([^a-z].*)? |
commit | commitdiff | tree |
2008-11-25 |
Robert Griesemer | - delete vector.go - not needed anymore |
commit | commitdiff | tree |
2008-11-25 |
Rob Pike | make a (rudimentary) ByteBuffer and put it in package... |
commit | commitdiff | tree |
2008-11-25 |
Russ Cox | use pc/ln table to print source lines in traceback |
commit | commitdiff | tree |
2008-11-25 |
Russ Cox | % x inserts spaces between hex bytes in string/*[]byte |
commit | commitdiff | tree |
2008-11-25 |
Russ Cox | add author lines |
commit | commitdiff | tree |
2008-11-25 |
Robert Griesemer | - move error handling out of scanner |
commit | commitdiff | tree |
2008-11-25 |
Ken Thompson | better code for += -= ^= |= and &= |
commit | commitdiff | tree |
2008-11-25 |
Rob Pike | compiler catches out of bounds; work around |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | add hash to build; rm pkg/* in clean.bash |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | convert tests. |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | replay CL 19916 and CL 19913 now that the build can... |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | remove old .6 after install, |
commit | commitdiff | tree |
2008-11-24 |
Rob Pike | really restore helpful error rules |
commit | commitdiff | tree |
2008-11-24 |
Rob Pike | restore helpful error rules |
commit | commitdiff | tree |
2008-11-24 |
Ken Thompson | 1. retract general field names |
commit | commitdiff | tree |
2008-11-24 |
Rob Pike | add missing file |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | Automated g4 rollback of changelist 19913. |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | Automated g4 rollback of changelist 19916. |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | utf8: add InString routines for decoding in strings |
commit | commitdiff | tree |
2008-11-24 |
Robert Griesemer | bufio.ReadRune |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | make bignum_test a test |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | hash writers: adler32, crc32, md5, sha1. |
commit | commitdiff | tree |
2008-11-24 |
Rob Pike | output of fmt has changed for %g |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | gobuild: |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | fix %g 20 -> "2e+01" want "20" |
commit | commitdiff | tree |
2008-11-24 |
Ken Thompson | indexing optimizations and bug fix |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | delete stack mark strings |
commit | commitdiff | tree |
2008-11-23 |
Ken Thompson | setup for keywords in fieldnames |
commit | commitdiff | tree |
2008-11-23 |
Ken Thompson | reg and peep |
commit | commitdiff | tree |
2008-11-22 |
Russ Cox | utf8 routines in go; a start. |
commit | commitdiff | tree |
2008-11-22 |
Russ Cox | fix 6l bug - moved symbol table without |
commit | commitdiff | tree |
2008-11-21 |
Russ Cox | fix build - missed update that added tabwriter |
commit | commitdiff | tree |
2008-11-21 |
Russ Cox | convert lib to a Makefile, |
commit | commitdiff | tree |
2008-11-21 |
Robert Griesemer | - implemented arbitrary padding char for tabwriter |
commit | commitdiff | tree |
2008-11-21 |
Rob Pike | don't print (incorrect anyway) line numbers in panic. |
commit | commitdiff | tree |
2008-11-21 |
Rob Pike | automatically add tabs after newlines |
commit | commitdiff | tree |
2008-11-21 |
Robert Griesemer | - move tabwriter into library |
commit | commitdiff | tree |
2008-11-21 |
Russ Cox | symbol table changes |
commit | commitdiff | tree |
2008-11-21 |
Rob Pike | tweak pcs in traceback so they point to calling line... |
commit | commitdiff | tree |
2008-11-21 |
Robert Griesemer | - correct error handling throughout |
commit | commitdiff | tree |
2008-11-20 |
Rob Pike | run tests in file order, not alphabetical |
commit | commitdiff | tree |
2008-11-20 |
Russ Cox | new flags to 6cov |
commit | commitdiff | tree |
2008-11-20 |
Russ Cox | slightly simpler math.Pow per gri's suggestion |
commit | commitdiff | tree |
2008-11-20 |
Russ Cox | add math to tests; clean a bit |
commit | commitdiff | tree |
2008-11-20 |
Russ Cox | more accurate Log, Exp, Pow. |
commit | commitdiff | tree |
2008-11-20 |
Rob Pike | refine gobuild: the files must be *_test.go not *test.go |
commit | commitdiff | tree |
2008-11-20 |
Rob Pike | change naming convention for tests from |
commit | commitdiff | tree |
2008-11-20 |
Rob Pike | a few Errorfs should have been Error |
commit | commitdiff | tree |
2008-11-20 |
Robert Griesemer | - array-ify code, remove local implementation |
commit | commitdiff | tree |
2008-11-20 |
Robert Griesemer | - full support for sorting (assumes array elements... |
commit | commitdiff | tree |
2008-11-20 |
Russ Cox | gotestify & gostylify math. |
commit | commitdiff | tree |
2008-11-19 |
Rob Pike | gotestify regexp |
commit | commitdiff | tree |
next |