Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-06 | add base instruction handler (#711) | Jesse Plamondon-Willard | |
2020-05-05 | add Harmony 2.0 rewriters (#711) | Jesse Plamondon-Willard | |
2020-05-05 | rename files for upcoming change (#711) | Jesse Plamondon-Willard | |
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard | |
2019-09-14 | list all detected issues in trace logs for incompatible mods | Jesse Plamondon-Willard | |
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard | |
2018-08-04 | fixed false compat error when constructing multidimensional arrays | Jesse Plamondon-Willard | |
2018-07-09 | detect broken constructor references | Jesse Plamondon-Willard | |
2018-07-08 | encapsulate GetComparableTypeID | Jesse Plamondon-Willard | |
2018-07-08 | fix new logic not applied to method return types | Jesse Plamondon-Willard | |
2018-07-07 | Revert ShouldValidate | Evan Behar | |
2018-07-07 | Expand validation to respect CIL placeholders | Evan Behar | |
2018-07-06 | Fix type==null case | E. Behar | |
2018-07-06 | Linux-compatible scope resolution in validator | Evan Behar | |
2018-06-24 | move type match lambda up into TypeFinder (#532) | Jesse Plamondon-Willard | |
2018-04-19 | detect broken references to methods which changed generic return type (#453) | Jesse Plamondon-Willard | |
Previously generic types couldn't be compared correctly, since we'd end up with false differences like "Dictionary`1 != Dictionary<string, string>". That seems to be fixed now, possibly due to the PDB file being included. | |||
2018-04-18 | detect broken references to fields which changed generic type (#453) | Jesse Plamondon-Willard | |
Previously generic types couldn't be compared correctly, since we'd end up with false differences like "Dictionary`1 != Dictionary<string, string>". That seems to be fixed now, possibly due to the PDB file being included. | |||
2018-03-05 | fix compatibility heuristics incorrectly flagging mods with missing optional ↵ | Jesse Plamondon-Willard | |
references (#453) | |||
2018-03-04 | fix false broken-code detection when referencing a generic type (#453) | Jesse Plamondon-Willard | |
2018-03-04 | fix misplaced file (#453) | Jesse Plamondon-Willard | |
2018-03-03 | automatically detect broken code (#453) | Jesse Plamondon-Willard | |
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |