]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-09-01 Ken Thompsonminor bugs
2008-08-30 Ken Thompsonfixed labels/break/continue/goto
2008-08-30 Robert Griesemer- removed 'iota' from the keyword list
2008-08-29 Robert Griesemer- declaring large fixed arrays is causing runtime crash
2008-08-29 Robert Griesemer- removed need for int() conversion now that x << s...
2008-08-29 Ken Thompsonfix type of (1<<x)
2008-08-29 Robert Griesemer- updated test cases to latest compiler changes
2008-08-29 Robert Griesemer- updated and cleaned up vector.go to use new array...
2008-08-29 Ken Thompsonshift operations to new spec
2008-08-29 Robert Griesemer- Preliminary draft of what might become a real spec
2008-08-28 Ken Thompsonget rid of static/dynamic array distinction
2008-08-28 Ken Thompsonarrays
2008-08-22 Ken Thompsonfix fat copy of overlapping data
2008-08-22 Robert Griesemerclarify pointer forward decls per ian's suggestion
2008-08-21 Robert Griesemer- explained function and method pointers
2008-08-21 Robert Griesemeradded scope rules, removed TODO
2008-08-20 Robert Griesemerupdated section on reserved words
2008-08-20 Rob Pikedelete redundant bug.
2008-08-20 Robert Griesemerbugs related to constat types
2008-08-13 Rob Pikeallow predefined identifiers (len, etc.) to be exported.
2008-08-13 Rob Pikeadd test for constants
2008-08-13 Ken Thompsonput i2s, s2i and i2i in convert
2008-08-13 Rob Pikeupdate bugs
2008-08-12 Ken Thompsoni2s and i2i
2008-08-12 Rob Pikeupdate tests
2008-08-12 Ken Thompsonresolve go.y edits
2008-08-12 Ken Thompsonfixed bugs in const/case
2008-08-12 Rob Pikefix one syntax error in declaration.
2008-08-12 Rob Pikeuse tabs for indentation consistently
2008-08-12 Rob PikeNew words regarding constants
2008-08-12 Rob Pikefix bug depot:
2008-08-12 Rob Pikefix two print statements
2008-08-12 Rob Pikefix a typo in the comments
2008-08-12 Robert Griesemer- changed go-in-go parser to require ()'s for panic...
2008-08-12 Robert Griesemer- allow reserved words as field and method names
2008-08-12 Ken Thompsonprint() and field names
2008-08-12 Robert Griesemer- experiments with forward-declaring types of non-impor...
2008-08-12 Robert Griesemer- removed fall-through for case: case: in switch statements
2008-08-11 Rob Pike- fix signedness bug in sys.Inf()
2008-08-11 Ken Thompsonfloating <= and >= compare
2008-08-11 Rob Pikeadd test for maps.
2008-08-11 Ken Thompsonexport large constants
2008-08-11 Rob Pikecode in bug was wrong; correct and improve. works...
2008-08-11 Robert Griesemer- added test case for compiler bug re: exported
2008-08-11 Rob Pikeupdate tests.
2008-08-11 Robert Griesemer- more steps towards automatic recursive compilation...
2008-08-10 Ken Thompsonfixed op=, ++ and -- on maps (bug060)
2008-08-10 Ken Thompsonallow name-type or pointer-to-named-type as method...
2008-08-10 Ken Thompsonfixed unary ^ opcode (bug082)
2008-08-10 Ken Thompsonadding and deleting files
2008-08-10 Ken Thompsonmp fixed arith
2008-08-09 Rob Pikefix minor bug uncovered by new constant evaluator
2008-08-09 Ken Thompsonforgot a file
2008-08-09 Ken Thompsonmp constants
2008-08-08 Robert Griesemer- removed misleading comment in bug041.go
2008-08-08 Rob Pikefix a couple of tests that had shell errors
2008-08-08 Russ CoxChange generated acid to indent nested structures properly.
2008-08-08 Robert Griesemerfirst primitive cut at resolving missing imports automa...
2008-08-08 Robert Griesemerbug: cannot take len() of a constant string
2008-08-08 Rob Pikeinclude syscall in default build
2008-08-08 Robert Griesemerrevert specification of pointer types to current implem...
2008-08-07 Rob Pikefix erroneous code in bugs; reported by iant.
2008-08-07 Robert Griesemer- implement scanner token stream via channel
2008-08-07 Robert Griesemersnapshot of today's changes - more semantic tests
2008-08-06 Robert Griesemerreturning from a function that specified a result shoul...
2008-08-06 Robert Griesemer- added more semantic checks - more to come
2008-08-05 Robert Griesemerbug: package name not visible
2008-08-05 Robert Griesemer- fixed another export bug
2008-08-05 Russ Coxkill trailing white space.
2008-08-05 Russ Cox* comment, clean up scheduler
2008-08-05 Rob Pikeallow pointers as keys in maps, treating them the same...
2008-08-05 Rob Pikeworkaround for compiler bug: len(a) is zero
2008-08-05 Russ Coxfix go build
2008-08-05 Russ Coxacid. works only on Linux for now
2008-08-05 Robert Griesemer- switched most of existing Go code to new export syntax
2008-08-04 Russ Coxfirst cut at multithreading. works on Linux.
2008-08-04 Rob Pikefix bug - need to read final message in daisy chain...
2008-08-04 Robert Griesemer- switch to new export syntax
2008-08-04 Rob Pikeuse new export syntax to avoid repetition
2008-08-04 Robert Griesemer- import/export cleanup: added comments, removed dead...
2008-08-04 Ken Thompsonexport external functions
2008-08-04 Robert Griesemer- more import/export stuff
2008-08-04 Robert Griesemer- adjust Make.conf to use cc instead of cc64 for now
2008-08-04 Russ Coxadd nm
2008-08-04 Russ CoxUse a single Make.conf for setting CC, etc.
2008-08-04 Ken Thompsonadd 'export' adjectives to external
2008-08-04 Russ Coxmake 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit...
2008-08-03 Ken Thompson6c delete .6 file on error
2008-08-03 Russ CoxRemove doubled #else
2008-08-03 Russ Coxslightly gratuitous reorg of scheduler code
2008-08-02 Rob Pikego method bug is fixed.
2008-08-02 Ken Thompsongo method
2008-08-01 Rob Pikenew bug: go on a method is wrong
2008-08-01 Robert Griesemerbug: non-exported type is accessible in client
2008-08-01 Robert Griesemer- simplified handling of primary types (types w/ names...
2008-08-01 Robert Griesemermore import/export stuff:
2008-08-01 Robert Griesemer- added import/export test cases
2008-07-31 Robert Griesemerfixed bug in FixExt routine
2008-07-31 Robert Griesemer- backward link from objs to containing scope
2008-07-31 Robert Griesemer- fixed a bug w/ exports (wrong package info)
next