Rocket/core/codegen/tests
Sergio Benitez 5d9035ddc1 Keep an op-log for sync 'CookieJar'.
In brief, this commit:

  * Updates to the latest upstream 'cookie', fixing a memory leak.
  * Make changes to 'CookieJar' observable only through 'pending()'.
  * Deprecates 'Client::new()' in favor of 'Client::tracked()'.
  * Makes 'dispatch()' on tracked 'Client's synchronize on cookies.
  * Makes 'Client::untracked()' actually untracked.

This commit updates to the latest 'cookie' which removes support for
'Sync' cookie jars. Instead of relying on 'cookie', this commit
implements an op-log based 'CookieJar' which internally keeps track of
changes. The API is such that changes are only observable through
specialized '_pending()' methods.
2020-10-14 21:37:16 -07:00
..
ui-fail Use thread-safe 'CookieJar's. 2020-08-16 02:19:45 -07:00
ui-fail-nightly Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
ui-fail-stable Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07: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 Migrate codegen to Rust 2018. 2019-06-25 13:45:27 -04:00
from_form_value.rs Migrate codegen to Rust 2018. 2019-06-25 13:45:27 -04:00
responder.rs Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
route-data.rs Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
route-format.rs Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
route-ranking.rs Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
route.rs Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
typed-uris.rs Use thread-safe 'CookieJar's. 2020-08-16 02:19:45 -07:00
ui-fail.rs Implement codegen testing on stable. 2020-07-21 15:11:07 -07:00
uri_display.rs Remove use of stable 'proc_macro_hygiene' feature. 2020-07-11 10:48:08 -07:00