]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-09-13 Ken Thompsoncorrect signal name thru package rename
2008-09-13 Ken Thompsonsnprints for safety
2008-09-13 Rob Pikeremove special trap-handling code for array out of...
2008-09-13 Robert Griesemertest program to generate multiples of a set of factors
2008-09-12 Ken Thompson1 got rid if static 'fn wo return' test
2008-09-12 Russ Coxbuffered input & output
2008-09-12 Russ Coxarray literals not initialized
2008-09-12 Russ Coxchange rand names to match type names
2008-09-12 Russ Coxrudimentary string utilities.
2008-09-12 Rob Pikenext section: i/o package that has structs, methods
2008-09-12 Rob Pikefix up linux trap handling - INTB 5 gives SEGV
2008-09-12 Robert Griesemer- hopefully improved language on label scopes
2008-09-12 Rob Pikefix silly portability bug
2008-09-12 Robert Griesemer- updated code to work again with latest 6g version
2008-09-12 Rob Pike- catch trace traps
2008-09-12 Russ Coxout of bounds bug
2008-09-12 Russ Coxbug 100 - spurious return warnings
2008-09-12 Ken Thompsonbug075
2008-09-12 Robert Griesemer- simplified the ideal number terminology for better...
2008-09-12 Robert Griesemer- rewrote section on numeric literals (grammar easier...
2008-09-12 Russ Coxnew bug
2008-09-12 Robert Griesemer- map composites should be of correct map type (instead...
2008-09-12 Robert Griesemer- 2 bugs with composite literals
2008-09-11 Robert Griesemer- added 2 bugs
2008-09-11 Rob Pikefixes for funcs without returns
2008-09-11 Ken Thompsonfunction wo return is an error - not warning
2008-09-11 Robert Griesemer- fixed missing return issues
2008-09-11 Ken Thompsonimplement discussed function wo return statement
2008-09-11 Rob Pikepull O_RDONLY etc. up to os library
2008-09-11 Rob Pikemake syscall use strings for file names
2008-09-11 Rob Pikeadd lib/os to standard build
2008-09-11 Rob Pikeadd sections about types and constants
2008-09-11 Ken Thompsonbug generating duplicate interface signatures
2008-09-11 Rob Pikegrowing the tutorial
2008-09-10 Ken Thompsonbug in type of first argument to slice
2008-09-10 Rob Pikemake FD a struct with Read, Write, etc.
2008-09-10 Robert Griesemer- added bug093.go
2008-09-10 Rob Pikeadd an Error type to be used as a singleton pointer
2008-09-10 Ian Lance TaylorEliminate duplication of MethodDecl nonterminal by...
2008-09-10 Robert Griesemer- incorporated bug fixes, todo's as suggested by rsc
2008-09-10 Rob Pikerudimentary beginnings of soon-to-be-real os library
2008-09-10 Rob Pike- stub for tutorial
2008-09-10 Robert Griesemer- added convenience wrappers for sort
2008-09-09 Ken Thompsonfixed bug in certain
2008-09-09 Rob Pikeupdate golden
2008-09-09 Russ Coxgo threads for OS X
2008-09-09 Robert Griesemer- moved spec todo's into spec (as html comment)
2008-09-09 Robert Griesemer- added missing language to almost all types
2008-09-09 Rob Pikefix bug in stack limit calculation - was setting limit...
2008-09-09 Robert Griesemerfixed sorting.go to use proper composite literal {...
2008-09-09 Robert Griesemer- added sort package and test case
2008-09-08 Russ Coxgo linux x86-64 kernel fixes:
2008-09-08 Russ Coxlimit tests to 4GB of memory.
2008-09-08 Robert GriesemerProposal for new function type syntax as suggested...
2008-09-08 Robert Griesemer- adjust my code and tests to new function syntax
2008-09-08 Ken Thompsonbug with struct literal with metods
2008-09-06 Ken ThompsonT{} syntax for constructors
2008-09-05 Rob Pikeuse a makefile to build math
2008-09-05 Rob Pikeupdate tests
2008-09-05 Ken Thompsonbugs 29, 61, 62, 74
2008-09-04 Robert Griesemer- \' not allowed in string literals
2008-09-04 Rob Pikeresolve that all unnecessary backslashes are rejected.
2008-09-04 Robert Griesemer- added missing language to operator section in spec
2008-09-04 Rob Pikeextend composite literal test.
2008-09-04 Rob Pikeinclude math in standard build
2008-09-04 Ken Thompsonrewriting bugs
2008-09-04 Rob PikeUpdate fmt, refl, and rpc to exploit bug fixes in compiler
2008-09-04 Rob Pikefix bug in stack overflow check.
2008-09-03 Robert Griesemer- clarification of type of array literals (always fixed...
2008-09-03 Rob Pikeupdate bugs
2008-09-03 Robert Griesemer- fixed typo
2008-09-03 Robert Griesemer- minor corrections to go_spec.txt
2008-09-03 Ken Thompsonmap literals
2008-09-03 Ken Thompsonarray literals
2008-09-03 Robert GriesemerComposite literal syntax.
2008-09-03 Rob Pikeupdate tests
2008-09-03 Ken Thompsonstructure literals
2008-09-03 Robert Griesemer- adjusted my submitted code to work with latest compil...
2008-09-03 Ken Thompsonorder of evaluation in function args
2008-09-02 Ken Thompsonbug in conv(string, bytearray)
2008-09-02 Rob Pikefix bug: was writing off end of array
2008-09-02 Russ Coxin golden.out, replace $RUNFILE with '$RUNFILE'
2008-09-02 Rob Pikevector cleanup:
2008-09-02 Rob Pikeupdate tests.
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
next