openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
go-lang
Settings
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
over 1 year
ago. based on code collected
over 1 year
ago.
Mar 06, 2023 — Mar 06, 2024
Showing page 1,977 of 1,979
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- Added section on type equivalence - Changed signature syntax: parameter names are always mandatory - Minor white-space cosmetic changes
Robert Griesemer
More...
about 17 years ago
fix description of iota to reflect reality.
Rob Pike
More...
about 17 years ago
Add description of type conversions.
Rob Pike
More...
about 17 years ago
- essentially reverted my change of yesterday with respect to char/string syntax - fixed indentation in many places - fixed a couple of typos
Robert Griesemer
More...
over 17 years ago
- added language to document .() notation - propose change to char/string productions: I find this easier to read
Robert Griesemer
More...
over 17 years ago
Added discussion of new, nil, and initialization.
Rob Pike
More...
over 17 years ago
Add description of how compiling and linking handle dependencies.
Rob Pike
More...
over 17 years ago
remove noisy print
Rob Pike
More...
over 17 years ago
Add a rudimentary vector container to ameliorate the inability to allocate dynamic arrays.
Rob Pike
More...
over 17 years ago
make digits a string instead of an array of bytes. use string* to pass it around.
Rob Pike
More...
over 17 years ago
generate an error if the foreward declaration of a func does not exactly match the actual (or another foreward) declaration. the reason is that when there are 2 declarations of a function, the names of the parameters are taken from the first. thus func x(a int); followed by func x(b int) { ... } will have the parameter named "a" and "b" will be undefined.
Ken Thompson
More...
over 17 years ago
bug36 fixed error in symbol table in the second forward declaration of a function.
Ken Thompson
More...
over 17 years ago
code to assign nil to an interface without conversions
Ken Thompson
More...
over 17 years ago
bug31
Ken Thompson
More...
over 17 years ago
bug28 fix code generation bug in second index of string slice.
Ken Thompson
More...
over 17 years ago
fix bug30 automatic declaration leaking from one function to another
Ken Thompson
More...
over 17 years ago
SVN=114213
Ken Thompson
More...
over 17 years ago
SVN=114204
Ken Thompson
More...
over 17 years ago
SVN=114202
Ken Thompson
More...
over 17 years ago
add script to generate .html from .txt
Rob Pike
More...
over 17 years ago
Add select statement
Rob Pike
More...
over 17 years ago
Fix date stamp
Rob Pike
More...
over 17 years ago
Explain goto constraints. Add description of 'any'. Simplify and complete syntax for literals.
Rob Pike
More...
over 17 years ago
Basic formatted I/O library plus one support lib.
Rob Pike
More...
over 17 years ago
- Make Coco/R-based parser work w/ UTF-8 encoded files even if there is no (optional) UTF-8 marker present.
Robert Griesemer
More...
over 17 years ago
- fixed my scripts
Robert Griesemer
More...
over 17 years ago
- new directory structure
Robert Griesemer
More...
over 17 years ago
update document. todo still: array and map literals; syntax for basic literals.
Rob Pike
More...
over 17 years ago
- added extra escaped chars
Robert Griesemer
More...
over 17 years ago
- Implemented simple rule for optional semicolons: Semicolons are terminators for statements as in C, but if followed by a "}" they are not required. This is easy to understand and produces the desired result for statements. - Updated todo.txt.
Robert Griesemer
More...
over 17 years ago
←
1
2
…
1971
1972
1973
1974
1975
1976
1977
1978
1979
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree