index
:
slul
main
no-refs
parser-simplification-rewrite
wip-sigils
SLUL Programming Language
samuel@kodafritt.se
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
errortest
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-02
Don't use ref types for function references
Samuel Lidén Borell
5
-41
/
+38
2024-05-18
Improve error message for cyclic typedefs
Samuel Lidén Borell
1
-11
/
+11
2024-05-18
Detect cyclic types
Samuel Lidén Borell
1
-0
/
+75
2024-05-13
exprchk: Add none-ness check in deref exprs
Samuel Lidén Borell
1
-7
/
+14
2024-05-12
Tests: More tests of none-ness
Samuel Lidén Borell
1
-0
/
+38
2024-05-12
Check none-ness in implicit dereferencing
Samuel Lidén Borell
1
-2
/
+15
2024-05-12
Allow passing not-none values to non-optional refs
Samuel Lidén Borell
1
-2
/
+0
2024-05-11
Update copyright years
Samuel Lidén Borell
11
-11
/
+11
2024-05-11
Tracking of variable none-ness
Samuel Lidén Borell
1
-0
/
+56
2024-05-02
exprchk: Constant evaluation of comparison operators
Samuel Lidén Borell
1
-0
/
+3
2024-04-28
Parser: Split "too many }" error
Samuel Lidén Borell
1
-2
/
+8
2024-04-28
Parser: Split error_prevtok for more accurate column numbers
Samuel Lidén Borell
1
-1
/
+1
2024-04-13
Remove cli/gui distinction. Make \name and \type optional for apps
Samuel Lidén Borell
3
-3
/
+2
2024-03-09
More fixes of missing type parameters
Samuel Lidén Borell
1
-1
/
+16
2024-03-09
Fix error handling of missing type params
Samuel Lidén Borell
1
-0
/
+9
2024-03-08
Fix error messages for incomplete struct expressions
Samuel Lidén Borell
1
-0
/
+36
2024-03-08
Parser: Restrict where underscores can be used
Samuel Lidén Borell
5
-5
/
+50
2024-03-08
Use SlulApp.main as the entry point. Implicitly depend on slulrt
Samuel Lidén Borell
2
-0
/
+3
2024-03-02
Makefile: Run errortest under tcc boundscheck also
Samuel Lidén Borell
1
-3
/
+15
2024-03-02
errortest: Refactor to not show error-diff on crash
Samuel Lidén Borell
1
-24
/
+31
2024-03-02
Fix incorrect source location of imported definitions
Samuel Lidén Borell
4
-8
/
+4
2024-03-02
Fix error recovery in the semantic checker
Samuel Lidén Borell
2
-0
/
+21
2024-03-02
Makefile: Fix gdb-build-errortest
Samuel Lidén Borell
1
-1
/
+4
2024-02-05
Parser: Better errors for invalid local variable declarations
Samuel Lidén Borell
1
-3
/
+31
2024-02-03
Support \ directory separators in check-error-valgrind
Samuel Lidén Borell
1
-0
/
+1
2024-02-03
Always reset error after parsing a dependency
Samuel Lidén Borell
1
-0
/
+1
2024-01-21
Fix missing check for missing unstable_api in libraryspec interfaces
Samuel Lidén Borell
3
-0
/
+11
2024-01-03
Add --error-output to redirect errors to a file (or stdout)
Samuel Lidén Borell
1
-2
/
+2
2024-01-02
Replace --fail-fast with --error-limit=N
Samuel Lidén Borell
1
-2
/
+6
2024-01-01
Put since-versions first in struct/enum members
Samuel Lidén Borell
2
-17
/
+26
2023-12-30
Put since-versions first in top-levels declarations
Samuel Lidén Borell
7
-65
/
+118
2023-12-25
errortest: Fix backslashes vs slashes on Windows
Samuel Lidén Borell
1
-0
/
+1
2023-12-09
Makefile: Fix dependencies in errortest
Samuel Lidén Borell
1
-3
/
+7
2023-11-12
Sync Makefile and .gitignore with recent changes
Samuel Lidén Borell
1
-0
/
+1
2023-10-08
Only match actually implemented idents in version check
Samuel Lidén Borell
4
-0
/
+50
2023-10-08
Check version when binding struct fields
Samuel Lidén Borell
2
-5
/
+7
2023-10-07
Check version when binding typeidentifiers/method identifiers
Samuel Lidén Borell
2
-12
/
+14
2023-10-04
Makefile: Fix dependencies of elflint targets
Samuel Lidén Borell
1
-2
/
+5
2023-10-04
Add more tests of identifier version checks + fix error reporting
Samuel Lidén Borell
3
-7
/
+75
2023-10-04
Makefile: Fix check-error-valgrind target not always re-generating output
Samuel Lidén Borell
1
-7
/
+7
2023-10-01
Check version when binding identifiers across modules
Samuel Lidén Borell
6
-0
/
+53
2023-09-17
Check for missing \api_def's
Samuel Lidén Borell
3
-3
/
+18
2023-09-16
Add unstable_api flag. Improve checks of module headers
Samuel Lidén Borell
25
-29
/
+78
2023-09-16
Require that \interface_depends versions are higher than \depends
Samuel Lidén Borell
1
-2
/
+4
2023-09-10
Add check for different type with same name for typeidents and methods
Samuel Lidén Borell
6
-0
/
+45
2023-09-10
Implement search for methods and typeidents in other modules also
Samuel Lidén Borell
10
-0
/
+98
2023-09-09
Fix search for implementation of methods and typeidents
Samuel Lidén Borell
2
-0
/
+31
2023-09-08
Makefile: Break out testexec and errortest into separate makefiles
Samuel Lidén Borell
1
-0
/
+93
2023-09-08
Implement "nestedonly" dependencies (and remove "typesonly")
Samuel Lidén Borell
5
-0
/
+37
2023-09-08
Fix handling of \interface_depends that depends on the current module
Samuel Lidén Borell
3
-1
/
+9
[next]