gecko-dev/xpcom/rust
Emilio Cobos Álvarez 5dc443249c Bug 1648334 - Use less unsafe in gecko_logger. r=froydnj,valentin
We were storing LogModule::mName as an &'static str in the map... That's
not fine.

The Arc shenanigans were also more complicated than they need to be IMO.

This uses a plain atomic bool to keep the fast path snappy.

Differential Revision: https://phabricator.services.mozilla.com/D81007
2020-06-25 15:23:16 +00:00
..
gecko_logger Bug 1648334 - Use less unsafe in gecko_logger. r=froydnj,valentin 2020-06-25 15:23:16 +00:00
gkrust_utils
gtest Bug 1626587 - Part 4: Remove mozilla::IsPod for HashMapEntry. r=jwalden 2020-04-27 12:00:48 +00:00
moz_task Bug 1639018 - Change TaskRunnable::dispatch to take owned runnables. r=froydnj 2020-05-20 20:54:49 +00:00
nserror
nsstring Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio 2020-04-25 21:21:32 +00:00
xpcom Bug 1631952 - Ensure that all XPCOM interface methods have unique names when implementing them in Rust. r=nika 2020-04-21 23:01:36 +00:00