summaryrefslogtreecommitdiff
path: root/src/theory/strings/kinds
AgeCommit message (Expand)Author
2020-12-08Proper implementation of expand definitions for sequences (#5616)Andrew Reynolds
2020-11-12Make regular expression difference left associative (#5430)Andrew Reynolds
2020-08-21Remove spurious theory methods calls (#4931)Andrew Reynolds
2020-07-28Supporting seq.nth (#4723)yoni206
2020-07-12Add support for string/sequence update (#4725)Andrew Reynolds
2020-07-12Remove ExprSequence (#4724)Andres Noetzli
2020-06-10Add support for str.replace_re/str.replace_re_all (#4594)Andres Noetzli
2020-05-30Add the sequence type (#4539)Andrew Reynolds
2020-05-27Add the Expr-level sequence datatype (#4526)Andrew Reynolds
2020-03-30Support indexed operators re.loop and re.^ (#4167)Andrew Reynolds
2020-03-27Move string utility file (#4164)Andrew Reynolds
2020-03-20Split string-specific operators from TheoryStringsRewriter (#3920)Andrew Reynolds
2020-03-13Generalize type rules for strings to sequences (#3987)Andrew Reynolds
2020-02-28Add support for str.from_code (#3829)Andres Noetzli
2020-02-26Add support for is_digit and regular expression difference (#3828)Andrew Reynolds
2020-02-26Basic support for regular expression complement (#3437)Andrew Reynolds
2019-12-23Initial support for string reverse (#3581)Andrew Reynolds
2019-09-28Introduce template classes for simple type rules (#2835)Andres Noetzli
2019-07-16Add support for str.tolower and str.toupper (#3092)Andrew Reynolds
2018-11-21Support string replace all (#2704)Andrew Reynolds
2018-10-04Clean remaining references to getNextDecisionRequest and simplify (#2500)Andrew Reynolds
2018-07-04More cleanup in strings (#2138)Andrew Reynolds
2018-05-08Support for str.<= and str.< (#1882)Andrew Reynolds
2018-05-07Add support for str.code (#1821)Andrew Reynolds
2018-03-23Remove abstract regular expression constant (#1698)Andrew Reynolds
2017-09-05Remove support for conversions between uint32/uint16 and string. (#1069)Andrew Reynolds
2015-10-15Change semantics of str.substr to allow endpoint out of bounds, and return em...ajreynol
2014-07-25patch for regular expression intersection cachingTianyi Liang
2014-07-11Spelling.Morgan Deters
2014-06-21Slightly-improved kinds documentation for builtin, Boolean, arrays, strings, ...Morgan Deters
2014-03-31add str to u16/u32, and u16/u32 to strTianyi Liang
2014-03-27adds new feature: re.loopTianyi Liang
2014-02-28minor clean-up, bring back derivativesTianyi Liang
2014-02-28a new regular expression engine for solving both positive and negative member...Tianyi Liang
2014-02-26for mergingTianyi Liang
2014-02-18switch to total function str.to.int: maps invalid and non-digit strings to 0Tianyi Liang
2014-02-17type conversionTianyi Liang
2014-02-13fix expanding defTianyi Liang
2014-01-29add prefixof, suffixofTianyi Liang
2014-01-28merge internal and user of charat & substr into oneTianyi Liang
2014-01-16adds partial functionsTianyi Liang
2014-01-09add constant replace, indexofTianyi Liang
2013-12-26new functions in stringsTianyi Liang
2013-11-06change optionsTianyi Liang
2013-10-20adds regular expression rangeTianyi Liang
2013-10-15bug fix in strings : change from assert to alwaysassertTianyi Liang
2013-10-01adds partial function substr. the use of this function should be guarded, esp...Tianyi Liang
2013-09-11Theory of strings.Tianyi Liang
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback