1
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Mar 06, 2023 — Mar 06, 2024
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 More... almost 17 years ago
- more steps towards automatic recursive compilation of dependencies - make forward declarations of types match 6g - better factoring More... almost 17 years ago
fixed op=, ++ and -- on maps (bug060) More... almost 17 years ago
allow name-type or pointer-to-named-type as method name (bug046) More... almost 17 years ago
fixed unary ^ opcode (bug082) More... almost 17 years ago
adding and deleting files More... almost 17 years ago
mp fixed arith More... almost 17 years ago
fix minor bug uncovered by new constant evaluator More... almost 17 years ago
forgot a file More... almost 17 years ago
mp constants More... almost 17 years ago
- removed misleading comment in bug041.go - removed bug042.go - not a bug according to updated spec 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. More... almost 17 years ago
Change generated acid to indent nested structures properly. 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 More... almost 17 years ago
bug: cannot take len() of a constant string 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 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 More... almost 17 years ago
fix erroneous code in bugs; reported by iant. also rob1.go runs, so fix its status. 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 More... almost 17 years ago
snapshot of today's changes - more semantic tests 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 More... almost 17 years ago
- added more semantic checks - more to come - distinguish float/int literals syntactically - fixed a tracing bug More... almost 17 years ago
bug: package name not visible More... almost 17 years ago
- fixed another export bug - more self-verification code More... almost 17 years ago
kill trailing white space. (apparently my first attempt didn't work.) 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 More... almost 17 years ago
allow pointers as keys in maps, treating them the same as ints - ptr eq not value equality More... almost 17 years ago
workaround for compiler bug: len(a) is zero More... almost 17 years ago
fix go build More... almost 17 years ago
acid. works only on Linux for now More... almost 17 years ago