Commit History

Author SHA1 Message Date
  dankeyy 874aa6c91f improved escape function 2 years ago
  dankeyy b853d273fa working demo 2 years ago
  dankeyy 150837399d add --hyperlink flag, ineffective 2 years ago
  Daniel Cervenkov b8cee60acf Change ipynb icon 3 years ago
  Christian Göttsche afeac47c13 Add option to show security attribute and improve extended support 4 years ago
  Denis Cornehl 32b2c5b2f3 add test for far future dates 3 years ago
  Denis Cornehl 0bf3148db0 fix build 3 years ago
  Denis Cornehl 1b54874ce8 use match for timeformat-parsing 3 years ago
  Denis Cornehl 4911ac6714 add test for relative date format 3 years ago
  Denis Cornehl bb3eadb3be remove "ago" from relative dates 3 years ago
  Denis Cornehl 2e9080d8b1 correctly right-align timestamp column 3 years ago
  Denis Cornehl 1d950086bc Resolves #270: add support for --time-style=relative 3 years ago
  Christian Göttsche 05a19a7303 Silence unused function on non Windows platforms 3 years ago
  Mélanie Chauvel c697d06670 Merge pull request #1125 from Tyrubias/upgrade-and-cleanup 3 years ago
  Victor Song ee67110333 Update README.md 3 years ago
  Victor Song 39d15a317d Update GitHub actions Rust version 3 years ago
  tommady 9101535eab use matches to speed up comparsion performance 3 years ago
  Victor Song 8d03922e3b Addressed PR comments 3 years ago
  Victor Song eba3646b83 Grab bag of miscellaneous fixes 3 years ago
  Victor Song 72b2119a34 Simplify boolean assertions in tests 3 years ago
  Victor Song bbea87db91 Avoid redundant closures when calling methods 3 years ago
  Victor Song 1dc14eaff1 Avoid manually implementing repeat() with iterators 3 years ago
  Victor Song d24ca084a3 Use single char pattern for better performance 3 years ago
  Victor Song 433a9a52d3 Use mutable slice instead of creating new Vec in filters 3 years ago
  Victor Song 7c1878f0e4 Fix borrowing code smells 3 years ago
  Victor Song 1f409793ae Use `pointer::cast` instead of `as` pointer casts 3 years ago
  Victor Song 19601267cf Convert from bool to u8 using From trait 3 years ago
  Victor Song 7595289698 Use `unsigned_abs` instead of casting from i64 to u64 3 years ago
  Victor Song 2917062466 Nest OR patterns in match arms 3 years ago
  Victor Song 1b844a8dfa Change `pub_enum_variant_names` lint to `enum_variant_names` 3 years ago