summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-21* UByte.java (toIntNum): Fix copy-paste bug.HEADmasterPer Bothner
2023-03-08Merge branch 'antfix' into 'master'Per Bothner
2023-03-08Fix ant build: add char-tables generationArvydas Silanskas
2023-03-04Merge branch 'patch' into 'master'Per Bothner
2023-03-04Fix qexo typoLassi Kortela
2023-02-26* lang/Translator.java (rewrite): If a SourceName annotation, require exact m...Per Bothner
2023-02-26Fix GitLab issue #110 "Inconsistent stack length..."Per Bothner
2023-02-26Update some links in manual.Per Bothner
2023-02-26ExitableBlock.java (endLabel): Allocate lazily.Per Bothner
2023-02-26Fix typos in PrimType.java and CompileArith.javaPer Bothner
2022-10-24* generate-charsets.scm: Various optimizations.Per Bothner
2022-10-23Merge branch 'fix-generate-charsets' into 'master'Per Bothner
2022-10-23fix generate-charsetArvydas Silanskas
2022-10-21* Makefile.am: Fix --with-android used with --with-java-source.Per Bothner
2022-10-20Merge branch 'generate-charset-refactor' into 'master'Per Bothner
2022-10-20refactor `generate-charset`Arvydas Silanskas
2022-10-20Merge branch 'fix-gitlabci-test' into 'master'Per Bothner
2022-10-20Fix system-test.scm when ran in gitlab CIArvydas Silanskas
2022-10-20Merge branch 'revert-array1-change' into 'master'Per Bothner
2022-10-20Revert "Merge branch 'fix-array1-test' into 'master'"Arvydas Silanskas
2022-10-18* PrettyWriter.java (finishIDHash): Don't call flush.Per Bothner
2022-10-18Merge branch 'fix-array1-test' into 'master'Per Bothner
2022-10-18Reformat array1 test's expected output to match actual outputArvydas Silanskas
2022-10-18Merge branch 'fixclassannotation' into 'master'Per Bothner
2022-10-18Do not parse parameter annotations on decl unless the if lambda expression is...Arvydas Silanskas
2022-10-17Merge branch 'fix-strings-test' into 'master'Per Bothner
2022-10-17Group test asserts under test-group as to not exceed JVM method max size limitarvyy
2022-10-16* ParameterizedType.java: Implement Externalizable.Per Bothner
2022-09-19Merge branch 'use-max-errors' into 'master'Per Bothner
2022-09-19* ClassExp.java (compileMembers): Better error message.Per Bothner
2022-09-18Use Compilation.maxErrors instead of a hardcoded constantDuncan Mak
2022-09-07* LazyType.java (LazyType): Add no-op emitCoerceFromObject method.Per Bothner
2022-08-08configure.ac: Remove duplicate callreference to AM_INIT_AUTOMAKE.Per Bothner
2022-06-28* ReaderTypespec.java (read): Check for end-of-line.Per Bothner
2022-06-17* lang/CompileFile.java (read): Set ModuleInfo of module.Per Bothner
2022-06-17* ModuleInfo.java (toString): Sometimes print souce-path.Per Bothner
2022-06-14Fix typo in doc examplePer Bothner
2022-03-25* CompileReflect.java (validateApplySlotSet): Fix call to isAccessible.Per Bothner
2022-02-24* let.java (rewrite): If let initializer is missing, use ErrorExp.Per Bothner
2021-09-22* Makefile.am: Optonally build manual without DocBook.Per Bothner
2021-09-22gnu/**/*.java, kawa/**/*.java: Fix Java17 depreciation warnings.Per Bothner
2021-08-30Minor doc update about C# asyncPer Bothner
2021-08-30Merge branch 'doc-fixups' into 'master'Per Bothner
2021-08-30Update C# Keywords in DocsWill Speak
2021-08-02Add ChangeLog entry for previous check-in.Per Bothner
2021-08-02Refactor parameter annotations processingPer Bothner
2021-08-02P. Bothner patchArvydas Silanskas
2021-07-22* ModuleContext.java (findInstance): Catch ExceptionInInitializerError.Per Bothner
2021-06-10* ArgListImpl.java (addArgList): Fix handling of Map.Per Bothner
2021-06-08* TermErrorStream.java: Do line-based buffering.Per Bothner