]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-03-05 Robert Griesemerrevert QualifiedIdent to old production
2009-03-05 Russ Coxmisc doc
2009-03-05 Rob Pikedelete deprecated files.
2009-03-05 Russ Coxmath: doc
2009-03-05 Rob Pikedocument vector
2009-03-05 Rob Pikelog: document
2009-03-05 Rob Pikeflag: document
2009-03-05 Rob Pikedelete bogus vestige
2009-03-05 Rob Piketypos
2009-03-05 Russ Coxsync: add documentation
2009-03-05 Rob Pikeremove some incorrect capitalizations.
2009-03-05 Rob Pikefix an HTML glitch.
2009-03-05 Russ Coxreject invalid map key types at compile time
2009-03-05 Russ Coxfix build
2009-03-05 Russ CoxSuggested tweaks up to package section.
2009-03-05 Robert Griesemer- missing makefile
2009-03-05 Robert GriesemerCreated new directory lib/lang:
2009-03-04 Russ Coxdisallow ordinary-type.(T), as in spec.
2009-03-04 Russ Coxchange Go logo to link to home page
2009-03-04 Robert GriesemerPreparation for moving scanner into a lib:
2009-03-04 Rob Pikerephrase redundancy.
2009-03-04 Rob Pikeenable pretty in run.bash
2009-03-04 Rob Pikeupdate missed test case to {}
2009-03-04 Robert Griesemer- allow ()'s and {}'s for now when parsing calls/compos...
2009-03-03 Russ CoxThe final piece of the alternative to my parens proposal
2009-03-03 Russ Coxback to T{x}, stricter handling of T(x) vs x.(T)
2009-03-03 Russ CoxAutomated g4 rollback of changelist 25024,
2009-03-03 Russ Coxclarify conversions vs type guards.
2009-03-03 Robert Griesemerscanner cleanup - getting it ready to as a library
2009-03-03 Rob Pikeredo poor example of slices.
2009-03-03 Rob Pikeaddress most of the editorial comments through "types"
2009-03-03 Robert Griesemer- itob
2009-03-03 Rob Pikedelete paragraph about unimplemented select-on-type...
2009-03-03 Rob PikePackages.
2009-03-03 Russ Coxfix names: s/fd/r/
2009-02-28 Rob Pikemost of the rest.
2009-02-28 Robert Griesemerfix a bug: do not print a ';' after a label if there...
2009-02-27 Robert GriesemerSteps towards a general scanner/parser library for Go:
2009-02-27 Rob Pikefinish types.
2009-02-26 Robert Griesemerfixed a typo
2009-02-26 Rob Pikebug130 is fixed
2009-02-26 Rob PikeContinue editing types section.
2009-02-25 Rob Pikecomplete types
2009-02-24 Rob Piketext and formatting are now folded into go_spec; delete
2009-02-24 Rob PikeUpdated the section on Types.
2009-02-24 Ken Thompsonbug 130 (go/defer) interface.method()
2009-02-24 Rob PikeMove Types before Declarations and Scopes.
2009-02-24 Rob PikeWork on declarations, unsafe, alignment.
2009-02-24 Robert Griesemer- fixed a bug with //-comment parsing
2009-02-22 Rob Pikeadd logo to documentation directory.
2009-02-21 Ken Thompsonbug with select :=
2009-02-20 Russ Coxdraft of memory model.
2009-02-20 Rob PikeRewrite lexical section.
2009-02-20 Rob Pikeautogenerate the table of contents
2009-02-20 Rob PikeFix most HTML errors.
2009-02-20 Robert Griesemergo_spec.txt formatted in html.
2009-02-20 Robert Griesemer- permit ()'s in types (TODO: update spec)
2009-02-20 Rob PikeFinish the lexical section.
2009-02-18 Rob PikeFirst piece of Go reference manual.
2009-02-18 Russ Coxallow parens to disambiguate types.
2009-02-18 Rob Pikedrop trailing slashes - missed comment from last review
2009-02-18 Rob Pikemore fun with triv.go: flags and arguments
2009-02-17 Russ Coxfew more Sizeof.
2009-02-17 Ken Thompsonfix unsafe.Sizeof("abc")
2009-02-17 Rob Pikeuse proper strconv in string values.
2009-02-17 Russ Coxcomment nit
2009-02-17 Russ Coxallow hex, octal in Atoi, etc.
2009-02-17 Russ Coxproposed XML parser design.
2009-02-17 Rob Pikemake interface to the flags themselves more public.
2009-02-17 Russ Coxbug123
2009-02-17 Russ Coxfix build - missed this file before
2009-02-17 Russ Coxuse embedded interface types
2009-02-17 Russ Coxembedded interface types in interfaces.
2009-02-17 Russ Coxio.Pipe
2009-02-16 Russ Coxassorted changes:
2009-02-16 Rob Pikechange the URL in the test to avoid a redirection that...
2009-02-16 Russ Coxadd os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.
2009-02-16 Russ Coxinsert ${GOOS} and ${GOARCH} in
2009-02-15 Russ Coxcleanups:
2009-02-15 Russ Coxbuild nits
2009-02-15 Russ Coxbug fix for &x[0] when x is slice
2009-02-14 Robert Griesemer- accept new composite literal syntax
2009-02-13 Robert Griesemer- added Makefile change again (lost due to to p4 misuse)
2009-02-13 Robert Griesemer- vector package (identical to array except for names)
2009-02-13 Russ Coxconvert composite literals from { } to ( ).
2009-02-13 Russ Coxadd composite literal ( ) syntax.
2009-02-13 Russ Coxfix build
2009-02-13 Robert Griesemerlabel declarations not handled properly
2009-02-13 Robert Griesemer- fixed bugs related to the empty statement
2009-02-12 Robert Griesemer- syntax for composite literals use () instead of {}
2009-02-12 Russ Coxrequire type assertions when narrowing.
2009-02-12 Russ Coxinsert type assertions when narrowing.
2009-02-12 Russ Coxfix gc bug. i think this is tgs's second bug.
2009-02-11 Robert Griesemer- language for embedded interfaces (as discussed this...
2009-02-11 Robert GriesemerAdded section on package unsafe:
2009-02-11 Rob Pikechange DirInfo->dirInfo now that 6g export bug is fixed
2009-02-11 Rob Pikedrop the os_ prefix on the file names in os. os_test...
2009-02-10 Russ Coxfix export bug Rob tripped over.
2009-02-10 Rob PikeMake Readdirnames work properly on Linux.
2009-02-10 Ian Lance TaylorImplement unsafe.Alignof.
next