Rocket/codegen/tests
Sergio Benitez 0c44e44641 Use the RawStr type for all form raw strings.
This is a breaking change.

This commit introduces `RawStr` to forms. In particular, after this
commit, the `&str` type no longer implements `FromFormValue`, and so it
cannot be used as a field in forms. Instad, the `&RawStr` can be used.

The `FormItems` iterator now returns an `(&RawStr, &RawStr)` pair.
2017-03-30 23:06:53 -07:00
..
compile-fail Use MediaType instead of ContentType for Route format. 2017-03-28 00:12:59 -07:00
run-pass Use the RawStr type for all form raw strings. 2017-03-30 23:06:53 -07:00
tests.rs Parallelize testing. Fix compiletest dependencies. 2017-02-02 00:41:47 -08:00