index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama_escape
/
src
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-25
escape: simplify literals as suggested by clippy
Dirkjan Ochtman
1
-4
/
+4
2023-03-30
Use lookup table
René Kijewski
1
-5
/
+13
2023-03-30
Escape HTML faster
René Kijewski
1
-29
/
+23
2023-01-30
Apply clippy suggestions for 1.67 (#769)
Dirkjan Ochtman
1
-2
/
+1
2022-04-13
Remove `unsafe { … }` code from askama_escape
René Kijewski
1
-50
/
+34
2022-02-16
Make json filter safe
René Kijewski
1
-4
/
+52
2022-01-06
Add `#![deny(unreachable_pub)]` to all crates
René Kijewski
1
-0
/
+1
2022-01-06
Omit implicit lifetimes
René Kijewski
1
-2
/
+2
2022-01-06
Add `#[derive(Debug)]` for public types
René Kijewski
1
-0
/
+3
2021-12-22
Fix suggestions from nightly clippy
Dirkjan Ochtman
1
-0
/
+1
2021-07-01
Stop eliding lifetimes in paths
Dirkjan Ochtman
1
-0
/
+1
2021-05-17
Remove forward-slash escape (#486)
Alex Wennerberg
1
-1
/
+0
2021-01-15
Add no_std support to askama_escape
Wim Looman
1
-3
/
+10
2020-05-24
Update `EscapeWriter` HTML implementation to not output empty strings
Ciprian Dorin Craciun
1
-1
/
+5
2019-07-25
Update formatting
Dirkjan Ochtman
1
-4
/
+1
2019-06-14
Change askama_escape to require UTF-8 strings
Ram Kaniyur
1
-24
/
+25
2019-01-12
Specify a trait that handles the output format's escaping
Dirkjan Ochtman
1
-55
/
+108
2019-01-12
Slightly simplify escaping code
Dirkjan Ochtman
1
-19
/
+21
2019-01-06
Improved rendering time (#190)
yossyJ
1
-1
/
+23
2018-12-08
Use 2018 edition idioms
Dirkjan Ochtman
1
-3
/
+3
2018-11-07
Create askama_escape crate
bott
1
-0
/
+0
2018-11-05
Reorder and tweak code style a little bit
Dirkjan Ochtman
1
-19
/
+18
2018-11-05
Improve performance simplify
bott
1
-32
/
+20
2018-11-05
Escape into Formatter
Dirkjan Ochtman
1
-50
/
+53
2018-11-05
Improve performance of html escape
bott
1
-46
/
+39
2018-10-25
Fix off-by-one error with HTML escaping
Benjamin Li
1
-1
/
+2
2018-06-21
Fix formatting with cargo fmt
Dirkjan Ochtman
1
-13
/
+34
2017-11-21
Apply suggestions from rustfmt to improve style
Dirkjan Ochtman
1
-8
/
+4
2017-09-07
Rewrite escapable() to prevent duplication
Dirkjan Ochtman
1
-3
/
+6
2017-09-07
Extend escaping according to OWASP recommendations
Dirkjan Ochtman
1
-2
/
+5
2017-09-04
Escape all strings with character entities by default (fixes #23)
Dirkjan Ochtman
1
-0
/
+43
2017-09-04
Move escaping algorithm into a separate module
Dirkjan Ochtman
1
-0
/
+50