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,962 of 1,979
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
update tests. fixedbugs/bug012.go is broken again but i left it where it is, with the golden file not reflecting the breakage so it will be noticed
Rob Pike
More...
almost 17 years ago
- more steps towards automatic recursive compilation of dependencies - make forward declarations of types match 6g - better factoring
Robert Griesemer
More...
almost 17 years ago
fixed op=, ++ and -- on maps (bug060)
Ken Thompson
More...
almost 17 years ago
allow name-type or pointer-to-named-type as method name (bug046)
Ken Thompson
More...
almost 17 years ago
fixed unary ^ opcode (bug082)
Ken Thompson
More...
almost 17 years ago
adding and deleting files
Ken Thompson
More...
almost 17 years ago
mp fixed arith
Ken Thompson
More...
almost 17 years ago
fix minor bug uncovered by new constant evaluator
Rob Pike
More...
almost 17 years ago
forgot a file
Ken Thompson
More...
almost 17 years ago
mp constants
Ken Thompson
More...
almost 17 years ago
- removed misleading comment in bug041.go - removed bug042.go - not a bug according to updated spec
Robert Griesemer
More...
almost 17 years ago
fix a couple of tests that had shell errors clean up the golden file a bit to have less meaningless content and be more robust to spurious diffs. now there is output only for tests that produce output or failure.
Rob Pike
More...
almost 17 years ago
Change generated acid to indent nested structures properly.
Russ Cox
More...
almost 17 years ago
first primitive cut at resolving missing imports automatically: if an import file is missing, the corresponding source is compiled automatically, if found
Robert Griesemer
More...
almost 17 years ago
bug: cannot take len() of a constant string
Robert Griesemer
More...
almost 17 years ago
include syscall in default build fix an issue with autolib names by compiling to target location print a bit more when compiling
Rob Pike
More...
almost 17 years ago
revert specification of pointer types to current implementation (do not allow explicit type forward declarations) and more clearly specify resolution
Robert Griesemer
More...
almost 17 years ago
fix erroneous code in bugs; reported by iant. also rob1.go runs, so fix its status.
Rob Pike
More...
almost 17 years ago
- implement scanner token stream via channel - change test_scanner to scan using both methods - add -pscan flag to Go front-end to choose between conventional synchronous or parallel asynchronous scanning
Robert Griesemer
More...
almost 17 years ago
snapshot of today's changes - more semantic tests
Robert Griesemer
More...
almost 17 years ago
returning from a function that specified a result should cause a run-time failure if no return is actually executed
Robert Griesemer
More...
almost 17 years ago
- added more semantic checks - more to come - distinguish float/int literals syntactically - fixed a tracing bug
Robert Griesemer
More...
almost 17 years ago
bug: package name not visible
Robert Griesemer
More...
almost 17 years ago
- fixed another export bug - more self-verification code
Robert Griesemer
More...
almost 17 years ago
kill trailing white space. (apparently my first attempt didn't work.)
Russ Cox
More...
almost 17 years ago
* comment, clean up scheduler * rewrite lock implementation to be correct (tip: never assume that an algorithm you found in a linux man page is correct.) * delete unneeded void* arg from clone fn * replace Rendez with Note * comment mal better * use 6c -w, fix warnings * mark all assembly functions 7
Russ Cox
More...
almost 17 years ago
allow pointers as keys in maps, treating them the same as ints - ptr eq not value equality
Rob Pike
More...
almost 17 years ago
workaround for compiler bug: len(a) is zero
Rob Pike
More...
almost 17 years ago
fix go build
Russ Cox
More...
almost 17 years ago
acid. works only on Linux for now
Russ Cox
More...
almost 17 years ago
←
1
2
…
1958
1959
1960
1961
1962
1963
1964
1965
1966
…
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