rust/library
Mara Bos 44a2af32cc Remove lifetime from StaticMutex and assume 'static.
StaticMutex is only ever used with as a static (as the name already
suggests). So it doesn't have to be generic over a lifetime, but can
simply assume 'static.

This 'static lifetime guarantees the object is never moved, so this is
no longer a manually checked requirement for unsafe calls to lock().
2020-10-14 09:52:03 +02:00
..
alloc Rollup merge of #77870 - camelid:intra-doc-super, r=jyn514 2020-10-14 02:30:46 +02:00
backtrace@893fbb2368 Bump backtrace-rs 2020-10-11 13:52:20 -04:00
core Rollup merge of #77870 - camelid:intra-doc-super, r=jyn514 2020-10-14 02:30:46 +02:00
panic_abort
panic_unwind library/{panic_,}unwind: Add definitions for sparc-unknow-linux-gnu 2020-09-28 00:39:57 +02:00
proc_macro Bump to 1.48 bootstrap compiler 2020-10-07 19:51:36 -04:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Remove lifetime from StaticMutex and assume 'static. 2020-10-14 09:52:03 +02:00
stdarch@3c3664355e Update stdarch submodule 2020-10-01 13:06:22 -04:00
term
test Replace absolute paths with relative ones 2020-10-13 14:16:45 +02:00
unwind Remove useless all in cfg 2020-10-09 13:24:05 +02:00