| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove needless deref, only to ref it a few lines down | René Kijewski | 2021-07-05 | 1 | -4/+4 |
* | Remove duplicated code in generator | René Kijewski | 2021-07-05 | 1 | -17/+1 |
* | Prepare generator::visit_target() for nested targets | René Kijewski | 2021-07-05 | 1 | -4/+2 |
* | Stop eliding lifetimes in paths | Dirkjan Ochtman | 2021-07-01 | 5 | -102/+122 |
* | Implement "if let" statement | René Kijewski | 2021-07-01 | 2 | -17/+54 |
* | Use "if let Some(_)" instead of match | René Kijewski | 2021-07-01 | 1 | -21/+18 |
* | Move visit_match_params into its own method | René Kijewski | 2021-07-01 | 1 | -38/+42 |
* | Fix a clippy::needless-borrow warning in askama_shared | René Kijewski | 2021-07-01 | 1 | -1/+1 |
* | Fixed loop generator when accessing field (fixes 494) | vallentin | 2021-06-23 | 1 | -0/+6 |
* | Fix code generation for macro calls that store args in variables. | Ryan Kelly | 2021-06-22 | 1 | -1/+4 |
* | Support rocket 0.5.0-rc.1 based on @flo-l's PR (#495) | Shritesh Bhattarai | 2021-06-15 | 1 | -4/+2 |
* | Fix needless borrowing | Dirkjan Ochtman | 2021-06-14 | 1 | -5/+5 |
* | Fixed not found in scope error | vallentin | 2021-04-29 | 1 | -1/+1 |
* | 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 |
* | added paragraphbreaks function | mbuscemi | 2021-03-22 | 1 | -1/+30 |
* | fix typo in docstring | technic93 | 2021-03-14 | 1 | -1/+1 |
* | 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 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 |
* | Removed needless borrow of range | vallentin | 2021-02-22 | 1 | -0/+1 |
* | Rename askama_actix trait method as suggested by clippy | Dirkjan Ochtman | 2021-02-15 | 1 | -2/+2 |
* | Fix formatting for rust 1.50.0 | Dirkjan Ochtman | 2021-02-15 | 1 | -4/+6 |
* | Bring Ws type name in line with API guidelines | Dirkjan Ochtman | 2021-02-01 | 2 | -84/+84 |
* | Apply suggestions from nightly clippy | Dirkjan Ochtman | 2021-01-22 | 1 | -4/+2 |
* | Fixed constants (fixes #291) | vallentin | 2021-01-13 | 1 | -2/+5 |
* | Added urlencode filter to book | vallentin | 2021-01-06 | 1 | -5/+5 |
* | Improved comment parsing test | vallentin | 2021-01-06 | 1 | -0/+18 |
* | Fixed comment parsing | vallentin | 2021-01-06 | 1 | -7/+1 |
* | Removed implicit borrowing of literals, calls, and more (fixes #404) | vallentin | 2021-01-05 | 5 | -55/+105 |
* | Added numbers parser test | vallentin | 2021-01-05 | 1 | -0/+13 |
* | Fixed parsing floats | vallentin | 2021-01-05 | 1 | -2/+4 |
* | Improved filter parsing test | vallentin | 2021-01-05 | 1 | -1/+35 |
* | Fixed precedence of filters and unary operators (fixes #424) | vallentin | 2021-01-05 | 1 | -3/+3 |
* | Resolved Clippy lints | vallentin | 2021-01-01 | 1 | -10/+10 |
* | Added tojson alias | vallentin | 2020-12-30 | 1 | -1/+5 |
* | Fixed yaml filter generation | vallentin | 2020-12-29 | 1 | -1/+1 |
* | Refactored into filters constant | vallentin | 2020-12-29 | 1 | -8/+6 |
* | Added error to hint enabling serde features | vallentin | 2020-12-29 | 1 | -0/+9 |
* | Added support for redefining variables (fixes #329) | vallentin | 2020-12-25 | 1 | -5/+34 |
* | Improved implicit borrowing and changed to resolve Askama variables at compil... | vallentin | 2020-12-21 | 1 | -49/+127 |
* | Remove an explicit lifetime to fix a clippy warning | Randati | 2020-12-21 | 1 | -1/+1 |
* | Added comment parser tests | vallentin | 2020-12-18 | 1 | -0/+17 |