2008-11-06 |
Ken Thompson | select default |
commit | commitdiff | tree |
2008-11-06 |
Russ Cox | more runtime support for chan select default |
commit | commitdiff | tree |
2008-11-06 |
Russ Cox | runtime support for default in select. |
commit | commitdiff | tree |
2008-11-06 |
Russ Cox | allow any type at all in sys.unreflect; |
commit | commitdiff | tree |
2008-11-06 |
Robert Griesemer | - fixed typo in parser.go |
commit | commitdiff | tree |
2008-11-05 |
Russ Cox | fix renamed-package bug in exported names: |
commit | commitdiff | tree |
2008-11-05 |
Robert Griesemer | - temporarily excluding bug118.go, causing pretty trouble |
commit | commitdiff | tree |
2008-11-05 |
Ken Thompson | more on t,ok = I.(T) |
commit | commitdiff | tree |
2008-11-05 |
Ian Lance Taylor | 6g dumps core on this input file. |
commit | commitdiff | tree |
2008-11-05 |
Ken Thompson | T,ok = I.(T) |
commit | commitdiff | tree |
2008-11-05 |
Russ Cox | new interface error messages |
commit | commitdiff | tree |
2008-11-05 |
Rob Pike | trim tags from type strings for structure fields. |
commit | commitdiff | tree |
2008-11-05 |
Ian Lance Taylor | Fix powser1.go to compile with the current 6g, which... |
commit | commitdiff | tree |
2008-11-05 |
Russ Cox | 6g interface changes: |
commit | commitdiff | tree |
2008-11-05 |
Ian Lance Taylor | Don't use a named pointer type as a receiver type.... |
commit | commitdiff | tree |
2008-11-05 |
Rob Pike | minor tweak to still non-portable alignment calculation |
commit | commitdiff | tree |
2008-11-05 |
Rob Pike | make sizes and offsets int, not uint64 |
commit | commitdiff | tree |
2008-11-05 |
Rob Pike | fix bugs parsing functions in reflect library. |
commit | commitdiff | tree |
2008-11-05 |
Rob Pike | type strings through the reflection library. |
commit | commitdiff | tree |
2008-11-05 |
Robert Griesemer | - added (incomplete) section on parameter passing |
commit | commitdiff | tree |
2008-11-04 |
Rob Pike | update golden.out |
commit | commitdiff | tree |
2008-11-04 |
Robert Griesemer | get rid of bignum leftovers |
commit | commitdiff | tree |
2008-11-04 |
Rob Pike | prepare for recursive printfs |
commit | commitdiff | tree |
2008-11-04 |
Robert Griesemer | install bignum as library |
commit | commitdiff | tree |
2008-11-04 |
Robert Griesemer | - better support for string conversions |
commit | commitdiff | tree |
2008-11-04 |
Russ Cox | move invalid method uses to new test |
commit | commitdiff | tree |
2008-11-04 |
Robert Griesemer | - completed integer support (some logical functions... |
commit | commitdiff | tree |
2008-11-04 |
Russ Cox | runtime support for interface ok, |
commit | commitdiff | tree |
2008-11-04 |
Russ Cox | 6l: generate gotypesigs on demand. |
commit | commitdiff | tree |
2008-11-04 |
Russ Cox | remove unnecessary 6g workaround |
commit | commitdiff | tree |
2008-11-03 |
Rob Pike | move DotDotDot into next case - hit submit too fast... |
commit | commitdiff | tree |
2008-11-03 |
Russ Cox | fixed tests |
commit | commitdiff | tree |
2008-11-03 |
Rob Pike | support ... as a special type in the reflection library. |
commit | commitdiff | tree |
2008-11-03 |
Russ Cox | update names after 6g change |
commit | commitdiff | tree |
2008-11-03 |
Russ Cox | rename various magic names. |
commit | commitdiff | tree |
2008-11-03 |
Ken Thompson | treat ... as agreed |
commit | commitdiff | tree |
2008-11-03 |
Rob Pike | in traceback, handle the case where we've called throug... |
commit | commitdiff | tree |
2008-11-03 |
Ken Thompson | unsigned divide by fn() |
commit | commitdiff | tree |
2008-11-03 |
Russ Cox | silence gcc warnings |
commit | commitdiff | tree |
2008-11-03 |
Rob Pike | ascii to unsigned integer |
commit | commitdiff | tree |
2008-11-03 |
Robert Griesemer | - keeping track of to-do items |
commit | commitdiff | tree |
2008-11-03 |
Robert Griesemer | - changed general div/mod implementation to a faster... |
commit | commitdiff | tree |
2008-11-02 |
Rob Pike | printf as we know and love it. |
commit | commitdiff | tree |
2008-11-02 |
Rob Pike | add creator for missing types, to avoid crashes when |
commit | commitdiff | tree |
2008-11-02 |
Ken Thompson | >>= and <<= shift bug |
commit | commitdiff | tree |
2008-11-01 |
Ken Thompson | DOTDOTDOT import/export |
commit | commitdiff | tree |
2008-11-01 |
Rob Pike | a couple of bugs in print. |
commit | commitdiff | tree |
2008-11-01 |
Ken Thompson | DOTDOTDOT |
commit | commitdiff | tree |
2008-11-01 |
Ken Thompson | sprint changed to snprint |
commit | commitdiff | tree |
2008-10-31 |
Robert Griesemer | - gcd, exponentiation, population count |
commit | commitdiff | tree |
2008-10-31 |
Ian Lance Taylor | Add support for the basic type "bool". |
commit | commitdiff | tree |
2008-10-31 |
Rob Pike | \x00 for NUL in type string. |
commit | commitdiff | tree |
2008-10-31 |
Russ Cox | make %Z handle embedded NULs; remove fixed-size buffer |
commit | commitdiff | tree |
2008-10-31 |
Ian Lance Taylor | Recognize gccgo error message: |
commit | commitdiff | tree |
2008-10-31 |
Robert Griesemer | - handle field tags in pretty printer |
commit | commitdiff | tree |
2008-10-31 |
Robert Griesemer | - fixed another test (arithmetic vs. logic shift bug) |
commit | commitdiff | tree |
2008-10-31 |
Rob Pike | add mention of tag string to grammar comment |
commit | commitdiff | tree |
2008-10-31 |
Robert Griesemer | - div and mod (arbitrary precision) |
commit | commitdiff | tree |
2008-10-31 |
Rob Pike | reflection support for tag strings |
commit | commitdiff | tree |
2008-10-31 |
Russ Cox | escape \ in %Z |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | change from $$ to \n$$ for .6 meta section delimiter |
commit | commitdiff | tree |
2008-10-30 |
Robert Griesemer | - language for struct field tags |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | make %Z escape " |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | annotations on embedded types |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | struct annotations in imports. |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | structure field annotation strings |
commit | commitdiff | tree |
2008-10-30 |
Robert Griesemer | - clarified section on numeric types: platform-dependen... |
commit | commitdiff | tree |
2008-10-30 |
Ken Thompson | shift bug |
commit | commitdiff | tree |
2008-10-30 |
Rob Pike | update tests |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | make sure errchk only prints BUG once. |
commit | commitdiff | tree |
2008-10-30 |
Robert Griesemer | - implemented Shr |
commit | commitdiff | tree |
2008-10-30 |
Ken Thompson | shift bugs |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | apply change suggested in CL 16658 review |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | bugs from old gri mail |
commit | commitdiff | tree |
2008-10-29 |
Ken Thompson | bug 113 |
commit | commitdiff | tree |
2008-10-29 |
Robert Griesemer | - added shl operation, extra tests |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | ./6.out |
commit | commitdiff | tree |
2008-10-29 |
Ken Thompson | bug 113 |
commit | commitdiff | tree |
2008-10-29 |
Rob Pike | update fmt to int/int32 etc split |
commit | commitdiff | tree |
2008-10-29 |
Ian Lance Taylor | Call the right function for int32 values. |
commit | commitdiff | tree |
2008-10-29 |
Rob Pike | update reflection library to int/int32 etc. split |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | update linux for int/int32 |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | set -e doesn't apply to ( ) blocks |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | update Fmt interface: d=int, ud=uint, d32=int32, d64... |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | more simple test fixes |
commit | commitdiff | tree |
2008-10-29 |
Ken Thompson | types |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | update golden.out with new type names |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | minor int/float fixes |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | shift bug in constant evaluator |
commit | commitdiff | tree |
2008-10-29 |
Ken Thompson | sigt_int |
commit | commitdiff | tree |
2008-10-29 |
Ken Thompson | new(chan) |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | fix strings bug from CL 18024 |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | adapt to new compiler types |
commit | commitdiff | tree |
2008-10-29 |
Ken Thompson | the end of life as we know it |
commit | commitdiff | tree |
2008-10-29 |
Robert Griesemer | - update test.sh (caused an error since src/pkg dir... |
commit | commitdiff | tree |
2008-10-29 |
Robert Griesemer | - steps towards implementation of div and mod |
commit | commitdiff | tree |
2008-10-28 |
Russ Cox | Uncomment the name/type error checking. |
commit | commitdiff | tree |
2008-10-28 |
Robert Griesemer | - bug fixes, cleanups |
commit | commitdiff | tree |
2008-10-27 |
Robert Griesemer | - created staging area for getting bignum package up... |
commit | commitdiff | tree |
2008-10-27 |
Rob Pike | update golden.out |
commit | commitdiff | tree |
next |