Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable rocket's default features | Dirkjan Ochtman | 2020-01-27 | 2 | -2/+2 |
| | |||||
* | Bump version to 0.9.1 | Dirkjan Ochtman | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Show all filters in docs.rs | Dirkjan Ochtman | 2020-01-27 | 1 | -0/+3 |
| | |||||
* | Add funding links config | Dirkjan Ochtman | 2020-01-23 | 1 | -0/+2 |
| | |||||
* | Remove redundant word in doc | Broono Lu | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary explicit lifetimes | Dirkjan Ochtman | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Fix up formatting | Dirkjan Ochtman | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Remove obsolete CI badges | Dirkjan Ochtman | 2020-01-15 | 1 | -2/+0 |
| | |||||
* | Bump version numbers to 0.9.0 | Dirkjan Ochtman | 2020-01-15 | 4 | -9/+9 |
| | |||||
* | Export shared crate root as module | Dirkjan Ochtman | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Make dependencies optional where possible | Dirkjan Ochtman | 2020-01-15 | 4 | -21/+68 |
| | |||||
* | Modernize and simplify imports | Dirkjan Ochtman | 2020-01-15 | 2 | -10/+5 |
| | |||||
* | Add new templates | Dirkjan Ochtman | 2020-01-12 | 2 | -0/+6 |
| | |||||
* | Improve spacing | Dirkjan Ochtman | 2020-01-12 | 2 | -1/+7 |
| | |||||
* | Add test for let declarations in blocks | Dirkjan Ochtman | 2020-01-12 | 1 | -0/+14 |
| | |||||
* | Flush buffer before exiting block with non-empty scope (fixes #227) | Dirkjan Ochtman | 2020-01-12 | 1 | -0/+9 |
| | |||||
* | Write conditional blocks before popping variable stack (see #227) | Dirkjan Ochtman | 2020-01-12 | 2 | -19/+25 |
| | |||||
* | Support escaping in string literals | Tuomas Siipola | 2020-01-12 | 3 | -20/+45 |
| | | | | | | Do not attempt to parse escape sequences thoroughly. Instead let the Rust compiler to check the string literals and provide nice error messages if necessary. | ||||
* | fix clippy warnings | DCjanus | 2020-01-11 | 1 | -2/+2 |
| | |||||
* | upgrade dependencies(actix-web 0.7 -> 2) | DCjanus | 2020-01-11 | 5 | -54/+36 |
| | |||||
* | Support char literals | Tuomas Siipola | 2020-01-03 | 6 | -3/+63 |
| | |||||
* | Fix URL for CI badge, again | Dirkjan Ochtman | 2020-01-02 | 1 | -1/+1 |
| | |||||
* | Update CI badge to point to GitHub | Dirkjan Ochtman | 2020-01-02 | 1 | -2/+2 |
| | |||||
* | Remove Azure Pipelines configuration | Dirkjan Ochtman | 2020-01-02 | 1 | -15/+0 |
| | |||||
* | Add GitHub Actions configuration | Dirkjan Ochtman | 2020-01-02 | 1 | -0/+82 |
| | |||||
* | Clean up clippy warnings | Dirkjan Ochtman | 2020-01-02 | 12 | -60/+68 |
| | |||||
* | Fix Actix trait impl | Dirkjan Ochtman | 2020-01-02 | 1 | -2/+2 |
| | |||||
* | Migrate to non-macro combinators | Dirkjan Ochtman | 2019-11-11 | 1 | -541/+709 |
| | |||||
* | Upgrade to nom 5 | Dirkjan Ochtman | 2019-11-11 | 2 | -95/+93 |
| | |||||
* | Fix formatting with cargo fmt | Dirkjan Ochtman | 2019-11-04 | 1 | -1/+4 |
| | |||||
* | Moved no-receiver size_hint method to a separate trait (#270) | jbg | 2019-10-28 | 3 | -7/+27 |
| | |||||
* | Remove use of deprecated nom macro | Dirkjan Ochtman | 2019-10-09 | 1 | -1/+1 |
| | |||||
* | Reformat test for better readability | Dirkjan Ochtman | 2019-10-09 | 1 | -15/+3 |
| | |||||
* | Limit test sensitivity to macro pretty printing output | Dirkjan Ochtman | 2019-10-09 | 2 | -15/+4 |
| | | | | See https://github.com/rust-lang/rust/issues/65207. | ||||
* | Add support for boolean literals | Dave Poulter | 2019-10-08 | 4 | -1/+16 |
| | |||||
* | Update criterion requirement from 0.2 to 0.3 | dependabot-preview[bot] | 2019-08-26 | 2 | -2/+2 |
| | | | | | | | | Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.2.0...0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Prevent rightward drift in attribute interpretation code | Dirkjan Ochtman | 2019-08-14 | 1 | -42/+51 |
| | |||||
* | Switch to syn/quote/proc_macro2 1.0 | Dirkjan Ochtman | 2019-08-14 | 2 | -72/+60 |
| | |||||
* | Remove Appveyor build badge | Dirkjan Ochtman | 2019-07-25 | 1 | -1/+0 |
| | |||||
* | Update CI badges for migration to Azure | Dirkjan Ochtman | 2019-07-25 | 2 | -3/+2 |
| | |||||
* | Remove Travis and Appveyor configuration | Dirkjan Ochtman | 2019-07-25 | 2 | -40/+0 |
| | |||||
* | Disable Git line ending conversions | Dirkjan Ochtman | 2019-07-25 | 1 | -0/+2 |
| | | | | This prevents us from carriage returns showing up in Windows tests. | ||||
* | Setup CI with Azure Pipelines | Dirkjan Ochtman | 2019-07-25 | 1 | -0/+15 |
| | |||||
* | Update formatting | Dirkjan Ochtman | 2019-07-25 | 2 | -6/+9 |
| | |||||
* | Remove usage of extern crate in nested modules | Dirkjan Ochtman | 2019-07-22 | 1 | -13/+10 |
| | |||||
* | Implement selected clippy recommendations. | Bardi Harborow | 2019-07-11 | 4 | -10/+7 |
| | |||||
* | Add documentation links to Actix-web and Gotham test cases. | Bardi Harborow | 2019-07-11 | 1 | -5/+9 |
| | |||||
* | Change askama_escape to require UTF-8 strings | Ram Kaniyur | 2019-06-14 | 1 | -24/+25 |
| | |||||
* | Simplify parser with nom's list combinators | James Gilles | 2019-05-04 | 1 | -121/+44 |
| | |||||
* | docs/recursive: add documentation hints for recursive structures | Bernhard Schuster | 2019-04-28 | 1 | -0/+23 |
| | | | | Closes #220 |