Rocket/core/lib/tests
Sergio Benitez ec4cc3a293 Allow transforms in 'FromData'. Add 'FromDataSimple'.
The new 'FromData' trait allows an implementor to instruct the caller to
maintain state on its stack and later pass a borrow for processing.
Among other things, it greatly simplifies the 'Form' type, removing a
use of unsafe, and allows references in deserialized data guards.
2018-09-26 21:33:02 -07:00
..
absolute-uris-okay-issue-443.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
fairing_before_head_strip-issue-546.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
flash-lazy-removes-issue-466.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
form_method-issue-45.rs Allow transforms in 'FromData'. Add 'FromDataSimple'. 2018-09-26 21:33:02 -07:00
form_value_decoding-issue-82.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
head_handling.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
limits.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
local-request-content-type-issue-505.rs Allow transforms in 'FromData'. Add 'FromDataSimple'. 2018-09-26 21:33:02 -07:00
local_request_private_cookie-issue-368.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
mount_point.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
nested-fairing-attaches.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
precise-content-type-matching.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
query-and-non-query-dont-collide.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
redirect_from_catcher-issue-113.rs Remove unnecessary 'use rocket::catch'. 2018-09-16 20:52:07 -07:00
responder_lifetime-issue-345.rs Implement 'FromForm[Value]', 'Responder' proc-macro derives. 2018-08-06 19:58:07 -07:00
route_guard.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
segments-issues-41-86.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
strict_and_lenient_forms.rs Allow transforms in 'FromData'. Add 'FromDataSimple'. 2018-09-26 21:33:02 -07:00