Commit graph

31 commits

Author SHA1 Message Date
Chris Wong
49f3c46bd2
Avoid unstable specialization with this one weird trick! ()
Rustaceans hate him!
2020-10-05 22:44:27 +13:00
Chris Wong
165cfd5fe0
Update benchmarks and documentation dependencies ()
* Add `--locked` to benchmarks and documentation builds

* Update `Cargo.lock` and fix docs generator
2020-09-28 22:57:55 +10:00
Chris Wong
250d93df9a
Enable stable support 🎉 ()
Infer whether nightly features are available using rustc_version. If this fails, assume stable.

Closes 
2020-09-28 11:06:44 +10:00
Chris Wong
d66c2d66fd
Remove #![feature(proc_macro_hygiene)] () 2020-09-27 23:17:41 +10:00
Chris Wong
50a7e9ce37 Format everything! 2020-09-27 21:36:27 +10:00
Berwyn Jamesson
ad8dc8c4c7
Add an off-by-default 'unstable' flag ()
* Add an off-by-default 'unstable' flag

* Remove explicit web framework feature names

Having forgotten that deps and features can't have the same name,
attempts to better document all the features in one place were
misplaced.

* Split up tests on Travis

`cargo test` doesn't allow `--workspace` and `--features`
simultaneously, so we're forced to test each package separately in order
to manually specify features (or in this case, test everything but
unstable)

* Update Travis Config

- Document the state of Cargo workspaces and features
- Update the benchmarks to trickle down the 'unstable' feature
2020-07-21 22:04:48 +10:00
Chris Wong
162a15ca83
Use std::matches! ()
* Use `std::matches!`

- Remove crates.io `matches` in favor of the `std` version

- Fix Clippy warning by changing a `match ... { ... }` to
  `matches!(...)`

* Satisfy `blocks_in_if_conditions`
2020-07-18 17:49:01 +10:00
Chris Wong
34a79ee706 Release 0.22 2020-06-20 19:57:51 +10:00
Chris Wong
fe5fcb13e9 Update dependencies for benchmarks and docs 2020-06-20 19:34:04 +10:00
AlterionX
8fee6523c3 Modified lock file 2019-11-23 19:52:27 -06:00
Chris Wong
da20d19232 Update benchmark dependencies to fix compile error 2019-11-24 13:26:18 +13:00
Chris Wong
5f8b3047df Update Horrorshow 2019-03-17 19:35:06 +13:00
Chris Wong
d7620f04c8 Update benchmarks 2019-03-16 21:28:51 +13:00
Chris Wong
d2af7c3f54 Fix benchmarks 2018-10-06 21:44:31 +13:00
Chris Wong
f17e21423e Remove #![feature(use_extern_macros)] 2018-08-18 16:25:15 -07:00
lambdasqd
de9afb408b Fixed benchmarks for liquid 0.15.0 ()
Use of liquid::Object instead of liquid::Context and use of
Value::scalar instead of Value::Str and Value::Num. Changes to how the
parse() method is called.
2018-08-10 20:13:06 +12:00
Chris Wong
7bcdc27ab8 Reword 0.18.1 changelog entry 2018-07-21 21:20:41 +12:00
YetAnotherMinion
c47f40c890 fix: update benchmarks to build with 0.18.x, document required compiler feature flags change 2018-07-19 10:36:12 -04:00
Abdullah ibn Nadjo
3d22f90ad7 Add askama bench
Also updates Cargo.lock
2017-11-29 22:13:05 +13:00
Eshin Kunishima
3a3e55429a Update dependencies for benchmarks ()
* Update dependencies for benchmarks

Template engines
- maud 0.17.1 (local)
- handlebars 0.29.1
- horrorshow 0.6.2
- liquid 0.10.1
- tera 0.10.10

* Update benchmark dependencies

* Remove unused feature

* Revert indentation

* Fix unused Result
2017-09-30 17:16:21 +13:00
Chris Wong
8d0e412336 Use toggled class shorthand in benchmark 2016-11-24 20:45:08 +13:00
Chris Wong
fb935c2e13 Release 0.14.0 2016-11-24 20:34:45 +13:00
Chris Wong
202cc8decf Fix Clippy warnings 2016-11-06 12:40:57 +13:00
Chris Wong
872a9f5cbc Update benchmark dependencies 2016-11-06 12:40:26 +13:00
Chris Wong
f5219a3757 Make Maud benchmark more idiomatic 2016-11-04 12:13:17 +13:00
Chris Wong
1bdf6ea06a Add Tera benchmark 2016-10-22 21:10:07 +13:00
Marcel Müller
be43b067ba Use u32 instead of usize 2016-10-18 11:20:08 +02:00
Marcel Müller
2cbd848fc6
Add complicated Maud benchmark 2016-10-18 09:23:20 +02:00
Chris Wong
c70aa3c7f0 Release 0.12.0 2016-10-09 20:18:34 +13:00
Chris Wong
8ed3608a7c Benchmarks: Use Horrorshow 0.5.8 2016-10-05 20:43:01 +13:00
Chris Wong
30e1071c05 Add preliminary benchmarks 2016-10-02 17:24:36 +13:00