| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix needless borrowing | Dirkjan Ochtman | 2021-06-14 | 2 | -6/+6 |
* | Remove forward-slash escape (#486) | Alex Wennerberg | 2021-05-17 | 3 | -7/+3 |
* | Fixed not found in scope error | vallentin | 2021-04-29 | 1 | -1/+1 |
* | Tweak dependabot ignore settings | Dirkjan Ochtman | 2021-04-29 | 1 | -9/+1 |
* | Add section to README for IDE plugins (#474) | SamJakob | 2021-04-29 | 1 | -0/+1 |
* | Upgrade to GitHub-native Dependabot | dependabot-preview[bot] | 2021-04-29 | 1 | -0/+24 |
* | Use raw identifiers for identifiers which collide with Rust keywords (#476) | SciStarterOwner | 2021-04-21 | 1 | -4/+84 |
* | Eliminate common tails from branches | Dirkjan Ochtman | 2021-04-13 | 2 | -8/+4 |
* | askama_tide: suppress clippy::from-over-into lint | Dirkjan Ochtman | 2021-03-30 | 1 | -0/+2 |
* | Use mem::take() where applicable | Dirkjan Ochtman | 2021-03-30 | 1 | -2/+2 |
* | Rename test types to PascalCase | Dirkjan Ochtman | 2021-03-30 | 2 | -10/+10 |
* | updated the book to describe the new paragraphbreaks filter | mbuscemi | 2021-03-22 | 1 | -0/+18 |
* | added paragraphbreaks function | mbuscemi | 2021-03-22 | 1 | -1/+30 |
* | askama_gotham: bump version to 0.12.0 | Dirkjan Ochtman | 2021-03-22 | 1 | -1/+1 |
* | askama_gotham: bump to 0.6 | Dirkjan Ochtman | 2021-03-22 | 1 | -2/+2 |
* | Update version in README.md | technic93 | 2021-03-21 | 1 | -1/+1 |
* | fix typo in docstring | technic93 | 2021-03-14 | 1 | -1/+1 |
* | Added path and ext tests | vallentin | 2021-03-10 | 4 | -0/+70 |
* | Changed to allow both path and ext | vallentin | 2021-03-10 | 1 | -5/+2 |
* | Added extension tests | vallentin | 2021-03-10 | 1 | -0/+48 |
* | Fixed extension to ignore common jinja extensions (fixes #457) | vallentin | 2021-03-10 | 1 | -1/+11 |
* | Refactored getting path extension | vallentin | 2021-03-10 | 2 | -36/+17 |
* | Fix style suggestion per nightly clippy | Dirkjan Ochtman | 2021-02-28 | 1 | -1/+1 |
* | Reworked constants to be parsed as paths | vallentin | 2021-02-23 | 2 | -11/+26 |
* | Added option test | vallentin | 2021-02-22 | 1 | -0/+16 |
* | Added var and path parser tests | vallentin | 2021-02-22 | 1 | -1/+72 |
* | Fixed path parser to account for single identifier type names | vallentin | 2021-02-22 | 1 | -7/+23 |
* | Added range test case | vallentin | 2021-02-22 | 1 | -6/+22 |
* | Removed needless borrow of range | vallentin | 2021-02-22 | 1 | -0/+1 |
* | Update askama_warp/README.md | Frederik B | 2021-02-17 | 1 | -1/+1 |
* | Rename askama_actix trait method as suggested by clippy | Dirkjan Ochtman | 2021-02-15 | 6 | -12/+12 |
* | Fix formatting for rust 1.50.0 | Dirkjan Ochtman | 2021-02-15 | 1 | -4/+6 |
* | Fix bitvec broken dependency temporarily | Edgar | 2021-02-15 | 1 | -0/+1 |
* | Ignore .DS_Store files | Dirkjan Ochtman | 2021-02-05 | 1 | -0/+1 |
* | shared: remove accidentally added .DS_Store file | Dirkjan Ochtman | 2021-02-05 | 1 | -0/+0 |
* | askama_tide: bump version to 0.13.0 | Dirkjan Ochtman | 2021-02-04 | 1 | -1/+1 |
* | Bring Ws type name in line with API guidelines | Dirkjan Ochtman | 2021-02-01 | 3 | -84/+84 |
* | Update tide requirement from 0.15 to 0.16 | dependabot-preview[bot] | 2021-02-01 | 1 | -1/+1 |
* | Apply suggestions from nightly clippy | Dirkjan Ochtman | 2021-01-22 | 1 | -4/+2 |
* | Upgrade to warp 0.3 | Paolo Barbolini | 2021-01-19 | 1 | -4/+4 |
* | Add no_std support to askama_escape | Wim Looman | 2021-01-15 | 1 | -3/+10 |
* | Added constants test | vallentin | 2021-01-13 | 1 | -0/+30 |
* | Fixed constants (fixes #291) | vallentin | 2021-01-13 | 1 | -2/+5 |
* | Added urlencode filter to book | vallentin | 2021-01-06 | 1 | -5/+5 |
* | Added missing punctuation and backticks | vallentin | 2021-01-06 | 1 | -14/+16 |
* | Added abs filter to book | vallentin | 2021-01-06 | 1 | -0/+14 |
* | Improved comment parsing test | vallentin | 2021-01-06 | 1 | -0/+18 |
* | Fixed comment parsing | vallentin | 2021-01-06 | 1 | -7/+1 |
* | Added copy literals related test case | vallentin | 2021-01-05 | 1 | -0/+12 |
* | Removed implicit borrowing of literals, calls, and more (fixes #404) | vallentin | 2021-01-05 | 6 | -59/+109 |