log

age author description
Thu, 10 Dec 2020 09:13:15 +0100 Lewin Bormann Update README default tip master
Thu, 10 Dec 2020 09:07:00 +0100 Lewin Bormann Change Travis CI badge to Github Actions badge in Readme
Thu, 10 Dec 2020 09:06:22 +0100 Lewin Bormann Remove unused test function
Thu, 10 Dec 2020 09:03:44 +0100 Lewin Bormann GH Actions: Run tests instead of only building
Thu, 10 Dec 2020 09:01:41 +0100 Lewin Bormann GH Actions: Add test action
Thu, 10 Dec 2020 08:56:03 +0100 Lewin Bormann Run cargo fmt
Wed, 09 Dec 2020 22:57:54 +0100 Lewin Bormann Run benchmarks in Travis CI
Wed, 09 Dec 2020 22:48:06 +0100 Lewin Bormann Remove unused import
Wed, 09 Dec 2020 22:47:08 +0100 Lewin Bormann Added tag v0.1.4 for changeset f0d09f06e373
Wed, 09 Dec 2020 22:46:58 +0100 Lewin Bormann Bump version to 0.1.4 v0.1.4
Wed, 09 Dec 2020 22:46:13 +0100 Lewin Bormann Fix bad exponential performance issue with pathological regexes.
Wed, 09 Dec 2020 22:01:30 +0100 Lewin Bormann Move optimize code into separate crate
Wed, 09 Dec 2020 17:56:41 +0100 Lewin Bormann Update to Rust-2018
Wed, 21 Oct 2020 11:57:10 +0200 Lewin Bormann cargo fmt
Sun, 22 Mar 2020 16:31:23 +0100 Lewin Bormann Added tag v0.1.3 for changeset dae8f2b0874a
Sun, 22 Mar 2020 16:31:21 +0100 Lewin Bormann Release v0.1.3 v0.1.3
Sun, 22 Mar 2020 16:31:11 +0100 Lewin Bormann Add utility function substring()
Wed, 18 Mar 2020 11:31:56 +0100 Lewin Bormann Added tag v0.1.2 for changeset b64d7fcd2463
Wed, 18 Mar 2020 11:31:46 +0100 Lewin Bormann Document private items v0.1.2
Wed, 18 Mar 2020 11:28:56 +0100 Lewin Bormann Added tag v0.1.2 for changeset 2018c6a389c9
Wed, 18 Mar 2020 11:28:37 +0100 Lewin Bormann Removed tag v0.1.1
Sat, 29 Feb 2020 13:42:06 +0100 Lewin Bormann Publish v0.1.1
Mon, 17 Feb 2020 20:52:44 +0100 Lewin Bormann Fix badge link
Mon, 17 Feb 2020 20:51:07 +0100 Lewin Bormann Switch CI to Travis
Mon, 17 Feb 2020 20:41:41 +0100 Lewin Bormann Add benchmark for notorious regex in regex crate
Mon, 17 Feb 2020 20:36:35 +0100 Lewin Bormann Fix compiler warning
Sun, 01 Sep 2019 22:15:03 +0200 Lewin Bormann Add more documentation.
Sun, 01 Sep 2019 21:44:27 +0200 Lewin Bormann hgignore: Add kcov-out directory
Sun, 01 Sep 2019 21:43:28 +0200 Lewin Bormann tests: remove unused imports
Sun, 01 Sep 2019 20:44:42 +0200 Lewin Bormann rustfmt
Sun, 01 Sep 2019 20:44:33 +0200 Lewin Bormann Implement basic tracing/debugging facility
Sat, 31 Aug 2019 21:00:53 +0200 Lewin Bormann Exclude /usr/src from coverage and use crate functions in tests
Sat, 31 Aug 2019 20:40:40 +0200 Lewin Bormann Attempt at better profiling execution
Sat, 31 Aug 2019 20:40:24 +0200 Lewin Bormann Implement better graph rendering function
Fri, 30 Aug 2019 22:59:37 +0200 Lewin Bormann Automatically optimize patterns before compiling
Fri, 30 Aug 2019 22:52:09 +0200 Lewin Bormann state: Fix dot output.
Fri, 30 Aug 2019 22:49:34 +0200 Lewin Bormann Make matching more efficient: No more repeated cloning of submatches list
Fri, 30 Aug 2019 22:20:51 +0200 Lewin Bormann Big: Move everything to use a Vec-based graph instead of pointer-chasing
Fri, 30 Aug 2019 16:36:51 +0200 Lewin Bormann bench: Add super simple benchmark case
Fri, 30 Aug 2019 16:30:59 +0200 Lewin Bormann More info about notorious regex.
Fri, 30 Aug 2019 16:30:41 +0200 Lewin Bormann Extend benchmarks
Fri, 30 Aug 2019 15:55:38 +0200 Lewin Bormann bench: Implement benchmarks
Fri, 30 Aug 2019 15:55:21 +0200 Lewin Bormann lib: Export public API
Fri, 30 Aug 2019 15:54:37 +0200 Lewin Bormann parse: Fix bug about recognizing characters in REs
Fri, 30 Aug 2019 15:30:39 +0200 Lewin Bormann Update readme about ede409
Fri, 30 Aug 2019 13:07:33 +0200 Lewin Bormann Add coverage script
Fri, 30 Aug 2019 13:06:49 +0200 Lewin Bormann A few more tests for repetitions
Fri, 30 Aug 2019 13:03:31 +0200 Lewin Bormann Fix long-standing bug: Now regexes can match empty strings if they allow
Fri, 30 Aug 2019 12:41:40 +0200 Lewin Bormann Prefix trait types with 'dyn'
Fri, 19 Jul 2019 18:18:43 +0200 Lewin Bormann Use rust nightly for bitbucket pipelines
Fri, 19 Jul 2019 18:16:18 +0200 Lewin Bormann Add many more tests and optimize REs before matching
Fri, 19 Jul 2019 18:14:40 +0200 Lewin Bormann Complete parsing of specific repetitions
Thu, 18 Jul 2019 17:40:44 +0200 Lewin Bormann Add first few tests to general test suite
Thu, 18 Jul 2019 17:31:14 +0200 Lewin Bormann Finish repetition parsing and fix matching loop
Wed, 17 Jul 2019 10:00:58 +0200 Lewin Bormann Finish repetition parsing
Wed, 17 Jul 2019 09:35:29 +0200 Lewin Bormann rustfmt
Fri, 24 Nov 2017 18:30:31 +0000 Lewin Bormann [intermediate] parse: Implement specific repetitions
Wed, 08 Nov 2017 19:17:19 +0100 Lewin Bormann Move compilation functionality into dedicated module.
Mon, 21 Aug 2017 20:34:59 +0200 Lewin Bormann matching: start_match doesn't return a relative offset, but an absolute index.
Mon, 21 Aug 2017 20:31:26 +0200 Lewin Bormann repr: Fix tests and small, but important bug in concat_chars_to_str