Commit Graph

  • 394f6f679a move .cargo/config to .cargo/config.toml master Fabian Grünbichler 2024-06-20 12:24:46 +0200
  • 281894a5b6 bump d/control Wolfgang Bumiller 2023-10-19 11:11:25 +0200
  • 5f625aacbd bump version to 0.3.0-1 Wolfgang Bumiller 2023-10-19 11:10:35 +0200
  • 762d1e9bc3 match_list: remove unsafe std::mem::transmute Gabriel Goller 2023-09-18 15:41:08 +0200
  • d7e1d50bfa buildsys: fix rebuild logic Wolfgang Bumiller 2023-08-24 10:16:53 +0200
  • 13145f729d bump version to 0.2.0-1 Wolfgang Bumiller 2023-08-24 10:01:36 +0200
  • 9c16f1c85e buildsys: various improvements Wolfgang Bumiller 2023-08-24 10:08:38 +0200
  • c18fcb9151 update d/copyright Wolfgang Bumiller 2023-08-24 10:01:08 +0200
  • d4d7c0c5ae buildsys: add dsc target Wolfgang Bumiller 2023-08-24 10:00:38 +0200
  • 727b9339e3 bump edition to 2021 Wolfgang Bumiller 2023-08-24 09:57:30 +0200
  • 17ac15fc3e minor cleanups Wolfgang Bumiller 2023-08-24 09:54:49 +0200
  • 4f065f7e73 match_list: updated matches(), to only retrieve file mode if necessary Gabriel Goller 2023-08-22 16:05:16 +0200
  • 8a0dce93d5 update d/control Fabian Grünbichler 2023-01-05 15:05:41 +0100
  • fda9f89ee0 bump version to 0.1.3-1 Wolfgang Bumiller 2022-07-29 11:58:15 +0200
  • ca9b0e38e3 clippy fixes Wolfgang Bumiller 2022-07-29 11:56:18 +0200
  • 7e4c3e0987 clippy fixes Wolfgang Bumiller 2021-06-25 13:18:52 +0200
  • fcabdb9028 debcargo: fix maintainer directive Fabian Grünbichler 2021-02-01 11:21:51 +0100
  • 0c9678fa78 doc fixups for intra-doc-links Wolfgang Bumiller 2020-12-04 09:25:29 +0100
  • 2faab5045a tests for relative and absolute, anchored and unanchored mixes Wolfgang Bumiller 2020-11-11 13:56:04 +0100
  • 51f5c11e2b formatting fixup Wolfgang Bumiller 2020-08-28 09:00:43 +0200
  • 54ab179254 fix d/control recreation Wolfgang Bumiller 2020-08-25 12:48:20 +0200
  • da8de18073 build in subdir, add d/control, add upload target Wolfgang Bumiller 2020-08-25 10:30:53 +0200
  • 6a0e9c884a fix license identifier Wolfgang Bumiller 2020-07-14 11:54:53 +0200
  • 5d689e0444 ignore .cargo in Cargo.toml Wolfgang Bumiller 2020-07-14 11:50:49 +0200
  • 916e41c50e bump version to 0.1.2-1 Wolfgang Bumiller 2020-07-09 14:32:22 +0200
  • 17b7bd9f3c Fix /**/ special case for beginning-of-text matching Wolfgang Bumiller 2020-07-09 14:29:28 +0200
  • f9fbdc3b94 pattern: drop unused component slice parameter Wolfgang Bumiller 2020-07-09 14:24:07 +0200
  • 37c4c9b20f typo and debug print fixup Wolfgang Bumiller 2020-07-09 14:21:37 +0200
  • 865fa73fbc description fixup Wolfgang Bumiller 2020-06-09 14:19:42 +0200
  • 8a186c18a5 bump version to 0.1.1-1 Wolfgang Bumiller 2020-06-09 12:58:44 +0200
  • 68f4fe972d drop mut on self in MatchEntry::match_flags Wolfgang Bumiller 2020-06-09 12:09:27 +0200
  • 3b893e0346 fixup clean target in Makefile Wolfgang Bumiller 2020-06-04 11:30:32 +0200
  • 7ffe482dd5 add debian build files Wolfgang Bumiller 2020-06-03 13:32:09 +0200
  • 6d54e32c59 add .cargo/config to use local repos Wolfgang Bumiller 2020-06-03 13:30:33 +0200
  • 92591b0073 Relax MatchList to support slices of references Wolfgang Bumiller 2020-05-29 13:22:19 +0200
  • 909586e6ad document MatchList Wolfgang Bumiller 2020-05-29 12:50:28 +0200
  • 1d6ca6ca1b fix non-anchored literal matches starting with a slash Wolfgang Bumiller 2020-05-29 11:05:13 +0200
  • 1c51800f17 Replace MatchList type with a trait. Wolfgang Bumiller 2020-05-28 15:06:45 +0200
  • 8e38a91c57 MatchEntry: also provide access to other parts Wolfgang Bumiller 2020-05-20 12:37:05 +0200
  • ed626f3831 MatchEntry: add mutable accessors Wolfgang Bumiller 2020-05-20 12:32:59 +0200
  • e86ed76048 add MatchPattern::Literal Wolfgang Bumiller 2020-05-20 12:14:16 +0200
  • e2255d72d1 Add MatchEntry::parse_pattern Wolfgang Bumiller 2020-04-28 12:43:46 +0200
  • b1a5365911 Pattern: strip triling slashes, forbid empty patterns Wolfgang Bumiller 2020-04-28 12:05:53 +0200
  • 96d7b7c74d MatchList::with_capacity and Into<Vec<MatchEntry>> Wolfgang Bumiller 2020-04-27 16:54:38 +0200
  • d5c0e44a9d initial import Wolfgang Bumiller 2020-04-24 17:48:01 +0200