aboutsummaryrefslogtreecommitdiffhomepage
path: root/errortest/badlib
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell2-2/+2
2024-03-02Fix incorrect source location of imported definitionsSamuel Lidén Borell1-3/+0
2024-01-01Put since-versions first in struct/enum membersSamuel Lidén Borell1-11/+14
2023-12-30Put since-versions first in top-levels declarationsSamuel Lidén Borell1-30/+55
2023-10-08Only match actually implemented idents in version checkSamuel Lidén Borell1-0/+1
2023-10-08Check version when binding struct fieldsSamuel Lidén Borell1-3/+4
2023-10-07Check version when binding typeidentifiers/method identifiersSamuel Lidén Borell1-10/+12
2023-10-04Add more tests of identifier version checks + fix error reportingSamuel Lidén Borell2-3/+35
2023-10-01Check version when binding identifiers across modulesSamuel Lidén Borell2-0/+21
2023-09-16Add unstable_api flag. Improve checks of module headersSamuel Lidén Borell1-1/+1
2023-09-10Add check for different type with same name for typeidents and methodsSamuel Lidén Borell2-0/+10
2023-09-10Implement search for methods and typeidents in other modules alsoSamuel Lidén Borell2-0/+26
2023-09-09Fix search for implementation of methods and typeidentsSamuel Lidén Borell2-0/+31
2023-09-08Implement "nestedonly" dependencies (and remove "typesonly")Samuel Lidén Borell2-0/+13
2023-09-08Tests: More tests of dependencies and librariesSamuel Lidén Borell1-0/+6
2023-07-12Tests: External constants in array length should give errorsSamuel Lidén Borell2-2/+7
2023-06-25Add "badlib" for testing incorrect syntax in library modulesSamuel Lidén Borell2-0/+89