Rocket/core/codegen/tests
Sergio Benitez 4d0042c395 Allow '<path..>' to match zero segments.
This changes core routing so that '<path..>' in a route URI matches zero
or more segments. Previously, '<path..>' matched _1_ or more.

  * Routes '$a' and '$b/<p..>' collide if $a and $b previously collided.
  * For example, '/' now collides with '/<p..>'.
  * Request '$a' matches route '$b/<p..>' if $a previously matched $b.
  * For example, request '/' matches route '/<p..>'.

Resolves #985.
2021-03-05 02:01:24 -08:00
..
ui-fail Improve 'FromForm' derive error spans. 2021-03-04 02:11:06 -08:00
ui-fail-nightly Improve 'FromForm' derive error spans. 2021-03-04 02:11:06 -08:00
ui-fail-stable Improve 'FromForm' derive error spans. 2021-03-04 02:11:06 -08:00
async-entry.rs Allow return type of '#[launch]' fn to be elided. 2020-10-12 22:32:02 -07:00
async-routes.rs Remove use of stable 'proc_macro_hygiene' feature. 2020-07-11 10:48:08 -07:00
expansion.rs Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
from_form.rs UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
from_form_field.rs UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
responder.rs Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
route-data.rs UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
route-format.rs UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
route-ranking.rs Revamp configuration. 2020-10-20 19:21:56 -07:00
route-raw.rs Streamline raw identifier support in codegen. 2020-11-03 12:07:23 -08:00
route.rs Allow '<path..>' to match zero segments. 2021-03-05 02:01:24 -08:00
segment-ignore.rs Add tests for ignored parameters '<_>'. 2020-10-30 00:47:41 -07:00
typed-uris.rs Revamp codegen, fixing inconscpicuous bugs. 2021-03-04 02:01:25 -08:00
ui-fail.rs Implement codegen testing on stable. 2020-07-21 15:11:07 -07:00
uri_display.rs UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00