index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama_derive
/
src
/
config.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-21
Revert "derive: Make Config `'static`"
René Kijewski
1
-47
/
+49
2023-02-21
Replace `toml_edit` with `basic-toml`
René Kijewski
1
-1
/
+1
2023-01-30
Use `toml_edit` instead of `toml`
René Kijewski
1
-1
/
+2
2023-01-30
derive: Make Config `'static`
René Kijewski
1
-48
/
+47
2023-01-30
Apply clippy suggestions for 1.67 (#769)
Dirkjan Ochtman
1
-4
/
+3
2022-11-07
chore: remove allow(clippy::disallowed_names)
Dirkjan Ochtman
1
-1
/
+0
2022-11-07
chore: apply clippy suggestions for 1.65
Dirkjan Ochtman
1
-1
/
+1
2022-06-20
Feature-gate test_whitespace_parsing()
René Kijewski
1
-0
/
+1
2022-06-15
Replace `&Option<Box<T>>` with `Option<&T>` (#696)
René Kijewski
1
-1
/
+1
2022-05-24
Move code generation into askama_derive
René Kijewski
1
-0
/
+0
2022-05-23
Move configuration into its own module
René Kijewski
1
-205
/
+23
2022-04-26
Fix invalid check (#678)
Guillaume Gomez
1
-2
/
+2
2022-04-26
Add test for new `whitespace` parameter value: "minimize"
Guillaume Gomez
1
-0
/
+9
2022-04-26
Add WhitespaceHandling::Minimize
Guillaume Gomez
1
-0
/
+4
2022-04-21
Rename `suppress_whitespace` into `whitespace` and update expected values to ...
Guillaume Gomez
1
-10
/
+43
2022-04-21
Add config option to derive macro so we can specify config file location
Guillaume Gomez
1
-2
/
+8
2022-04-21
Add suppress_whitespace config option
Guillaume Gomez
1
-2
/
+19
2022-03-31
Add io::writer helper methods
René Kijewski
1
-2
/
+20
2022-03-31
Expose the fact that templates implement Display
René Kijewski
1
-2
/
+21
2022-03-30
Move Template into askama_shared, too
René Kijewski
1
-0
/
+88
2022-03-23
Merge derive.rs into generator.rs
René Kijewski
1
-2
/
+1
2022-03-23
Un-"pub" most of askama_shared's internals
René Kijewski
1
-27
/
+23
2022-03-23
Reduce askama_derive to a single re-export
René Kijewski
1
-0
/
+2
2022-03-23
Move handling of integrations into askama_shared
René Kijewski
1
-11
/
+0
2022-03-23
Fix clippy warning
René Kijewski
1
-1
/
+1
2022-02-07
Enable tracking of the offending span of an error
René Kijewski
1
-5
/
+24
2022-02-03
Replace custom Cow with actual Cow
René Kijewski
1
-18
/
+14
2022-01-07
Move extension_to_mime_type() to askama_shared
René Kijewski
1
-0
/
+1
2022-01-06
Remove the iron integration from generator
René Kijewski
1
-1
/
+0
2022-01-06
Add `#![forbid(unsafe_code)]` to all crates except askama_escape
René Kijewski
1
-0
/
+1
2022-01-06
Add `#![deny(unreachable_pub)]` to all crates
René Kijewski
1
-0
/
+1
2022-01-06
Omit implicit lifetimes
René Kijewski
1
-3
/
+3
2021-11-27
Add Axum integration
Michael Alyn Miller
1
-0
/
+1
2021-07-01
Stop eliding lifetimes in paths
Dirkjan Ochtman
1
-0
/
+1
2021-07-01
Fix a clippy::needless-borrow warning in askama_shared
René Kijewski
1
-1
/
+1
2020-12-21
Remove an explicit lifetime to fix a clippy warning
Randati
1
-1
/
+1
2020-11-02
Improve error handling (see #368)
Dirkjan Ochtman
1
-52
/
+92
2020-07-28
Add mendes integration
Dirkjan Ochtman
1
-0
/
+1
2020-07-14
alphabetize frameworks
Jacob Rothstein
1
-1
/
+1
2020-07-14
askama tide
Jacob Rothstein
1
-0
/
+1
2020-02-08
Adapt to new warnings and formatting
Dirkjan Ochtman
1
-2
/
+0
2020-01-29
Move code generation into askama_shared
Dirkjan Ochtman
1
-1
/
+38
2020-01-29
Move input module into askama_shared
Dirkjan Ochtman
1
-0
/
+1
2020-01-29
Move parser into askama_shared
Dirkjan Ochtman
1
-0
/
+1
2020-01-15
Remove unnecessary explicit lifetimes
Dirkjan Ochtman
1
-1
/
+1
2020-01-15
Make dependencies optional where possible
Dirkjan Ochtman
1
-9
/
+34
2020-01-15
Modernize and simplify imports
Dirkjan Ochtman
1
-8
/
+4
2020-01-02
Clean up clippy warnings
Dirkjan Ochtman
1
-6
/
+7
2019-07-25
Update formatting
Dirkjan Ochtman
1
-2
/
+8
2019-07-11
Implement selected clippy recommendations.
Bardi Harborow
1
-1
/
+1
[next]