]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-11-06 Ken Thompsonselect default
2008-11-06 Russ Coxmore runtime support for chan select default
2008-11-06 Russ Coxruntime support for default in select.
2008-11-06 Russ Coxallow any type at all in sys.unreflect;
2008-11-06 Robert Griesemer- fixed typo in parser.go
2008-11-05 Russ Coxfix renamed-package bug in exported names:
2008-11-05 Robert Griesemer- temporarily excluding bug118.go, causing pretty trouble
2008-11-05 Ken Thompsonmore on t,ok = I.(T)
2008-11-05 Ian Lance Taylor6g dumps core on this input file.
2008-11-05 Ken ThompsonT,ok = I.(T)
2008-11-05 Russ Coxnew interface error messages
2008-11-05 Rob Piketrim tags from type strings for structure fields.
2008-11-05 Ian Lance TaylorFix powser1.go to compile with the current 6g, which...
2008-11-05 Russ Cox6g interface changes:
2008-11-05 Ian Lance TaylorDon't use a named pointer type as a receiver type....
2008-11-05 Rob Pikeminor tweak to still non-portable alignment calculation
2008-11-05 Rob Pikemake sizes and offsets int, not uint64
2008-11-05 Rob Pikefix bugs parsing functions in reflect library.
2008-11-05 Rob Piketype strings through the reflection library.
2008-11-05 Robert Griesemer- added (incomplete) section on parameter passing
2008-11-04 Rob Pikeupdate golden.out
2008-11-04 Robert Griesemerget rid of bignum leftovers
2008-11-04 Rob Pikeprepare for recursive printfs
2008-11-04 Robert Griesemerinstall bignum as library
2008-11-04 Robert Griesemer- better support for string conversions
2008-11-04 Russ Coxmove invalid method uses to new test
2008-11-04 Robert Griesemer- completed integer support (some logical functions...
2008-11-04 Russ Coxruntime support for interface ok,
2008-11-04 Russ Cox6l: generate gotypesigs on demand.
2008-11-04 Russ Coxremove unnecessary 6g workaround
2008-11-03 Rob Pikemove DotDotDot into next case - hit submit too fast...
2008-11-03 Russ Coxfixed tests
2008-11-03 Rob Pikesupport ... as a special type in the reflection library.
2008-11-03 Russ Coxupdate names after 6g change
2008-11-03 Russ Coxrename various magic names.
2008-11-03 Ken Thompsontreat ... as agreed
2008-11-03 Rob Pikein traceback, handle the case where we've called throug...
2008-11-03 Ken Thompsonunsigned divide by fn()
2008-11-03 Russ Coxsilence gcc warnings
2008-11-03 Rob Pikeascii to unsigned integer
2008-11-03 Robert Griesemer- keeping track of to-do items
2008-11-03 Robert Griesemer- changed general div/mod implementation to a faster...
2008-11-02 Rob Pikeprintf as we know and love it.
2008-11-02 Rob Pikeadd creator for missing types, to avoid crashes when
2008-11-02 Ken Thompson>>= and <<= shift bug
2008-11-01 Ken ThompsonDOTDOTDOT import/export
2008-11-01 Rob Pikea couple of bugs in print.
2008-11-01 Ken ThompsonDOTDOTDOT
2008-11-01 Ken Thompsonsprint changed to snprint
2008-10-31 Robert Griesemer- gcd, exponentiation, population count
2008-10-31 Ian Lance TaylorAdd support for the basic type "bool".
2008-10-31 Rob Pike\x00 for NUL in type string.
2008-10-31 Russ Coxmake %Z handle embedded NULs; remove fixed-size buffer
2008-10-31 Ian Lance TaylorRecognize gccgo error message:
2008-10-31 Robert Griesemer- handle field tags in pretty printer
2008-10-31 Robert Griesemer- fixed another test (arithmetic vs. logic shift bug)
2008-10-31 Rob Pikeadd mention of tag string to grammar comment
2008-10-31 Robert Griesemer- div and mod (arbitrary precision)
2008-10-31 Rob Pikereflection support for tag strings
2008-10-31 Russ Coxescape \ in %Z
2008-10-30 Russ Coxchange from $$ to \n$$ for .6 meta section delimiter
2008-10-30 Robert Griesemer- language for struct field tags
2008-10-30 Russ Coxmake %Z escape "
2008-10-30 Russ Coxannotations on embedded types
2008-10-30 Russ Coxstruct annotations in imports.
2008-10-30 Russ Coxstructure field annotation strings
2008-10-30 Robert Griesemer- clarified section on numeric types: platform-dependen...
2008-10-30 Ken Thompsonshift bug
2008-10-30 Rob Pikeupdate tests
2008-10-30 Russ Coxmake sure errchk only prints BUG once.
2008-10-30 Robert Griesemer- implemented Shr
2008-10-30 Ken Thompsonshift bugs
2008-10-30 Russ Coxapply change suggested in CL 16658 review
2008-10-30 Russ Coxbugs from old gri mail
2008-10-29 Ken Thompsonbug 113
2008-10-29 Robert Griesemer- added shl operation, extra tests
2008-10-29 Russ Cox./6.out
2008-10-29 Ken Thompsonbug 113
2008-10-29 Rob Pikeupdate fmt to int/int32 etc split
2008-10-29 Ian Lance TaylorCall the right function for int32 values.
2008-10-29 Rob Pikeupdate reflection library to int/int32 etc. split
2008-10-29 Russ Coxupdate linux for int/int32
2008-10-29 Russ Coxset -e doesn't apply to ( ) blocks
2008-10-29 Russ Coxupdate Fmt interface: d=int, ud=uint, d32=int32, d64...
2008-10-29 Russ Coxmore simple test fixes
2008-10-29 Ken Thompsontypes
2008-10-29 Russ Coxupdate golden.out with new type names
2008-10-29 Russ Coxminor int/float fixes
2008-10-29 Russ Coxshift bug in constant evaluator
2008-10-29 Ken Thompsonsigt_int
2008-10-29 Ken Thompsonnew(chan)
2008-10-29 Russ Coxfix strings bug from CL 18024
2008-10-29 Russ Coxadapt to new compiler types
2008-10-29 Ken Thompsonthe end of life as we know it
2008-10-29 Robert Griesemer- update test.sh (caused an error since src/pkg dir...
2008-10-29 Robert Griesemer- steps towards implementation of div and mod
2008-10-28 Russ CoxUncomment the name/type error checking.
2008-10-28 Robert Griesemer- bug fixes, cleanups
2008-10-27 Robert Griesemer- created staging area for getting bignum package up...
2008-10-27 Rob Pikeupdate golden.out
next