Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -3/+3 |
| | | | | | By bumping the dependency versions for askama and askama_shared, this should be safe. | ||||
* | 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 |
| | |||||
* | shared: remove accidentally added .DS_Store file | Dirkjan Ochtman | 2021-02-05 | 1 | -0/+0 |
| | |||||
* | Bring Ws type name in line with API guidelines | Dirkjan Ochtman | 2021-02-01 | 3 | -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 ↵ | vallentin | 2020-12-21 | 1 | -49/+127 |
| | | | | compile time | ||||
* | 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 |
| | |||||
* | Added support for nested comments | vallentin | 2020-12-18 | 1 | -4/+22 |
| | |||||
* | Added set alias for let | vallentin | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | Improved template loop generation (fixes #107, #333) | vallentin | 2020-12-16 | 1 | -1/+19 |
| | |||||
* | Merge pull request #400 from djc/local | Dirkjan Ochtman | 2020-12-15 | 2 | -3/+3 |
|\ | | | | | Sync local repo with GitHub | ||||
| * | Bump version for askama_shared | Dirkjan Ochtman | 2020-11-19 | 1 | -1/+1 |
| | | |||||
| * | Adapt to changed mendes API | Dirkjan Ochtman | 2020-11-19 | 1 | -2/+2 |
| | | |||||
| * | Bump versions to fix semver problem | Dirkjan Ochtman | 2020-11-17 | 1 | -1/+1 |
| | | |||||
* | | Fixed whitespace issue when generating match (#399) | Christian Vallentin | 2020-12-12 | 3 | -23/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed #397 * Updated parser to ignore whitespace between match and when * Updated test cases * Updated Python script to generate match ws tests * Added match ws tests * Resolved rustfmt lint | ||||
* | | Fixed whitespace issue when generating if statement (#394) | Christian Vallentin | 2020-12-03 | 1 | -5/+6 |
| | | | | | | * Fixed #377 | ||||
* | | Allow paths to start with `::` (#393) | Christian Vallentin | 2020-12-02 | 1 | -4/+25 |
| | | |||||
* | | Improved if statement generation to avoid issues with implicit borrows (#392) | Christian Vallentin | 2020-12-01 | 1 | -0/+7 |
| | | | | | | | | | | | | | | * Changed to automatically coerce to bool * Added new test case * Updated test case to include else if | ||||
* | | Fixed parsing precedence and associativity (#391) | Christian Vallentin | 2020-12-01 | 1 | -33/+173 |
| | | |||||
* | | Fixed implicit borrow of expressions (#390) | Christian Vallentin | 2020-12-01 | 1 | -2/+3 |
| | | |||||
* | | Disable nom default features | Konrad Borowski | 2020-11-21 | 1 | -3/+1 |
|/ | | | | | This removes unnecessary lexical feature reducing amount of crates Askama depends on. | ||||
* | Bump version for askama_shared | Dirkjan Ochtman | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | Fix urlencode to be usable for URL segments and query keys/values (#384) | Jakub Valtar | 2020-11-16 | 1 | -30/+88 |
| | |||||
* | Correctly scope macro argument name bindings (fixes #382) | Dirkjan Ochtman | 2020-11-13 | 1 | -3/+12 |
| | |||||
* | Improve error handling (see #368) | Dirkjan Ochtman | 2020-11-02 | 5 | -418/+554 |
| | |||||
* | Apply clippy suggestions | Dirkjan Ochtman | 2020-11-02 | 1 | -2/+2 |
| | |||||
* | Upgrade to nom 6 | Dirkjan Ochtman | 2020-11-02 | 2 | -37/+38 |
| |