Chris Wong
af57ac41ce
Refactor backtracking mechanism
2017-07-23 13:58:42 +12:00
Chris Wong
748ce69f4d
Use loop-break-value
...
It's stable now!
2017-07-23 13:58:42 +12:00
Chris Wong
88c8a7e8c9
Revert "Silence collapsible_if
warnings ( #93 )"
...
This reverts commit a72877cb55
.
2017-07-23 13:58:42 +12:00
Chris Wong
3d1e82b20e
Implement let expressions
2017-07-23 13:58:42 +12:00
Chris Wong
e61385645e
Don't throw away spans
2017-07-23 13:58:42 +12:00
Chris Wong
6a593388ae
Fix maud_extras
2017-07-23 13:58:42 +12:00
Chris Wong
e0c7fcf055
Initial stab at porting to new proc macro interface
2017-07-23 13:58:42 +12:00
Chris Wong
7ac9c04f0e
Tweak changelog to link to Rocket 0.3 pull request
2017-07-15 12:50:26 +12:00
Brayden
70f55b9771
Update to Rocket 0.3 ( #94 )
...
Also fixes diff links in CHANGELOG.md.
2017-07-15 12:43:29 +12:00
Chris Wong
a72877cb55
Silence collapsible_if
warnings ( #93 )
2017-07-08 20:21:04 +12:00
Chris Wong
04eb61e870
Use docs.rs for hosting API documentation
2017-06-19 21:25:19 +12:00
Chris Wong
dfad8b3d03
Merge branch 'error_macro_to_function'
2017-06-03 12:42:47 +12:00
Chris Wong
a51a16bdc7
Minor tweaks
2017-06-03 12:42:36 +12:00
Alisha
61bbcfdb69
Remove error macro and make error function
2017-05-30 01:59:18 +10:00
Chris Wong
348712f3f4
Add #![doc(html_root_url = "...")] attribute
2017-05-13 14:16:41 +12:00
Chris Wong
be88fc39d5
Release 0.16.3
2017-04-22 20:00:21 +12:00
Chris Wong
0ec0950c5f
Remove FlattenNtFolder
...
The tests pass without it, so 🤷
2017-04-22 17:29:56 +12:00
Chris Wong
dde603757d
Rename PResult
to ParseResult
2017-04-22 17:29:56 +12:00
Chris Wong
dfe721c6b7
Update to rustc 1.18.0-nightly (1785bca51 2017-04-21)
...
Closes #80
2017-04-22 17:29:56 +12:00
Chris Wong
2e5147ca52
Link to source code for book in readme
...
[ci skip]
2017-03-17 20:56:46 +13:00
Ernestas Poskus
422163a2fe
Add MetaProperty element ( #79 )
2017-03-08 18:50:26 +13:00
Chris Wong
f08458b357
Add 0.16.2 changes to changelog
2017-03-07 22:04:17 +13:00
Chris Wong
d8440bd214
Release 0.16.2
2017-03-07 21:47:46 +13:00
Chris Wong
f8f0b0049f
Travis: show commit range in tab checker
2017-03-07 21:46:02 +13:00
Chris Wong
d8fa8b18fa
Travis: forbid tabs
2017-03-07 21:36:51 +13:00
Sander Maijers
fc13564a42
Update to rustc 1.17.0-nightly (b1e31766d 2017-03-03)
...
Closes #77
Squashed commit of the following:
commit f88e4dfa5a62f9d6e00ed0980b6fb6d41d36151c
Author: Chris Wong <lambda.fairy@gmail.com>
Date: Tue Mar 7 20:54:54 2017 +1300
Convert errant tabs to spaces
commit 65936efca738459412d8818f911601bf5a2870fa
Author: Sander Maijers <S.N.Maijers@gmail.com>
Date: Mon Mar 6 17:15:20 2017 +0100
Refactor to make more generic
commit dc16b665854f1d63f5dd8d4db5c3f9390b1e6cee
Author: Sander Maijers <S.N.Maijers@gmail.com>
Date: Thu Mar 2 16:47:52 2017 +0100
Adjust to make compatible with current `libsyntax`
Was broken since rustc nightly 2017-03-01.
2017-03-07 20:59:51 +13:00
Chris Wong
23399225c3
Add juicy metadata to Cargo.toml
2017-02-17 22:23:44 +13:00
Chris Wong
7b67fe1e3e
Release 0.16.1
2017-02-15 22:26:45 +13:00
Ferdinand Bachmann
8ab628faa2
Update Rocket dependency to version 0.2.0 ( #74 )
...
* Update Rocket dependency to version 0.2.0
* Change rocket dependency to version range
2017-02-14 22:54:27 +13:00
Chris Wong
fe08789e3f
Make PResult
type private
...
Not sure why it was public in the first place
2017-02-11 17:19:12 +13:00
Chris Wong
9ca984c89b
Release 0.16.0
2017-02-06 16:12:58 +13:00
Chris Wong
aa2c586e36
Correct maud::DOCTYPE_HTML
to maud::DOCTYPE
...
Closes #69 (nice)
2017-02-06 15:55:29 +13:00
Chris Wong
f858430b51
Update to Iron 0.5.1
...
See #70
2017-01-29 12:37:05 +13:00
Chris Wong
b128f25104
Update doc upload script to use Cargo workspace
...
See efe3af85e2
2017-01-28 23:04:17 +13:00
Chris Wong
4d4ba6c59b
Release 0.15.0
2017-01-26 20:15:49 +13:00
Chris Wong
35d50913fb
Fix typo in maud_extras/Cargo.toml
2017-01-26 19:58:25 +13:00
Chris Wong
ab38909e34
Rocket: specify explicit HTML content type
...
See SergioBenitez/Rocket#49
2017-01-26 17:00:10 +13:00
Chris Wong
e577411356
Update to rustc 1.16.0-nightly (83c2d9523 2017-01-24)
2017-01-26 16:59:07 +13:00
Chris Wong
f21d1b578e
Update to rustc 1.16.0-nightly (1a2ed98d3 2017-01-13)
2017-01-15 15:37:13 +13:00
Chris Wong
4cc8698638
Add Rocket support
2016-12-30 21:08:38 +13:00
Chris Wong
efe3af85e2
Add Cargo workspace configuration
...
See rust-lang/rfcs#1525
2016-12-30 20:50:08 +13:00
Chris Wong
c849d9efdf
Use if_chain from crates.io
2016-12-29 12:20:08 +13:00
Chris Wong
b2ff33fea6
Use a more flexible if_chain! macro
2016-12-27 21:27:54 +13:00
Chris Wong
f991ebaa78
Lint against PreEscaped("<!DOCTYPE html>")
...
See #66
2016-12-27 21:27:54 +13:00
Chris Wong
98d0402d87
Add #[allow(unused_imports)]
to generated code
...
This prevents a warning when the trait is already in scope.
2016-12-27 21:24:49 +13:00
Chris Wong
cd5e247f53
Update change log
2016-12-23 20:42:05 +13:00
Chris Wong
c57ee6e683
Remove RenderOnce
...
Closes #68
2016-12-23 20:38:53 +13:00
Chris Wong
7925fbad43
Travis: add cargo-clippy to $PATH
2016-12-17 14:18:48 +13:00
Chris Wong
dab8e5108a
Add impl Into<String> for PreEscaped
...
This allows for passing `Markup` values directly to Rouille's
[`Response::html`][1] constructor.
[1]: https://docs.rs/rouille/0.4.1/rouille/struct.Response.html#method.html
2016-12-17 13:41:59 +13:00
Chris Wong
2063e61211
Travis: don't fail the build if Clippy is broken
2016-12-12 21:33:50 +13:00